@charset "utf-8";
/* CSS Document */

/*
6px	0.429em	42.9%	5pt
7px	0.500em	50.0%	5pt
8px	0.571em	57.1%	6pt
9px	0.643em	64.3%	7pt
10px	0.714em	71.4%	8pt
11px	0.786em	78.6%	8pt
12px	0.857em	85.7%	9pt
13px	0.929em	92.9%	10pt
14px	1.000em	100.0%	11pt
15px	1.071em	107.1%	11pt
16px	1.143em	114.3%	12pt
17px	1.214em	121.4%	13pt
18px	1.286em	128.6%	14pt
19px	1.357em	135.7%	14pt
20px	1.429em	142.9%	15pt
21px	1.500em	150.0%	16pt
22px	1.571em	157.1%	17pt
23px	1.643em	164.3%	17pt
24px	1.714em	171.4%	18pt
25px	1.786em	178.6%	19pt
26px	1.857em	185.7%	20pt
27px	1.929em	192.9%	21pt
28px	2.000em	200.0%	22pt
29px	2.071em	207.1%	23pt
30px	2.143em	214.3%	24pt
31px	2.214em	221.4%	25pt
32px	2.286em	228.6%	26pt
33px	2.357em	235.7%	27pt
34px	2.429em	242.9%	28pt
35px	2.500em	250.0%	29pt
36px	2.571em	257.1%	30pt
37px	2.643em	264.3%	31pt
38px	2.714em	271.4%	32pt
*/


/* --------------------------------------------------------------------------------------------------------------
 #common properties
---------------------------------------------------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

body {
	color: #514f50;	
	margin: 0;
	padding: 0;
	/*padding: 73px 0 0 0;*/
}

.no-scroll {
	overflow: hidden;
	height:100%;
}

#not_found{
	line-height: 1.6em;
	text-align: left;
	padding: 50px 0 0 0;
	margin: 0 auto;
	min-height: 400px;
	width: 920px;
}

img,
a {
	border: none;
	outline: none;
}

label {cursor: pointer;}


/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/* for IE6 */
* html .clearfix {display:inline-block;}

/* for IE7 */
*+html .clearfix {display:inline-block;}

ol,
ul {list-style: none;}

a:link,
a:visited {
	color: #6ea100;
	text-decoration: none;
}

img{vertical-align: bottom;}

.sp{
	display: none;
}

.btn{cursor: pointer;}

.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.mb160{margin-bottom: 160px !important;}


.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}
.pb70{padding-bottom: 70px !important;}
.pb80{padding-bottom: 80px !important;}
.pb90{padding-bottom: 90px !important;}
.pb100{padding-bottom: 100px !important;}

.tac{text-align: center;}
.tar{text-align: right;}

.fc-red {color: #e60000;}
.fc-green {color: #6ea100;}

.indent {
	margin-left: -0.5em;
}


small{
	font-size: smaller;
}
a.btn-green-01:link,
a.btn-green-01:visited{
	background: #6ea100;
	color: #fff;
	display: block;
	height: 54px;
	line-height: 54px;
	padding: 0 0 0 12px;
	position: relative;
	width: 256px;
}
a.btn-green-01 + a.btn-green-01{
	clear: left;
	margin-top: 10px;
}

a.btn-green-01 span {
	background: url(../images/icon_arrow_01.png) no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 1.4;
	min-height: 14px;
	padding-right: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 24px);
}

a.btn-green-01-external span {
	background: none;
	display: block;
	margin-right: 12px;
	position: relative;
}
a.btn-green-01-external span:after {
	color: #fff;
	content: "\f08e";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.btn-green-01-pdf span {
	background: url(../images/icon_dl_pdf.png) no-repeat right center;
	display: block;
	margin-right: 12px;
}

a.btn-green-02:link,
a.btn-green-02:visited{
	background: #6ea100;
	color: #fff;	
	display: block;
	line-height: 1.6em;
	padding: 8px 0 8px 12px;
	width: 256px;
}

a.btn-green-02 span {
	background: url(../images/icon_arrow_01.png) no-repeat right center;
	display: block;
	margin-right: 12px;
}

a.btn-green-02-dl span {
	background: url(../images/icon_download.png) no-repeat right center;
	display: block;
	margin-right: 12px;
}

a.btn-white-01:link,
a.btn-white-01:visited{
	color: #514f50;	
	display: inline-block;
	line-height: 54px;
}

a.btn-white-01 span {
	display: block;
	padding: 0 30px 0 0;
	position: relative;
}

a.btn-white-01 span img{
	position: absolute;
	right: 12px;
	top: 19px;
}

a.btn-white-02:link,
a.btn-white-02:visited{
	background: #fff;
	color: #6ea100;	
	display: inline-block;
	font-size: 85.7%;
	padding: 4px 10px;
}

a.btn-white-03:link,
a.btn-white-03:visited{
	background: #fff;
	border: 1px solid #6ea100;
	color: #6ea100;	
	display: inline-block;
	padding: 2px 10px 0 10px;
	margin-left: 10px;
}

a.btn-gray-01:link,
a.btn-gray-01:visited{
	background: #787878;
	color: #fff;	
	display: inline-block;
	padding: 4px 10px;
}

.icon-rect-01 {
	color: #6ea100;
	font-size: 20px;
	position: relative;
	top: 1px;
}

.icon-rect-02 {
	color: #6ea100;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.icon-rect-03 {
	color: #505050;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.icon-circle-01 {
	color: #6ea100;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.icon-circle-02 {
	color: #514f50;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.contents-text-00 {
	line-height: 1.8em;
}

.contents-text-01 {
	line-height: 1.8em;
	margin-bottom: 20px;
}

.contents-text-02 {
	line-height: 1.8em;
	margin-bottom: 50px;
}

.contents-text-03 {
	line-height: 1.8em;
	margin-bottom: 120px;
}

.contents-text-04 {
	line-height: 1.8em;
	margin-bottom: 65px;
}

.contents-text-05 {	
	line-height: 1.8em;
	margin-bottom: 40px;
}

.contents-text-06 {
	line-height: 1.8em;
	margin-bottom: 80px;
}

.contents-text-07 {
	font-size: 85.7%;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.contents-text-08 {
	font-size: 85.7%;
	line-height: 1.6em;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------------------*/

.inner {position: relative;}

#wrapper{text-align: center;}

#header {
	background: url(../images/bg_nav_border.png) repeat-x left top;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#header #h-group {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header #h-group #logo {
	position: absolute;
	right: 0;
	top: 0;
}

#header #h-group #g-nav { 
	padding: 39px 0 4px 0;
}

#header #h-group #g-nav ul li { 
	float: left;
	position: relative;
	overflow: visible;
}

#header #h-group #g-nav ul li .child {
	display: none;
	background: url(../images/bg_transparent.png) repeat;
	position: absolute;
	z-index: 1000;		
}

#header #h-group #g-nav ul li .child-menu-icon {
	position: absolute;
	top: 0px;
}

#header #h-group #g-nav ul li #sub-menu-product {
	left: -186px;	
}

#header #h-group #g-nav ul li #sub-menu-product .child-menu-icon {
	left: 237px;
}

#header #h-group #g-nav ul li #sub-menu-about {
	left: -65px;	
}

#header #h-group #g-nav ul li #sub-menu-about .child-menu-icon {
	left: 117px;
}

#header #h-group #g-nav ul li #sub-menu-service {
	left: -360px;	
}

#header #h-group #g-nav ul li #sub-menu-service .child-menu-icon {
	left: 412px;
}

#header #h-group #g-nav ul li #sub-menu-company {
	left: -140px;
}

#header #h-group #g-nav ul li #sub-menu-company .child-menu-icon {
	left: 193px;
}

#header #h-group #g-nav ul li .child-menu-item-box {
	background-color: #fff;
	padding: 16px 0;
	margin-top: 20px;
	width: 800px;	
}

#header #h-group #g-nav ul li #sub-menu-service .child-menu-item-box {
	width: 602px;	
}

#header #h-group #g-nav ul li #sub-menu-company .child-menu-item-box {
	width: 408px;	
}

#header #h-group #g-nav ul li .child-menu-item {
	float: left;
	margin-right: 15px;
}

#header #h-group #g-nav ul li .child-menu-item.child-menu-item-first {
	margin-right: 15px;
	margin-left: 17px;
}

#header #h-group #g-nav ul li .product-categories {
	padding-left: 16px;
	border-bottom: 1px solid #d6d6d6;
}

#header #h-group #g-nav ul li .product-category {
	float: left;
	border-right: 1px solid #d6d6d6;
	padding-right: 18px;
	margin-right: 17px;
	position: relative;
	width: 232px;
	height: 430px;
}

#header #h-group #g-nav ul li .product-category.product-category-last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#header #h-group #g-nav ul li .child .btn_slide_menu_prev {
	display: none;
	cursor: pointer;
	position: absolute;
	left: -17px;
	top: 194px;
}

#header #h-group #g-nav ul li .child .btn_slide_menu_next {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 194px;
}

#header #h-group #g-nav ul li .child .product-category-last .btn_slide_menu_next {
	cursor: pointer;
	position: absolute;
	right: -16px;
	top: 194px;
}

#header #h-group #g-nav ul li .child .product-item-slides {
	overflow: hidden;
}

#header #h-group #g-nav ul li .child .product-item-slides-inner {
	width: 1000px;
}

#header #h-group #g-nav ul li .child .product-item-slide-box {
	float: left;
	width: 232px;
}

#header #h-group #g-nav ul li .child .product-item-slide-box .product-item {
	float: left;
}

#header #h-group #g-nav ul li .child .product-local-menu {
	margin: 15px 0 0 16px;
}

#header #h-group #g-nav ul li .child .product-local-menu li {
	float: left;
	margin-right: 3px;
}

#header #h-group .btn-contact {
	position: absolute;
	left: 719px;
	top: 17px;
}

#header #h-group .btn-contact img {
	vertical-align: top;
}

.h-spacer{
	height: 73px;
}

#top-visual-sec {
	border-bottom: 7px solid #e5e5e4;
}

#top-visual-sec #top-visual-sec-inner {
	border-bottom: 7px solid #e5e5e4;
}

.contents-block-inner{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

.bg-gray{
	background-color: #f0f0f0; 
}

#trunk {
	min-height: 600px;
}

#trunk #trunk-inner .page-title-sec{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#trunk #trunk-inner .page-title{
	border-bottom: 1px solid #6c9a30;
	padding: 32px 0 20px 38px;
}

#footer #btn-go-top {
	cursor: pointer;
	position: fixed;
	right: 40px;
	bottom: 40px;
}

#footer #f-group{
	background-color: #6ea100;
	font-size: 85.7%;
}

#footer #f-group .first-row-inner{
	background-color: #6ea100;
	color: #fff;
	padding: 20px;
	margin: 0 auto;
	position: relative;	
	text-align: left;
	width: 960px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	color: #e2eccc;
}

#footer #f-group dl{
	line-height: 1.8em;
}

#footer #f-group dl dt span {
	padding-right: 2px;
	position: relative;
	top: -3px;
}

#footer #f-group dl dd {
	padding-left: 1em;
}

#footer .f-nav-wrap {
	margin-bottom: 45px;
}

#footer .f-nav {
	float: left;
}

#footer .f-nav.first,
#footer .f-nav.second {
	width: 252px;
}

#footer .first-row-inner #world-map{
	position: absolute;
	right: 51px;
	top: 27px;
}

#footer .first-row-inner #world-map-text{
	position: absolute;
	left: 723px;
	top: 176px;
}

#footer .first-row-inner .f-corporate-info{
	padding-left: 1em;
}

#footer .first-row-inner .f-corporate-info .f-text-wrap-01 {
	padding: 0 10px 0 0;
}	

#footer .sns-btn {
	display: inline-block;
	margin-left: 6px;
	position: relative;
	top: 8px;
}	

#footer .sns-btn-01 {
	margin-left: 18px;
}	

#footer #copyright-sec .second-row-inner {
	color: #6ea100;
	font-size: 85.7%;
	line-height: 40px;
	margin: 0 auto;
	text-align: right;
	width: 1000px;
}

.btn-slide-prev,
.btn-slide-next {
	display: none;
}



/*-----------------------------------------------------------------------------------------------------------
	home
-----------------------------------------------------------------------------------------------------------*/

#home #top-slide-sec {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 529px;	
}

#home #top-slide-sec-inner {
	margin: 0 auto;
	position: absolute;
	visibility: hidden;
	width: 3000px;
}

#home .sns-btns .sns-btns-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#home .sns-btns .sns-btns-inner ul {
	position: absolute;
	right: 16px;
	top: -58px;
}

#home .sns-btns .sns-btns-inner ul li {
	float: left;
	margin-left: 8px;
}

#home #news-ticker-sec{
	background-color: #a0a0a0;
}

#home #news-ticker-sec #news-ticker-sec-inner {
	font-size: 85.7%;
	margin: 0 auto;
	width: 1000px;
}

#home #news-ticker-sec #news-ticker-sec-inner .news-entry {
	background-color: #6ea100;
	color: #fff;
	line-height: 30px;
	padding-left: 22px;
	text-align: left;
	width: 772px;
}

#home #news-ticker-sec #news-ticker-sec-inner a:link,
#home #news-ticker-sec #news-ticker-sec-inner a:visited {
	color: #fff;
}

#home #trunk #trunk-inner {
	padding: 52px 0 60px 0;
	margin: 0 auto;
	width: 1000px;
}

#home #trunk .boxes .box {
	margin-bottom: 50px;
}

#home #trunk .boxes .box {
	float: left;
}

#home #trunk .boxes .box.on-first-row {
	margin: 0 27px 45px 0;
}

#home #trunk .boxes .box.third {
	margin-right: 0;
}

#home #trunk .boxes .box.on-second-row {
	margin: 0 16px 0 0;
	width: 238px;	
}

#home #trunk .boxes .box.seventh {
	margin-right: 0;
}

#home #thumbnail-slider {
	margin-bottom: 50px;
	overflow: hidden;
}

#home #thumbnail-slider-inner {
	width: 9999px;
}

#home #thumbnail-slider #thumbnails li{
	float: left;
}

/*-----------------------------------------------------------------------------------------------------------
	about
-----------------------------------------------------------------------------------------------------------*/

#contents-about {
	margin: 70px 0 100px 0;
}

#contents-about .subtitle{
	font-size: 185.7%;
	font-weight: normal;
	margin-bottom: 30px;
}

.contents-about-text-01{
	line-height: 1.8em;
	margin-bottom: 20px;
}

.contents-about-text-02{
	line-height: 1.8em;
}

.contents-about-text-03{
	line-height: 1.8em;
	margin-bottom: 40px;
}

.contents-about-text-04{
	line-height: 1.8em;
	margin-bottom: 50px;
}

.contents-about-img-desc{
	font-size: 85.7%;
	margin-top: 5px;
}

#contents-about .left {
	float: left;
	margin-left: 38px;
	width: 500px;
}

#contents-about .right {
	float: right;
	padding-top: 5px;
	width: 364px;
}

/*----------------------------------- environment -----------------------------------*/

#contents-about-env-first {
	padding: 94px 0 70px 0;
}

#contents-about-env-first .left {
	float: left;
	margin-left: 38px;
	width: 448px;
}

#contents-about-env-first .right {
	float: right;
	margin-right: 40px;
	width: 415px;
}

#contents-about-env-second {
	padding: 94px 0 70px 0;
}

#contents-about-env-second .left {
	float: right;
	margin-right: 40px;	
	width: 448px;
}

#contents-about-env-second .right {
	float: left;
	margin-left: 38px;
	width: 415px;
}

/*----------------------------------- architecture -----------------------------------*/

#contents-about-arc-first{
	padding: 60px 0;
}

#contents-about-arc-first .contents-about-text-02 {
	margin-left: 38px;
	width: 625px;
}

#contents-about-arc-second,
#contents-about-arc-third,
#contents-about-arc-fourth {
	padding: 60px 0 70px 0;
}

.trunk-about-architecture .contents-block .col-wrap .left {
	float: right;
	text-align: center;
	width: 480px;
}

.trunk-about-architecture .contents-block .col-wrap .right {
	float: left;
	margin-left: 38px;
	width: 450px;
}

.trunk-about-architecture .contents-block .col-wrap .subtitle{
	font-size: 114.3%;
	font-weight: normal;
	border-bottom: 2px solid #6ea100;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

.trunk-about-architecture .contents-block .slide-sec {
	margin: 60px auto 0 auto;
	position: relative;
	width: 480px;
}

.trunk-about-architecture .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 124px;
}

.trunk-about-architecture .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 124px;
}

.trunk-about-architecture .contents-block .slide-sec .position{
	margin: 17px 40px 0 0;
	text-align: right;
}

.trunk-about-architecture .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-about-architecture .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.slide-wrap {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.slide-wrap ul {
	overflow: hidden;
	position: relative;
}

.slide-wrap ul li {
	float:left;
	width:100%;
	position: relative;
}


/*----------------------------------- history -----------------------------------*/

.trunk-about-history {
	margin-top: 104px;
}

.trunk-about-history .contents-about-history-block-02 {
	background-color: #343434;
	color: #fff;
	padding: 30px 0;
}

.trunk-about-history .contents-about-history-block-02  h3{
	margin-bottom: 20px;
}

.trunk-about-history .contents-about-history-block-inner {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 1000px;
}

#about #trunk.trunk-about-history .page-title-sec {
	background-color: #fff;
	width: 100%;
	height: 104px;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 68px;
}

#about #trunk.trunk-about-history .lazy-form-select-wrap{
	display: none;
}

#about #trunk.trunk-about-history .page-title-sec-inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.trunk-about-history .local-nav {
	position: absolute;
	right: 40px;
	top: 40px;
}

.trunk-about-history .local-nav li {
	border-right: 1px solid #6ea100;
	float: left;
}

.trunk-about-history .local-nav li.first {
	border-left: 1px solid #6ea100;
}

.trunk-about-history .local-nav li a:link,
.trunk-about-history .local-nav li a:visited{
	color: #505050;
	display: block;
	padding: 0 14px;
}

.trunk-about-history .scroll-first,
.trunk-about-history .scroll-second{
	opacity: 0;
	position: relative;
	top: 100px;
}

.trunk-about-history .scroll{
	position: relative;
	top: 100px;
}

#about .trunk-about-history #trunk-inner .page-title{
	border: none;
}

.trunk-about-history .block-title-sec {
	background-color: #6ea100;
	overflow: hidden;
	height: 76px;		
}

.trunk-about-history .block-title-inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 76px;	
}

.trunk-about-history .subtitle-text {
	position: absolute;
	left: 40px;
	top: 36px;
}

.trunk-about-history .subtitle-year {
	position: absolute;
	right: 40px;
	top: 20px;
}

.trunk-about-history .btn-popup {
	color: #6ea100;
	cursor: pointer;
}

#about .popup-boxes {
	display: none;
}

#about .popup {
	background-color: #dcdcdc;
	color: #514f50;
	padding: 40px;
	position: relative;
	text-align: left;
	width: 500px;
}

#about .btn-modal-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
	width: 40px;
	Height: 40px;
}

#about .btn-modal-close img {
	vertical-align: top;
}

#about .popup .popup-title {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 107.1%;
}

.trunk-about-history .contents-about-history-block-inner .fit-box {
	width: 100%;
	height: auto;
}

.trunk-about-history .contents-history-lead-01 {
	font-size: 171.4%;
	font-weight: normal;
}

.trunk-about-history .contents-about-history-block-inner .left {
	float: left;
	margin-left: 40px;
}

.trunk-about-history .contents-about-history-block-inner .right {
	float: right;
	margin-top: 28px;
	margin-right: 20px;	
	width: 402px;
}

.trunk-about-history #contents-about-history-01 .left {
	width: 510px; 
}

