@charset "utf-8";
/* -----------------------------------------------------
* index.htmlに適用させるCSS
* create: 2014/06/23 
* author: akasaka

*INDEX
* 1.mainブロック
----------------------------------------------------- */
 /* ----------------------------------------------------------------------------------------------------
 * ▼　1.所在地情報
 * --------------------------------------------------------------------------------------------------*/
 section.contents{
	 overflow: hidden;
 }
 section.contents div.text{
	 width: 630px;
	 float: left;
 }
 section.contents div.text h3{
	 text-align: left;
	 font-size: 18px;
	 font-weight: normal;
	 border-bottom: 1px dotted #fff;
	 margin-top: 50px;
	 margin-bottom: 10px;
 }
 section.contents div.text dl{
	 width: 630px;
	 overflow: hidden;
	 font-size: 14px;
	 margin-bottom: 10px;
 }
 section.contents div.text dl dt{
	 float: left;
	 width: 100px;
	 text-align: left;
 }
 section.contents div.text dl dd{
	 text-align: left;
	 float: left;
 }
 section.contents div.text p.check{
	 font-size: 14px;
	 font-weight: bold;
	 margin-top: 30px;
 }
 section.contents div.img img{
	 margin-bottom: 10px;
 }