<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 310px;
	height: 93px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 10px;
}
#mimg img{
	width: 310px;
	height: 93px;
}


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

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


#contents01 {
	width: 310px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.c01_ttl1 {
	width: 305px;
	height: 25px;
	padding-left: 5px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #26968d;
	font-weight:bold;
}

.mimg {
	width: 310px;
	height: 62px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mimg img{
	width: 310px;
	height: 62px;
}

/*--ひなビタ♪のみ--*/
.c01_txt_sp {
	width: 310px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #26968d;
	margin-top: 10px;
}
.c01_txt_sp a{ color:#000; text-decoration:none;}
.c01_txt_sp a:hover{ border-bottom: 1px solid #26968d;}

#thumb {
	width: 140px;
	height: 205px;
	margin-top: 15px;
	float: left;
	margin-left: 10px;
}
#thumb_img{
	width: 138px;
	height: 138px;
	border: 1px solid #CCC;
	float: left;
}
#thumb_img img{
	width: 138px;
	height: 138px;
}
#thumb_ttl {
	width: 140px;
	height: auto;
	max-height: 44px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	float: left;
}
#thumb_price {
	width: 140px;
	height: 15px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #26968d;
	float: left;
}
#thumb_day {
	width: 140px;
	height: 15px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 15px;
	float: left;
}

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

#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: 36px;
	float: left;
}
.spcbn1 img {
	width: 150px;
	height: 36px;
}
.spcbn2 {
	width: 150px;
	height: 36px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}
.spcbn2 img {
	width: 150px;
	height: 36px;
}
.spcbn3 {
	width: 150px;
	height: 42px;
	float: left;
	clear:both;
	margin-top: 10px;
}
.spcbn3 img {
	width: 150px;
	height: 42px;
}
.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;}
.c01_txt {display:none;}
}
</pre></body></html>