@charset "UTF-8";
/*******************************************************************************
file name  :  concept.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/
/*********************************************************
	concept
*********************************************************/
#main #concept{
	padding-bottom:50px;
}
#concept p span {
	font-size: 14px;
	font-weight: bold;
}

/*********************************************************
	location
*********************************************************/
#main #location{
	padding-bottom:50px;
}
#main #location img.loca{
	margin-top:20px;
}
#main #location .section-Lv1{
	margin-top:20px;
}
#main #location .section-Lv1 .left-column{
	float:left;
	width:320px;
}
#main #location .section-Lv1 .right-column{
	float:left;
	width:320px;
	padding-left:30px;
}
