<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: 280px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 1500;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 1200px;
	height: 360px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 10px;
}
#pl {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	font-size:11px;
	text-align: left;
	line-height: 30px;
}
#pl a { color: #000;}

/*--------------------------------------------------------------------------サイド*/

#side a { color: #000; text-decoration: none;}
#side a:hover {text-decoration: none;}
.sd_ttl {
	width: 250px;
	height: 38px;
	float: left;
	text-align: left;
	font-size: 17px;
	line-height: 38px;
	border-bottom: 2px solid #26968d;
	font-weight: bold;
	letter-spacing: 1px;
}
#side ul {
	width: 250px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
#side ul li {
	width: 250px;
	height: 29px;
	border-bottom: 1px dotted #999999;
	text-indent: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 29px;
	margin-top: 10px;
}
#side ul li a{ color:#000;}
.s_banner {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.sfb {
	width: 246px;
	height: 496px;
	padding: 2px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	background-color: #26968d;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#side{
	width: 250px;
	min-height: 1100px;
	float: left;
}

/*--高さ設定--*/
#contents {
	width: 1200px;
	height: 1400px;/*--ここを変更--*/
	margin: 0 auto;
}
#contents01 {
	width: 900px;
	height: auto;
	margin-left: 50px;
	float: left;
}

.c01_ttl1 {
	width: 890px;
	height: 38px;
	padding-left: 10px;
	border-bottom: 2px solid #26968d;
	text-align: left;
	line-height: 40px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #26968d;
	font-weight:bold;
}
.mimg {
	width: 900px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--ひなビタ♪のみ--*/
.c01_txt {
	width:900px;
	height: 64px;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border-bottom: 1px solid #26968d;
}
.c01_txt a{ color:#000; text-decoration:none;}
.c01_txt a:hover{ border-bottom: 1px solid #26968d;}



#thumb {
	width: 195px;
	height: 260px;
	margin-top: 20px;
	margin-left: 24px;
	float: left;
}
#thumbf {
	width: 195px;
	height: 275px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
#thumb_img{
	width: 193px;
	height: 193px;
	border: 1px solid #ccc;
	float: left;
	transition:0.2s;
}
#thumb_img:hover{
	border: 1px solid #26968d;
}
#thumb_img img{
	width: 193px;
	height: 193px;
}
#thumb_ttl {
	width: 195px;
	height: 30px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	float: left;
	overflow: hidden;
}
#thumb_price {
	width: 195px;
	height: 15px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #26968d;
	float: left;
}
#thumb_day {
	width: 195px;
	height: 15px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px;
	float: left;
}
#thumb img{
	display:block;
	transition:0.5s;
}
#thumb img:hover{
	transform:scale(0.98)
}
#thumbf img{
	display:block;
	transition:0.5s;
}
#thumbf img:hover{
	transform:scale(0.98)
}


@media screen and (min-width:768px){
.c01_txt_sp {display:none;}
#spc { display:none;}
}
</pre></body></html>