@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
.hair figure,
.group_news_content figure { margin: 0; line-height: 22px;}

.group_news_content figure img {
		width: 100%;
		max-height: 180px;
}

.group_news_content .news_box p,
.group_news_content figure figcaption { width: 220px; margin: 0 auto; }

.group_news_content .news_box p { color: #4ed5c8; margin-top: 10px; }

.group_news_content figure figcaption { margin-top: 20px; }

#main {
	width: 890px;
}

.new_titile {
	width: 100%;
	text-align: center; 
}

.qa { margin-top: 50px; }

.qa_box { width: 100%; }

.qa_box dl {
	margin-bottom: 40px; 
}

.qa_box dl dt {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: bold;
	padding-bottom: 50px; 
	background: url(../img/icon_tabnav_lose.png) no-repeat top left;
	padding-left: 60px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	display: inline-block;
}

.qa_box dl dd {
	font-size: 13px;
	line-height: 30px;
	color: #4d4d4d;
	padding: 20px 25px;
	background-color: #FBF3F1;
	border-radius: 7px 7px;
	margin-left: 60px;
	display: none;
}


.qa_box dl dt.active { background: url(../img/icon_tabnav_open.png) no-repeat top left; }

@media only screen and (max-width: 768px) {
	
	#main {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.qa_box dl dd { margin-left: 0px; margin-bottom: 10px;}
	
	.qa_box dl dt {
		height: auto;
		font-size: 14px;
		padding-bottom: 50px;
		background: url(../img/icon_tabnav_open.png) no-repeat top left;	 
		height: 21px;

	}

	.qa_box dl { margin-bottom: 20px; }
	
}




