@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;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
	font-size:15px;
}
p{
	line-height:1.8em;
}
body{
	background: #050c54;
background: -moz-linear-gradient(top,  #050c54 0%, #2749b7 50%, #050c54 100%);
background: -webkit-linear-gradient(top,  #050c54 0%,#2749b7 50%,#050c54 100%);
background: linear-gradient(to bottom,  #050c54 0%,#2749b7 50%,#050c54 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c54', endColorstr='#050c54',GradientType=0 );
}
header{
	
}
#head_top_area{
	height:110px;

}
#head_top{
	width:900px;
	height:110px;
	margin:0px auto;
}
#head_top_l{
	width:566px;
	float:left;
}
#head_top_l p{
	margin-top:10px;
	margin-left:10px;
	color:#ffffff;	
}
#head_top_r{
	width:330px;
	float:right;
}
#head_top_r p{
	margin-top:10px;
	margin-left:10px;
	color:#ffffff;
	text-align:right;
}
#head_top_r p span{
	font-size:26px;
	font-weight:bold;
}
#head_top_r p span:before{
	content:url(../images/phone.png);
	position:relative;
	top:5px;
	right:5px
}
h1{
	width:566px;
	height:48px;
	margin-top:5px;
	background:url(../images/title.png) no-repeat;
	text-indent:-9999px;
}
nav{
	height:60px;
}
nav ul{
	width:870px;
	list-style:none;
	margin:0px auto;
}
nav ul li{
	width:160px;
	height:60px;
	text-align:center;
	margin-right:10px;
	float:left;
}
nav ul li a{
	width:160px;
	height:50px;
	background: #196cfc;
background: -moz-linear-gradient(top,  #196cfc 0%, #2749b7 100%);
background: -webkit-linear-gradient(top,  #196cfc 0%,#2749b7 100%);
background: linear-gradient(to bottom,  #196cfc 0%,#2749b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196cfc', endColorstr='#2749b7',GradientType=0 );
	border-radius: 5px 5px 0px 0px;
	text-align:center;
	display:block;
	padding-top:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	float:left;
}
nav ul li a:hover{
	width:150px;
	height:55px;
	background:#ffffff;
	border-top:5px solid #B2D3F4;
	border-right:5px solid #B2D3F4;
	border-left:5px solid #B2D3F4;
	color:#2749b7;
	display:block;
	padding-top:5px;
}
nav ul li a span{
	font-size:12px;
	font-weight:normal;
}
#main{
	width:860px;
	background:#ffffff;
	margin:0px auto;
	border:5px solid #B2D3F4;
	border-radius: 5px;
	padding:20px;
	margin-bottom:30px;
}
h2 {
  position: relative;
  padding: .50em 1em .50em 1.5em;
  border: 2px solid #2749b7;
  color:#2749b7;
  font-weight:bold;
  border-radius: 5px;
}
h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #2749b7;
  border-radius: 4px;
}
.contents{
	margin-top:20px;
	margin-bottom:30px;
	padding:0px 10px;
}
h3{
	padding:5px 0px 5px 10px;
	border-left:5px solid #2749b7;
	border-bottom:2px solid #2749b7;
	margin-bottom:10px;
}
footer{
	width:900px;
	height:35px;
	margin:0px auto;
}
footer p{
	text-align:center;
	color:#ffffff;
}
#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: 35px;
  height: 35px;
  background-color: #ecedf3;
  color: #707070;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}