.trunk-about-history #contents-about-history-01 .right {
	margin-top: 30px;
	margin-right: 80px;
	width: 292px; 
}

.trunk-about-history #contents-about-history-01 .contents-history-lead-01 {
	padding: 80px 0 30px 0;
}

.trunk-about-history #contents-about-history-02 {
	background: #343434 url(../images/about/history/bg_01.jpg) no-repeat center 0px fixed;
}

.trunk-about-history #contents-about-history-02 .contents-about-history-block-inner {
	height: 600px; 
}

.trunk-about-history #contents-about-history-02 .contents-text-01 {
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	left: 40px;
	bottom: 30px;
}

.trunk-about-history #contents-about-history-03 .contents-about-history-block-inner {
	height: 370px;
	text-align: center;
}

.trunk-about-history #contents-about-history-03 .contents-text-01 {
	margin: 50px auto 70px auto;
	text-align: left;
	width: 510px;
}

.trunk-about-history #contents-about-history-03 .img-desc-text-01 {
	position: absolute;
	right: 160px;
	top: 80px;
}

.trunk-about-history #contents-about-history-04 {
	background-color: #343434;
	text-align: center;	
}

.trunk-about-history #contents-about-history-04 .contents-about-history-block-inner {
	padding-top: 75px;
	padding-bottom: 90px;
	height: 190px;
}

.trunk-about-history #contents-about-history-04 .contents-text-01 {
	color: #fff;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 510px;
}

.trunk-about-history #contents-about-history-05 {
	background: #343434 url(../images/about/history/bg_02.jpg) no-repeat center 300px fixed; 
}

.trunk-about-history #contents-about-history-05 .contents-about-history-block-inner {
	height: 600px; 
}

.trunk-about-history #contents-about-history-05 .contents-wrap {
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-moz-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-webkit-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	width: 505px;
}

.trunk-about-history #contents-about-history-05 h3 {
	padding-top: 200px;
}

.trunk-about-history #contents-about-history-05 .contents-history-lead-01 {
	text-align: right;
	font-size: 171.4%;
	margin-bottom: 20px;
}

.trunk-about-history #contents-about-history-05 .contents-text-01 {
	text-align: justify;
}

.trunk-about-history #contents-about-history-05 .contents-history-text-01 {
	text-align: right;
}

.trunk-about-history #contents-about-history-06 .contents-about-history-block-inner {
	height: 670px; 
}

.trunk-about-history #contents-about-history-06 .left{
	margin-top: 180px;
	width: 500px;
}

.trunk-about-history #contents-about-history-06 .img-desc-text-01 {
	margin-right: 20px;
	text-align: right;
}

.trunk-about-history #contents-about-history-07 {
	background: #343434 url(../images/about/history/bg_03.jpg) no-repeat center 200px fixed; 
}


.trunk-about-history #contents-about-history-07 .contents-about-history-block-inner {
	height: 600px; 
}

.trunk-about-history #contents-about-history-07 p{
	color: #fff;
	position: absolute;
	left: 40px;
	bottom: 40px;
	text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-moz-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-webkit-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;	
}

.trunk-about-history #contents-about-history-08 .contents-about-history-block-inner {
	height: 700px; 
}

.trunk-about-history #contents-about-history-08 .left {
	margin-top: 103px;
	margin-left: 0;
	width: 500px;
}

.trunk-about-history #contents-about-history-08 .right {
	margin-top: 205px;
	width: 400px; 
}

.trunk-about-history #contents-about-history-08 .img-desc-text-01 {
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.trunk-about-history #contents-about-history-09 {
	background-color: #343434;
	color: #fff;
}

.trunk-about-history #contents-about-history-09 .left {
	margin-top: 75px;
	width: 500px;
}

.trunk-about-history #contents-about-history-09 .right {
	margin-top: 95px;
	text-align: right;
	width: 360px; 
}

.trunk-about-history #contents-about-history-09 .contents-history-lead-01 {
	margin-bottom: 25px;
}

.trunk-about-history #contents-about-history-09 .contents-wrap-02 {
	margin-top: 28px;
	margin-bottom: 70px;
}

.trunk-about-history #contents-about-history-09 .img-desc-text-01 {
	color: #fff;
	margin-top: 15px;
	text-align: right;
}

.trunk-about-history #contents-about-history-09 .img-desc-text-02 {
	color: #505050;
	position: absolute;
	left: 10px;
	bottom :10px;
}

.trunk-about-history #contents-about-history-09 .contents-history-images-01{
	list-style: none;
}

.trunk-about-history #contents-about-history-09 .contents-history-images-01 li {
	float: left;
	position: relative;
	width: 50%;
}

.trunk-about-history #contents-about-history-10 .contents-about-history-block-inner {
	height: 705px; 
}

.trunk-about-history #contents-about-history-10 .left {	
	margin-top: 75px;
	width: 380px;	
}

.trunk-about-history #contents-about-history-10 .right {
	margin-top: 208px;
	text-align: left;
	width: 500px; 
}

.trunk-about-history #contents-about-history-10 .img-desc-text-01 {
	margin-left: 30px;
}

.trunk-about-history #contents-about-history-11 {
	background: #343434 url(../images/about/history/bg_04.jpg) no-repeat center 240px fixed;
}

.trunk-about-history #contents-about-history-11 .contents-about-history-block-inner {
	height: 600px; 
}

.trunk-about-history #contents-about-history-11 .contents-text-01 {
	color: #fff;
	margin-bottom: 0;
	line-height: 2em;
	position: absolute;
	right: 70px;
	bottom: 40px;
	text-align: right;
}

.trunk-about-history #contents-about-history-12 {
	background-color: #343434;
}

.trunk-about-history #contents-about-history-12  .contents-about-history-block-inner {
	height: 510px; 
}

.trunk-about-history #contents-about-history-12 .contents-text-01 {
	color: #fff;
	margin: 190px auto 0 auto;
	width: 500px;
}

.trunk-about-history #contents-about-history-13 {
	min-height: 508px;
}

.trunk-about-history #contents-about-history-13 .contents-history-lead-01 {
	margin-bottom: 25px;
}

.trunk-about-history #contents-about-history-13 .left {
	margin-top: 75px;
	width: 500px;
}

.trunk-about-history #contents-about-history-13 .right {
	margin-top: 0;
	margin-right: 0;
	text-align: right;
	width: 380px; 
}

.trunk-about-history #contents-about-history-13 .img-desc-text-01 {
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.trunk-about-history #contents-about-history-14 {
	background: #343434 url(../images/about/history/bg_05.jpg) no-repeat center 200px fixed; 
}

.trunk-about-history #contents-about-history-14 .contents-about-history-block-inner {
	height: 625px; 
}

.trunk-about-history #contents-about-history-14 .contents-text-01 {
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
}

.trunk-about-history #contents-about-history-15 .contents-about-history-block-inner {
	height: 820px; 
}

.trunk-about-history #contents-about-history-15 .left {
	margin-top: 60px;
	margin-left: 0;
	width: 535px;	
}

.trunk-about-history #contents-about-history-15 .right {
	margin-top: 128px;
	text-align: left;
	width: 400px; 
}

.trunk-about-history #contents-about-history-15 .img-desc-text-01 {
	position: absolute;
	left: 80px;
	bottom: 180px;
}

.trunk-about-history #contents-about-history-16 {
	background-color: #343434;
	color: #fff;
	height: 510px; 
}

.trunk-about-history #contents-about-history-16 .contents-history-lead-01 {
	margin-bottom: 25px;
}

.trunk-about-history #contents-about-history-16 .left {
	margin-top: 75px;
	width: 500px;
}

.trunk-about-history #contents-about-history-16 .right {
	margin-top: 90px;
	text-align: right;
	width: 380px; 
}

.trunk-about-history #contents-about-history-17 .contents-about-history-block-inner {
	padding-bottom: 40px;
}

.trunk-about-history #contents-about-history-17 .left {
	margin-top: 164px;
	width: 500px;
}

.trunk-about-history #contents-about-history-17 .right {
	margin-top: 54px;
	margin-right: 20px;
	text-align: left;
	width: 420px; 
}

.trunk-about-history #contents-about-history-17 .img-desc-text-01 {
	position: absolute;
	right: 40px;
	bottom: 200px;
}

.trunk-about-history #contents-about-history-18 {
	background: #343434 url(../images/about/history/bg_06.jpg) no-repeat center 300px fixed; 
	color: #fff;
}

.trunk-about-history #contents-about-history-18 .contents-about-history-block-inner {
	height: 600px;
}

.trunk-about-history #contents-about-history-18 .history-18-text-01 {
	line-height: 1.8em;
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 330px;
	text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-moz-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-webkit-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
}

.trunk-about-history #contents-about-history-18 .history-18-text-02 {
	line-height: 1.8em;
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 500px;
	text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-moz-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
	-webkit-text-shadow:1px 0 #333, 0 1px #333, -1px 0 #333, 0 -1px #333;
}

.trunk-about-history #contents-about-history-18 .contents-text-04 {
	margin-bottom: 20px;	
}

.trunk-about-history #contents-about-history-19 {
	background-color: #343434;
	color: #fff;
	min-height: 750px;
}

.trunk-about-history #contents-about-history-19 .contents-history-lead-01 {
	margin-bottom: 25px;
}

.trunk-about-history #contents-about-history-19 .left {
	float: right;
	margin: 74px 40px 0 0;
	text-align: left;
	width: 350px; 
}

.trunk-about-history #contents-about-history-19 .right {
	float: left;
	margin: 0;
	width: 500px;
}

.trunk-about-history #contents-about-history-19 .img-desc-text-01 {
	color: #fff;
	position: absolute;
	left: 70px;
	bottom: 100px;
}

.trunk-about-history #contents-about-history-20 {
	height: 800px; 
}

.trunk-about-history #contents-about-history-20 .left {
	margin-left: 0;
	width: 500px;
}

.trunk-about-history #contents-about-history-20 .left .contents-text-01 {
	margin: 55px 0 0 40px;
}

.trunk-about-history #contents-about-history-20 .right {
	margin-top: 290px;
	margin-right: 20px;
	text-align: right;
	width: 370px; 
}

.trunk-about-history #contents-about-history-20 .img-desc-text-01 {
	position: absolute;
	right: 40px;
	bottom: 140px;
}

.trunk-about-history #contents-about-history-21 {
	background-color: #343434;
	color: #fff;
	min-height: 500px;
}

.trunk-about-history #contents-about-history-21 .left {
	margin: 30px 0 30px 0;
	width: 500px;
}

.trunk-about-history #contents-about-history-21 .right {
	margin-top: 130px;
	text-align: left;
	width: 356px; 
}

.trunk-about-history #contents-about-history-21 .contents-text-01 {
	margin: 0 0 0 40px;
}

.trunk-about-history #contents-about-history-21 .img-desc-text-01 {
	position: absolute;
	right: -40px;
	bottom: 0px;
}

.trunk-about-history #contents-about-history-22 {
	background: url(../images/about/history/bg_07.jpg) no-repeat center -106px; 
}

.trunk-about-history #contents-about-history-22 .contents-about-history-block-inner {
	height: 544px;
}

.trunk-about-history #contents-about-history-22 .contents-text-01 {
	margin: 228px 0 0 40px;
	width: 380px;
}

.trunk-about-history #contents-about-history-22 .img-desc-text-01 {
	position: absolute;
	left: -60px;
	top: 120px;
}

.trunk-about-history #contents-about-history-23 {
	background-color: #343434;
	color: #fff;
}

.trunk-about-history #contents-about-history-23 .contents-about-history-block-inner {
	height: 544px;
}

.trunk-about-history #contents-about-history-23 .contents-text-01 {
	margin: 230px auto 0 auto;
	width: 630px;
}

.trunk-about-history #contents-about-history-24 {
	background-color: #343434;
	color: #fff;
	min-height: 500px;
}

.trunk-about-history #contents-about-history-24 .left {
	margin: 30px 0 30px 0;
	width: 500px;
}

.trunk-about-history #contents-about-history-24 .right {
	margin-top: 130px;
	text-align: left;
	width: 356px; 
}

.trunk-about-history #contents-about-history-24 .contents-text-01 {
	margin: 0 0 0 40px;
}

.trunk-about-history #contents-about-history-24 .img-desc-text-01 {
	position: absolute;
	right: -40px;
	bottom: 0px;
}

.trunk-about-history #contents-about-history-25 .contents-about-history-block-inner {
	height: 450px; 
}
.trunk-about-history #contents-about-history-25 .left{
	margin-top: 140px;
	width: 300px;
}
.trunk-about-history #contents-about-history-25 .right{
	width: 600px;
}
.trunk-about-history #contents-about-history-25 .right .img-desc-text-01{
	margin-top: 15px;
}

.trunk-about-history #contents-about-history-25 .img-desc-text-01 {
	margin-right: 20px;
	text-align: right;
}




/*-----------------------------------------------------------------------------------------------------------
	products
-----------------------------------------------------------------------------------------------------------*/

#products {
	overflow-x: hidden;
}

/*----------------------------------- products top -----------------------------------*/

#products  #trunk.trunk-products-top {
	margin: 0 auto;
	width: 1000px;
}

#products  #trunk.trunk-products-top .contents-block {
	padding: 38px 40px 60px 40px;
	margin: 0 auto;
	text-align: left;
	width: 920px;
}

#products #trunk.trunk-products-top .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin: 0 0 40px 0;
}

#products #trunk.trunk-products-top .subtitle span {
	border-bottom: 2px solid #6ea100;
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	top: 2px;
	width: 300px;
}

#products .trunk-products-top .products-list-sec {
	margin-bottom: 60px;
}

#products .trunk-products-top .products-list {
	margin-left: 10px;
}

#products .trunk-products-top .products-list li {
	float: left;
	margin: 0 20px 40px 0;
	width: 130px;
}

#products .trunk-products-top .products-list .product-image {
	margin-bottom: 14px;
	text-align: center;
}

#products .trunk-products-top .products-list .product-name {
	line-height: 1.4em;
	text-align: center;
}

#products .trunk-products-top ul li a:link,
#products .trunk-products-top ul li a:visited {
	color: #514f50;
}

#products .trunk-products-top .products-materials-list li{
	float: left;
	margin: 0 20px 20px 0;
}

#products .trunk-products-top ul li a.btn-green-01:link,
#products .trunk-products-top ul li a.btn-green-01:visited {
	color: #fff;
	width: 220px;
}

/*----------------------------------- products detail -----------------------------------*/

#products #top-slide-sec {
	border-bottom: 7px solid #e5e5e4;
	margin: 0 auto;
	position: relative;
	height: 500px;	
}

#products #top-slide-sec-inner {
	margin: 0 auto;
	position: absolute;
	visibility: hidden;
	width: 3000px;
}

#products .top-slide-controls {
	margin: 0 auto;
	position: relative;
	z-index: 100;
	width: 1000px;
	height: 500px;
}

#products .top-slide-controls #top-slide-btn-prev a:link,
#products .top-slide-controls #top-slide-btn-prev a:visited {
	background: url(../images/btn_prev.png) no-repeat left top;
	cursor: pointer;
	display: block;	
	/*margin: auto;*/
	position: absolute;
	top: 0; 
	left: 0; 
	/*bottom: 0; */
	width: 20px;
	height: 52px;
}

#products .top-slide-controls #top-slide-btn-next a:link,
#products .top-slide-controls #top-slide-btn-next a:visited {
	background: url(../images/btn_next.png) no-repeat left top;
	cursor: pointer;
	display: block;	
	/*margin: auto;*/
	position: absolute;
	top: 0;
	/*bottom: 0; */
	right: 0;
	width: 20px;
	height: 52px;
}

#products .top-slide-controls #top-slide-pager {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}

#products .top-slide-controls #top-slide-pager .bx-pager-item{
	display: inline-block;
}

#products .top-slide-controls #top-slide-pager a:link,
#products .top-slide-controls #top-slide-pager a:visited {
	background: url(/images/icon_pager.png) no-repeat left top;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
}

#products .top-slide-controls #top-slide-pager a.active:link,
#products .top-slide-controls #top-slide-pager a.active:visited {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.trunk-product-detail .page-title-sec {
	position: relative
}

#products .trunk-product-detail #trunk-inner .page-title{
	border-bottom: none;
}

.trunk-product-detail .page-title-sec .local-nav {
	position: absolute;
	text-align: right;
	top: 25px;
	right: 40px;
}
.trunk-product-detail .page-title-sec .local-nav.l2 {
	width: 600px;
}
.trunk-product-detail .page-title-sec .local-nav li {
	display: inline-block;
	/*float: left;*/
	margin-bottom: 30px;
	margin-left: 1px;
}
.trunk-product-detail .page-title-sec .local-nav li a:link,
.trunk-product-detail .page-title-sec .local-nav li a:visited{
	border-bottom: 2px solid #dbdbdb;
	color: #777778;
	font-size: 85.7%;
	padding: 0 14px 3px 14px;
}

.trunk-product-detail .page-title-sec .local-nav li a:hover,
.trunk-product-detail .page-title-sec .local-nav li a:active{
	border-bottom: 2px solid #6ea100;
}

.trunk-product-detail .page-title-sec .local-nav .share-btns {
	/*position: absolute;
	right: 0;
	top: 30px;*/
}

.trunk-product-detail .page-title-sec .local-nav .share-btns a:link,
.trunk-product-detail .page-title-sec .local-nav .share-btns a:visited {
	border: none;
	padding: 0;
}

.trunk-product-detail .page-title-sec .local-nav .share-btns a:hover,
.trunk-product-detail .page-title-sec .local-nav .share-btns a:active {
	border: none;
	padding: 0;
}

.trunk-product-detail .bottom-share-btns {
	padding: 30px 0 40px 0;
	margin: 0 auto;
	text-align: right;
	width: 1000px;
}

.trunk-product-detail .bottom-share-btns ul {
	display: inline-block;
}

.trunk-product-detail .bottom-share-btns ul li {
	margin-right: 40px;
}

#contents-product-detail-first{
	padding: 60px 0;
}

#contents-product-detail-second,
#contents-product-detail-third,
#contents-product-detail-fourth,
#contents-product-detail-video {
	padding: 60px 0 70px 0;
}

#contents-product-detail-first .col-wrap .left {
	float: left;
	margin-left: 40px;
	text-align: left;
	width: 548px;
}

#contents-product-detail-first .col-wrap .right {
	float: right;
	padding-top: 40px;
	text-align: center;
	width: 412px;
}

#contents-product-detail-first .col-wrap .right  img{
	width: 100%;
	height: auto;
}

#contents-product-detail-first .subtitle {
	font-size: 128.6%;
	font-weight: normal;
	border-bottom: 2px solid #6ea100;
	line-height: 1.6em;	
	padding-bottom: 6px;
	margin-bottom: 25px;
	width: 460px;	
}

/*#contents-product-detail-first .velas-subtitle {
	width: 470px;
}*/

#contents-product-detail-first .contents-text-01 {
	width: 460px;
}

/*#contents-product-detail-first .velas-contents-text-01 {
	width: 470px;
}*/

#contents-product-detail-first .info-table-01 {
	font-size: 85.7%;
	line-height: 1.6em;
	margin: 100px 0 75px 0;
}

#contents-product-detail-first .info-table-01 dt {
	clear: both;
	float: left;
	width: 56px;
}

#contents-product-detail-first .info-table-01 dd {
	float: left;
	width: 470px;
}

#contents-product-detail-first .btn-green-01 {
	width: 215px;
}

#contents-product-detail-first .btns {
	width: 100%;
}

#contents-product-detail-first .btns ul li {
	float: left;
	margin: 0 12px 0 0;
	width: 227px;
}

#contents-product-detail-first .btns p {
	font-size: 85.7%;
	margin-bottom: 10px;
}

