@charset "UTF-8";

/**
 *  mecsumai.com Styles #ECO
 */

.eco_contents { padding: 5px; }
#eco_top_mainvisual_box { position: relative; }
#etm_btn { position: absolute; top: 160px; right: 46px; }
#eco_top_contents_box { margin: 0 19px 0 20px; }
.et_box { margin: -1px 0 0; padding: 40px 0; border-top: solid 1px #ddd; }
.et_box a { display: block; padding: 5px; }
.et_box a:hover { background: #f1f1f1; text-decoration: none; cursor: pointer; }
.etb_photo { float: left; }
.etb_body { padding: 0 0 0 25px; font-size: 1.167em; overflow: hidden; zoom: 1; }
.etb_title { margin: 0 0 14px; }
.etb_catch { margin: 0 0 9px; line-height: 11px; overflow: hidden; }
.etb_lead { margin: 0 0 8px; color: black; font-weight: normal; }
.etb_link span { vertical-align: middle; }
.etb_arrow { display: inline-block; width: 12px; height: 12px; padding-left: 5px; overflow: hidden; background: url(http://www.mecsumai.com/img/upload/content/eco/icn-arrow.gif) no-repeat 5px 0; }
.et_box a:hover .etb_link { text-decoration: underline; }
.et_box a:hover .etb_arrow { background: url(http://www.mecsumai.com/img/upload/content/eco/icn-arrow.gif) no-repeat 5px -12px; }
.et_3column_box { margin: 0 -34px 0 0; background: url(http://www.mecsumai.com/img/upload/content/eco/bg-border_02.gif) repeat-y 0 0; }
.et3_box { float: left; display: inline; margin: 0 34px 0 0; width: 204px; }

/* LAYOUT */
#header { background: #001006 url(/img/eco/bg_header.png) left top repeat; }

/* HEADER */
#nav_container { background: #024b28; }
#site_logo_eco { float: left; display: inline; padding: 1px 0 0; margin: 0 20px 0 -10px; }
#site_catch { color: white; }


/***************************************************************************************
 * eco old
 */

/**
 * 01.GENERAL PARAMS
 */

a:link {
    color: #477800;
    text-decoration: none;
}
a:visited {
    color: #965C00;
    text-decoration: none;
}
a:active {
    color: #477800;
    text-decoration: none;
}
a:hover {
    color: #965C00;
    text-decoration: underline;
}

body#eco-detail {
	padding: 4px 0 10px;
	overflow-x: hidden;
	background: none;
	color: #333;
    font-family: "Helvetica Neue", "ＭＳ Ｐゴシック";
}
body#eco-detail #wrapper {
	width: auto;
    padding: 0;
    border: none;
    position: relative;
    overflow-y: hidden;
}
body#eco-detail #ecoTitle {
	margin: 0 5px;
	height: 35px;
}
body#eco-detail .eco-yasui {
	background: #94B200;
}
body#eco-detail .eco-nagaku {
	background: #D99800;
}
body#eco-detail .eco-rakuraku {
	background: #D86735;
}
body#eco-detail #ecoTitle h1 {
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-bottom: 0;
	padding-left: 7px;
	line-height: 35px;
}
body#eco-detail #ecoTitle h1 img {
	margin-right: 3px;
	vertical-align: middle;
}
body#eco-detail #ecoTitle h1 span {
	vertical-align: middle;
	padding-left: 7px;
}
* html body#eco-detail #ecoTitle h1 img,
* html body#eco-detail #ecoTitle h1 span {
	display: inline;
	zoom: 1;
}
*:first-child+html body#eco-detail #ecoTitle h1 img,
*:first-child+html body#eco-detail #ecoTitle h1 span {
	display: inline;
	zoom: 1;
}
body#eco-detail #main-content a#close {
	display: block;
	width: 63px;
	height: 35px;
	padding: 0 0 0 13px;
	background: #D9D9D9 url(/img/eco/icn-close.gif) no-repeat 53px 50%;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 5px;
}
* html body#eco-detail #main-content a#close {
	right: 4px;
}
body#eco-detail #ecoDetail {
	margin: 30px 60px 0;
	margin-bottom: 30px;
	color: #333;
	font-size: 1.167em;
}
body#eco-detail h2 {
	margin-bottom: 30px;
}
body#eco-detail #ecoDetail strong {
	color: #000;
}
body#eco-detail #ecoDetail dl {
	margin-top: 30px;
}
body#eco-detail #ecoDetail dl dt {
	padding-left: 15px;
}
body#eco-detail #ecoDetail dl.info-yakusu dt {
	background: url(/img/eco/icn-yasuku.gif) no-repeat left center;
}
body#eco-detail #ecoDetail dl.info-nagaku dt {
	background: url(/img/eco/icn-nagaku.gif) no-repeat left center;
}
body#eco-detail #ecoDetail dl.info-rakuraku dt {
	background: url(/img/eco/icn-rakuraku.gif) no-repeat left center;
}
body#eco-detail #ecoDetail .annotation {
	padding-top: 60px;
	color: #666;
}
body#eco-detail #ecoDetail .detail-img-right {
	float: right;
	display: inline;
	margin: 0 0 30px 30px;
	text-align: center;
	font-size: .858em;
}
body#eco-detail #ecoDetail .detail-img-right p {
	padding-top: 5px;
	line-height: 1em;
}
body#eco-detail #btn-prev {
	position: fixed!important;
	position: absolute;
	top: 233px;
	left: 18px;
}
body#eco-detail #btn-next {
	position: fixed!important;
	position: absolute;
	top: 233px;
	right: 18px;
}


/**
 * PRINT
 */

@media print {
}


