@charset "shift_jis";
/* CSS Document */
div, p, img, a {
	margin:0;
	padding:0;
}
a img{
	border:none;
}

	#pc{
		display:none;
	}

	#mobile{
		display:block;
	}

	
#all {
	width:100%;
	margin:0 auto;
	clear:both;
}

#mobile{
	width:100%;
	clear:both;
}
#mobile img{
	width:100%;
}
.text_sp01{
	color:#000;
	font-size:1em;
	line-height:140%;
}

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#topIndex .mainCont img{
	width:100% !important;
}