#contents-product-detail-first .btns a {
	float: left;
	margin: 0 12px 12px 0;
}

#contents-product-detail-first .btns .first {
	margin: 0 0 18px 0;
}

#contents-product-detail-first .btns .second {
	clear: both;
}

.trunk-product-detail .contents-block .subtitle span {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	top: 2px;
}

.trunk-product-detail .contents-block .slide-index {
	font-family: "Century Gothic", arial, sans-serif;
	color: #6ea100;
	font-size: 228.6%;
	margin-bottom: 18px;
}

.trunk-product-detail .contents-block .slide-sec {
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
}

.trunk-product-detail .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: -20px;
	top: 160px;
}

.trunk-product-detail .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 160px;
}

.trunk-product-detail .contents-block .slide-sec .position{
	margin: 17px 40px 0 0;
	text-align: right;
}

.trunk-product-detail .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-product-detail .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.trunk-product-detail .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-product-detail .slide-wrap .slides .slide {
	float:left;
	width:100%;
	position: relative;
}

.trunk-product-detail .slide-wrap .slides .slide .left {
	float: right;
	margin-right: 40px;
	width: 536px;
}

.trunk-product-detail .slide-wrap .slides .slide .right {
	float: left;
	margin-left: 40px;
	text-align: left;
	width: 370px;
}

.trunk-product-detail .slide .right img{
	width: 100%;
	height: auto;
}

.trunk-product-detail #contents-product-detail-second .slide .left {
	float: right;
	margin-right: 40px;
	text-align: left;
	width: 445px;
}

.trunk-product-detail #contents-product-detail-second .slide .right {
	float: left;
	margin-left: 40px;
	text-align: left;
	width: 400px;
}

.trunk-product-detail #contents-product-detail-second .slide .subtitle {
	font-size: 128.6%;
	font-weight: normal;
	margin: 5px 0 30px 0;
}


.trunk-product-detail #contents-product-detail-second .slide .slide-title {
	border-bottom: 2px solid #6ea100;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 8px;
	margin: 0 0 25px 0;
}



.trunk-product-detail #contents-product-detail-second .slide .slide-desc {
	line-height: 1.8em;
	word-break: break-all;
}


.trunk-product-detail #contents-product-detail-third .slide .left {
	float: left;
	margin: 0 0 0 40px;
	text-align: left;
	width: 400px;
}

.trunk-product-detail #contents-product-detail-third .slide .right {
	float: right;
	margin: 0 40px 0 0;
	text-align: right;
	width: 520px;
}

.trunk-product-detail #contents-product-detail-third .slide .subtitle {
	font-size: 128.6%;
	font-weight: normal;
	margin: 5px 0 45px 0;
}

.trunk-product-detail #contents-product-detail-third .slide .subtitlemk {
	border-bottom: 1px solid #6ea100;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 8px;
	margin: 5px 20px 45px 0;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-text-wrap {
	margin-left: 62px;
	width: 300px;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-text-wrapmk {
	margin-left: 5px;
	width: 350px;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-variation {
	font-size: 128.6%;
	margin-bottom: 15px;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-title {
	border-bottom: 1px solid #6ea100;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 8px;
	margin: 0 0 20px 0;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-desc {
	font-size: 85.7%;
	line-height: 1.8em;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-descmk {
	line-height: 1.8em;
	margin-bottom: 60px;
}

.trunk-product-detail #contents-product-detail-third .slide .slide-descmk span {
	font-size: 71.4%;
}



.trunk-product-detail .spec-table-last {
	margin-bottom: 60px;
}

.trunk-product-detail .spec-table-01 {
	font-size:  85.7%;
	line-height: 1.8em;
}

.trunk-product-detail .spec-table-01 .spec-inner-table {
	margin-left: 1.1em;
}

.trunk-product-detail .spec-table-01 dd {
	margin-bottom: 20px;
}

.trunk-product-detail .spec-table-01 dt {
	clear: both;
}

.trunk-product-detail .spec-table-01 .spec-inner-table dt {
	clear: both;
	float: left;
}

.trunk-product-detail .spec-table-01 .spec-inner-table dd {
	float: left;
	margin-bottom: 0;
}

.trunk-product-detail .spec-images {
	margin: 30px 0;
}

.trunk-product-detail .spec-images li {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 132px;
}

.trunk-product-detail .spec-images li .spec-img {
	border: 1px solid #b9b9b9;
	margin-bottom: 5px;
}

.trunk-product-detail .spec-images li .spec-img-desc {
	font-size: 71.4%;
	line-height: 1.4em;
}

.trunk-product-detail .spec-images-02 {
	margin: 30px 0;
}

.trunk-product-detail .spec-images-02 li {
	float: left;
	margin-right: 30px;
}

.trunk-product-detail .spec-images-02 li .spec-img {
	border: 1px solid #b9b9b9;
	margin-bottom: 5px;
}

.trunk-product-detail .spec-text-wrap-01 {
	margin-left: 1.1em;
}

#contents-product-detail-specs .contents-block-inner{
	border-top: 1px solid #cbcbcb;
	padding: 40px;
	width: 920px;
}

#contents-product-detail-specs .contents-block-inner-no-border{
	border-top: none;
}

#contents-product-detail-specs .subtitle{
	font-size: 128.6%;
	font-weight: normal;
	margin-bottom: 36px;
}

.contents-product-detail-text-01 {
	font-size: 114.3%;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.contents-product-detail-link .btns a{
	float: left;
}

.contents-product-detail-link .btn-white-01{
	margin-left: 40px;
}

.contents-product-detail-link .subtitle{
	font-size: 128.6%;
	font-weight: normal;
	margin-bottom: 36px;
}

.contents-product-detail-link .contents-block-inner{
	border-top: 1px solid #cbcbcb;
	padding: 50px 40px 60px 40px;
	width: 920px;
}

.contents-product-detail-link .subtitle{
	font-size: 128.6%;
	font-weight: normal;
	margin-bottom: 36px;
}

#contents-product-detail-related .subtitle{
	margin-bottom: 60px;
}

.trunk-product-detail .related-products li {
	float: left;
	margin-right: 20px;
}

.trunk-product-detail .related-products li .product-img {
	margin-bottom: 18px;
	text-align: center;
}

.trunk-product-detail .related-products li .product-img-desc {
	text-align: center;
}


/*----------------------------------- product detail on  -----------------------------------*/

.trunk-product-detail-on #contents-product-detail-first .btns {
	clear: both;
	margin: 0 0 0 40px;
}

.trunk-product-detail-on #contents-product-detail-first .btns ul li.banner-01 {
	clear:  both;
	margin-bottom: 60px;
	width: auto;
}

.trunk-product-detail-on #contents-product-detail-first .btns ul li.first {
	clear:  both;
}

.trunk-product-detail-on #contents-product-detail-second .slide .left{
	margin-top: 25px;
}

.trunk-product-detail-on #contents-product-detail-second .slide .left img{
	width: 416px;
	height: auto;
}

.trunk-product-detail #contents-product-detail-video .left {
	float: right;
	margin: 0 40px 0 0;
	text-align: right;
	width: 508px;
}

.trunk-product-detail #contents-product-detail-video .right {
	float: left;
	margin: 0 0 0 40px;
	text-align: left;
	width: 350px;
}

.trunk-product-detail #contents-product-detail-video .slide-title {
	border-bottom: 2px solid #6ea100;	
	color: #514f50;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.trunk-product-detail #contents-product-detail-video .slide-title-invisible {
	display: none;
}

.trunk-product-detail #contents-product-detail-video .slide-desc {
	line-height: 1.6em;
}

.trunk-product-detail #contents-product-detail-video .slide-sec {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
}

.trunk-product-detail #contents-product-detail-video .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-product-detail #contents-product-detail-video .slide-wrap .slides .slide {
	float:left;
	width:508px;
	position: relative;
}

.trunk-product-detail #contents-product-detail-video .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 120px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 120px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .position{
	margin: 17px 0 0 0;
	text-align: right;
}

.trunk-product-detail  #contents-product-detail-video .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}



/*----------------------------------- on effectiveness and verification -----------------------------------*/


#contents-products-on-sub-first,
#contents-products-on-sub-second,
#contents-products-on-sub-third{
	padding: 30px 0 60px 0;
}

.trunk-products-on-sub .page-title-sec {
	position: relative
}

#trunk.trunk-products-on-sub #trunk-inner .page-title-sec .page-title {
	padding-top: 62px;
}

.trunk-products-on-sub .page-title-sec .local-nav {
	position: absolute;
	top: 50px;
	right: 40px;
}

.trunk-products-on-sub .page-title-sec .local-nav li {
	float: left;
	margin-left: 14px;
	width: 184px;
}

.trunk-products-on-sub .page-title-sec .local-nav li a:link,
.trunk-products-on-sub .page-title-sec .local-nav li a:visited{
	background-color: #6ea100;
	color: #fff;
	display: block;
	padding: 12px 0 10px 12px;
}

.trunk-products-on-sub .contents-block-box {
	padding: 0 40px;
}

.trunk-products-on-sub .subtitle {
	color: #6ea100;
	font-size: 142.9%;
	font-weight: normal;
	margin-bottom: 10px;
}

.trunk-products-on-sub .subtitle-02 {
	font-size: 142.9%;
	font-weight: normal;
	margin-bottom: 10px;
}

.trunk-products-on-sub #contents-products-on-sub-third .subtitle {
	margin: 0 0 40px 40px;
}

.trunk-products-on-sub .label {
	background-color: #f0f0f0;
	font-weight: normal;
	padding: 4px 10px;
	margin-bottom: 35px;
}

.trunk-products-on-sub .on-effectiveness-text-01 {
	font-size: 114.3%;
	margin-bottom: 10px;
}

.trunk-products-on-sub .on-effectiveness-text-02 {
	font-size: 85.7%;
	line-height: 1.8em;
}

.trunk-products-on-sub .on-effectiveness-profile-sec {
	background-color: #f0f0f0;
	padding: 25px;
	margin-bottom: 50px;
}

.trunk-products-on-sub .on-effectiveness-profile-sec .left {
	float: left;
	margin: 0 27px 0 0;
	width: 110px;
}

.trunk-products-on-sub .on-effectiveness-profile-sec .right {
	float: left;
	width: 600px;
}

.trunk-products-on-sub .on-effectiveness-box-01 {
	margin: 0 0 0 30px;
}

.trunk-products-on-sub .on-effectiveness-images {
	margin: 0 0 20px 0;
}

.trunk-products-on-sub .on-effectiveness-images li {
	float: left;
	margin: 0 14px 0 0;
}

.trunk-products-on-sub .on-effectiveness-box-02 .left {
	float: left;
	margin: 0 60px 0 0;
	width: 225px;
	min-height: 50px;
}

.trunk-products-on-sub .on-effectiveness-box-02 .right {
	float: left;
	width: 490px;
}

.trunk-products-on-sub .on-effectiveness-box-02 {
	border-bottom: 1px solid #b9b9b9;
	padding: 0 0 50px 30px;
	margin-bottom: 50px;
}

.trunk-products-on-sub .on-effectiveness-box-01 .on-effectiveness-list-01 {
	line-height: 1.6em;
	margin-left: 1.5em;
}

.trunk-products-on-sub .on-effectiveness-box-01 .on-effectiveness-list-01 li{
	text-indent: -1.5em;
}

/*----------------------------------- product detail in  -----------------------------------*/

.trunk-product-detail-in #contents-product-detail-first .btns {
	clear: both;
	margin: 0 0 0 40px;
}

.trunk-product-detail-in #contents-product-detail-second .slide .left{
	margin-top: 25px;
}

.trunk-product-detail-in #contents-product-detail-second .slide .left img{
	width: 416px;
	height: auto;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-01 {
	clear:  both;
	margin-bottom: 60px;
	width: auto;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-01 a {
	float: none;
	margin: 0;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-02 {
	clear:  both;
	margin-bottom: 20px;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-02 a {
	float: none;
	margin: 0;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-03 {
	clear:  both;
	float: left;
}

.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-05 {
	clear: both;
	margin-top: 40px;
}

.trunk-product-detail #contents-product-detail-video .left {
	float: right;
	margin: 0 40px 0 0;
	text-align: right;
	width: 508px;
}

.trunk-product-detail #contents-product-detail-video .right {
	float: left;
	margin: 0 0 0 40px;
	text-align: left;
	width: 350px;
}

.trunk-product-detail #contents-product-detail-video .slide-title {
	border-bottom: 2px solid #6ea100;	
	color: #514f50;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.trunk-product-detail #contents-product-detail-video .slide-title-invisible {
	display: none;
}

.trunk-product-detail #contents-product-detail-video .slide-desc {
	line-height: 1.6em;
}

.trunk-product-detail #contents-product-detail-video .slide-sec {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
}

.trunk-product-detail #contents-product-detail-video .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-product-detail #contents-product-detail-video .slide-wrap .slides .slide {
	float:left;
	width:508px;
	position: relative;
}

.trunk-product-detail #contents-product-detail-video .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 120px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 120px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .position{
	margin: 17px 0 0 0;
	text-align: right;
}

.trunk-product-detail  #contents-product-detail-video .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-product-detail #contents-product-detail-video .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}



/*----------------------------------- stretch -----------------------------------*/

.trunk-products-on-sub .on-stretch-list-01 {
	line-height: 1.6em;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.trunk-products-on-sub .on-stretch-list-01 li {
	text-indent: -1.5em;
}

.trunk-products-on-sub .contents-block .slide-sec {
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
}

.trunk-products-on-sub .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: -20px;
	top: 160px;
}

.trunk-products-on-sub .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 160px;
}

.trunk-products-on-sub .contents-block .slide-sec .position{
	margin: 17px 40px 0 0;
	text-align: right;
}

.trunk-products-on-sub .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-products-on-sub .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.trunk-products-on-sub .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-products-on-sub .slide-wrap .slides .slide {
	float:left;
	width:100%;
	position: relative;
}

.trunk-products-on-sub .slide-wrap .slide-index {
	background-color: #6ea100;
	color: #fff;	
	float: left;
	font-family: "Century Gothic", arial, sans-serif;	
	font-size: 128.6%;
	line-height: 90px;
	margin: 0 0 10px 40px;
	text-align: center;
	width: 90px;
}

.trunk-products-on-sub .slide-wrap .slide-title {
	float: left;
	line-height: 2.2em;
	margin: 13px 0 0 20px;
}

.trunk-products-on-sub .slide-wrap .slide-title-text-01 {
	font-size: 114.3%;
	font-weight: normal;
}

.trunk-products-on-sub .slide-wrap .slide-title-text-02 {
	font-size: 171.4%;
}

.trunk-products-on-sub .slide-wrap .slide-text-01 {
	margin: 0 0 30px 150px;
}

.trunk-products-on-sub .slide-wrap .left {
	float: left;
	margin-left: 115px;
	text-align: left;
	width: 400px;
}

.trunk-products-on-sub .slide-wrap .right {
	float: right;
	margin-right: 114px;
	text-align: left;
	width: 280px;
}

.trunk-products-on-sub .slide-wrap #slide-04 .slide-index {
	float: left;
	font-family: "Century Gothic", arial, sans-serif;	
	font-size: 128.6%;
	line-height: 1em;
	margin: 0;
	width: 194px;
}

.trunk-products-on-sub .slide-wrap #slide-04 .slide-title {
	float: left;
	line-height: 2.2em;
	margin: 40px 0 0 25px;
}

.trunk-products-on-sub .slide-wrap #slide-04 .slide-title-text-01 {
	font-size: 171.4%;
	font-weight: bold;
	margin-top: 35px;
}

.trunk-products-on-sub #slide-04 .on-stretch-list-01 {
	overflow: visible;
	margin: 15px 0 20px 60px;
}

.trunk-products-on-sub #slide-04 .on-stretch-list-01 li {
	float: none;
}

.trunk-products-on-sub #slide-04 .contents-text-07 {
	margin-left: 40px;
}

.products-on-strech-video-sec {
	margin-bottom: 100px;
	text-align: center;
}

.products-on-strech-video-sec .video-box{
	margin: 0 auto;
	width: 800px;
}

/*----------------------------------- colors and materials -----------------------------------*/

#contents-products-materials {
	margin: 70px 0 100px 0;
}

#contents-products-materials .left {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 475px;
}

#contents-products-materials .right {
	float: right;
	margin-right: 40px;
	width: 338px;
}

#contents-products-materials .local-nav{
	margin-top: 180px;
}

#contents-products-materials .local-nav li {
	float: left;
	margin: 0 3px 10px 0;
	width: 154px;
}

#contents-products-materials .local-nav li a:link, 
#contents-products-materials .local-nav li a:visited {
	background-color: #6ea100;
	color: #fff;
	display: block;
	line-height: 28px;
	text-align: center;
}

.products-single-materials-list #header #h-group{
	width: 800px;
	height: 73px;
}

.products-single-materials-list #header #h-group .btn-contact {
	display: none;
}

.products-single-materials-list #g-nav {
	display: none;
}

#products.products-single-materials-list .trunk-products-material-spec {
	width: 800px;
}

#products.products-single-materials-list .trunk-products-material-spec .contents-wrap {
	padding: 0 40px 60px 40px;
	margin: 0 auto;
	text-align: left;
}

#products.products-single-materials-list .trunk-products-material-spec #trunk-inner .page-title {
	font-size: 228.6%;
	font-weight: normal;
	padding: 38px 0 30px 0;
	margin-bottom: 28px;	
}

/*----------------------------------- fabrics -----------------------------------*/

#products .trunk-products-material-spec {
	margin: 0 auto;
	width: 1000px;
}

#products .trunk-products-material-spec .contents-wrap {
	padding: 0 40px 60px 40px;
	margin: 0 auto;
	text-align: left;
}

#products .trunk-products-material-spec #trunk-inner .page-title-sec {
	position: relative;
	width: auto;
}

#products .trunk-products-material-spec #trunk-inner .page-title {
	padding: 38px 0 10px 0;
	margin-bottom: 28px;
}

#products .trunk-products-material-spec .page-title-sec .local-nav {
	position: absolute;
	top: 40px;
	right: 0;
}

#products .trunk-products-material-spec .page-title-sec .local-nav li {
	float: left;
	margin-left: 1px;
	width: 124px;
}

#products .trunk-products-material-spec .page-title-sec .local-nav li a:link,
#products .trunk-products-material-spec .page-title-sec .local-nav li a:visited{
	background-color: #e6e6e6;
	color: #646464;
	display: block;
	font-size: 85.7%;
	line-height: 20px;
	text-align: center;
}

#products .trunk-products-material-spec .page-title-sec .local-nav li a:hover,
#products .trunk-products-material-spec .page-title-sec .local-nav li a:active{
	background-color: #6ea100;
	color: #fff;
}

#products .trunk-products-material-spec .contents-block {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

#products .trunk-products-material-spec .contents-block-last {
	border-bottom: none;
	margin-bottom: 0;
}

#products .trunk-products-material-spec .subtitle {
	font-weight: normal;
	margin-bottom: 22px;
}

#products .trunk-products-material-spec .subtitle .cat-label {
	font-size: 171.4%;
	margin-right: 12px;
}

#products .trunk-products-material-spec .subtitle .cat-desc {
	font-size: 71.4%;
}

#products .trunk-products-material-spec .contents-block .tiles li {
	float: left;
	margin: 0 25px 18px 0;
	text-align: center;
	width: 80px;
}

#products .trunk-products-material-spec .contents-block .tiles li.end {
	margin-right: 0;
}

#products .trunk-products-material-spec .contents-block .tiles li .image {
	margin-bottom: 6px;
}

#products .trunk-products-material-spec .contents-block .tiles li .name {
	line-height: 1.4em;
}


/*----------------------------------- size -----------------------------------*/

#products .trunk-products-material-spec #trunk-inner #contents-products-size .page-title {
	margin-bottom: 45px;
}

