@charset "utf-8";



/* products_front_unit
-----------------------------------*/
#products_front_unit{
	width: 100%;
	margin-bottom: 220px;
}
#products_front_unit > .intro{
	font-size: 116%;
	line-height: 1.66;
	width: 1000px;
	text-align: center;
	margin: 34px auto 51px;
}


#products_front_unit > .line{
	width: 100%;
	position: relative;
}
#products_front_unit > .line + .line{
	margin-top: 180px;
}
#products_front_unit > .line:after{
	content: "";
	width: 100%;
	background: #e6e6e6;
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	bottom: -80px;
	z-index: 1;
}
#products_front_unit > .line .inner{
	width: 1000px;
	margin: 0 auto;
}
#products_front_unit > .line section{
	width: 470px;
	float: left;
	position: relative;
}
#products_front_unit > .line section:after{
	content: "";
	background: #ffffff;
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	top: 0;
	bottom: -10px;
	z-index: 2;
}
#products_front_unit > .line section + section{
	margin-left: 60px;
}
#products_front_unit > .line .products{
	text-decoration: none;
	border: 1px solid #00bfbf;
	display: block;
	padding: 235px 0 34px;
	position: relative;
	z-index: 10;
}
#products_front_unit > .line h3{
	text-align: center;
	margin-bottom: 14px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .comment{
	color: #333333;
	font-size: 116%;
	line-height: 1.66;
	margin: 0 49px 58px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .more{
	color: #ffffff;
	font-size: 116%;
	line-height: 46px;
	width: 143px;
	background-color: rgba(0,0,0,0.6);
	margin-left: 144px;
	padding: 4px 0 0 37px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .more:after{
	content: "";
	width: 11px;
	height: 19px;
	background: url("../../common/img/ico_05.png") no-repeat 0 0;
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .image{
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .products:hover h3, 
#products_front_unit > .line .products:hover .comment{
	opacity: 0.7;
}
#products_front_unit > .line .products:hover .more{
	background-color: rgba(0,0,0,0.8);
}
#products_front_unit > .line .products:hover .more:after{
	right: 14px;
}
#products_front_unit > .line .pdf{
	font-size: 116%;
	width: 470px;
	position: absolute;
	left: 0;
	bottom: -65px;
	z-index: 10;
}
#products_front_unit > .line .pdf a{
	color: #333333;
	text-decoration: none;
	width: 297px;
	display: block;
	margin-left: 65px;
	padding: 14px 0 10px 43px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .pdf a:before, 
#products_front_unit > .line .pdf a:after{
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_front_unit > .line .pdf a:before{
	width: 18px;
	height: 22px;
	background-image: url("../../common/img/ico_08.png");
	margin-top: -12px;
	left: 16px;
	top: 50%;
}
#products_front_unit > .line .pdf a:after{
	width: 11px;
	height: 19px;
	background-image: url("../../common/img/ico_09.png");
	margin-top: -10px;
	right: 15px;
	top: 50%;
}
#products_front_unit > .line .pdf a:hover{
	color: #808080;
}
#products_front_unit > .line .pdf a:hover:after{
	right: 12px;
}


#products_front_unit > .line .dassen .products{
	padding-top: 210px;
}
#products_front_unit > .line .dassen .image{
	left: 35px;
	top: -59px;
}
#products_front_unit > .line .dassen .products:hover .image{
	top: -69px;
}


#products_front_unit > .line .kensyu .image{
	left: 168px;
	top: -95px;
}
#products_front_unit > .line .kensyu .products:hover .image{
	top: -105px;
}


#products_front_unit > .line .hosen .image{
	left: 45px;
	top: -2px;
}
#products_front_unit > .line .hosen .products:hover .image{
	top: -12px;
}


#products_front_unit > .line .kasen .image{
	left: 74px;
	top: 15px;
}
#products_front_unit > .line .kasen .products:hover .image{
	top: 5px;
}



/* products_unit
-----------------------------------*/
#products_unit{
	width: 100%;
	margin-bottom: 150px;
}


#products_unit > .intro{
	width: 1000px;
	margin: 61px auto 51px;
	position: relative;
}
#products_unit > .intro h3{
	text-align: center;
	margin-bottom: 11px;
}
#products_unit > .intro .comment{
	font-size: 116%;
	line-height: 1.66;
	text-align: center;
}
#products_unit > .intro .pdf{
	width: 180px;
	position: absolute;
	right: 0;
	top: 20px;
}
#products_unit > .intro .pdf a{
	color: #ffffff;
	font-size: 116%;
	line-height: 1.25;
	text-decoration: none;
	background-color: rgba(0,191,191,1);
	display: block;
	text-align: center;
	padding: 19px 0 8px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .intro .pdf a:before, 
