@charset "utf-8";

/* common 
****************************************************************/
body{
	color: #333;
	font-family: Verdana,"メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
.wrapper{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

.pull-left{
	float: left!important;
}
.pull-right{
	float: right!important;
}
.clear{
	clear: both!important;
}
.text-center{
	text-align: center!important;
}
.text-left{
	text-align: left!important;
}
.text-right{
	text-align: right!important;
}

ul.list-inline li{
	display: inline-block;
}

a{
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
img{
	vertical-align: bottom;
}
p{
	line-height: 1.6;
}


/* header 
****************************************************************/
#header h1{
	display: block;
	width: 100%;
	height: 500px;
	background: url(../images/img_top01.jpg) 50% 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


/* content 
****************************************************************/
#content{
	padding: 55px 0 45px;
	background: #F6F6F6;
}
	#content h1{
		font-size: 1.5em;
		color: #2D3D5B;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#content table{
		width: 100%;
	}
		#content table th,
		#content table td{
			border-bottom: solid 1px #CCCCCC;
			padding: 25px 0;
			vertical-align: top;
			line-height: 2.4;
		}
		#content table tr:last-child th,
		#content table tr:last-child td{
			border: none;
		}
		#content table th{
			width: 130px;
			color: #2D3D5B;
			font-weight: bold;
		}


/* footer 
****************************************************************/
#footer{
	padding: 40px 0;
}
	#footer h1{
		font-size: 0.875em;
		color: #2D3D5B;
		margin-bottom: 10px;
		font-weight: bold;
	}
	#footer p{
		font-size: 0.75em;
	}