#products .trunk-products-material-spec #contents-products-size .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin: 0 0 35px 0;
}

#products .trunk-products-material-spec #contents-products-size .subtitle span {
	border-bottom: 2px solid #6ea100;
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	top: 2px;
	min-width: 196px;
}

#products .trunk-products-material-spec #contents-products-size .lead {
	color: #6ea100;
	font-weight: normal;
	margin-bottom: 8px;
}

#products .trunk-products-material-spec #contents-products-size .contents-block {
	border-bottom: none;
}


/*----------------------------------- office for motion -----------------------------------*/

#contents-products-ofm-first {
	margin: 30px 0 135px 0;
}

#contents-products-ofm-first .right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 462px;
}

#contents-products-ofm-first .left {
	float: right;
	margin-right: 26px;
	width: 400px;
}

#contents-products-ofm-first .left img{
	width: 100%;
	height: auto;
}

#contents-products-ofm-first a.btn-green-02:link,
#contents-products-ofm-first a.btn-green-02:visited {
	display: block;
	line-height: 1.4em;
	padding: 3px 0 3px 12px;
	width: 205px;
}

#contents-products-ofm-first .btn-green-02 .indent {
	background-image: none;
	padding: 0;
}

#contents-products-ofm-second {
	padding: 54px 0 32px 0;
}

#contents-products-ofm-second .left {
	float: right;
	margin: 0 40px 0 0;
	text-align: right;
	width: 508px;
}

#contents-products-ofm-second .right {
	float: left;
	margin: 0 0 0 40px;
	text-align: left;
	width: 350px;
}

#contents-products-ofm-second .slide-title {
	border-bottom: 2px solid #6ea100;	
	color: #514f50;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#contents-products-ofm-second .slide-title-invisible {
	display: none;
}

#contents-products-ofm-second .slide-desc {
	line-height: 1.6em;
}

#contents-products-ofm-second .slide-sec {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
}

#contents-products-ofm-second .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

#contents-products-ofm-second .slide-wrap .slides .slide {
	float:left;
	width:508px;
	position: relative;
}

#contents-products-ofm-second .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 120px;
}

#contents-products-ofm-second .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 120px;
}

#contents-products-ofm-second .slide-sec .position{
	margin: 17px 0 0 0;
	text-align: right;
}

#contents-products-ofm-second .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

#contents-products-ofm-second .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

#contents-products-ofm-related{
	margin-bottom: 60px;
}

#contents-products-ofm-related .contents-block-inner {
	padding: 65px 0 40px 40px;
	width: 960px;
}

#contents-products-ofm-related .subtitle{
	font-size: 128.6%;
	font-weight: normal;
	margin-bottom: 20px;
}

#contents-products-ofm-related .related-products li {
	float: left;
	margin: 0 0 50px 0;
}

#contents-products-ofm-related li .product-img {
	margin-bottom: 18px;
	text-align: center;
}

#contents-products-ofm-related li .product-img-desc {
	text-align: center;
}


/*-----------------------------------  Special Uplolstered ON -----------------------------------*/

#contents-products-special-on-first {
	margin: 30px 0 100px 0;
}

#contents-products-special-on-first .left {
	float: right;
	margin-right: 40px;
	width: 400px;
}

#contents-products-special-on-first .left img{
	width: 100%;
	height: auto;
}

#contents-products-special-on-first .right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 462px;
}

#contents-products-special-on-first .contents-block-box-01 {
	margin: 0 0 90px 0;
}

#contents-products-special-on-first .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

#contents-products-special-on-first .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	min-width: 286px;
	top: 2px
}

#contents-products-special-on-first .contents-block-box-02 {
	margin: 0 0 0 40px;
}

#contents-products-special-on-first .contents-block-box-02 .left {
	float: left;
	padding-top: 5px;
	margin-left: 0;	
	width: 462px;
}

#contents-products-special-on-first .contents-block-box-02 .right {
	float: right;
	margin: 0 40px 0 0;
	width: 400px;
}

#contents-products-special-on-first .contents-block-box-02 .right img{
	width: 100%;
	height: auto;
}

#contents-products-special-on-first .right .contents-text-01 {
	margin: 10px 0 0 0;
}

#contents-products-special-on-first .tiles li {
	float: left;
	margin: 0 25px 18px 0;
	text-align: center;
	width: 80px;
}

#contents-products-special-on-first .tiles li .image {
	margin-bottom: 6px;
}

#contents-products-special-on-first .tiles li .name {
	font-size: 85.7%;
	line-height: 1.4em;
}

#contents-products-special-on-second {
	padding: 54px 0 32px 0;
}

#contents-products-special-on-second .left {
	float: right;
	margin-right: 40px;
	width: 400px;
}

#contents-products-special-on-second .left img{
	width: 100%;
	height: auto;
}

#contents-products-special-on-second .right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 462px;
}

#contents-products-special-on-second .image-title {
	border-bottom: 2px solid #6ea100;	
	color: #514f50;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#contents-products-special-on-second .image-desc {
	line-height: 1.8em;
	margin: 0 0 155px 0;
}

#contents-products-special-on-second .image-desc span {
	font-size: 71.4%;
}

#contents-products-special-on-third {
	padding: 70px 0 100px 0;
}

#contents-products-special-on-third .contents-block-box {
	padding: 0 40px;
}

#contents-products-special-on-third .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

#contents-products-special-on-third .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	min-width: 286px;
	top: 2px
}

#contents-products-special-on-third .dealers-table-01 {
	margin: 0 0 45px 0;
	width: 100%;
}

#contents-products-special-on-third .dealers-table-01 .caption {
	border-bottom: 1px solid #89b330;
	color: #505050;
	font-size: 85.7%;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-indent: -0.5em;
	text-align: left;
}

#contents-products-special-on-third .dealers-table-01 th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	line-height: 1.6em;			
	padding: 20px 0;
	text-align: left;
	width: 335px;
	vertical-align: middle;
}

#contents-products-special-on-third .dealers-table-01 td {
	border-bottom: 1px solid #ccc;
	font-size: 85.7%;
	line-height: 1.6em;
	padding: 20px 0;
	vertical-align: middle;
}
	

#contents-products-special-on-third .dealers-table-01 .second {
	font-size: 85.7%;
	padding-right: 10px;
	line-height: 1.6em;
}

#contents-products-special-on-third .dealers-table-01 .third {
	width: 190px;
}

#contents-products-special-on-third .dealers-table-01 .fourth {
	padding-left: 20px;
	width: 120px;
}


#contents-products-spcial-on-dealers .dealers-table-01 .icon-wpd {
	padding-left: 7px;
	position: relative;
	top: -4px;
}

#contents-products-spcial-on-dealers .dealers-table-01 .icon-wpd .web-font-ie-fix img {
	position: relative;
	top: 3px;
	vertical-align: middle;
}




/*-----------------------------------  Product dealers -----------------------------------*/

.products-single-dealers #header #h-group{
	width: 920px;
	height: 73px;
}

.products-single-dealers #header #h-group .btn-contact {
	display: none;
}

.products-single-dealers #g-nav {
	display: none;
}


/*-----------------------------------  Special Contents -----------------------------------*/

#contents-products-special-contents-first {
	margin: 30px 0 100px 0;
}

#contents-products-special-contents-first .left {
	float: right;
	margin-right: 40px;
	width: 400px;
}

#contents-products-special-contents-first .left img{
	width: 100%;
	height: auto;
}

#contents-products-special-contents-first .right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 462px;
}

#contents-products-special-contents-first .contents-block-box-01 {
	margin: 0 0 90px 0;
}

#contents-products-special-contents-first .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

#contents-products-special-contents-first .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	min-width: 286px;
	top: 2px
}

#contents-products-special-contents-first .contents-block-box-02 {
	margin: 0 0 0 40px;
}

#contents-products-special-contents-first .contents-block-box-02 .left {
	float: left;
	padding-top: 5px;
	margin-left: 0;	
	width: 400px;
}

#contents-products-special-contents-first .contents-block-box-02 .right {
	float: right;
	margin: 0 40px 0 0;
	width: 400px;
}

#contents-products-special-contents-first .contents-block-box-02 .right img{
	width: 100%;
	height: auto;
}

#contents-products-special-contents-first .right .contents-text-01 {
	margin: 10px 0 0 0;
}

#contents-products-special-contents-first .tiles li {
	float: left;
	margin: 0 25px 18px 0;
	text-align: center;
	width: 80px;
}

#contents-products-special-contents-first .tiles li .image {
	margin-bottom: 6px;
}

#contents-products-special-contents-first .tiles li .name {
	font-size: 85.7%;
	line-height: 1.4em;
}

#contents-products-special-contents-second {
	padding: 54px 0 32px 0;
}

#contents-products-special-contents-second .left {
	float: right;
	margin-right: 40px;
	width: 400px;
}

#contents-products-special-contents-second .left img{
	width: 100%;
	height: auto;
}

#contents-products-special-contents-second .right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;	
	width: 462px;
}

#contents-products-special-contents-second .image-title {
	border-bottom: 2px solid #6ea100;	
	color: #514f50;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#contents-products-special-contents-second .image-desc {
	line-height: 1.8em;
	margin: 0 0 155px 0;
}

#contents-products-special-contents-second .image-desc span {
	font-size: 71.4%;
}

#contents-products-special-contents-third {
	padding: 70px 0 100px 0;
}

#contents-products-special-contents-third .contents-block-box {
	padding: 0 40px;
}

#contents-products-special-contents-third .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

#contents-products-special-contents-third .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	min-width: 286px;
	top: 2px
}

#contents-products-special-contents-third .dealers-table-01 {
	margin: 0 0 45px 0;
	width: 100%;
}

#contents-products-special-contents-third .dealers-table-01 .caption {
	border-bottom: 1px solid #89b330;
	color: #505050;
	font-size: 85.7%;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-indent: -0.5em;
	text-align: left;
}

#contents-products-special-contents-third .dealers-table-01 th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	line-height: 1.6em;			
	padding: 20px 0;
	text-align: left;
	width: 335px;
	vertical-align: middle;
}

#contents-products-special-contents-third .dealers-table-01 td {
	border-bottom: 1px solid #ccc;
	font-size: 85.7%;
	line-height: 1.6em;
	padding: 20px 0;
	vertical-align: middle;
}

#contents-products-special-contents-third .dealers-table-01 .second {
	font-size: 85.7%;
	padding-right: 10px;
	line-height: 1.6em;
}

#contents-products-special-contents-third .dealers-table-01 .third {
	width: 190px;
}

#contents-products-special-contents-third .dealers-table-01 .fourth {
	padding-left: 20px;
	width: 120px;
}



/*-----------------------------------------------------------------------------------------------------------
	service
-----------------------------------------------------------------------------------------------------------*/

.contents-service-list-01{
	line-height: 1.8em;
	margin-left: 1.15em;
	margin-bottom: 20px;
}

.contents-service-list-01 li{
	line-height: 1.8em;
	text-indent: -1.15em;
}


/*----------------------------------- downloads -----------------------------------*/

#contents-service-dl-first{
	padding: 60px 0;
}

#contents-service-dl-second,
#contents-service-dl-third,
#contents-service-dl-fourth {
	padding: 60px 0 70px 0;
}

.trunk-service-download .contents-block .col-wrap .left {
	float: left;
	margin-left: 40px;
	text-align: left;
	width: 370px;
}

.trunk-service-download .contents-block .col-wrap .left-02 {
	float: left;
	margin-left: 40px;
	text-align: left;
	width: 780px;
}

.trunk-service-download .contents-block .col-wrap .right {
	float: right;
	margin-right: 40px;
	width: 536px;
}

.trunk-service-download #contents-service-dl-first .col-wrap .left {
	float: left;
	text-align: left;
	width: 580px;
}

.trunk-service-download #contents-service-dl-first .col-wrap .right {
	float: right;
	margin-right: 40px;
	width: 268px;
}

.trunk-service-download #contents-service-dl-first .col-wrap .right ul li {
	margin-bottom: 10px;
}

.trunk-service-download .contents-block .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 40px 30px 40px;
}

.trunk-service-download .contents-block .subtitle span {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	top: 2px
}

.trunk-service-download .contents-block .slide-index {
	font-family: "Century Gothic", arial, sans-serif;
	color: #6ea100;
	font-size: 228.6%;
	margin-bottom: 18px;
}

.trunk-service-download .contents-block .slide-sec {
	margin: 60px auto 0 auto;
	position: relative;
	width: 1000px;
}

.trunk-service-download .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: -20px;
	top: 160px;
}

.trunk-service-download .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 160px;
}

.trunk-service-download .contents-block .slide-sec .position{
	margin: 17px 40px 0 0;
	text-align: right;
}

.trunk-service-download .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-service-download .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.trunk-service-download .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-service-download .slide-wrap .slides .slide {
	float:left;
	width:100%;
	height: 354px;
	position: relative;
}

.trunk-service-download .price-list {
	margin:  50px 40px 0 40px;
}

.trunk-service-download .price-list p {
	font-size: 85.7%;
	margin-bottom: 14px;
}


/*----------------------------------- professionals -----------------------------------*/

#contents-service-pro-first{
	padding: 60px 0;
}

.trunk-service-professionals .contents-block .col-wrap .left {
	float: right;
	margin-right: 40px;
	width: 415px;
}

.trunk-service-professionals .contents-block .col-wrap .right {
	float: left;
	margin-left: 40px;
	text-align: left;	
	width: 360px;
}

.trunk-service-professionals .contents-block .slide-sec {
	position: relative;
}

.trunk-service-professionals .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: -60px;
	top: 134px;
}

.trunk-service-professionals .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: -60px;
	top: 134px;
}

.trunk-service-professionals .contents-block .slide-sec .position{
	margin: 17px 0 0 0;
	text-align: right;
}

.trunk-service-professionals .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-service-professionals .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.trunk-service-professionals .slide-wrap .slides {
	overflow: hidden;
	position: relative;
}

.trunk-service-professionals .slide-wrap .slides .slide {
	float:left;
	position: relative;
}


/*----------------------------------- maintenance -----------------------------------*/

#contents-service-maint-first,
#contents-service-maint-third{
	padding: 60px 0;
}

.trunk-service-maintenance .page-title-sec {
	position: relative
}

.trunk-service-maintenance .page-title-sec .local-nav {
	position: absolute;
	top: 40px;
	right: 40px;
}

.trunk-service-maintenance .page-title-sec .local-nav li {
	float: left;
	margin-left: 1px;
}

.trunk-service-maintenance .page-title-sec .local-nav li a:link,
.trunk-service-maintenance .page-title-sec .local-nav li a:visited{
	border-bottom: 2px solid #dbdbdb;
	color: #777778;
	font-size: 85.7%;
	padding: 0 14px 3px 14px;
}

.trunk-service-maintenance .contents-block-box {
	padding: 0 40px;
}

.trunk-service-maintenance .contents-block .subtitle {
	color: #514f50;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

.trunk-service-maintenance .contents-block .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	top: 2px
}

.trunk-service-maintenance .contents-block .subtitle .en {
	font-size: 171.4%;
	padding-right: 10px;
}

.trunk-service-maintenance .contents-block .lead {
	color: #6ea100;
	font-size: 114.3%;
	font-weight: normal;
	line-height: 1.8em;
}

.trunk-service-maintenance .contents-service-maint-process {
	margin: 20px 0 40px 22px;
}

.trunk-service-maintenance .contents-service-maint-process li {
	float: left;
	width: 178px;
}

.trunk-service-maintenance .contents-service-maint-process li .top-row span {
	background-color: #6ea100;
	color: #fff;
	display: inline-block;
	line-height: 38px;
	padding-left: 10px;
	margin-right: 8px;
	width: 144px;
}

.trunk-service-maintenance .contents-service-maint-process li .top-row img {
	vertical-align: middle;
}

.trunk-service-maintenance .contents-service-maint-process li .btm-row {
	font-size: 85.7%;
	line-height: 1.6em;
	padding: 0 7px;
	margin-top: 5px;
	width: 140px;
}

.trunk-service-maintenance .contents-service-maint-process .fifth .btm-row {
	width: 160px;
}


/*-----------------------------------------------------------------------------------------------------------
	dealers
-----------------------------------------------------------------------------------------------------------*/

#dealers .page-title-sec {
	position: relative;
}

#dealers .local-nav {
	position: absolute;
	right: 0px;
	top: 38px;
	width: 550px;
}

#dealers .local-nav  li {
	background-color: #dbdbdb;
	float: left;
	font-size: 85.7%;
	padding: 4px 0;
	margin: 0 10px 8px 0;
	text-align: center;
	width: 100px;
}

#dealers .local-nav  li a:link,
#dealers .local-nav  li a:visited {
	color: #505050;
	display: block;
}

#dealers .contents-block {
	padding: 60px 40px;
}

#dealers .contents-block .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 40px 35px 40px;
}

#dealers .contents-block .subtitle span {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	top: 2px;
	min-width: 196px;
}

#dealers .contents-block #dealers-list {
	margin: 0 40px;
}

#dealers .contents-block .dealers-table-01 {
	color: #fff;
	margin-bottom: 35px;
	width: 100%;
}

#dealers .contents-block .dealers-table-01 .caption {
	color: #505050;
	font-size: 142.9%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

#dealers .contents-block .dealers-table-01 th {
	background-color: #6ea100;
	border-bottom: 8px solid #fff;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.6em;
	padding: 20px 0 20px 25px;
	text-align: left;
	width: 275px;
	vertical-align: middle;
}

#dealers .contents-block .dealers-table-01 td {
	background-color: #6ea100;
	border-bottom: 8px solid #fff;
	line-height: 1.6em;	
	padding: 20px 0;
	vertical-align: middle;
}

#dealers .contents-block .dealers-table-01 .second {
	font-size: 85.7%;
	line-height: 1.6em;	
}

#dealers .contents-block .dealers-table-01 .third {
	width: 118px;
}

#dealers .contents-block .dealers-table-01 .fourth {
	padding-left: 20px;
	width: 70px;
}

#dealers .contents-block .dealers-table-01 .fourth .map-wrapper {
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 100px;
}

/*
#dealers .contents-block .dealers-table-01 .fourth iframe{
	position: absolute;
	left: -125px;
	top: -100px;
}
*/

#dealers .contents-block .dealers-table-02 {
	margin-bottom: 35px;
	width: 100%;
}

#dealers .contents-block .dealers-table-02 .caption {
	border-bottom: 1px solid #89b330;
	color: #505050;
	font-size: 142.9%;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-align: left;
}

#dealers .contents-block .btn-gray-01 {
	padding: 2px 10px 1px 10px;
}

#dealers .contents-block .dealers-table-02 .caption span {
	font-size: 60.0%;
	margin: -0.5em;
}

#dealers .contents-block .dealers-table-02 th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	line-height: 1.6em;			
	padding: 20px 0;
	text-align: left;
	width: 300px;
	vertical-align: middle;
}

#dealers .contents-block .dealers-table-02 td {
	border-bottom: 1px solid #ccc;
	font-size: 85.7%;
	line-height: 1.6em;		
	padding: 20px 0;
	vertical-align: middle;
}

#dealers .contents-block .dealers-table-02 .second {
	font-size: 85.7%;
	padding-right: 10px;
	line-height: 1.6em;
}

#dealers .contents-block .dealers-table-02 .third {
	width: 145px;
}

#dealers .contents-block .dealers-table-02 .fourth {
	padding-left: 20px;
	width: 118px;	
}

#dealers .contents-block .dealers-table-02 .fifth {
	padding-left: 20px;
	width: 70px;	
}


/*-----------------------------------------------------------------------------------------------------------
	privacy / rule
-----------------------------------------------------------------------------------------------------------*/

