<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "base.css";

body,td,th {
	font-size: 16px;
}

#header {
	background-image: url(../img/bg_head_menu.png);
}

#contents h2 {
	padding: 0 0 0 10px;
	font-size: 23px;
}

.border {
	border-bottom: 1px #fff solid;
	padding: 6px 0 6px 0;
}

.circle {
	background: url(../img/circle.gif) 2px top no-repeat;
	padding: 0 20px;
	height: 130px;
}

.circle2 {
	background: url(../img/circle2.gif) 2px top no-repeat;
	padding: 0 20px;
	height: 95px;
}

.style6 {
	font-size: 12px
}

.style7 {
	font-size: 14px
}

/* price */
.section_price{
	position: relative;
}
	.price_tag {
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.section_price dl {
		font-size: 16px;
		line-height:1.2;
	}
	.section_price dd {
		font-size: 24px;
		font-weight: bold;
		margin: 7px 0 25px;
	}
	.section_price img {
		vertical-align: bottom;
		margin: 0 10px 0 0;
	}
	.section_price .more {
		background: url(../img/bg_sp_bdr_top.gif) center 5px no-repeat;
		position: relative;
		margin: 45px 0 0 0;
	}
	.section_price .more p {
		padding: 25px 15px 15px;
		background: url(../img/bg_sp_bdr_btm.gif) bottom center no-repeat;
	}
	.section_price .more strong {
		position: absolute;
		top: -17px;
	}


.red {
	color: #CC0000;
}

.caption {
	font-size: 12px;
	line-height: 1.4;
	margin: 5px 0 0;
}</pre></body></html>