@charset "utf-8";

/* ========================================
枠組み CSS

 - File Name : structure.css
 - Latest Css Updates : 2015.3.11
 - Those who update it : y.e
 
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - contents 
---------------------------------------- */
/* sec01 */
#contents #contentsCol section#sec01 .txt{
	font-size:15px;
	line-height:2.0;
	padding:0 0 35px;
}

/* sec02 */
#contents #contentsCol section#sec02 ul{
	font-size:18px;
	line-height:2.0;
}
#contents #contentsCol section#sec02 ul li{
	font-size:18px;
	line-height:2.0;
	padding:15px 0 0;
}

/* sec03 */
#contents #contentsCol section#sec03 .txt{
	font-size:15px;
	line-height:2.0;
	padding:0 0 35px;
}

/* sec04 */
#contents #contentsCol section#sec04 ul{
	text-align:left;
	width:650px;
	margin:0 auto;
}
#contents #contentsCol section#sec04 ul li{
	padding:15px 0 0;
	line-height:2.0;
	text-indent:-1.0em;
	margin-left:1.0em;
}

/* sec05 */
#contents #contentsCol section#sec05 ul{
	font-size:18px;
	line-height:2.0;
}
#contents #contentsCol section#sec05 ul li{
	font-size:18px;
	line-height:2.0;
	padding:15px 0 0;
}

/* sec06 */
#contents #contentsCol section#sec06 .txt{
	width:650px;
	margin:0 auto;
}
#contents #contentsCol section#sec06 .address {
	width:650px;
	margin:0 auto;
}
#contents #contentsCol section#sec06 .address .name{
	padding:20px 20px 0;
	font-size:18px;
	font-weight:bold;
}
#contents #contentsCol section#sec06 .address .add {
	/*float:right;*/
	text-align:left;
	padding:10px 20px 0;
	display:inline-block;
	font-size:15px;
}
#contents #contentsCol section#sec06 .address .contact {
	clear:both;
	padding:20px 0;
}
#contents #contentsCol section#sec06 .address .contact span {
	border:solid 1px #222;
	padding:3px 10px 2px;
	margin-right:10px;
	font-size:11px;
}
#contents #contentsCol section#sec06 .address a{
	color:#222;
}