﻿@import url("../common.css");

@charset"utf-8";

#wrap_contents{
	position: relative;
	top: -38px;
	width: 100%;
}

/*=======banner=======*/

#banner{
	position: relative;
	top: 0;
	width: 100%;
	height: 267px;
}

#banner img{
	position: absolute;
	width: 100%;
	height: 100%;
}

#wrap_txt{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#wrap_txt h2{
	position: absolute;
	top: 120px;
	font-size: 50px;
	left: 40%;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(60, 60, 60, 0.43);
}

/*=====End banner=====*/

/*=======contents=======*/

#contents{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 1200px;

}

#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*=======navi=======*/

#navi{
	position: relative;
	width: 1000px;
	height: 35px;
}

#navi p{
	position: absolute;
	top: 16px;
	right: 195px;
}

#navi ul{
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 12px;
}

#navi ul li{
	float: left;
	padding-left: 15px;
	background: url(../../images/sub01/navi_arw.png) no-repeat;

}

#navi ul li.none{
	background: none;
}

#navi ul li.bld{
	font-weight: bold;
}

/*=======End navi=======*/

/*=======tab menu=======*/

#myBar{
	position: relative;
	width: 1000px;
	height: 89px;
	top: 60px;
	border-bottom: 2px solid #e9e9e9; 
	background-color: #fff;
}

#myBar ul{
	position: absolute;
	top: 22px;
	left: 0;
	text-align: center;
	padding-top: 25px;
}

#myBar ul li{
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3; 
	display: block;
	padding-right: 20px;
}

#myBar ul li.none{
	padding-right: 0px;
}

#myBar ul li a{
	width: 235px;
	height: 43px;
	display: block;
	text-align: center;
}

#myBar ul li a:hover{
	border-bottom: 6px solid #575757;
	color: #575757;
	font-weight: bold;
	-webkit-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	-ms-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	transition: all 0.4s;
}

#myBar ul li.tab_bold{
	color: #575757;
	font-weight: bold;
}

#myBar ul li.tab_bold a{
	color: #575757;
	border-bottom: 6px solid #575757;
}

/*=======End tab menu=======*/

/*=======con=======*/

#con{
	position: relative;
	width: 1000px;
	top: 140px;
}

#con h1.asbestos_h1{
	position: absolute;
	top: 30px;
	left: 0;
}

#con p.asbestos_txt{
	position: absolute;
	top: 110px;
	left: 5px;
	font-size: 15px;
	color: #484545;
}

#con p.accordion_num{
	position: absolute;
	top: 195px;
	right: 10px;
	font-size: 13px;
	color: #5d5d5d;
	font-weight: 500;
}

/*=======accordion=======*/
.wrapper{
	position: relative;
	width:1000px;
	top:220px;
}
.st-accordion{
    width:1000px;
    border-top: 4px solid #e194c0;
    border-bottom: 2px solid #e0e0e0;
}
.st-accordion ul li{
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    border-top:1px solid #fff;
    overflow: hidden;
    text-indent: 70px;
}

.st-accordion ul li h1{
	position: absolute;
	text-indent: 0;
	left: 15px;
	display: block;
	background-color: #8d8d8d;
	color: #fff;
	text-shadow: 1px 1px 1px #7a7a7a;
	padding: 8px;
	margin-top: 18px;
	font-size: 15px;
}

.st-accordion ul li.st-open > h1{
	background-color: #e194c0;
}

.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    text-shadow: 1px 1px 1px #fff;
    font-size: 15px;
    display: block;
	position: relative;
    line-height: 70px;
	outline:none;
	font-weight: bold;
	color: #909090;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../../images/sub03/environmental_down.png) no-repeat center center;
	text-indent:-9000px;
	width: 16px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: -36px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #e194c0;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 25px;
}
.st-accordion ul li.st-open > a{
    color: #e194c0;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    background-color: #f6f6f6;
    border-top: 1px solid #d8d8d8;
    padding: 50px;
    text-indent: 0;
}
.st-content p{
    font-size:  15px;
    line-height: 28px;
    color: #5d5d5d;
    font-weight: 500;
}

.st-content p.accordion_bold{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.st-content p.accordion_small{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #272727;
    margin-left: 12px;
    font-weight: normal;
}

.st-content button{
	margin-top: 40px;
	margin-left: 40%;
	background-color: #f6f6f6;
	border: 1px solid #b0b0b0;
}

.st-content button a{
	display: block;
	padding: 14px 23px 14px 23px;
}

.st-content button a:hover{
	background-color: #e194c0;
	color: #fff;
	font-weight: bold;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:15px;
	}
}
/*=======End accordion=======*/

/*=======End con=======*/

/*=======End contents=======*/