#products_unit > .intro .pdf a:after{
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .intro .pdf a:before{
	width: 18px;
	height: 22px;
	background-image: url("../../common/img/ico_08.png");
	left: 81px;
	top: -12px;
}
#products_unit > .intro .pdf a:after{
	width: 11px;
	height: 19px;
	background-image: url("../../common/img/ico_05.png");
	margin-top: -6px;
	right: 17px;
	top: 50%;
}
#products_unit > .intro .pdf span{
	font-size: 80%;
}
#products_unit > .intro .pdf a:hover{
	background-color: rgba(0,191,191,0.7);
}
#products_unit > .intro .pdf a:hover:after{
	right: 14px;
}


#products_unit > nav{
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 4px 0;
}
#products_unit > nav ul{
	width: 1000px;
	margin: 0 auto;
}
#products_unit > nav li{
	list-style: none;
	width: 240px;
	float: left;
}
#products_unit > nav li + li{
	margin-left: 5px;
}
#products_unit > nav a{
	color: #000000;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
	background: #e6e6e6;
	text-align: center;
	display: block;
	padding: 16px 0 10px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > nav span{
	font-size: 73.3%;
	font-weight: normal;
}
#products_unit > nav img{
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > nav li.current a, 
#products_unit > nav a:hover{
	color: #ffffff;
	background: #00bfbf;
}
#products_unit > nav li:nth-of-type(1){
	margin-left: 13px;
}
#products_unit > nav li:nth-of-type(1) img{
	left: 91px;
	top: -22px;
}
#products_unit > nav li.current:nth-of-type(1) a img, 
#products_unit > nav li:nth-of-type(1) a:hover img{
	top: -27px;
}
#products_unit > nav li:nth-of-type(2) img{
	left: 106px;
	top: -35px;
}
#products_unit > nav li.current:nth-of-type(2) a img, 
#products_unit > nav li:nth-of-type(2) a:hover img{
	top: -40px;
}
#products_unit > nav li:nth-of-type(3) img{
	left: 101px;
	top: -16px;
}
#products_unit > nav li.current:nth-of-type(3) a img, 
#products_unit > nav li:nth-of-type(3) a:hover img{
	top: -21px;
}
#products_unit > nav li:nth-of-type(4) img{
	left: 102px;
	top: -14px;
}
#products_unit > nav li.current:nth-of-type(4) a img, 
#products_unit > nav li:nth-of-type(4) a:hover img{
	top: -19px;
}
#products_unit > nav li.current a:after{
	content: "";
	width: 41px;
	height: 9px;
	background: url("../../common/img/ico_04.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 100px;
	bottom: -9px;
}


#products_unit > .products{
	width: 100%;
	background: url("../img/bg_products_01.gif") repeat-x 0 16px;
}
#products_unit > .products + .products{
	margin-top: 114px;
}
#products_unit > nav + .products{
	margin-top: 99px;
}
#products_unit > .products h4{
	color: #000000;
	font-size: 230.7%;
	font-weight: bold;
	line-height: 1;
	width: 1000px;
	text-align: center;
	margin: 0 auto 56px;
	position: relative;
}
#products_unit > .products h4:after{
	content: "";
	width: 84px;
	height: 18px;
	background: url("../../common/img/ico_06.png") no-repeat 0 0;
	display: block;
	margin-left: -42px;
	position: absolute;
	left: 50%;
	bottom: -29px;
}
#products_unit > .products h4 span{
	font-size: 66.6%;
}
#products_unit > .products .inner{
	width: 1000px;
	margin: 0 auto;
}
#products_unit > .products .feature{
	width: 465px;
	float: left;
}
#products_unit > .products .feature h5{
	color: #000000;
	font-size: 131%;
	font-weight: bold;
	line-height: 1;
	border-left: 5px solid #00bfbf;
	margin: 0 0 10px 20px;
	padding: 6px 0 2px 11px;
}
#products_unit > .products .feature li{
	font-size: 116%;
	line-height: 1.66;
	list-style: none;
	background: url("../../common/img/ico_07.png") no-repeat 0 6px;
	padding-left: 17px;
}
#products_unit > .products .feature li + li{
	margin-top: 10px;
}
#products_unit > .products .visual{
	width: 500px;
	height: 380px;
	background: #ffffff;
	float: right;
	margin-top: 40px;
	position: relative;
}
#products_unit > .products .tab_menu{
	position: absolute;
	left: 20px;
	top: -40px;
}
#products_unit > .products .tab_menu li{
	color: #000000;
	font-size: 116%;
	font-weight: bold;
	line-height: 30px;
	list-style: none;
	width: 130px;
	height: 30px;
	background: #cccccc;
	text-align: center;
	float: left;
	padding: 10px 10px 0 0;
	position: relative;
}
#products_unit > .products .tab_menu li:before{
	content: "";
	background: url("../img/ico_products_01.png") no-repeat 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: -2px;
}
#products_unit > .products .tab_menu li:after{
	content: "";
	width: 10px;
	height: 40px;
	background: url("../img/bg_products_02.png") no-repeat 0 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#products_unit > .products .tab_menu li + li{
	margin-left: 5px;
}
#products_unit > .products .tab_menu li.current{
	background: #ffffff;
}
#products_unit > .tab .tab_menu li{
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .tab .tab_menu li:nth-child(1):before{
	width: 18px;
	height: 18px;
	background-position: -17px 0;
	vertical-align: -3px;
}
#products_unit > .products .content{
	width: 460px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#products_unit > .products .contents > .content:nth-of-type(2){
	visibility: hidden;
}
#products_unit > .products .images li{
	list-style: none;
}
#products_unit > .products .images li img{
	border: none;
	vertical-align: top;
}
#products_unit > .slider .images{
	position: relative;
}
#products_unit > .slider .images .bx-pager{
	text-align: center;
	margin-top: 10px;
}
#products_unit > .slider .images .bx-pager-item{
	display: inline-block;
}
#products_unit > .slider .images .bx-pager-item + .bx-pager-item{
	margin-left: 10px;
}
#products_unit > .slider .images .bx-pager-item a{
	text-indent: -9999px;
	outline: none;
	width: 15px;
	height: 15px;
	background: #e6e6e6;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .slider .images .bx-pager-item a:hover, 
