@charset "utf-8";
/* =======================================

	Browser Reset CSS
	Last Up Date 11/11/08

========================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
tr,th, td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}
/* Reset Link Style --------------------------*/
a{outline:none;}
/* Clearfix --------------------------*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}   /* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}

.pc-none {
	display: none!important;
}
.pclg-none {
	display: none!important;
}
.pcTab-none {
	display: none!important;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 1024px) {

}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 1024px) {
	img {
		max-width: 100%;
		height: auto;
	}

	
	.pc-none {
		display: block!important;
	}
	.tabSp-none {
		display: none!important;
	}
	.tab-none {
		display: none!important;
	}

}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 700px) {

	
	.pcTab-none {
		display: block!important;
	}
	.tabSp-none {
		display: none!important;
	}
	.sp-none {
		display: none!important;
	}

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

}