@charset "utf-8";
@import url("../../style/global.css");
@import url("../../style/common_shop.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	border-bottom:1px solid #fff;
}

section{
	width:95%;
	margin:20px 0 30px 8px;
	border: 1px solid #ee1415;
	border-radius: 13px;
}

h2{
	width:100%;
	font-weight:bold;
	font-size: 18px;
	text-align:center;
	margin:0;
	padding:10px 0;
	background-color:#ffdbe1;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}

h2 div{
	font-size:14px;
}

#photo-prev{

	width:15%;

	height:27px;

	line-height:27px;

	margin:0;

	padding-left:3px;

	float:left;

	border: 1px solid #b7b7b7;

	border-radius: 15px 0 0 15px / 15px 0 0 15px;

	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#c4c4c4));

	background-image: -webkit-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -moz-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -o-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -ms-linear-gradient(top, #ededed, #c4c4c4);

	background-image: linear-gradient(to bottom, #ededed, #c4c4c4);

	visibility:hidden;

}



#photo-area{

	width:100%;

	margin-bottom:5px;

	padding:0;

}






#photo-next{

	width:15%;

	height:27px;

	line-height:27px;

	margin:0;

	padding-left:3px;

	float:right;

	border: 1px solid #b7b7b7;

	border-radius: 0 15px 15px 0 / 0 15px 15px 0;

	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#c4c4c4));

	background-image: -webkit-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -moz-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -o-linear-gradient(top, #ededed, #c4c4c4);

	background-image: -ms-linear-gradient(top, #ededed, #c4c4c4);

	background-image: linear-gradient(to bottom, #ededed, #c4c4c4);

}





#photo-area img{

	width:300px;

	margin:15px auto;

	/*border: 1px solid #000000;*/

	display:block;

}

#shop{
	text-align:center;
}

#shop_data{
	font-weight:bold;
	margin:20px auto;
}