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

html{

}
body{
	
}
#information{
	padding-top:0px;
	
}


#bread .content_wrap{
	line-height:1.42;
}
.main_area{
	width: 960px;
	margin: 0 auto;
	padding: 30px 20px;
	background-color: #fff;
}

#information .content_wrap #block1{
 
	background:url(../img/common/border_content_top.gif) top repeat-x, rgba(0,0,0,0.70);
	
}

#block1 h2{
	text-align:center;
	line-height:2;
}

#information .content_wrap #block1{
	padding: 54px 0 50px;
}

.btn_block{
	width:490px;
	height:66px;
	margin:0 auto;
	margin-top: 34px;
	background-color:#ffbbd5;
}

.btn_block:hover img{
	-webkit-animation:blink 1s ease-out;
	animation:blink 1s ease-out;
}

.faq_set{
	margin: 0 auto;
	position:relative;
	margin-bottom: 2px;
	width: 900px;
}

.btn_img{
	right: 20px;
	top: 26px;
	width: 26px;
	height: 14px;
	position: absolute;
}

/*.btn_img img{
	-webkit-transition:ease-out 0.5s opacity;
	transition:ease-out 0.5s opacity;
}*/

.tab{
	background-color:#C52B4F;
	padding:15px 0;
	position:relative;
	cursor:pointer;
}

.faq_set .text{
	font-size:16px;
	color:#e6bc5f;
	text-align:left;
	padding-left: 75px;
}

.faq_set .btn{
	background-image:url(../img/faq/q_cont.png);
	background-position: 22px 4px;
	background-repeat:no-repeat;
}

.a_inner{
	font-size:16px;
	color:#fff;
	background-image:url(../img/faq/a_cont.png);
	background-repeat:no-repeat;
	background-position: 75px 40px;
	background-color:rgba(197,43,79,0.30);
	padding: 37px 55px 37px 130px;
}

.a_block{
	-webkit-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
	overflow:hidden;
	cursor:pointer;
}

.faq_set #a2 table{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}

.faq_set #a2 table th {
	width: 150px;
	background-color: #000;
}

.faq_set #a2 table td {
	width: 500px;
	background-color: #000;
	padding: 15px 25px 25px 15px;
}

.close{
	left: 0px;top: 0px;
	width: 26px;
	height: 14px;
	position:absolute;
	opacity:0;
}

.tab.tabclose .close{
	opacity:1;
}

.tab:hover .text{
	text-decoration:underline;
}

.tab.tabclose .arrow{
	opacity: 0;
}

.a_block.tabclose{
	height: 0 !important;
}

.faq_set.open .a_block{
	height: auto;
}
.faq_set.tabclose .a_block{
	height: 0;
}