@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
img {
	margin: 0px;
	border-style: none;
}
.center {
	text-align: center;
}
.center_wrap {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
header {
	border-top: 8px solid #00A098;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 5000;
	padding-top: 0px;
	background-color: #FFFFFF;
}
header #h_main {
	background-color: #FFFFFF;
}
header #h_logo     {
	margin-left: 15px;
	float: left;
	margin-top: 10px;
}
header #logo1   {
	width: 300px;
	height: 36px;
}
header nav li {
	float: left;
}
header nav a , header nav span {
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	white-space: nowrap;
}
header nav a {
	text-decoration: none;
	color: #727272;
}
header nav a:hover {
	color: #0012DB;
}
header nav span {
	color: #00A098;
}
header #btn_nav  {
	width: 35px;
	height: 40px;
	float: right;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
	cursor: pointer;
}
header #shadow {
	background-image: url(../../../img/shadow.png);
	height: 2px;
}
main {
	z-index: 2000;
	position: relative;
}
footer {
	background-color: #EEEEEE;
	border-bottom: 10px solid #F00000;
	padding-top: 20px;
}
footer #f_logo {
	width: 60px;
	height: 60px;
}
footer #f_logo_com {
	width: 240px;
	height: 30px;
}
footer p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
footer p strong {
	font-size: 1.2em;
}
footer #f_nav {
	padding-left: 10px;
	padding-right: 10px;
}
#f_nav1, #f_nav2 {
	border-top: 3px solid #1D50AA;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	vertical-align: top;
}
footer #f_nav ul {
	padding-right: 15px;
	padding-left: 5px;
	display: inline-block;
}
footer #f_nav li  {
	margin-top: 3px;
	margin-bottom: 0px;
	color: #767676;
}
footer #f_nav a {
	background-image: url(../../../img/list1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
	color: #7E92C2;
}
footer #f_nav a:hover {
	color: #002CFF;
}
footer #f_nav span {
	color: #194592;
	padding-left: 20px;
}
footer #copyright {
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.count_img {
	width: 0px;
	height: 0px;
	display: none;
}
#go_top {
	position: fixed;
	bottom: 10px;
	right : 10px;
	display: none;
	z-index: 6000;
}
