@charset "UTF-8";

#contents_area h1 img{
	width:200px;
}

#pic_shop{
	width:100%;
	height:430px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
	#pic_shop{
		width:100%;
		height:430px;
		background-position:center top;
		-webkit-background-size:1280px 430px;
		-moz-background-size:1280px 430px;
		-o-background-size:1280px 430px;
		background-size:1280px 430px;
	}
}

#pic_image{
	margin:0px auto 50px auto;
}

.content iframe{
	height:400px;
}	

#contents_area ul{
	width:100%;
	margin:0px;
	font-size:18px;
	text-align:left;
	letter-spacing:2px;
	list-style-type:none;
}
