@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*--高さ設定--*/
#contents {
	width: 100%;
	height: 1600px; /*--ここを変更--*/
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*--スマホのみ商品タイトル--*/
#prd_ttl {
	width: 300px;
	padding: 5px;
	background-color: #26968d;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}

/*--商品写真--*/
#detail_ImgBox {
	width: 310px;
	min-height: 360px;
	float: left;
	margin-top: 15px;
}
#detail_ImgBox .Img {
	width: 310px;
	height: 310px;
	outline: 1px solid #ccc;
	outline-offset: -1px;
}
#detail_ImgBox .Img img{
	width: 310px;
	height: 310px;
}
#detail_ImgBox .thumb {
	width: 40px;
	height: 40px;
	outline: 1px solid #ccc;
	outline-offset: -1px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#detail_ImgBox .thumb img{
	width: 40px;
	height: 40px;
}


/*--商品詳細--*/
#detail_TxtBox {
	width: 310px;
	height: auto;
	float: left;
	margin-left: 0;
	margin-top: 20px;
}
.detail_acBox {
	width: 310px;
	height: 15px;
	float: left;
}

 /*--予約商品--*/
.detail_ac1 {
	width: 55px; 
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 11px;
	line-height: 12px;
	color:#FFF;
	background-color: #F69;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	margin-left: 5px;
}
 /*--販売中--*/
.detail_ac2 {
	width: 50px; 
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 11px;
	line-height: 12px;
	color:#FFF;
	background-color: #39C;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	margin-left: 5px;
}
 /*--売り切れ--*/
.detail_ac3 {
	width: 50px; 
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 11px;
	line-height: 12px;
	color:#FFF;
	background-color: #666;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	margin-left: 5px;
}
 /*--人気商品--*/
.detail_ac4 {
	width: 55px; 
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 11px;
	line-height: 12px;
	color:#FFF;
	background-color: #F00;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	margin-left: 5px;
}

/*--商品名--*/
.detail_ttl {
	width: 310px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
	font-weight:bold;
}
/*--価格--*/
.detail_price {
	width: 310px;
	text-align: left;
	float: left;
	margin-top: 15px;
	border-bottom: 1px solid #CCC;
}
.p1 {
	font-size:16px;
    line-height:20px;
	font-weight:bold;
	color: #D10E13;
	letter-spacing:1px;
	float: left;
}
.p2 {
	font-size:12px;
    line-height:15px;
	letter-spacing:0px;
	float: left;
	margin-top: 5px;
}
/*--商品注釈--*/
.detail_txt1 {
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 5px;
	color: #900;
}
.detail_txt2 {
	width: 310px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
}
.detail_txt3 {
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	font-weight: normal;
	margin-top: 15px;
	color: #F00;
}
/*--カート--*/
.cartjs_cart{
	width: 100%;
	margin-top: 20px;
	float: left;
	text-align: left;
}
.cartjs_cart_in{
	width: 100%;
	margin-top: 0px;
	float: left;
	text-align: left;
}

/*--商品詳細2--*/
#detail_TxtBox2 {
	width: 310px;
	height: auto;
	float: left;
	margin-top: 30px;
	clear:both;
}
.detail2_ttl {
	width: 304px;
	height: 15px;
	padding: 3px;
	border-bottom: 2px solid #26968d;
	border-top: 2px solid #26968d;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
}
.detail2_txt {
	width: 310px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
}






/*--------------------------------------------------------------------------
スマホ用コンテンツ*/

#spc {
	width: 310px;
	height: 130px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #26968d;
	padding-top: 20px;
}
.spcbn1 {
	width: 150px;
	height: 60px;
	float: left;
}
.spcbn1 img {
	width: 150px;
	height: 60px;
}
.spcbn2 {
	width: 150px;
	height: 36px;
	float: left;
	margin-left: 10px;
	margin-top: 18px;
}
.spcbn2 img {
	width: 150px;
	height: 36px;
}
.spcbn3 {
	width: 150px;
	height: 36px;
	float: left;
	clear:both;
	margin-top: 10px;
}
.spcbn3 img {
	width: 150px;
	height: 36px;
}
.spcbn4 {
	width: 150px;
	height: 42px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.spcbn4 img {
	width: 150px;
	height: 42px;
}



@media screen and (max-width:767px){
#pl { display:none;}
#side {display:none;}
#nv{display:none;}
}