#privacy .contents-block,
#rule .contents-block  {
	padding: 38px 40px 60px 40px;
	margin: 0 auto;
	text-align: left;
	width: 920px;
}

#privacy #trunk #trunk-inner .page-title-sec,
#privacy #trunk #trunk-inner .page-title-sec {
	width: auto;
}

#privacy #trunk #trunk-inner .page-title {
	padding: 0 0 8px 0;
	margin-bottom: 60px;
}

#rule #trunk #trunk-inner .page-title {
	padding: 0 0 8px 0;
	margin-bottom: 30px;
}

#privacy #trunk #trunk-inner .subtitle,
#rule #trunk #trunk-inner .subtitle {
	font-size: 142.9%;
	font-weight: normal;
	margin-bottom: 30px;
}

#privacy #trunk dl,
#rule #trunk dl {
	line-height: 1.8em;
}

#privacy #trunk dt,
#rule #trunk dt {
	border-bottom: 1px solid #d6d6d6;
	font-size: 128.6%;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#privacy #trunk dd,
#rule #trunk dd {
	margin-bottom: 60px;
}


/*-----------------------------------------------------------------------------------------------------------
	topics
-----------------------------------------------------------------------------------------------------------*/

#topics .contents-block {
	padding: 38px 40px 60px 40px;
	margin: 0 auto;
	text-align: left;
	width: 920px;
}

#topics #trunk #trunk-inner .page-title-sec {
	position: relative;
	width: auto;
}

#topics #trunk #trunk-inner .page-title {
	border: none;
	padding: 0;
	margin: 0 0 28px 0;
}

#topics #trunk #trunk-inner .contents-topics-entry {
	border-top: 1px solid #6ea100;
	padding-top: 18px;
	margin-bottom: 30px;
}

#topics #trunk #trunk-inner .not-found{
	min-height: 500px;
}

#topics #trunk #trunk-inner .entry-date {
	background-color: #6ea100;
	color: #fff;
	float: left;
	font-size: 85.7%;
	line-height: 1.6em;	
	padding: 2px 0 0 0;
	text-align: center;		
	width: 102px;
}

#topics #trunk #trunk-inner .entry-contents {
	float: left;
	font-size: 85.7%;
	line-height: 1.6em;
	margin-left: 30px;
	width: 500px;
}

#topics #trunk #trunk-inner .entry-title {
	margin-bottom: 20px;
}

#topics #trunk #trunk-inner .entry-attachments {
	float: right;
	width: 260px;
}

#topics #trunk #trunk-inner .entry-attachments .image{
	margin-bottom: 10px;
}

#topics #trunk #trunk-inner .entry-attachments img{
	max-width: 100%;
	height: auto;
}

#topics .select-box-sec{
	position: absolute;
	right: 0;
	top: 0;
}

#topics .select-box{
	border: 1px solid #000;
	cursor: pointer;	
	position: absolute;
	left: 0;
	top: 0;
	width: 97px;
	height: 20px;
}

#topics .placeholder{
	color: #bbb;
}

#topics .lazy-form-select-wrap{
	border: 1px solid #c8c8c8;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	width: 95px;
	height: 20px;
}

#topics .lazy-form-select-wrap .lazy-form-select{
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	height: 20px;
}

#topics .lazy-form-select-wrap .lazy-form-select-text{
	background-color: #fff;
	color: #777778;
	display: block;
	float: right;
	font-size: 85.7%;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 8px;
	width: 62px;
	height: 20px;
}

#topics .lazy-form-select-wrap .lazy-form-select-trigger{
	background: #fff url(../images/icon_arrow_04.png) no-repeat 8px center;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}

#topics #trunk #trunk-inner table {
	border-top: 1px solid #6ea100;
	width: 100%;
}	

#topics #trunk #trunk-inner table td {
	padding: 10px;
	vertical-align: top;
}	

#topics #trunk #trunk-inner table table {
	border-top: none;
	width: auto;
}

#topics #trunk #trunk-inner table table td{
	padding: 10px 0;
}		

/*-----------------------------------------------------------------------------------------------------------
	company
-----------------------------------------------------------------------------------------------------------*/

#contents-company-first {
	padding: 60px 0;
}

#contents-company-second {
	padding: 60px 0 180px 0;
}

#company #contents-company-profile {
	line-height: 1.8em;
}

#company #contents-company-profile dt {
	clear: both;
	float: left;
	margin: 0 0 25px 0;
	width: 180px;
}

#company #contents-company-profile dd {
	float: left;
	margin: 0 0 25px 0;	
	width: 400px;
}

#company #contents-company-profile a.btn-white-03:link, 
#company #contents-company-profile a.btn-white-03:visited {
	line-height: 1.4em;
}

#company #contents-company-profile .icon-rect-01 {
	font-size: 18px;
}

.trunk-company .page-title-sec {
	position: relative
}

.trunk-company .contents-block-box {
	padding: 0 40px;
}

.trunk-company .contents-block .subtitle {
	color: #514f50;
	font-size: 142.9%;
	font-weight: normal;
	border-bottom: 2px solid #e5e5e4;
	margin:  0 0 30px 0;
}

.trunk-company .contents-block .subtitle .subtitle-inner {
	border-bottom: 2px solid #6ea100;
	display: inline-block;	
	padding-bottom: 12px;
	position: relative;
	min-width: 286px;
	top: 2px
}

#company #contents-company-philosophy {
	padding: 65px 0 0 0;
	text-align: center;
}

#company #contents-company-philosophy .contents-company-text-01{
	margin: 0 0 40px 0;
}

#company #contents-company-philosophy-list {
	display: inline-block;
	margin: 0 auto 50px auto;
}

#company #contents-company-philosophy-list li {
	float: left;
}

#company #contents-company-philosophy-list li .text {
	background-color: #6ea100;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 128.6%;
	line-height: 1.8em;
	padding: 8px 0;
	width: 265px;
	min-height: 64px;
}

#company #contents-company-philosophy-list li .border {
	border-bottom: 2px solid #e8e8e7;
	display: inline-block;
	width: 35px;
	height: 40px;
}

#company #contents-company-philosophy .contents-company-text-02 {
	color: #787878;
	font-size: 142.9%;
	line-height: 1.8em;
	margin: 35px 0 0 0;
}

#company #contents-company-philosophy .contents-company-text-02 strong {
	color: #6ea100;
	font-weight: normal;
}

/*----------------------------------- showroom -----------------------------------*/
#contents-company-showroom-first{
	padding: 30px 0 60px 0;
}

.trunk-company-showroom .contents-company-showroom-text-01 {
	line-height: 1.6em;
	margin: 0 0 75px 40px;
}

.trunk-company-showroom .contents-company-showroom-text-02 {
	line-height: 1.6em;
	margin-bottom: 25px;
}

.trunk-company-showroom .contents-company-showroom-text-03 {
	font-size: 85.7%;
	margin: 10px 0 25px 0;
}

.trunk-company-showroom .contents-block .col-wrap .left {
	float: right;
	text-align: center;
	width: 480px;
}

.trunk-company-showroom .contents-block .col-wrap .right {
	float: left;
	margin-left: 40px;
	width: 450px;
}

.trunk-company-showroom .contents-block .col-wrap .subtitle{
	font-size: 114.3%;
	font-weight: normal;
	border-bottom: 2px solid #6ea100;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

.trunk-company-showroom .contents-block .slide-sec {
	margin: 0 auto;
	position: relative;
	width: 495px;
}

.trunk-company-showroom .contents-block .slide-sec .btn-slide-prev {
	cursor: pointer;
	position: absolute;
	left: -20px;
	top: 124px;
}

.trunk-company-showroom .contents-block .slide-sec .btn-slide-next {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 124px;
}

.trunk-company-showroom .contents-block .slide-sec .position{
	margin: 17px 40px 0 0;
	text-align: right;
}

.trunk-company-showroom .contents-block .slide-sec .position li {
	background: url(/images/icon_pager.png) no-repeat left top;
	cursor: pointer;	
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}

.trunk-company-showroom .contents-block .slide-sec .position li.on {
	background: url(/images/icon_pager_on.png) no-repeat left top;
	display: inline-block;
	width: 12px;
	height: 12px;
}



/*-----------------------------------------------------------------------------------------------------------
	contact
-----------------------------------------------------------------------------------------------------------*/

#contents-contact .contents-block-inner {
	padding: 25px 40px 60px 40px;
	width: 920px;
}

#contents-contact .contents-contact-text-01 {
	border: 1px solid #969696;
	color: #787878;
	display: inline-block;
	font-size: 85.7%;
	padding: 5px 0 5px 12px;
	margin-bottom: 40px;
}

#contents-contact .contents-contact-text-01 a:link,
#contents-contact .contents-contact-text-01 a:visited {
	color: #787878;
	text-decoration: underline;	
}

#contents-contact #contents-contact-errors{
	color: #e60000;
	padding: 0 60px;
	margin: 0 0 20px 0;
}

#contents-contact #contents-contact-errors li{
	margin-bottom: 4px;
}

#contents-contact #contents-contact-form-sec{
	padding: 0 60px;
}

#contents-contact #contents-contact-form-sec .form-subject {
	margin-bottom: 20px;
}

#contents-contact #contents-contact-form-sec .label-text {
	background-color: #6ea100;
	color: #fff;
	display: inline-block;
	padding: 6px 11px 2px 8px;
}

#contents-contact #contents-contact-form-sec .form-subject-checks {
	border: 2px solid #6ea100;
	padding: 12px 20px 0 20px;
}


#contents-contact #contents-contact-form-sec .form-subject-checks li {
	float: left;
	font-size: 85.7%;
	margin-bottom: 12px;
}

#contents-contact #contents-contact-form-sec .form-subject-checks input {
	background-color: transparent;
	border: 1px solid #000;
}

#contents-contact #contents-contact-form-sec .required {
	color: #e60000;
	font-size: 85.7%;
	position: relative;
	top: -2px;
	left: 2px;
}

#contents-contact #contents-contact-form-sec .form-subject .required {
	position: relative;
	top: -7px;
	left: 5px;
}

#contents-contact #contents-contact-form-sec .contact-field-box {
	border: 2px solid #c8c8c8;
	font-size: 85.7%;		
	padding: 16px 0;
	margin-bottom: 24px;
}

#contents-contact #contents-contact-form-sec .contact-field-box-second {
	padding-top: 10px;
}

#contents-contact #contents-contact-form-sec .contact-field-table dt {
	clear: both;
	border-top: 1px solid #e6e6e6;
	display: table-cell;
	vertical-align: middle;	
	float: left;
	padding: 17px 0 10px 30px;
	width: 86px;	
}

#contents-contact #contents-contact-form-sec .contact-field-table dd {
	border-top: 1px solid #e6e6e6;
	float: left;
	padding: 10px 0;	
	width: 680px;
}

#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table dt {
	width: 100px;	
}

#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table dd {
	width: 665px;	
}

#contents-contact #contents-contact-form-sec .contact-field-table dt.first-row {
	border: none;
	padding-top: 7px;
}

#contents-contact #contents-contact-form-sec .contact-field-table dd.first-row {
	border: none;
	padding-top: 0;
}

#contents-contact #contents-contact-form-sec .contact-field-table .no-border {
	border: none;
}

#contents-contact #contents-contact-form-sec .contact-field-table dt.no-head {
	width: 0;
}

#contents-contact #contents-contact-form-sec .contact-field-table dt.no-head-data {
	width: 750px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .last-row {
	padding-bottom: 0;
}

#contents-contact #contents-contact-form-sec .contact-field-table .note {
	font-size: 10px;
	margin-top: 10px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group {
	background-color: #f0f0f0;
	float: left;
	padding: 12px;
	margin: 0 5px 5px 0;
	height: 240px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-first {
	width: 114px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-second {
	width: 206px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-third {
	width: 266px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-fourth {
	padding: 0 12px;	
	height: auto;
	width: 644px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .group-label {
	margin-bottom: 10px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-second .group-label {
	letter-spacing: -0.5px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group ul li {
	margin-bottom: 12px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-second li,
#contents-contact #contents-contact-form-sec .contact-field-table .field-group-third li {
	float: left;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-second li{
	width: 90px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-second li.odd {
	width: 112px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-third li {
	width: 84px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .field-group-third li.odd {
	width: 182px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-01 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin-right: 6px;
	width: 72px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-02 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 6px;
	width: 37px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-03 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	width: 275px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-04 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 6px;
	width: 134px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-05 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 0 0 18px;
	width: 302px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-06 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 6px;
	width: 52px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-07 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 6px;
	width: 196px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-08 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 0 0 18px;
	width: 275px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-09 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 0 0 34px;
	width: 196px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .input-text-10 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin: 0 6px 0 18px;
	width: 52px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .textarea-01 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	width: 560px;
	height: 100px;
}

#contents-contact #contents-contact-form-sec .contact-field-table .textarea-02 {
	border: 1px solid #92b940;
	padding: 4px 5px;
	margin-left: 18px;
	width: 560px;
	height: 100px;
}

#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dt {
	border: none;
	padding: 10px 0;
	margin-left: 20px;
	width: 125px;	
}

#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dd {
	border: none;
	padding: 5px 0;
	width: 500px;	
}

#contents-contact .select-box-sec{
	text-align: left;
}

#contents-contact .select-box{
	border: 1px solid #000;
	cursor: pointer;	
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	height: 24px;
}

#contents-contact .placeholder{
	color: #bbb;
}

#contents-contact .lazy-form-select-wrap{
	border: 1px solid #92b940;
	display: block;
	cursor: pointer;
	margin-left: 6px;
	position: relative;
	width: 128px;
	height: 24px;
}

#contents-contact .lazy-form-select-wrap .lazy-form-select{
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	height: 24px;
}

#contents-contact .lazy-form-select-wrap .lazy-form-select-text{
	background-color: #fff;
	color: #777778;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 8px;
	text-align: center;
	width: 100px;
	height: 24px;
}

#contents-contact .lazy-form-select-wrap .lazy-form-select-trigger{
	background: #fff url(../images/icon_arrow_05.png) no-repeat 8px center;
	display: block;
	float: right;
	width: 20px;
	height: 24px;
}

#contents-contact .lazy-form-checkbox-wrap{
	position: relative;
	width: 13px;
	height: 13px;	
}

#contents-contact ul li input{
	cursor: pointer;
	position: relative;
	left: 0;
	top: 0;	
	width: 10px;
	height: 10px;
}

#contents-contact .contact-field-table ul li input{
	left: -2px;
	top: -1px;
}

#contents-contact .lazy-form-checkbox-wrap .lazy-form-checkbox{
	background-color: #fff;
	position: absolute;
	left:0;
	top: 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #8cc63f;
}

#contents-contact .form-subject ul li input{
	cursor: pointer;
	position: relative;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
}

#contents-contact .form-subject ul .list-01, 
#contents-contact .form-subject ul .list-05 {
	width: 190px;
}

#contents-contact .form-subject ul .list-02, 
#contents-contact .form-subject ul .list-06 {
	width: 284px;
}

#contents-contact .form-subject ul .list-03, 
#contents-contact .form-subject ul .list-07 {
	width: 165px;
}

#contents-contact .form-subject ul .list-04, 
#contents-contact .form-subject ul .list-08 {
	width: 100px;
}

#contents-contact .form-subject .lazy-form-checkbox-wrap .lazy-form-checkbox {
	background-color: #fff;
	position: absolute;
	left: 2px;
	top: 1px;
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #8cc63f;
}

#contents-contact .lazy-form-checkbox-wrap .checked {
	background: #8cbb26;
}

#contents-contact .form-subject .lazy-form-checkbox-wrap .checked {
	background: #8cbb26;
}

#contents-contact .btn-submit-sec {
	text-align: center;
}

#contents-contact .btn-reset,
#contents-contact .btn-submit {
	background-color: #6ea100;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 26px;
	width: 180px;
}

#contents-contact .btn-reset {
	margin-right: 5px;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-box-first {
	padding-top: 10px;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-table dt {
	line-height: 1.6em;
	padding: 15px 0 15px 30px;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-table dd {
	line-height: 1.6em;
	padding: 15px 0;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dt{
	margin-left: 0;
	width: 150px;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dd {
	padding: 10px 0;
}

.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-table dt.first-row,
.trunk-contact-confirm #contents-contact #contents-contact-form-sec .contact-field-table dd.first-row {
	border: none;
	padding-top: 4px;
}

.trunk-contact-confirm #contents-contact .btn-submit-sec form{
	display: inline-block;
}

#contents-contact .form-confirm-text-01 {
	margin-bottom: 10px;
}

#contents-contact .form-confirm-text-02 {
	margin-right: 20px;
}

#contents-contact .form-confirm-text-03 {
	padding: 0 50px 0 17px;
}

.trunk-contact-complete #contents-contact{
	min-height: 500px;
}


/*-----------------------------------------------------------------------------------------------------------
	sitemap
-----------------------------------------------------------------------------------------------------------*/

#contents-sitemap-first {
	padding: 60px 0;
}

.trunk-sitemap .contents-block-box {
	padding: 0 40px;
}

#contents-sitemap-first a:link,
#contents-sitemap-first a:visited {
	color: #514f50;
	display: block;
}

#contents-sitemap-first a:hover,
#contents-sitemap-first a:active {
	color: #6ea100;
}

#contents-sitemap-first .boxes {
	margin: 0 0 0 30px;
}

#contents-sitemap-first .box {
	float: left;
	margin: 0 40px 60px 0;
	width: 287px;
}

#contents-sitemap-first .end {
	margin-right: 0;
}

#contents-sitemap-first dt{
	border-bottom: 2px solid #6ea100;
	font-size: 142.9%;
	padding-bottom: 10px;
}

#contents-sitemap-first dd ul{
	margin: 0 0 0 14px;
}

#contents-sitemap-first dd ul li{
	border-bottom: 1px solid #6ea100;
	padding: 8px 0 6px 0;
}

#contents-sitemap-first dd ul li ul li{
	border-bottom: none;
}


/*-----------------------------------------------------------------------------------------------------------
	modal
-----------------------------------------------------------------------------------------------------------*/

#modal-base-layer{
	background: #000;
	color: #000;	
	display: none;
	position: fixed;
	_position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100px;	
	z-index: 9900;
	text-align: center;
}

#modal-contents-layer{
	display: none;
	overflow-y: scroll;
    position: fixed;
	top:0;
	left:0;
	text-align: center;
	width: 100%;	
	z-index: 9901;
}

/*
@media screen and (max-width:1000px){
	#home #top-slide-sec-inner {
		margin: 0 auto;
		position: static;
		visibility: hidden;
		width: auto;
	}
}

*/


