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

*INDEX
* 1.mainブロック
----------------------------------------------------- */
 /* ----------------------------------------------------------------------------------------------------
 * ▼　1.所在地情報
 * --------------------------------------------------------------------------------------------------*/
 section.contents{
	 overflow: hidden;
	 background: url(../images/contents/list_bg.png) no-repeat right 0 bottom 0;
 }
 section.contents h3{
	 text-align: left;
	 font-size: 18px;
	 font-weight: normal;
	 border-bottom: 1px dotted #fff;
	 margin-top: 50px;
	 margin-bottom: 10px;
	 background: url(../images/contents/list-icon.png) no-repeat left 0 top 6px;
	 padding-left: 20px;
 }
 