@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{display: block;clear:both;font-size: 0;margin:0px;	padding:0px;border:0px;height:0px;line-height:0px;visibility: hidden;content: " ";}
html,body {text-align:left;	color:#333333;}
h1,h2,h3,h4,h5{font-weight: normal;	margin:0;padding:0;}

html{font-size: 62.5%;}
body{font-size: 1.4em ;font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;}
a img {
	border-style:none;
}
a,
a:visited{
	color:#004098;
}
ul{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

div:after,
ul:after {
	content: "";
	display: block;
	clear: both;
}



/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}
body{
	margin:0!important;
}

#wrap{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	background-color: #EFDAE1;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}



/*    パンクズ
============================== */
.breadcrumbs-wrap {
	width: 100%;
	font-size: 12px;
	background-image: none;
	margin: 0;
	/*box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;*/
	background-color: #FFF;
	padding: 0;
}
/*.breadcrumbs-wrap:last-child {
	background-color: #FEF5DE;
}*/
.pan-box{
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.breadcrumbs-box{
	width: 70%;
	margin: 0 auto;
	background-color: transparent;
	padding: 5px;
	float: left;
}
.breadcrumbs-box li{
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #004BB0;
}
.breadcrumbs-box li a{
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbs-box li a:hover{
	text-decoration: underline;
}
.pan-sns{
	width: 30%;
	height: 35px;
	float: right;
	list-style:none;
	vertical-align: middle;
	line-height: 50px;
	margin: 0;
}
.pan-facebook{
	float: right;
	width: 102px;
	height: 20px;
	margin: 0 0;
}
.pan-twitter{
	float: right;
	width: 80px;
	height: 20px;
	margin: 0 5px 0 10px;
}


/*共通ヘッダーフッター調整
*****************************/
#iconBtnNational {
	background-position: -16px -79px;
	position: relative;
	top: 0;
}
#header #header_Right #accountMenu03 {
	position: relative;
	top: -10px;
}
#footer .footer01 .body:first-child {
	background: #ffffff repeat;
	padding: 18px 35px;
	width: 960px;
	margin: 0 auto 10px;
	text-align: left;
}
#footer .footer01 .body {
	background: #ffffff repeat;
	padding: 18px 35px 16px;
	width: 960px;
	margin: 10px auto 0;
	text-align: left;
}
#footer .footer01 .bodyNobg {
	background: none;
	padding: 0px 35px 0;
	width: 960px;
	margin: 19px auto 0;
	text-align: left;
}




/*その他パーツ
*****************************/
#pagetop{
	position: fixed;
	right: 30px;
	bottom:30px;
	z-index: 2000;
}
#pagetop img{
	width: 50px;
}

/*ヘッダー表示崩れ*/
#header #header_Right #accountMenu{
	height:26px;
}
#header #header_Right #accountMenu03 {
    position: relative;
    top: 0;
}