@media screen and (max-width: 768px){
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}	
	
	.fit-box {
		width: 100%;
		height: auto;
	}
	
	#not_found{
		padding: 40px 15px 0 15px;
		width: auto;
	}	
	
	.trunk-about-history .scroll{
		top: 0;
	}	
	
	#header #h-group {
		width: auto;
	}
	
	#header #h-group .btn-contact {
		display: none;
	}

	#header #h-group #g-nav {
		display: none;
	}	
	
	.sp-header {
		background-color: #fff;
		height: 33px;
		text-align: left;
		position: fixed;
		left: 0;
		top: 0;
		/*-webkit-backface-visibility: hidden;*/
		width: 100%;
		z-index: 1000;
	}	
	
	.sp-header .sp-header-inner{
		position: relative;
	}		
	
	.sp-header #sp-logo {
		position: absolute;
		right: 0;
		top: 0;
	}		
	
	.sp-header #btn-sp-menu {
		cursor: pointer;
		margin: 6px 0 0 9px;
		z-index: 10000;
	}		
	
	.sp-header #btn-sp-contact {
		position: absolute;
		right: 200px;
		top: 7px;
	}	
	
	#sp-g-nav {
		background-color: #fff;
		border-top: 1px solid #505050;
		display: none;
		position: fixed;
		left: 0;
		top: 33px;
		width: 100%;
		z-index: 9999;
	}
	
	#sp-g-nav li,
	#sp-g-nav #sp-g-nav-home {
		border-bottom: 1px solid #c7c7c7;
		margin: 0 20px;
	}	
	
	#sp-g-nav .sp-g-nav-product-cat-name {
		border-bottom: none;
		padding: 18px 0;
		text-align: left;
	}	
	
	#sp-g-nav .sp-g-nav-product-child ul {
		margin: 20px 0 0 0;
	}	
	
	#sp-g-nav .sp-g-nav-product-child ul li {
		border-bottom: none;
		float: left;
		margin: 0 5px 22px 5px;
		text-align: center;
		width: 30%;
	}
	
	#sp-g-nav .sp-g-nav-product-child ul li span{
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}	
	
	#sp-g-nav .sp-g-nav-product-child ul li img{
		width: 100%;
		height: auto;
	}		
	
	#sp-g-nav .sp-g-nav-product-child .sp-g-nav-back {
		border-bottom: 1px solid #c7c7c7;
	}	
	
	#sp-g-nav .sp-g-nav-top {
		overflow-y: auto;
	}		
	
	#sp-g-nav .sp-g-nav-top .child{
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		overflow-y: auto;
		z-index: 10000;
		width: 100%;
	}		
	
	#sp-g-nav a:link,
	#sp-g-nav a:visited {
		background: url(../images/sp_nav_icon_arrow.png) no-repeat right center;
		background-size: 20px 22px;
		-webkit-background-size: 20px 22px;
		-moz-background-size: 20px 22px;	
		display: block;
		text-align: left;
	}	
	
	#sp-g-nav .sp-g-nav-no-icon a:link,
	#sp-g-nav .sp-g-nav-no-icon a:visited {
		background-image: none;
	}
		
	#sp-g-nav .sp-g-nav-product-child a:link,
	#sp-g-nav .sp-g-nav-product-child a:visited {
		background-image: none;
	}		
	
	.h-spacer{
		height: 33px;
	}
		
	#footer #f-group .first-row-inner{
		padding-top: 30px;
		width: auto;
	}		
	
	#footer #copyright-sec .second-row-inner{
		width: auto;
	}		
	
	#footer .first-row-inner #world-map-text {
		display: none;
	}	
	
	#footer .first-row-inner .f-corporate-info .f-text-wrap-01 {
		padding: 0;
	}		
	
	#footer .f-nav-wrap {
		display: none;
	}
	

	#footer .first-row-inner #world-map {
		display: none;
	}	
	
	#footer .first-row-inner .f-corporate-info span {
		display: block;
		line-height: 1.4em;
		margin: 0 0 5px 0;
		padding: 0;
		text-align: center;
	}	
	
	#footer .sns-btns {
		display: block;
		text-align: center;
	}		
	
	#footer .sns-btns a.sns-btn {
		margin: 0 4px;
	}		
	
	#footer .sns-btns img {
		width: 30px;
		height: auto;
	}			
	
	#footer #copyright {
		font-size: 71.4%;
		text-align: center;
	}	
	
	#footer #btn-go-top {
		right: 15px;
	}	
	
	#trunk #trunk-inner .page-title-sec {
		margin: 0 auto;
		text-align: left;
		width: auto;
	}	
	
	#top-visual-sec img{
		width: 100%;
		height: auto;
	}	

	.contents-block-inner {
		margin: 0 20px;
		width: auto;
	}	
	
	#trunk #trunk-inner .page-title-sec {
		margin: 0 20px;
	}		
	
	#trunk #trunk-inner .page-title {
		padding: 20px 0 15px 0;
		margin: 0;
	}	
	
	#trunk #trunk-inner .page-title img {
		max-width: 100%;
		width: auto;
		height: auto;
	}		
	
	/*--------------------------------------------------------------------------------------------------------------
		home
	---------------------------------------------------------------------------------------------------------------*/	
	
	#home #top-slide-sec {
		height: auto;
	}	
	
	#home #top-slide-sec-inner {
		margin: 0 auto;
		position: static;
		visibility: hidden;
		width: auto;
	}
	
	#home #top-slide-sec-inner #top-slides div img{
		min-width: 472px;
		height: auto;
	}	
	
	#home #top-slide-sec-inner #top-slides div span{
		display: block;
		overflow: hidden;
	}
	
	#home .sns-btns .sns-btns-inner {
		width: auto;
	}

	#home .sns-btns .sns-btns-inner ul {
		right: 10px;
		top: -38px;
	}

	#home .sns-btns .sns-btns-inner ul img {
		width: 30px;
		height: auto;
	}	
	
	#home #news-ticker-sec #news-ticker-sec-inner .news-entry {
		line-height: 1.6em;
		padding: 5px 20px;
		width: auto;
	}

	#home #news-ticker-sec #news-ticker-sec-inner {
		width: auto;
	}
	
	#home #trunk #trunk-inner {
		padding: 20px 0;
		margin: 0 10px;
		width: auto;
	}
	
	#home #trunk .boxes .box.on-first-row {
		margin: 0 0 20px 0;
	}	
	
	#home #trunk .boxes .box {
		float: none;
		text-align: center;
	}		
	
	#home #trunk .boxes .box img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}	
	
	#home #trunk .boxes .box.on-second-row {
		margin: 0 0 10px 0;
		float: left;
		width: 48%;
	}
	
	#home #trunk .boxes .box.fourth,
	#home #trunk .boxes .box.sixth	{
		float: left;
	}

	#home #trunk .boxes .box.fifth,
	#home #trunk .boxes .box.seventh	{
		float: right;
	}		
		
	#home  .video-wrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}

	#home  .video-wrapper iframe,
	#home  .video-wrapper object,
	#home  .video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	
	/*--------------------------------------------------------------------------------------------------------------
		service
	---------------------------------------------------------------------------------------------------------------*/
		
	/*--------------------------------------- professional -----------------------------------------*/
	
	.trunk-service-professionals .contents-block .col-wrap .left {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	.trunk-service-professionals .contents-block .col-wrap .right {
		float: none;
		padding: 20px 0;
		margin: 0;
		width: auto;
	}		
	
	.trunk-service-professionals .contents-block .slide-sec .btn-slide-prev {
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 134px;
		z-index: 1000;
	}	
	
	.trunk-service-professionals .slide-wrap .slides .slide img{
		width: 100%;
		height: auto;
	}
	
	.trunk-service-professionals .contents-block .slide-sec .btn-slide-next {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 134px;
	}		
	
	a.btn-green-01:link, a.btn-green-01:visited {
		width: auto
	}	
	
	a.btn-green-02:link, a.btn-green-02:visited {
		width: auto
	}

	a.btn-green-01 + a.btn-green-01{
		margin-top: 10px;
		margin-left: 0;
	}

	/*--------------------------------------- downloads -----------------------------------------*/	
	
	#contents-service-dl-first {
		padding: 30px 0;
	}	
	
	.trunk-service-download #contents-service-dl-first .col-wrap .left {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	.trunk-service-download #contents-service-dl-first .col-wrap .right {
		float: none;
		margin: 0;
		width: auto;
	}		
	
	.trunk-service-download .contents-block .slide-sec {
		margin: 30px 20px 0 20px;
		position: relative;
		width: auto;
	}	
	
	.trunk-service-download .contents-block .slide-sec .btn-slide-prev {
		left: -35px;
		top: 160px;
	}	
	
	.trunk-service-download .contents-block .slide-sec .btn-slide-next {
		right: -35px;
		top: 160px;
	}		
	
	.trunk-service-download .contents-block .subtitle {
		margin: 0 0 20px 0;
	}	
	
	.trunk-service-download .contents-block .col-wrap .left,
	.trunk-service-download .contents-block .col-wrap .left-02	{
		float: none;
		margin: 0 0 20px 0;
		text-align: left;
		width: auto;
	}
	
	.trunk-service-download .contents-block .col-wrap .right {
		float: none;
		margin: 0;
		text-align: left;
		width: auto;
	}		
	
	.trunk-service-download .slide-wrap .slides .slide {
		height: auto;
	}
	
	.trunk-service-download .slide-wrap .slides .slide img{
		width: 100%;
		height: auto;
	}	
	
	.trunk-service-download .contents-text-03{
		margin-bottom: 30px;
	}		
	
	
	/*--------------------------------------- Maintenance -----------------------------------------*/	

	#contents-service-maint-first, #contents-service-maint-third {
		padding: 30px 0;
	}	
	
	.trunk-service-maintenance .contents-block-box {
		padding: 0;
	}	
	
	.trunk-service-maintenance .contents-service-maint-process {
		margin: 20px 0 0 0;
	}	
	
	.trunk-service-maintenance .contents-service-maint-process li {
		width: 50%;
		height: 140px;
	}	
	
	.trunk-service-maintenance .contents-service-maint-process li .top-row span {
		background-color: #6ea100;
		color: #fff;
		display: inline-block;
		line-height: 38px;
		padding-left: 10px;
		margin-right: 4px;
		width: 77%;
	}	
	
	.trunk-service-maintenance .contents-service-maint-process li .btm-row {
		padding-left: 0;
		width: 77%;
		height: 120px;
	}		
	
	.trunk-service-maintenance .contents-service-maint-process .fifth .btm-row {
		width: auto;
	}	
	
	.trunk-service-maintenance .page-title-sec .local-nav {
		position: static;
		margin-top: 10px;
	}		
	
	.trunk-service-maintenance .page-title-sec .local-nav li {
		float: none;
		margin: 0 0 10px 0;
	}		

	.trunk-service-maintenance .page-title-sec .local-nav li a:link,
	.trunk-service-maintenance .page-title-sec .local-nav li a:visited{
		display: block;
		padding: 0 0 10px 0;
	}			
		
	/*--------------------------------------------------------------------------------------------------------------
		about 
	---------------------------------------------------------------------------------------------------------------*/		

	#contents-about {
	margin: 30px 0 50px 0;
	}	
	
	#contents-about .left {
		float: none;
		margin-left: 0;
		width: auto;
	}	
	
	#contents-about .right {
		float: none;
		margin-left: 0;
		text-align: center;
		width: auto;
	}	
	
	#contents-about .right  img{
		max-width: 100%;
		width: auto;
		height: auto;	
	}	
	
	/*--------------------------------------- Environment -----------------------------------------*/	

	#contents-about-env-first {
		padding: 30px 0 70px 0;
	}	
	
	#contents-about-env-first .left,
	#contents-about-env-first .right,
	#contents-about-env-second .left,
	#contents-about-env-second .right {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	#contents-about-env-first .right img,
	#contents-about-env-second .right img	{
		width: 100%;
		height: auto;
	}	
	
	#contents-about-env-second {
		padding: 40px 0 30px 0;
	}		
	
	/*--------------------------------------- Architecture -----------------------------------------*/	

	#contents-about-arc-first {
		padding: 30px 0;
	}	
	
	#contents-about-arc-first .contents-about-text-02 {
		margin: 0;
		width: auto;
	}	
	
	#contents-about-arc-second, 
	#contents-about-arc-third, 
	#contents-about-arc-fourth {
		padding: 30px 0 40px 0;
	}	
	
	.trunk-about-architecture .contents-block .col-wrap .left {
		float: none;
		text-align: center;
		width: auto;
	}
	
	.trunk-about-architecture .contents-block .col-wrap .right {
		float: none;
		margin: 30px 0 0 0;
		width: auto;
	}	
	
	.trunk-about-architecture .contents-block .slide-sec {
		margin: 0 auto 0 auto;
		position: relative;
		width: auto;
	}
	
	.trunk-about-architecture .contents-block .slide-sec .slide img {
		height: auto;
		width: 100%;
	}	
	
	
	/*--------------------------------------- History -----------------------------------------*/		
	
	#about #trunk.trunk-about-history .page-title-sec {
		background-color: #fff;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 86px;
		z-index: 1000;
		position: fixed;
		top: 33px;
	}
	
	#about #trunk.trunk-about-history .page-title-sec .page-title-sec-inner {
		padding: 0 20px;		
	}	
	
	#about #trunk.trunk-about-history .select-box-sec {
		text-align: left;
	}

	#about #trunk.trunk-about-history .select-box {
		border: 1px solid #000;
		cursor: pointer;	
		position: absolute;
		left: 0;
		top: 0;
		width: 110px;
		height: 24px;
	}

	#about #trunk.trunk-about-history .lazy-form-select-wrap{
		border: 1px solid #92b940;
		display: block;
		cursor: pointer;
		margin-left: 6px;
		position: relative;
		width: 110px;
		height: 24px;
	}

	#about #trunk.trunk-about-history .lazy-form-select-wrap .lazy-form-select{
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		width: 110px;
		height: 24px;
	}

	#about #trunk.trunk-about-history .lazy-form-select-wrap .lazy-form-select-text{
		background-color: #fff;
		color: #777778;
		display: block;
		float: left;
		font-size: 12px;
		line-height: 24px;
		margin: 0;
		padding: 0 0 0 8px;
		text-align: center;
		width: 82px;
		height: 24px;
	}

	#about #trunk.trunk-about-history .lazy-form-select-wrap .lazy-form-select-trigger{
		background: #fff url(../images/icon_arrow_05.png) no-repeat 8px center;
		display: block;
		float: right;
		width: 20px;
		height: 24px;
	}	
	
	#about #trunk.trunk-about-history #period-01 {
		margin-top: 86px;
	}	
	
	#about #trunk.trunk-about-history .page-title-sec-inner {
		margin: 0;
		width: auto;
	}	
	
	.trunk-about-history .local-nav {
		position: absolute;
		right: 20px;
		top: 30px;
	}	
	
	.trunk-about-history .local-nav li {
		position: static;
		margin-bottom: 10px;
		text-align: center;
		width: 48%;
	}	
	
	.trunk-about-history .local-nav li:nth-of-type(3) ,
	.trunk-about-history .local-nav li:nth-of-type(5) {
		border-left: 1px solid #6ea100;
	}			
	
	.trunk-about-history .block-title-sec {
		height: auto;
	}
	
	.trunk-about-history .block-title-inner {
		padding: 10px 20px;
		margin: 0 auto;
		position: relative;
		width: auto;
		height: auto;
	}	
	
	.trunk-about-history .subtitle-text {
		margin-bottom: 10px;
		position: static;
		display: block;
		text-align: left;
	}

	.trunk-about-history .subtitle-text img{
		width: 250px;
		height: auto;
	}		
	
	.trunk-about-history .subtitle-year {
		position: static;
		display: block;
		text-align: left;		
	}

	.trunk-about-history .subtitle-year img{
		width: 200px;
		height: auto;
	}	
	
	.trunk-about-history .contents-about-history-block-inner {
		margin: 0 20px;
		width: auto;
	}
	
	.trunk-about-history .contents-about-history-block-inner .left {
		float: none;
		margin: 0 0 20px 0;
	}

	.trunk-about-history .contents-about-history-block-inner .right {
		padding: 0 0 20px 0;
		margin: 0;
		width: auto;
	}		
	
	#about .popup {
		padding: 20px;
		position: relative;
		text-align: left;
		width: auto;
	}	
	
	#about .popup .inner{
		z-index: 10000;
	}		
	
	#about .btn-modal-close {
		text-align: right;
		width: 40px;
		Height: 40px;
		z-index: 12000;
	}	
	
	#about .btn-modal-close img {
		vertical-align: top;
	}		
	
	.trunk-about-history #contents-about-history-01 .left {
		width: auto;
	}	

	.trunk-about-history #contents-about-history-01 .contents-history-lead-01 {
		padding: 40px 0 30px 0;
	}

	.trunk-about-history #contents-about-history-01 .right {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
		text-align: center;
	}
	
	.trunk-about-history #contents-about-history-01 .right  .fit-box{
		max-width: 100%;
		width: auto;
		height: auto;
	}	

	.trunk-about-history #contents-about-history-01 .contents-text-04 {
		margin-bottom: 30px;
	}
	
	.trunk-about-history #contents-about-history-02 {
		background: #343434 url(../images/about/history/bg_01.jpg) no-repeat center 0;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;		
		height: 100%;		
	}	
	
	.trunk-about-history #contents-about-history-02 .contents-about-history-block-inner {
		height: 250px;
	}	
	
	.trunk-about-history #contents-about-history-02 .contents-text-01 {
		left: 0;
		bottom: 15px;
	}	

	.trunk-about-history #contents-about-history-03 .contents-about-history-block-inner {
		padding: 0 0 30px 0;
		height: auto;
		text-align: center;
	}	
	
	.trunk-about-history #contents-about-history-03 .contents-text-01 {
		margin: 30px auto 30px auto;
		text-align: left;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-03  img {
		width: 100%;
		height: auto;
	}		
	
	.trunk-about-history #contents-about-history-03 .img-desc-text-01 {
		position: static;
		margin-top: 20px;
	}	
	
	.trunk-about-history #contents-about-history-04 .contents-about-history-block-inner {
		padding: 40px 0 30px 0;
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-04 .contents-text-01 {
		width: auto;
	}
	
	.trunk-about-history #contents-about-history-05 {
		background: #343434 url(../images/about/history/bg_02.jpg) no-repeat center -20px;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;		
		height: 100%;		
	}	
	
	.trunk-about-history #contents-about-history-05 .contents-about-history-block-inner {
		height: 350px;
	}

	.trunk-about-history #contents-about-history-05 .contents-wrap {
		left: 0;
		bottom: 15px;
		width: 100%;
	}		
	
	.trunk-about-history #contents-about-history-05 .contents-history-lead-01 {
		text-align: left;
	}	
	
	.trunk-about-history #contents-about-history-06 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	

	.trunk-about-history #contents-about-history-06 .contents-about-history-block-inner {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-07 {
		background: #343434 url(../images/about/history/bg_03.jpg) no-repeat center -20px;
		background-size: 110% auto;
		-webkit-background-size: 110% auto;
		-moz-background-size: 110% auto;		
		height: 100%;
	}	
	
	.trunk-about-history #contents-about-history-07 .contents-about-history-block-inner {
		height: 200px;
	}	
		
	.trunk-about-history #contents-about-history-07 p {
		left: 0;
		bottom: 15px;
	}		
	
	.trunk-about-history #contents-about-history-08 .left {
		margin: 30px 0 20px 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-08 .right {
		margin: 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-08 .contents-about-history-block-inner {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-09 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-09 .right {
		margin: 0;
		width: auto;
	}	

	.trunk-about-history #contents-about-history-10 .contents-about-history-block-inner {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-10 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	

	.trunk-about-history #contents-about-history-10 .img-desc-text-01 {
		margin: 0;
		text-align: center;
	}	

	.trunk-about-history #contents-about-history-10 .right {
		margin: 30px 0 0 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-11 {
		background: #343434 url(../images/about/history/bg_04.jpg) no-repeat center 0;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;		
		height: 100%;
	}	
	
	.trunk-about-history #contents-about-history-11 .contents-about-history-block-inner {
		height: 200px;
	}	
	
	.trunk-about-history #contents-about-history-11 .contents-text-01 {
		line-height: 1.4em;
		right: 0;
		bottom: 15px;
	}	

	.trunk-about-history #contents-about-history-12 .contents-about-history-block-inner {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-12 .contents-text-01 {
		margin: 30px auto;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-13 .left {
		margin: 30px 0 20px 0;
		width: auto;
	}	
		
	.trunk-about-history #contents-about-history-13 .right {
		margin: 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-14 {
		background: #343434 url(../images/about/history/bg_05.jpg) no-repeat center 0px;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;		
		height: 100%;
	}	
	
	.trunk-about-history #contents-about-history-14 .contents-about-history-block-inner {
		height: 250px;
	}	
	
	.trunk-about-history #contents-about-history-14 .contents-text-01 {
		right: 0;
		bottom: 15px;
	}		

	.trunk-about-history #contents-about-history-15 .contents-about-history-block-inner {
		padding-bottom: 30px;
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-15 .left {
		margin: 0 0 0 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-15 .right {
		margin: 30px 0 0 0;
		width: auto;
	}	

	.trunk-about-history #contents-about-history-15 .img-desc-text-01 {
		position: static;
		
	}
	
	.trunk-about-history #contents-about-history-16 {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-16 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-16 .right {
		margin: 0 0 30px 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-17 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-17 .right {
		margin: 0;
		width: auto;
	}		
	
	.trunk-about-history #contents-about-history-17 .img-desc-text-01 {
		position: static;
	}		
	
	.trunk-about-history #contents-about-history-18 {
		background: #343434 url(../images/about/history/bg_06.jpg) no-repeat center 0px;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;		
		height: 100%;
	}	
	
	.trunk-about-history #contents-about-history-18 .contents-about-history-block-inner {
		height: 250px;
	}	
	
	.trunk-about-history #contents-about-history-18 .contents-text-01 {
		right: 0;
		bottom: 15px;
	}	

	.trunk-about-history #contents-about-history-18 .contents-wrap-01 {
		margin-bottom: 0;
		position: absolute;
		left: 0;
		bottom: 15px;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-18 .contents-text-04 {
		margin-bottom: 20px;
		line-height: 1.4em;
	}	
		
	.trunk-about-history #contents-about-history-19 .left {
		margin: 30px 0 0 0;
		width: auto;
	}		
		
	.trunk-about-history #contents-about-history-19 .right {
		float: none;
		margin:  0 0 20px 0;
		text-align: left;
		width: auto;
	}		
		
	.trunk-about-history #contents-about-history-19 .img-desc-text-01 {
		position: static;
		margin: 20px 0 0 0;
	}	

	.trunk-about-history #contents-about-history-20 {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-20 .left {
		margin: 30px 0 20px 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-20 .right {
		margin: 0 0 20px 0;
		width: auto;
	}

	.trunk-about-history #contents-about-history-20 .left .contents-text-01 {
		margin: 30px 0 0  0;
	}
	
	.trunk-about-history #contents-about-history-20 .img-desc-text-01 {
		position: static;
		margin-top: 10px;
		text-align: left;
	}	
	
	.trunk-about-history #contents-about-history-21 .left {
		margin: 30px 0 20px 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-21 .right {
		margin: 0 0 30px 0;
		width: auto;
	}

	.trunk-about-history #contents-about-history-21 .contents-text-01 {
		margin: 0;
	}	
	
	.trunk-about-history #contents-about-history-22 {
		background: url(../images/about/history/bg_07.jpg) no-repeat center center;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;	
		background-position-y: -200px !important;
		height: 100%;
	}	
	
	.trunk-about-history #contents-about-history-22 .contents-text-01 {
		text-shadow:1px 0 #fff, 0 1px #fff, -1px 0 #fff, 0 -1px #fff;
		-moz-text-shadow:1px 0 #fff, 0 1px #fff, -1px 0 #fff, 0 -1px #fff;
		-webkit-text-shadow:1px 0 #fff, 0 1px #fff, -1px 0 #fff, 0 -1px #fff;	
		margin: 40px 0 0 0px;
		width: auto
	}	
	
	.trunk-about-history #contents-about-history-22 .contents-about-history-block-inner {
		height: 400px;
	}		
	
	.trunk-about-history #contents-about-history-22 .contents-about-history-block-inner .right {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-23 .contents-about-history-block-inner {
		height: auto;
	}	
	
	.trunk-about-history #contents-about-history-23 .contents-text-01 {
		margin: 40px auto;
		width: auto;
	}
	
	.trunk-about-history #contents-about-history-22 .img-desc-text-01 {
		position: static;
	}	
	
	.trunk-about-history #contents-about-history-22 .right {
		position: absolute;
		bottom: 20px;
		left: 46%;
	}
	
	.trunk-about-history #contents-about-history-24 .left {
		margin: 30px 0 20px 0;
		width: auto;
	}	
	
	.trunk-about-history #contents-about-history-24 .right {
		margin: 0 0 30px 0;
		width: auto;
	}

	.trunk-about-history #contents-about-history-24 .contents-text-01 {
		margin: 0;
	}	
	.trunk-about-history #contents-about-history-24 .img-desc-text-01 {
		bottom: 5px;
	    right: 5px;
	}	
	.trunk-about-history #contents-about-history-25 .left {
		margin: 30px 0 0 0;
		width: auto;
	}	

	.trunk-about-history #contents-about-history-25 .contents-about-history-block-inner {
		height: auto;
	}	
	.trunk-about-history #contents-about-history-25 .right .img-desc-text-01 {
	    margin-top: 8px;
	}


		
	/*--------------------------------------------------------------------------------------------------------------
		products
	---------------------------------------------------------------------------------------------------------------*/	
	