#products_unit > .slider .images .bx-pager-item a.active{
	background: #00bfbf;
	-webkit-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}
#products_unit > .slider .images .bx-prev, 
#products_unit > .slider .images .bx-next{
	text-indent: -9999px;
	outline: none;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.6);
	display: block;
	position: absolute;
	top: 130px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .slider .images .bx-prev:after, 
#products_unit > .slider .images .bx-next:after{
	content: "";
	width: 16px;
	height: 29px;
	background-image: url("../../common/img/ico_slider_01.png");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 11px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .slider .images .bx-prev{
	left: -20px;
}
#products_unit > .slider .images .bx-prev:after{
	background-position: 0 -39px;
	left: 15px;
}
#products_unit > .slider .images .bx-next{
	right: -20px;
}
#products_unit > .slider .images .bx-next:after{
	background-position: -16px -39px;
	right: 15px;
}
#products_unit > .slider .images .bx-prev:hover, 
#products_unit > .slider .images .bx-next:hover{
	background: rgba(0,0,0,0.8);
}
#products_unit > .slider .images .bx-prev:hover:after{
	left: 12px;
}
#products_unit > .slider .images .bx-next:hover:after{
	right: 12px;
}

#products_unit > .products .pdf{
	width: 275px;
	margin: 55px auto 0;
}
#products_unit > .products .pdf a{
	color: #ffffff;
	font-size: 116%;
	line-height: 44px;
	text-decoration: none;
	background-color: rgba(0,191,191,1);
	display: block;
	padding: 6px 0 0 30px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .products .pdf a:before, 
#products_unit > .products .pdf a:after{
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .products .pdf a:before{
	width: 18px;
	height: 22px;
	background-image: url("../../common/img/ico_08.png");
	left: 129px;
	top: -12px;
}
#products_unit > .products .pdf a:after{
	width: 11px;
	height: 19px;
	background-image: url("../../common/img/ico_05.png");
	right: 17px;
	top: 17px;
}
#products_unit > .products .pdf a:hover{
	background-color: rgba(0,191,191,0.7);
}
#products_unit > .products .pdf a:hover:after{
	right: 14px;
}


#products_unit > .close{
	width: 100%;
	border-top: 2px solid #00bfbf;
	margin: 125px 0 100px;
	padding-top: 23px;
}
#products_unit > .close .comment{
	font-size: 116%;
	line-height: 1.66;
	width: 700px;
	margin: 0 auto 30px;
}
#products_unit > .close .inner{
	width: 700px;
	margin: 0 auto;
}
#products_unit > .close .tel{
	float: left;
}
#products_unit > .close .mail{
	width: 270px;
	height: 50px;
	float: right;
}
#products_unit > .close .mail a{
	width: 100%;
	height: 100%;
	background: #ffaa00;
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .close .mail img{
	position: absolute;
	left: 52px;
	top: 9px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products_unit > .close .mail a:hover{
	background: #ffbf00;
}
#products_unit > .close .mail a:hover img{
	opacity: 0.7;
}