<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media print{
#header, #footer {
	display: none;
}
}

body {
	background:url(../../old/img/common/hd_bg.gif) 0 0 repeat-x #fff;
	color:#333;
}
a {
	text-decoration:none;
	color:#8EC31F;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
.slidearea a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#container {
	background:url(../../old/img/common/ft_bg.gif) 0 bottom repeat-x;
}
/*
========================*/
#contents, #header {
	position:relative;
	width:960px;
	margin:0 auto;
}
#contents {
	padding:0 0 80px;
	overflow:hidden;
}
#contents2 {
	padding:0 0 0px;
	overflow:hidden;
}
#main {
	width:960px;
	float:left;
	line-height:1.6;
}
#main2 {
	width:696px;
	float:left;
	line-height:1.6;
}
#side {
	float:right;
	width:250px;
	line-height:1.3;
}
/*
========================*/
#header {
	height:147px;
}
#header h1 {
	position:absolute;
	top:25px;
	left:280px;
	width:235px;
	line-height:1.2;
}
#header h1 strong {
	font-weight:bold;
	font-size:115%;
}

#logo {
	position:absolute;
	top:10px;
	left:0;
}
#gnav {
	position:absolute;
	top:97px;
	left:0;
}
#gnav li {
	float:left;
}
#hd_contact {
	position:absolute;
	top:25px;
	right:190px;
}
#hd_blog {
	position:absolute;
	top:15px;
	right:0;
}
/*
========================*/
/*
#main .section {
	background:url(../img/index/c_body.gif) 0 0 repeat-y;
	margin:0 0 15px;
}
#main .section_body {
	background:url(../img/index/c_btm.gif) 0 bottom no-repeat;
	position:relative;
	padding:68px 23px 10px;
}*/


#main .section {
	background:url(../../old/img/index/c_btm.gif) 0 bottom no-repeat;
	padding:0 0 4px;
	margin:0 0 15px;
}
#main .section_body {
	position:relative;
	background:url(../../old/img/index/c_body.gif) 0 0 repeat-y;
	padding:68px 23px 10px;
}
#main h3{
	position:absolute;
	top:0px;
	left:0px;	
}

#main2 .section {
/*	background:url(../img/index/c_btm.gif) 0 bottom no-repeat;*/
	padding:0 0 4px;
	margin:0 0 15px;
}

#main2 .section2 {
	padding:0 0 4px;
	margin:0 0 15px;
}

#main2 .section_body {
	position: relative;
	/*background: url(../img/index/c_body.gif) 0 0 repeat-y;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#main2 .section2 {
	/*background:url(../img/index/c_btm.gif) 0 bottom no-repeat;*/
	padding: 0 0 4px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	/* [disabled]background-color: #FFFFFF; */
}



/*　お客様の声用
========================*/

#main2 .section_body2 {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
	background-color: rgba(255,255,255,1.00);
}

#main2 .section_body3 {
	position: relative;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#main2 h3{
/*	position: absolute;*/
	top: 0px;
	left: 0px;
}

.h3_short{
	background-image: url(../images/h3_bar_short2.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 51px;
	position: relative;
	margin-bottom: 15px;
	}




/*　トップ　バナーエリア
========================*/
#bnr{
	margin-bottom:30px;
	}
	
.alpha a:hover img {
    opacity: 0.7;
}

/*　取扱いメーカー一覧
========================*/
#maker_box{
	margin: 0 auto;
	}


#maker_list{
	margin-bottom:30px;
	}

#maker_list h2 {
	border-left: 10px solid #80C246;
	border-bottom: 1px solid #ccc;
	padding: .6em .8em;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	width: 912px;
}

#maker_list table img{
	padding-bottom:10px;
	}



/*　おすすめ商品
========================*/

#recommendItem{
	margin-bottom:30px;
	}
#recommendItem img.last{
	margin-right:0;
	}


#recommendItem h2 {
	border-left: 10px solid #80C246;
	border-bottom: 1px solid #ccc;
	padding-top: .6em;
	padding-right: 1em;
	padding-left: .8em;
	padding-bottom: .6em;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	width: 910px;
}

.button {
	display: inline-block;
	width: 100px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	background-color: #333;
	color: #fff;
	margin:10px 0 0 10px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #80C246;
}


/*
========================*/

