@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- xxxxx */
/* concept */

#concept{
	padding:10px 10px 20px;
}

.concept_txt{
	padding:20px 0 0 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.concept_txt strong{
	font-size:20px;
}


.txt_box{
	margin-bottom:20px;
	padding:10px;
	background:#EEE;
}
.txt_box h3, .txt_box p{
	color:#666;
}
.txt_box h3{
	font-weight:bold;
	text-align:center;
	font-size:14px;
	border-bottom:#474747 solid 1px;
	margin-bottom:10px;
}