/*----------------------------------- products top -----------------------------------*/

	#products  #trunk.trunk-products-top {
		margin: 0 20px;
		width: auto;
	}

	#products  #trunk.trunk-products-top .contents-block {
		padding: 20px 0 60px 0;
		margin: 0 auto;
		text-align: left;
		width: auto;
	}

	#products #trunk.trunk-products-top .subtitle {
		color: #514f50;
		font-size: 142.9%;
		font-weight: normal;
		border-bottom: 2px solid #e5e5e4;
		margin: 0 0 40px 0;
	}

	#products #trunk.trunk-products-top .subtitle span {
		border-bottom: 2px solid #6ea100;
		display: inline-block;
		padding-bottom: 12px;
		position: relative;
		top: 2px;
		width: 300px;
	}

	#products .trunk-products-top .products-list-sec {
		margin-bottom: 60px;
	}

	#products .trunk-products-top .products-list {
		margin-left: 10px;
	}

	#products .trunk-products-top .products-list li {
		float: left;
		margin: 0 10px 20px 10px;
		width: 42%;
	}

	#products .trunk-products-top .products-list .product-image  img {
		width: 100%;
		height: auto;
	}

	#products .trunk-products-top .products-list .product-name {
		line-height: 1.4em;
		text-align: center;
	}

	#products .trunk-products-top ul li a:link,
	#products .trunk-products-top ul li a:visited {
		color: #514f50;
	}

	#products #trunk.trunk-products-top .products-materials-list li{
		float: none;
		margin: 0 0 10px 0;
	}

	#products .trunk-products-top ul li a.btn-green-01:link,
	#products .trunk-products-top ul li a.btn-green-01:visited {
		color: #fff;
		display: block;
		width: auto;
	}	
	
	#products #trunk #trunk-inner .page-title {
		padding: 20px 0 15px 20px;
		margin: 0;
	}		
	
	#products #top-slide-sec {
		border: none;
		margin-bottom: 0;
		height: auto;
	}		
	
	#products #top-slide-sec-inner {
		position: absolute;
		width: auto;
	}	
	
	#products .top-slide-controls {
		margin: 0 auto;
		position: relative;
		z-index: 100;
		width: auto;
		height: auto;
	}
	
	#products .bx-wrapper {
		margin-bottom: 0;
	}
	
	#products .top-slide-controls #top-slide-pager {
		display: none;
	}	
	
	#products #top-slide-sec-inner #top-slides div img{
		width: 100%;
		height: auto;
	}	

	.trunk-product-detail .page-title-sec .local-nav {
		position: static;
		margin: 0;
	}
	.trunk-product-detail .page-title-sec .local-nav.l2 {
    	width: 100%;
	}
	
	.trunk-product-detail .page-title-sec .local-nav li {
		float: left;
		display: table-cell;
		margin: 0 0 10px 1px;
		text-align: center;
		width: 33%;
		height: 33px;
		vertical-align: middle;		
	}	
	
	.trunk-product-detail .page-title-sec .local-nav li a:link, 
	.trunk-product-detail .page-title-sec .local-nav li a:visited {
		display: table;
		vertical-align: middle;
		padding: 0 0 3px 0;
		width: 100%;
		height: 30px;	
	}	
	
	.trunk-product-detail .page-title-sec .local-nav span {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 30px;	
	}	

	.trunk-product-detail .page-title-sec .local-nav .share-btns {
		position: static;
		text-align: right;
	}

	.trunk-product-detail .page-title-sec .local-nav .share-btns li {
		float: none;
		display: inline-block;
		margin-right: 10px;
		width: auto;
	}

	.trunk-product-detail .page-title-sec .local-nav .share-btns li img {
		width: 60px;
		height: auto;
	}
	
	.trunk-product-detail .bottom-share-btns {
		padding-bottom: 20px;
		width: auto;
	}
	
	.trunk-product-detail .bottom-share-btns ul {
		margin-right: 70px;
	}
	
	.trunk-product-detail .bottom-share-btns ul li {
		margin-right: 0;
	}	
	
	.trunk-product-detail .bottom-share-btns ul img {
		width: 60px;
		height: auto;
	}	
	
	#products #trunk #trunk-inner .page-title-sec {
		padding: 20px 0;
	}	
	
	#contents-product-detail-first {
		padding: 0 0 30px 0;
	}	
	
	#contents-product-detail-first .btns {
		margin: 0;
		width: auto;
	}
	
	#contents-product-detail-first .btns ul li {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	#contents-product-detail-first .col-wrap .left {
		float: none;
		margin: 0;
		text-align: left;
		width: auto;
	}
	
	#contents-product-detail-first .subtitle {
		width: auto;
	}	
	
	#contents-product-detail-first .contents-text-01 {
		width: auto;
	}	
	
	#contents-product-detail-first .info-table-01 {
		margin: 30px 0 30px 0;
	}	
	
	#contents-product-detail-first .info-table-01 dt {
		width: 20%;
	}	
	
	#contents-product-detail-first .info-table-01 dd {
		width: 75%;
	}		
	
	#contents-product-detail-first .col-wrap .right {
		float: none;
		padding-top: 20px;
		text-align: center;
		width: auto;
	}

	#contents-product-detail-first .col-wrap .left img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}	

	#contents-product-detail-first .col-wrap .right img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}	
	
	#contents-product-detail-first .btns a {
		float: none;
		margin: 0 0 12px 0;
	}	
		
	#contents-product-detail-first .btn-green-01 {
		float: none;
		display:block;
		width: auto;
	}	
	
	#contents-product-detail-second, #contents-product-detail-third, #contents-product-detail-fourth, #contents-product-detail-video {
		padding: 30px 0 40px 0;
	}		
	
	.trunk-product-detail .contents-block .slide-sec {
		width: auto;
	}

	.trunk-product-detail .slide .right img {
		max-width: 100%;
	}	
	
	.trunk-product-detail #contents-product-detail-second .slide .left {
		float: none;
		margin: 0 0 20px 0;
		text-align: left;
		width: auto;
	}

	.trunk-product-detail #contents-product-detail-second .slide .right {
		float: none;
		margin-left: 0;
		text-align: left;
		width: auto;
	}
	
	.trunk-product-detail #contents-product-detail-second .slide .slide-title {
		padding: 0 20px 0 0;
	}
	
	.trunk-product-detail .contents-block .slide-sec .position {
		margin: 20px 0 0 0;
		text-align: right;
	}	
	
	.trunk-product-detail #contents-product-detail-third .slide .left {
		float: none;
		margin: 0 0 20px 0;
		text-align: left;
		width: auto;
	}

	.trunk-product-detail #contents-product-detail-third .slide .right {
		float: none;
		margin: 0 0 0 0;
		text-align: right;
		width: auto;
	}	
	
	.trunk-product-detail #contents-product-detail-third .slide .subtitle {
		margin: 5px 0 30px 0;
	}	
	
	.trunk-product-detail #contents-product-detail-third .slide .slide-text-wrap {
		margin: 0;
		width: auto;
	}	
	
	#contents-product-detail-specs .contents-block-inner {
		border-top: 1px solid #cbcbcb;
		padding: 20px 0;
		width: auto;
	}
	
	.trunk-product-detail .spec-images li {
		float: left;
		margin: 0 5px 10px 5px;
		width: 46%;
	}	
	
	.trunk-product-detail .spec-images li img {
		width: 100%;
		height: auto;
	}		
	
	.contents-product-detail-link .contents-block-inner {
		padding: 20px 0;
		width: auto;
	}	
	
	.contents-product-detail-link .btns a {
		float: none;
	}	
	
	.trunk-product-detail .related-products li {
		float: left;
		margin: 0 5px;
		width: 28%;
	}	
	
	.trunk-product-detail .related-products li img {
		width: 100%;
		height: auto;
	}		
	
	.trunk-product-detail #contents-product-detail-video .left {
		float: none;
		margin: 0 0 0 0;
		text-align: left;
		width: auto;
	}		
	
	.trunk-product-detail #contents-product-detail-video .right {
		float: none;
		margin: 0 0 0 0;
		text-align: left;
		width: auto;
	}		
	
	.trunk-product-detail .slide-sec-video .video-wrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	
	.trunk-product-detail .video-wrapper iframe,
	.trunk-product-detail .video-wrapper object,
	.trunk-product-detail .video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.trunk-product-detail-on #contents-product-detail-first .btns {
		float: none;
		margin: 40px 0 0 0;
	}

	.trunk-product-detail-on #contents-product-detail-first .btns .first {
		margin: 0;
	}

	.trunk-product-detail-on #contents-product-detail-first .btns .second {
		float: none;
	}	
	
	.trunk-product-detail-in #contents-product-detail-first .btns {
		float: none;
		margin: 40px 0 0 0;
	}

	.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-01 {
		margin-bottom: 40px;
	}	
	
	.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-03 {
		float: none;
	}

	.trunk-product-detail-in #contents-product-detail-first .btns ul li.banner-04 {
		float: none;
	}
	
	
	/*--------------------------------------- effectiveness -----------------------------------------*/		
	
	.trunk-products-on-sub .on-effectiveness-box-01 .on-effectiveness-list-01 {
		line-height: 1.6em;
		margin-left: 1.5em;
	}

	.trunk-products-on-sub .page-title-sec .local-nav {
		position: static;
		margin: 20px 20px 0 20px;
	}	
	
	.trunk-products-on-sub .page-title-sec .local-nav li {
		float: left;
		font-size: 85.7%;
		margin: 0 10px 0 0;
		width: 48%;
	}	
	
	.trunk-products-on-sub .page-title-sec .local-nav li:nth-of-type(2) {
		margin-right: 0;
	}		
	
	#contents-products-on-sub-first, #contents-products-on-sub-second {
		padding: 20px 0 60px 0;
	}	
	
	.trunk-products-on-sub #contents-products-on-sub-third .subtitle {
		margin: 0 0 30px 0;
		line-height: 1.4em;
	}
	
	.trunk-products-on-sub .contents-block-box {
		padding: 0;
	}
	
	.trunk-products-on-sub .label {
		margin: 0 0 20px 0;
	}	
	
	.trunk-products-on-sub .on-effectiveness-profile-sec .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}	
	
	.trunk-products-on-sub .on-effectiveness-profile-sec .right {
		float: none;
		margin: 0;
		width: auto;
	}		
	
	.trunk-products-on-sub .on-effectiveness-box-01 {
		margin: 0 0 0 0;
	}	
	
	.trunk-products-on-sub .on-effectiveness-images {
		margin: 0 20px 20px 20px;
	}

	.trunk-products-on-sub .on-effectiveness-images li {
		float: left;
		margin: 0 0 10px 0;
	}	
	
	.trunk-products-on-sub .on-effectiveness-images li img {
		width: 100%;
		height: auto;
	}		
	
	.trunk-products-on-sub .on-effectiveness-box-02 {
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}	
	
	.trunk-products-on-sub .on-effectiveness-box-02 .left {
		float: none;
		margin: 0 0 0 0;
		width: auto;
		min-height: 50px;
	}	
	
	.trunk-products-on-sub .on-effectiveness-box-02 .right {
		float: none;
		margin: 0 0 0 0;
		width: auto;
	}		
	
	/*--------------------------------------- stretch -----------------------------------------*/		
	
	.trunk-products-on-sub .contents-block .slide-sec {
		width: auto;
	}	
	
	.trunk-products-on-sub .slide-wrap .slide-index {
		float: none;
		font-family: "Century Gothic", arial, sans-serif;
		font-size: 128.6%;
		line-height: 30px;
		margin: 0;
		text-align: center;
		width: auto;
	}	
	
	.trunk-products-on-sub .slide-wrap .slide-title {
		float: none;
		line-height: 2.2em;
		margin: 13px 0 10px 0;
	}	
	
	.trunk-products-on-sub .slide-wrap .slide-text-01 {
		margin: 0 0 10px 0;
	}	
	
	.trunk-products-on-sub .slide-wrap .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}	
	
	.trunk-products-on-sub .slide-wrap .right {
		float: none;
		margin: 0;
		width: auto;
	}		
	
	.trunk-products-on-sub .slide-wrap .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}	
	
	.trunk-products-on-sub .slide-wrap .slide img {
		width: 100%;
		height: auto;
	}	
	
	.products-on-strech-video-sec {
		margin-bottom: 40px;
		text-align: center;
	}

	.products-on-strech-video-sec .video-box {
		width:80%;
		max-width: 640px;
		margin: 0 auto;
	}	

	
	/*-----------------------------------  Product dealers -----------------------------------*/

	.products-single-dealers #header #h-group{
		width: auto;
		height: 33px;
	}

	.products-single-dealers #header #h-group .btn-contact {
		display: none;
	}

	.products-single-dealers #btn-sp-menu,
	.products-single-dealers #btn-sp-contact,
	.products-single-dealers #g-nav {
		display: none;
	}
	
	/*--------------------------------------- colors and materials  -----------------------------------------*/		
	
	#products #trunk.trunk-products-materials #trunk-inner .page-title-sec {
		padding-top: 0;
	}	
	
	#contents-products-materials {
		margin: 0 0 0 0;
	}	
	
	#contents-products-materials .local-nav {
		margin-top: 20px;
	}	
	
	#contents-products-materials .local-nav li {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}	
	
	#contents-products-materials .left {
		float: none;
		padding-top: 5px;
		margin: 0 0 20px 0;
		width: auto;
	}
	
	#contents-products-materials .right {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	#contents-products-materials .right img {
		width: 100%;
		height: auto;
	}	

	#products .trunk-products-material-spec .page-title-sec .local-nav {
		position: static;
	}		
	
	#products .trunk-products-material-spec .page-title-sec .local-nav li {
		float: left;
		margin: 0 0 5px 0;
		width: 49%;
	}	
	
	#products .trunk-products-material-spec .page-title-sec .local-nav li:nth-of-type(even) {
		float: right;
	}	
	
	#products .trunk-products-material-spec {
		margin: 0 auto;
		width: auto;
	}	
	
	#products .trunk-products-material-spec .contents-wrap {
		padding: 0 15px 40px 15px;
		margin: 0 auto;
		text-align: left;
	}

	#products #trunk #trunk-inner .page-title-sec {
		margin: 0;
	}
	
	#products .trunk-products-material-spec .contents-block .tiles {
		margin: 0 auto;
	}	
	
	#products .trunk-products-material-spec .contents-block .tiles li {
		margin: 0 10px 20px 0;
	}		
	
	#products .trunk-products-material-spec .contents-block .tiles li.end {
		margin: 0 10px 20px 0;
	}	

	/* --------------------------------------------- single materials list ----------------------------------------------*/
	
	.products-single-materials-list #header #h-group{
		width: auto;
		height: 33px;
	}

	.products-single-materials-list #header #h-group .btn-contact {
		display: none;
	}

	.products-single-materials-list #btn-sp-menu,
	.products-single-materials-list #btn-sp-contact,
	.products-single-materials-list #g-nav {
		display: none;
	}
	
	.products-single-materials-list .sp-spacer {
		display: none;
	}	

	#products.products-single-materials-list .trunk-products-material-spec {
		width: auto;
	}
	
	#products #trunk.trunk-products-material-spec #trunk-inner .page-title {
		padding-left: 0;
		margin-bottom: 10px;
	}

	#products.products-single-materials-list .trunk-products-material-spec .contents-wrap {
		padding: 0 20px 60px 20px;
		margin: 0 auto;
		text-align: left;
	}

	#products.products-single-materials-list #trunk.trunk-products-material-spec #trunk-inner .page-title {
		font-size: 228.6%;
		font-weight: normal;
		padding: 20px 0 20px 0;
		margin-bottom: 28px;	
	}	
	
	
	/*--------------------------------------- office for motion  -----------------------------------------*/	

	#contents-products-ofm-first {
		margin: 0 0 50px 0;
	}	
	
	#contents-products-ofm-first .left {
		float: none;
		padding-top: 5px;
		margin: 0 0 20px 0;
		width: auto;
	}	
	
	#contents-products-ofm-first .right {
		float: none;
		padding-top: 5px;
		margin: 0;
		width: auto;
	}		
	
	#contents-products-ofm-first a.btn-green-02:link,
	#contents-products-ofm-first a.btn-green-02:visited {
		width: auto;
	}	
	
	#contents-products-ofm-second {
		padding: 30px 0;
	}	
	
	#contents-products-ofm-second .left {
		float: none;
		margin: 0 0 0 0;
		text-align: left;
		width: auto;
	}	

	#contents-products-ofm-second .right {
		float: none;
		margin: 0 0 0 0;
		text-align: left;
		width: auto;
	}

	#contents-products-ofm-second .slide-sec-video .video-wrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	
	#contents-products-ofm-second .video-wrapper iframe,
	#contents-products-ofm-second .video-wrapper object,
	#contents-products-ofm-second .video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	
	#contents-products-ofm-related .contents-block-inner {
		padding: 30px 0;
		width: auto;
	}	
	
	#contents-products-ofm-related .related-products li {
		float: left;
		margin: 0 0 30px 0;
		width: 48%;
	}
	
	#contents-products-ofm-related .related-products li img {
		max-width: 100%;
		height: auto;
	}	
	

	/*-----------------------------------  Special Uplolstered ON -----------------------------------*/

	#products #trunk.trunk-products-special-on #trunk-inner .page-title {
		padding: 0 20px 15px 20px;
		margin: 0;
	}
	
	#contents-products-special-on-first {
		margin: 0 0 60px 0;
	}

	#contents-products-special-on-first .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}

	#contents-products-special-on-first .right {
		float: none;
		padding: 0;
		margin: 0;	
		width: auto;
	}

	#contents-products-special-on-first .contents-block-box-01 {
		margin: 0 0 60px 0;
	}

	#contents-products-special-on-first .subtitle {
		line-height: 1.6em;
	}

	#contents-products-special-on-first .subtitle .subtitle-inner {
		border-bottom: 2px solid #6ea100;
		display: inline-block;	
		padding-bottom: 8px;
		position: relative;
		min-width: 286px;
		top: 2px
	}

	#contents-products-special-on-first .contents-block-box-02 {
		margin: 0;
	}

	#contents-products-special-on-first .contents-block-box-02 .left {
		float: none;
		padding: 0;
		margin-left: 0;	
		width: auto;
		text-align: center;
	}

	#contents-products-special-on-first .contents-block-box-02 .right {
		float: none;
		margin: 0;
		width: auto;
	}

	#contents-products-special-on-first .right .contents-text-01 {
		margin: 10px 0 0 0;
	}
	
	#contents-products-special-on-first .tiles {
		display: inline-block;
		margin: 0 auto;
	}	

	#contents-products-special-on-first .tiles li {
		float: left;
		margin: 0 6px 18px 6px;
		text-align: center;
		width: 80px;
	}

	#contents-products-special-on-first .tiles li .image {
		margin-bottom: 6px;
	}

	#contents-products-special-on-first .tiles li .name {
		font-size: 85.7%;
		line-height: 1.4em;
	}

	#contents-products-special-on-second {
		padding: 30px 0;
	}

	#contents-products-special-on-second .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}

	#contents-products-special-on-second .right {
		float: none;
		padding: 0;
		margin: 0;	
		width: auto;
	}

	#contents-products-special-on-second .image-desc {
		margin-bottom: 20px;
	}

	#contents-products-special-on-second .contents-products-special-on-banner {
		text-align: center;
	}

	#contents-products-special-on-third {
		padding: 30px 0 60px 0;
	}

	#contents-products-special-on-third .contents-block-box {
		padding: 0;
	}

	#contents-products-special-on-third .dealers-table-01 th {
		border: none;
		display: block;
		padding: 20px  0 5px 0;
		width: auto;
	}
	
	#contents-products-special-on-third .dealers-table-01 td {
		border: none;
		display: block;
		padding: 5px 0;
		width: auto;
	}	
	
	#contents-products-special-on-third .dealers-table-01 .third {
		width: auto;
		padding-left: 0;
	}	
	
	#contents-products-special-on-third .dealers-table-01 .fourth {
		padding-left: 0;
		width: auto;
	}	

	/*-----------------------------------  Special Contents -----------------------------------*/

	#products #trunk.trunk-products-special-contents #trunk-inner .page-title {
		padding: 0 20px 15px 20px;
		margin: 0;
	}
	
	#contents-products-special-contents-first {
		margin: 0 0 60px 0;
	}

	#contents-products-special-contents-first .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}

	#contents-products-special-contents-first .right {
		float: none;
		padding: 0;
		margin: 0;	
		width: auto;
	}

	#contents-products-special-contents-first .contents-block-box-01 {
		margin: 0 0 60px 0;
	}

	#contents-products-special-contents-first .subtitle {
		line-height: 1.6em;
	}

	#contents-products-special-contents-first .subtitle .subtitle-inner {
		border-bottom: 2px solid #6ea100;
		display: inline-block;	
		padding-bottom: 8px;
		position: relative;
		min-width: 286px;
		top: 2px
	}

	#contents-products-special-contents-first .contents-block-box-02 {
		margin: 0;
	}

	#contents-products-special-contents-first .contents-block-box-02 .left {
		float: none;
		padding: 0;
		margin-left: 0;	
		width: auto;
		text-align: center;
	}

	#contents-products-special-contents-first .contents-block-box-02 .right {
		float: none;
		margin: 0;
		width: auto;
	}

	#contents-products-special-contents-first .right .contents-text-01 {
		margin: 10px 0 0 0;
	}
	
	#contents-products-special-contents-first .tiles {
		display: inline-block;
		margin: 0 auto;
	}	

	#contents-products-special-contents-first .tiles li {
		float: left;
		margin: 0 6px 18px 6px;
		text-align: center;
		width: 80px;
	}

	#contents-products-special-contents-first .tiles li .image {
		margin-bottom: 6px;
	}

	#contents-products-special-contents-first .tiles li .name {
		font-size: 85.7%;
		line-height: 1.4em;
	}

	#contents-products-special-contents-second {
		padding: 30px 0;
	}

	#contents-products-special-contents-second .left {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}

	#contents-products-special-contents-second .right {
		float: none;
		padding: 0;
		margin: 0;	
		width: auto;
	}

	#contents-products-special-contents-second .image-desc {
		margin-bottom: 20px;
	}

	#contents-products-special-contents-second .contents-products-special-contents-banner {
		text-align: center;
	}

	#contents-products-special-contents-third {
		padding: 30px 0 60px 0;
	}

	#contents-products-special-contents-third .contents-block-box {
		padding: 0;
	}

	#contents-products-special-contents-third .dealers-table-01 th {
		border: none;
		display: block;
		padding: 20px  0 5px 0;
		width: auto;
	}
	
	#contents-products-special-contents-third .dealers-table-01 td {
		border: none;
		display: block;
		padding: 5px 0;
		width: auto;
	}	
	
	#contents-products-special-contents-third .dealers-table-01 .third {
		width: auto;
		padding-left: 0;
	}	
	
	#contents-products-special-contents-third .dealers-table-01 .fourth {
		padding-left: 0;
		width: auto;
	}	
	

	/*--------------------------------------------------------------------------------------------------------------
		dealers
	---------------------------------------------------------------------------------------------------------------*/		
	
	
	#dealers .local-nav {
		position: static;
		margin: 20px 0;
		width: auto;
	}	
	
	#dealers .local-nav li {
		font-size: 85.7%;
		padding: 4px 0;
		margin: 0 0 8px 0;
		text-align: center;
		width: 48%;
	}	
	
	#dealers .local-nav li:nth-of-type(even) {
		float: right;
	}
	
	#dealers .contents-block {
		padding: 0 0 20px 0;
	}	
	
	#dealers .contents-block .subtitle {
		margin: 0 0 35px 0;
	}	
	
	#dealers .contents-block #dealers-list {
		margin: 0;
	}	
	
	#dealers .contents-block .dealers-table-01 th {
		background-color: #6ea100;
		border-bottom: none;
		display: block;
		padding: 10px 20px;
		width: auto;
		vertical-align: middle;
	}	
	
	#dealers .contents-block .dealers-table-01 td {
		display: block;
		border-bottom: none;	
		vertical-align: middle;
		width: auto;
	}	

	#dealers .contents-block .dealers-table-01 td:nth-of-type(3) {
		border-bottom: 8px solid #fff;
		padding-bottom: 20px;
	}		
	
	#dealers .contents-block .dealers-table-01 .second {
		padding: 10px 20px;
	}	
	
	#dealers .contents-block .dealers-table-01 .second a:link,
	#dealers .contents-block .dealers-table-01 .second a:visited {
		color: #fff;
	}		
	
	#dealers .contents-block .dealers-table-01 .third {
		padding: 10px 20px;
		width: auto;
	}		
	
	#dealers .contents-block .dealers-table-01 .fourth {
		padding: 10px 20px;
		width: auto;
	}	
	
	#dealers .contents-block .dealers-table-02 th {
		border: none;
		display: block;
		padding: 20px  0 5px 0;
		width: auto;
	}
	
	#dealers .contents-block .dealers-table-02 td {
		border: none;
		display: block;
		padding: 5px 0;
		width: auto;
	}	
	
	#dealers .contents-block .dealers-table-02 .third {
		width: auto;
		padding-left: 0;
	}	
	
	#dealers .contents-block .dealers-table-02 .fourth {
		padding-left: 0;
		width: auto;
	}	

	#dealers .contents-block .dealers-table-02 .fifth {
		padding-left: 0;
		width: auto;
	}	

	#dealers .contents-block .dealers-table-02 td:nth-of-type(4) {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}		
	
	
	/*--------------------------------------------------------------------------------------------------------------
		topics
	---------------------------------------------------------------------------------------------------------------*/		
	
	#topics #trunk #trunk-inner .page-title-sec {
		margin: 0;
	}	
	
	#topics .contents-block {
		padding: 38px 15px 60px 15px;
		margin: 0 auto;
		text-align: left;
		width: auto;
	}	
	
	#topics #trunk #trunk-inner .entry-date {
		float: none;
		width: 102px;
	}	
	
	#topics #trunk #trunk-inner .entry-contents {
		float: none;
		margin: 20px 0 20px 0;
		width: auto;
	}	
	
	#topics #trunk #trunk-inner .entry-attachments {
		float: none;
		width: auto;
	}	
	
	#topics #trunk #trunk-inner .entry-attachments img {
		max-width: 100%;
		height: auto;
	}	

	#topics #trunk #trunk-inner table{
		width: 100%;
	}	
	
	#topics #trunk #trunk-inner table td{
		display: block;
		width: auto;
	}		
	
	#topics #trunk #trunk-inner table td table td{
		-ms-word-break: break-all;
		/* Be VERY careful with this, breaks normal words wh_erever */
		word-break: break-all;
		/* Non standard for webkit */
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		line-height: 1.4em;
	}			
	
	#topics #trunk #trunk-inner table td table td img{
		max-width: 100%;
		height: auto;
	}		
	
	#topics #trunk #trunk-inner .Medium{
		display: inline;
	}		
	
	/*--------------------------------------------------------------------------------------------------------------
		privacy / rule
	---------------------------------------------------------------------------------------------------------------*/	
	
	#privacy .contents-block, 
	#rule .contents-block {
		padding: 20px 0;
		margin: 0 15px;
		width: auto;
	}	
	
	#privacy #trunk #trunk-inner .page-title-sec,
	#rule #trunk #trunk-inner .page-title-sec	{
		margin: 0;
	}	
	
	#privacy #trunk #trunk-inner .page-title {
		margin-bottom: 30px;
	}	
	
	
	/*--------------------------------------------------------------------------------------------------------------
		company
	---------------------------------------------------------------------------------------------------------------*/		
	
	#contents-company-first {
		padding: 15px 0;
	}

	#contents-company-second {
		padding: 0 0 100px 0;
	}

	#company #contents-company-profile {
		line-height: 1.8em;
	}

	#company #contents-company-profile dt {
		float: none;
		margin: 0;
		width: auto;
	}

	#company #contents-company-profile dd {
		float: none;
		padding: 0 0 0 3px;
		margin: 0 0 15px 0;
		width: auto;
	}

	.trunk-company .contents-block-box {
		padding: 0;
	}

	.trunk-company .contents-block .subtitle {
		color: #514f50;
		font-size: 142.9%;
		font-weight: normal;
		border-bottom: 2px solid #e5e5e4;
		line-height: 1.6em;
		margin:  0 0 30px 0;
	}

	.trunk-company .contents-block .subtitle .subtitle-inner {
		border-bottom: 2px solid #6ea100;
		display: inline-block;	
		padding-bottom: 12px;
		position: relative;
		min-width: 0;
		top: 2px
	}

	#company #contents-company-philosophy {
		padding: 20px 0 0 0;
		text-align: center;
	}

	#company #contents-company-philosophy .contents-company-text-01 img{
		max-width: 100%;
		height: auto;
	}

	#company #contents-company-philosophy-list {
		display: block;
		margin: 0 auto 50px auto;
	}

	#company #contents-company-philosophy-list li {
		display: block;
		float: none;
		text-align: left;
		width: 100%;
	}

	#company #contents-company-philosophy-list li .text {
		background-color: #6ea100;
		color: #fff;
		display: block;
		float: left;
		font-size: 128.6%;
		line-height: 1.8em;
		padding: 8px 0;
		width: 100%;
		text-align: center;
	}

	#company #contents-company-philosophy-list li .border {
		border-right: 2px solid #e8e8e7;
		border-bottom: none;
		display: inline-block;
		width: 50%;
		height: 40px;
	}
	
	#company #contents-company-philosophy-arrow img {
		width: 35px;
		height: auto;
	}	
	
	#company #contents-company-philosophy .contents-company-text-02 {
		font-size: 128.6%;
	}
	

	/*--------------------------------------- showroom  -----------------------------------------*/		
	
	.trunk-company-showroom .contents-company-showroom-text-01 {
		line-height: 1.6em;
		margin: 0 0 30px 0;
	}	
	
	.trunk-company-showroom .contents-block .col-wrap .left {
		float: none;
		text-align: center;
		width: auto;
	}	
	
	.trunk-company-showroom .contents-block .col-wrap .right {
		float: none;
		margin: 0;
		width: auto;
	}	
	
	.trunk-company-showroom .contents-block .slide-sec {
		width: auto;
	}	
	
	#company .slide-wrap ul li img {
		width: 100%;
		height: auto;
	}		
	
	.trunk-company-showroom .contents-block .slide-sec .btn-slide-prev {
		left: 0;
		top: 124px;
	}
	
	.trunk-company-showroom .contents-block .slide-sec .btn-slide-next {
		right: 0;
		top: 124px;
	}	
	
	
	/*--------------------------------------------------------------------------------------------------------------
		privacy / rule
	---------------------------------------------------------------------------------------------------------------*/		
	
	#contents-contact .contents-block-inner {
		padding: 20px 0 40px 0;
		width: auto;
	}	
	
	#contents-contact label {
		padding-left: 5px;
	}
	
	#contents-contact .block{
		display: inline;
		margin: 10px 0 0 0;
	}	
	
	#contents-contact #contents-contact-form-sec {
		padding: 0;
	}	
	
	#contents-contact #contents-contact-form-sec .form-subject-checks {
		overflow: hidden;
	}		
	
	#contents-contact #contents-contact-form-sec .form-subject-checks li {
		float: none;
	}	
	
	#contents-contact #contents-contact-form-sec .form-subject-checks li.list-04 {
		display: none;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table dt {
		float: none;
		padding: 17px 0 10px 15px;
		width: auto;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table dt {
		width: auto;
	}	

	#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table dd {
		border-top: none;
		float: none;
		padding: 10px 15px;
		width: auto;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dt {
		border: none;
		padding: 10px 0;
		margin-left: 0;
		width: auto;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-box-second .contact-field-table .contact-field-inner-table dd {
		border: none;
		padding: 5px 0;
		width: auto;
	}

	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-01 {
		padding: 4px 0;
		margin-right: 6px;
		width: 60px;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-03 {
		padding: 4px 0;
		width: 100%;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-05 {
		border: 1px solid #92b940;
		padding: 4px 0;
		margin: 0;
		width: 100%;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-07 {
		border: 1px solid #92b940;
		padding: 4px 0;
		margin: 0;
		width: 100%;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-08 {
		border: 1px solid #92b940;
		padding: 4px 0;
		margin: 0;
		width: 100%;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-09 {
		border: 1px solid #92b940;
		padding: 4px 0;
		margin: 0 0 0 0;
		width: 100%;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .input-text-10 {
		border: 1px solid #92b940;
		padding: 4px 0;
		margin: 0 6px 0 0;
		width: 50px;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .textarea-01 {
		border: 1px solid #92b940;
		padding: 4px 0;
		width: 100%;
		height: 100px;
	}	
	
	#contents-contact #contents-contact-form-sec .contact-field-table .textarea-02 {
		margin: 0;
		padding: 5px 0;
		width: 100%;
		height: 100px;
	}	

	#contents-contact #contents-contact-form-sec .contact-field-table .field-group {
		float: none;
		padding: 12px;
		margin: 5px;
		width: auto;
		height: auto;
	}

	#contents-contact #contents-contact-form-sec .contact-field-table .field-group-first li,
	#contents-contact #contents-contact-form-sec .contact-field-table .field-group-first li.odd{
		float: left;
		width: calc(100% / 6);
	}


	#contents-contact #contents-contact-form-sec .contact-field-table dd {
	border-top: none;
	float: none;
	padding: 10px 15px;
	width: auto;
	}	
	
	#contents-contact .btn-reset {
		background-color:#537902;
		margin: 0 0 10px 0;
	}	
	
	#contents-contact .btn-submit {
		background-color:#537902;
		margin: 0 0 10px 0;
	}		
	
	/*--------------------------------------------------------------------------------------------------------------
		sitemap
	---------------------------------------------------------------------------------------------------------------*/			

	#contents-sitemap-first .boxes {
		margin: 0;
	}	
	
	#contents-sitemap-first .box {
		float: none;
		margin: 0 0 40px 0;
		width: auto;
	}	
	
	#contents-sitemap-first .blank-box {
		display: none;
	}		
	
}


@media screen and (max-width: 568px){	
	.trunk-product-detail .related-products li {
		float: left;
		margin: 0 5px;
		width: 46%;
	}	
	
	.trunk-about-history #contents-about-history-22 {
		background: url(../images/about/history/bg_07.jpg) no-repeat center center;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;	
		background-position-y: 0px !important;		
		height: 100%;
	}	

	.trunk-about-history #contents-about-history-22 .contents-about-history-block-inner {
		height: 300px;
	}

	#contents-contact .block{
		display: block;
		margin: 10px 0 0 0;
	}		
	
}