#side .section {
	background:#e6e6e6;
	border:solid 1px #dedede;
	padding:10px 6px 0;
	margin:0 0 15px;
}
#side .banner {
	margin:0 0 13px 4px;
}
#side .shadow_box {
	/*background:url(../../old/img/common/side_shadow_body.gif) 0 0 repeat-y;*/
	margin:0 0 10px;
	overflow:hidden;
}
#side .shadow_box_content {
	padding:0 3px;
	/*background:url(../../old/img/common/side_shadow_btm.gif) 0 bottom no-repeat;*/
}
#side #guide_section {
	padding: 10px;
}
#side #guide_section p {
	position: absolute;
	left: 734px;
	top: 230px;
	width: 203px;
	height: 76px;
	
}
#side #guide_section p.top {
	position:absolute;
	left:735px;
	top:985.8px;
	width:203px;
	height:76px;
}

#side #guide_section p.top_test {/*index_test.htmlメールボタン*/
	position:absolute;
	left:735px;
	top:977px;
	width:203px;
	height:76px;
}


#side .side_contents {
	padding:10px 15px 20px;
	overflow:hidden;
}
#side .side_contents .image {
	float:left;
	width:75px;
}
#side .side_contents .text {
	float:right;
	width:125px;
}
/*=====================================================
	__5. フッター
=====================================================*/
/* #footer
------------------------------------------------*/
#footer {
	height: 89px;
	background: url(../../old/img/common/bg_footer.gif) left top repeat-x;
}

#footerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footerInner p, #footerInner address, #footerInner ul {
	position: absolute;
}

#footerLogo {
	top: 25px;
	left: 14px;
}

#footerInner address {
	top: 65px;
	left: 12px;
	color: #FFFFFF;
	font-size:9px;
}

#megaGroupNavi {
	top: 18px;
	left: 709px;
}

#megaGroupNavi a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#footerNavi {
	top: 62px;
	left: 500px;
}

#footerNavi li {
	float: left;
	margin-left: 15px;
	padding-left: 8px;
	background: url(../../old/img/common/icn_footerTxtLink.gif) left 3px no-repeat;
	font-size: 10px;
}


#footerNavi li a {
	color: #e9e9e9;
	text-decoration: none;
}

#footerNavi2 {
	top: 40px;
	left: 120px;
}

#footerNavi2 li {
	float: left;
	margin-left: 15px;
	padding-left: 8px;
	background: url(../../old/img/common/icn_footerTxtLink.gif) left 3px no-repeat;
	font-size: 10px;
}


#footerNavi2 li a {
	color: #e9e9e9;
	text-decoration: none;
}





/* #pageTop
------------------------------------------------*/
#pageTop {
	top: -15px;
	left: 884px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.subsidyTable {
	/*border-left-width: 1px;*/
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-left-color: #666; */
	color: #000;
	width: 650px;
	margin-left: 15px;
}
.subsidyTable th {
	background-color: #CCC;
	padding: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.subsidyTable td {
	padding: 14px;
	background-color: #EEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/* [disabled]border-right-style: solid; */
	border-bottom-style: solid;
	/* [disabled]border-right-color: #666; */
	border-bottom-color: #666;
}
.subsidyTable td.price {
	font-size: 22px;
	font-weight: bold;
	color: #C8000F;
	text-align:right;
}
.subsidyTable td.total {
	font-size: 32px;
	background-color: #fff;
	padding:18px 14px;
}
.subsidyTable .udot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.subsidyTable .bold, .subsidyTable .bold p {
	font-weight:bold;
}
.detailTtl {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #92C425;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	width:622px;
	margin-left:15px;
}
.detailTtl span {
	font-size: 12px;
}

ol#service {
	list-style-position:outside;
	}
li#service {
	list-style:disc;
	margin-left:20px;
}


/* 利用規約 */
div#terms h3{
	border-bottom: #ccc 1px dotted;
	margin-bottom:5px;
	margin-top:10px;
	padding-bottom:5px;
	}

/* 特定商取引に基づく表記 */

div#terms h2{
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	}

div#terms p{
	line-height:140%;
	margin-left:10px;
		}

table#policy {
	border-collapse: collapse;
	width:100%;
}

table#policy th.t_top {

}

table#policy th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	width:20%;
	color:#333;
}

table#policy td.t_top {

}
table#policy td {
	border-bottom: #e3e3e3 1px dotted;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	background: #ffffff;
	}

#mak {
	text-align:center;
}

.h3_short2{
	background-image: url(../images/h3_bar_short2.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 50px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 0;
	padding-left: 35px;
	padding-bottom: 0;
	}

.titlebar{
	margin-bottom:10px;
}
</pre></body></html>