@charset "utf-8";

.tle_square.square_qa{
	margin: 40px 20px 20px;
	padding:0px 0px 0px 50px;
	background: url(../img/nav_04_white.png) no-repeat;
	background-size:40px 40px;
}

.allBtnW {
	-moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff;
	border-bottom:1px solid #d5d5d5;
	background-size:9px 19px;
	background-color:#f3f3f3;
	color:#1D90BE;
}

.allBtnW:hover {
	background-color:#f3f3f3;
}

.allBtnW:active {
	background-color:#f3f3f3;
	position:relative;
}


.qaBox {
	margin:0px 20px;
	border:1px solid #1D90BE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

.question {
	margin: 0px 0px;
	padding: 25px 100px 25px 30px;
	background: url(../img/arrow_blue_under.png) no-repeat 95% 50%;
	line-height:150%;
	font-size: 28px;
	font-weight:bold;
	text-align: left;
	cursor: pointer;
}

.answer {
	display: none;
	padding: 30px;
	background: #fff;
	text-align: left;
	border-bottom:1px solid #d5d5d5;
}

.answer h4 {
	font-size: 28px;
}

.answer p {
	margin: 10px 0px 0px;
	font-size:24px;
	line-height:170%;
}

.question span,
.answer span {
	display: block;
	float: left;
	margin: -1px 15px 0px 0px;
	height: 45px;
	color: #E67B96;
	font-size: 30px;
	font-weight: bold;
}