<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====================================
	全体・共通パーツ
===================================== */

.p01 #rside .article li.special,
.p02 #rside .article li.special {
	display: none;
}
.red {
	color: #c33a4c;	
}
hr.bdr_dot {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px dotted #191919;
}

/* =====================================
	contents
===================================== */

#mainbox {
	background: #F6F5FA;
	background: url(../images/bg.png) top left;
	width: 638px;
	margin-bottom: 50px;
	padding: 20px 40px 25px 40px;
	line-height: 1.7;
}
#mainbox h3 {
	margin-left: 0px;
	margin-bottom: 15px;
}
.p02 #mainbox h3 img {
	margin-left: -4px;
}
#mainbox p {
}
#mainbox p.lead {
	font-size: 1.077em;/*14px*/
	border-bottom: 1px dotted #191919;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#mainbox .box01 {
	background:url(../images/p01/box01_main.png) top left repeat;
	padding: 0 56px;
}
#mainbox .box01_head {
	background:url(../images/p01/box01_head.png) top left no-repeat;
	padding: 44px 0 0 0;
}
#mainbox .box01_foot {
	background:url(../images/p01/box01_foot.png) bottom left no-repeat;
	box-sizing: border-box;
	padding: 0 0 44px 0;
}
#mainbox .box01 h4{
	margin-bottom: 15px;
	text-align: center;
}
#mainbox .box01 h5{
	margin-bottom: 10px;
	text-align: center;
}
#mainbox .box01 hr {
	height: 0px;
	margin: 25px 0 20px 0;
	padding: 0;
	border: none;
	border-top: 1px dotted #191919;
}


/* =====================================
	pager
===================================== */

#mainbox .fbtn{
	margin-bottom: 20px;
}
#mainbox .fbtn a {
	font-size: 1.077em;/*14px*/
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo!important;
	color: #A02114;
	text-decoration: underline;
}

#pager {
	background: #fff;
	padding: 8px 0;
	margin-bottom: 20px;
}
#pager ul {
	margin-left: 202px;
}
#pager ul li {
	float: left;
	margin-right: 6px;
	background: #fff;
}
#pager ul li.prev {
	width: 84px;
}
#pager ul li.next {
	width: 84px;
	margin-right: none;
}

/* =====================================
	item
===================================== */

.item {
	line-height: 1.6;	
}
.item h2{
	margin-bottom: 19px;
}
.item ul{
	width: 756px;
	margin-left: -38px;
}
.item ul li{
	float: left;
	width: 340px;
	margin: 0 0 30px 38px;
}
.item .shopbox {
	margin-bottom: 15px;
	padding: 26px 26px 20px 26px;
	border: 3px solid #eeeeee;
	line-height: 1.7;
}
.item .shopbox dl {
	margin-bottom: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.item .shopbox dl dt {
	float: left;
	width: 140px;
}
.item .shopbox dl dd {
	float: right;
	width: 493px;
}
.item .shopbox dl dd h3 {
	font-size: 1.231em;/*16px*/
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 6px;
}
.item .shopbox dl dd p {
	font-size: 0.846em;/*11px*/
}
.item .shopbox a{
	color: #be3a4c;
	text-decoration: underline;
}
</pre></body></html>