/* CSS Document */

body {
	background-image: url(img_common/bg_body.gif);
	margin: 0px;
	text-align: center;
}

#wrapp {
	background: url(img_common/bg_wrapp.gif) repeat-y;
	height: 100%;
	width: 840px;
}
.fll {
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.fl {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.fm {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
.fs {
	font-size: 11px;
	line-height: 140%;
	color: #000000;
}
.fss {
	font-size: 10px;
	line-height: 140%;
	color: #000000;
}

.fll_grn {
	font-size: 16px;
	line-height: 140%;
	color: #003300;
}
.fl_grn {
	font-size: 14px;
	line-height: 140%;
	color: #003300;
}
.fm_grn {
	font-size: 12px;
	line-height: 140%;
	color: #003300;
}
.fs_grn {
	font-size: 11px;
	line-height: 140%;
	color: #003300;
}
.fss_grn {
	font-size: 10px;
	line-height: 140%;
	color: #003300;
}

.fll_grn {
	font-size: 16px;
	line-height: 140%;
	color: #003300;
}
.fl_grn {
	font-size: 14px;
	line-height: 140%;
	color: #003300;
}
.fm_grn {
	font-size: 12px;
	line-height: 140%;
	color: #003300;
}
.fs_grn {
	font-size: 11px;
	line-height: 140%;
	color: #003300;
}
.fss_grn {
	font-size: 10px;
	line-height: 140%;
	color: #003300;
}

.fll_brw {
	font-size: 16px;
	line-height: 140%;
	color: #993300;
}
.fl_brw {
	font-size: 14px;
	line-height: 140%;
	color: #993300;
}
.fm_brw {
	font-size: 12px;
	line-height: 140%;
	color: #993300;
}
.fs_brw {
	font-size: 11px;
	line-height: 140%;
	color: #993300;
}
.fss_brw {
	font-size: 10px;
	line-height: 140%;
	color: #993300;
}

p {
	margin: 0px;
}

tt {
	color: #333333;
}
a {}
a:hover {}
#wrapp {
	text-align: center;
	margin: 0px auto;
}

.title_bg.midashi{
    background: url("img_common/h2_title_bg.jpg");
}
.title_bg.midashi span {
    vertical-align: middle;
    font-weight: 600;
}
.title_bg.midashi span.little_big {
    font-size: calc(100% * 1.05);
}
/*
.price_page table.fm,.price_page table.fm *{
    box-sizing: border-box;
}
*/
.price_page dl,.price_page dl *{
    margin:0!important;
}
.price_page dl{
    padding: 5px 5px 5px 40px;
}
.price_page dl.cols-2{
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 0 1em;
}