@charset "utf-8";

/*コンテンツ全体*/

#article{
	clear:both;
	margin-bottom:5em;
	}

#article h2{
	
	line-height:35px;
	margin-bottom:50px;
	background:#000000;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px;
	vertical-align:middle;
	font-family: 'Arimo',Arial, sans-serif;
	}

	
#article h2 span{
	font-size:0.7em;
	position:relative;
	top:-5px;
	}

/*「左セクション」スタイル*/	

#article #section01{
	float:left;
	width:290px;
	}

#article #section01 div{
	margin-bottom:30px;
	clear:both;
	}

#article #section01 div h3{
	font-size:1.3em;
	margin-bottom:0.75em;
	padding-bottom:0.5em;
	line-height:1em;
	letter-spacing:0.1em;
	border-bottom:1px solid #000000;
	}
	
#article #section01 div h4{
	text-align:center;
	margin-bottom:2em;
	}

#article #section01 div h5{
	font-size:1.6em;
	line-height:1.1em;
	font-family: 'Arimo',Arial, sans-serif;
	font-weight:700;
}

/*「左セクション：スタッフ紹介」スタイル*/	

#article #section01 div ul li{
	position:relative;
	margin-bottom:20px;
	clear:both;
	}

#article #section01 div ul li img{
	float:left;
	}
	
#article #section01 div ul li dl{
	float:right;
	width:160px;
	position:relative;
	top:33px;
	}	

#article #section01 div ul li dl dt{
	font-size:1.2em;
	}

#article #section01 div ul li dl dd{
	font-size:0.9em;
	letter-spacing:0.1em;
	}

/*「右セクション」スタイル*/

#article #section02{
	float:right;
	width:580px;
	}

#article #section02 div,
#article #section02 ul{
	margin-bottom:30px;
	clear:both;
	}
	
/*「右セクション：写真一覧」スタイル*/	
	
#article #section02 ul li{
	float:left;
	margin-right:20px;
	margin-bottom:20px
	}
	
#article #section02 ul li:nth-child(3n){
	margin-right:0;
	}
	
#article #section02 ul li:nth-child(3n+1){
	clear:both
	}
	
/*「右セクション：地図」スタイル*/		
	
#article #section01 iframe{
	width:290px;
	height:410px;
	border:0;
	}	