@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
	共通
-------------------------------------------------------*/
body {
	background: #fff;
	color:#535353;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #0966ff;
}

address {
	font-style: normal;
}


/* 共通オブジェクト
------------------------------------------------*/
article {
	width:100%;
	border-bottom:5px solid #0042c1;
	padding-bottom:60px;
}

section {
	padding: 0 10px 10px 10px;  
}

/*header*/

h1{
	font-size:11px;
	background-color:#0042c1;
	color:#fefefe;
	text-align:center;
}

#Logo{
	width:70%;
	float:left;
}

#Logo img{
	width:100%;
	margin-left:10px;
}



.info-btn img{
	margin-top:4px;

	
}
.info-btn {
	background: #0042c1;
	border-radius: 5px 5px 5px 5px;
	min-height:60px;
	text-align: center;
	vertical-align: bottom;
	width: 20%;
	color:#ffffff;
	float:right;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:8px;
}

.info-btn a {
	vertical-align: middle;
	width: 100%;
	color:#ffffff;
	font-size:14px;
}

.info-btn span {
	height: 24px;
	text-align: center;
}

/*-----------------------------------------------------
	ナビ
-------------------------------------------------------*/
nav {
	background:#0042c1;/*仮*/
	height: 45px;
	width: 100%;
	
}

nav ul {
	height: 100%;
	width: 100%;
}

nav li {
	line-height:45px;
	text-align: center;
	width: 50%;
	float:left;
		box-shadow: 0 2px 5px -1.5px #587bba;
}

nav span {
	display: block;
	height: 40px;
	margin-top:5px;
	color:#535353; 
		background:#fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #efeeee 50%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(50%,#efeeee), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#efeeee 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 0%,#efeeee 50%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 0%,#efeeee 50%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 0%,#efeeee 50%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.mainvisual{
	width: 100%;
}


.mainvisual img {
	width: 100%;
}


/*全ページ共通title*/
.main-title-wrap{
	margin-bottom:10px;
height:33px;
	border-bottom:2px solid #0042c1;
	position:relative;
}
.main-title-wrap:after{
content: '';
width: 0px;
height:23px;
border:5px solid #0042c1;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position:absolute;
top:0px;
left:0px;
}


.title-text{
	margin-left:30px;
	line-height:33px;
	height:10px;
	font-size:16px;
	color:#535353;
	font-weight:bold;
}


.blue-text a span{
	color:#0042c1;
}

	 /*
/////////////////////////////////////
　　スクロールボタン　　
/////////////////////////////////////
*/ 

.scroll-top {
	height: 70px;
	width: 70px;
	bottom: 90px;
	position: fixed;
	right: 5px;
	z-index:999;
	opacity:0.8;
	text-align:center;
	-moz-box-shadow: 0px 0px 3px #333; 
  -webkit-box-shadow: 0px 0px 3px #333;
}

.scroll-top a {
	font-size:65%;
	color:#000000;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	display:block;
}

/* フッター
------------------------------------------------*/
footer {
	border-top: solid 2px #07229d;
	text-align: center;
	min-height: 40px;
	padding-top: 20px;
}
footer .footer-navi > a {
	text-decoration: underline;
}

.copyright{
	padding:0 10px;
}





