@charset "utf-8";
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu-cb , #ham-menu {
	display:none;
}
.hide{
	display:none;
}
p{
	color:#333333;
	font-size:14px;
	line-height:1.8em;
}
p#bold_big{
	font-size:18px;
	font-weight:bold;
	color:#00afce;
	margin-bottom:10px;
}
a{
	color:#333333;
	text-decoration:none;
}
.red{
	color:#BE003F;
}
.blue{
	color:#004080;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
header{
	height:60px;
}
h1{
	margin:20px auto 10px 10px;
	float:left;
}
nav ul{
	list-style:none;
	float:right;
	margin:0px 0px 0px 0px;

}
nav ul li{
	height:60px;
	float:left;
	margin-left:30px;
	font-size:16px;
	font-weight:600;
	padding-top:35px;
}
nav ul li a{
	color:#00afce;
}
nav ul li a:hover{
	color:#214c86;
}
#gnav05{
	height:60px;
	background-size:auto 100%;
}
#gnav05 a{
	height:60px;
	display:block;
	color:#ffffff;
	background:#00afce;
	position:relative;
	top:-40px;
	padding:40px 25px 0px 30px;
}
#gnav05 a:hover{
	background:#214c86;
}
.contents{
	width:900px;
	margin:70px auto;
}
#pankuzu{
	width:900px;
	margin:0px auto;
	text-align:right;
	font-size:12px;
	color:#214c86;
}
#pankuzu a{
	color:#214c86;
}
#pankuzu a:hover{
	text-decoration:underline;
}
h2{
	font-size:22px;
	padding-bottom:10px;
	color:#00afce;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
h3{
	font-size:16px;
	color:#00afce;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:10px;
}
footer{
	background:#edfdff;
	height:150px;
}
#f_area{
	width:900px;
	margin:0px auto;
	padding-top:30px;
}
#f_area_l{
	float:left;
}
#f_area_r{
	float:right;
	margin-top:20px;
}
ul#f_nav{
	list-style:none;
}
ul#f_nav li{
	float:left;
	margin-left:20px;
}
ul#f_nav li a:hover{
	color:#00afce;
	text-decoration:underline;
}
footer p#copy{
	font-size:12px;
	text-align:center;
	margin-top:30px;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background:url(../images/pagetop.png) no-repeat;
  color: #707070;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.humb-menu{
	display:none;
}