@charset "utf-8";
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header#pageHeader {
	width: 960px;
	margin: 0 auto;
	height: 150px;
}
#index header#pageHeader {
	height: 125px;
	background:url(../img/index/img_bg.jpg) 0 100px no-repeat;
}
header#pageHeader h1 {
	float: left;
	clear: left;
	width: 287px;
	font-size: 0;
	line-height: 0;
}
/* nav
----------------------------------------------------------- */
header#pageHeader nav {
	overflow: hidden;
	float: left;
	width: 672px;
	font-size: 0;
	line-height: 0;
}
* html header#pageHeader nav {
	height: 1%;
}

header#pageHeader nav li {
	float: left;
	width: 134px;
}
header#pageHeader nav li:first-child {
	width: 135px;
}


/* ---- .bread_crumb パンクズ ---- */
ul.bread_crumb {
	margin-top:15px;
	float:right;
}
ul.bread_crumb li {
	display:inline;
	float:none;
	width:auto;
	color:#036;
	font-size:75%;
}
ul.bread_crumb li:after {
	content : '>';
	padding-left:10px;
	margin-right:10px;
}
ul.bread_crumb li:last-child:after {
	content : '';
}


/* -----------------------------------------------------------
#unav	
		ユーティリティナビ
----------------------------------------------------------- */
#unav {
	color: #036;
	font-size: 66.6%;
	margin: 0 auto;
	width: 960px;
	height: 40px;
	clear: both;
}
#unav p {
	float: left;
	width: 530px;
	line-height: 30px;
}
#unav ul {
	float: right;
	width: 420px;
	text-align: right;
}
#unav li {
	display: inline;
	line-height: 30px;
	padding: 10px 15px;
	border-left: 1px solid #e5e5e5;
}
#unav li:nth-child(3) {
	border-right: 1px solid #e5e5e5;
}
/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
body{ /*幅100%設定時の、横スクロール切れ対策*/
min-width: 1060px;}

footer#pageFooter {
	clear: both;
	background: #003d99;
	font-size: 75%;
	width:100%;
	overflow:hidden;
	color: #fff;
}
footer#pageFooter #inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	overflow: hidden;
}
footer#pageFooter h1 {
	float: left;
	clear: left;
	width: 220px;
}
footer#pageFooter h1 img{ margin-left:20px;margin-bottom:40px;}
footer#pageFooter dl {
	width: 220px;
	float: left;
	margin-bottom:20px!important;
	overflow: hidden;
}
footer#pageFooter dl:nth-child(3) {
margin:0 40px;
}

footer#pageFooter ul li {
	background: url(../img/share/arrow_01.png) 0 .4em no-repeat;
	background-size:10px 12px;
	-webkit-background-size:10px 12px;
	padding: 2px 0 2px 10px;
}
footer#pageFooter a:link, footer a:visited {
	color: #fff;
}



footer#pageFooter .copyright {
	clear: both;
	width: 960px;
	border-top: 1px solid #b2b2b2;
	padding: 5px 0 30px;
}

footer#pageFooter .copyright ul{
	float: left;
	width: 560px;
}
footer#pageFooter .copyright ul li{
	padding: 2px 15px 2px 10px!important;
	display:inline-block;
}


footer#pageFooter .copyright p {
float:right;
	width: 400px;
	text-align:right;
	color: #b2b2b2;

}
footer#pageFooter .pageTop {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0 40px!important;
	text-align: right;
}
