
@charset "utf-8";

body {
	font-family: ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
	background-color: #FFF;
}

#wrap{
	height: auto;
	width: 100%;
	font-size:16px;
	position: relative;
}

header {
	border-bottom: 1px #d8d8d8 solid;
	padding: 4px 0;
}

h1.logo img{
	width: 150px;
	margin-left: 4px;
}

.breadcrumb {
    color: #000;
    margin: 10px 0 20px 10px;
    font-size: 100%;
}








#gototop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	border-radius: 50%;
	overflow: hidden;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
}
#gototop a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #677ba0;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}

#gototop a:before {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 17px;
	left: 9px;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	background: #fff;
}

#gototop a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 23px;
	left: 9px;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	background: #677ba0;
}

.pagetoptxt{
	line-height: 38px;
	float: right;
	margin-right: 5px;
}
.pagetoptxt a{
	color: #677ba0;
	text-decoration:none;

}

#btn a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

footer{
	background: #003f98;
	color: #fff;
	width: 100%;
	height: 114px;
	text-align: center;
}

footer.ftr-l{
	height: 170px;
}



.totop-box{
	/*display: none;*/
	display: inline-block;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.totop-box.ftr-l{
	bottom:70px;
}



.footer-logo img{
    margin: 16px 10px 10px;
}

.f_txt {
	color: #fff;
	font-size: 13px;
}

.copy {
	color: #fff;
	font-size: 9px;
	display: block;
	margin: 0;
}



/**/
