@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
	
theme color #448CBC
color #1F2933
link color #0CBACD
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul , ol , li, dl, dt, dd, p, img {
	margin:0;
	padding:0;
}

body {
	background-color:#F2F2F2;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#2B3846;
	line-height:100%;
	min-width:1206px;
}

a {
	color:#1F2933;
	text-decoration:none;
	cursor:pointer;
	outline:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:link {
	color:#1F2933;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#3EA5D7;
	text-decoration:underline;
	outline:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#contents p {
	line-height:1.7;
}

ul, ol {
	list-style-type:none;
}

ul li, ol li, dl {
	line-height:1.7;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.7;
}

::selection { background-color:#000; color: #FFF; /* Safari */ }
::-moz-selection { background-color: #000; color: #FFF; /* Firefox */ }


h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	/*font-size:100%;*/
}


/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol a {
	background:url(../cmn_js/scrolltop/scrollup.png) left top no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat\9; /* IE8 and below */
	*background : url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) left top no-repeat; /* IE6 */
	display:block;
	height:60px;
	width:60px;
}



/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

img.roBtn{
	display:inline-block!important;
	backface-visibility: hidden!important;
}




/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#header div.hdInr .logo a span{
	display:none;
	visibility:hidden;
}




/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/



/*-- HEADER --*/

#header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0a2059', endColorstr = '#091d42');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0a2059', endColorstr = '#091d42')";
	background-image: -moz-linear-gradient(top, #0a2059, #091d42);
	background-image: -ms-linear-gradient(top, #0a2059, #091d42);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0a2059), to(#091d42));
	background-image: -webkit-linear-gradient(top, #0a2059, #091d42);
	background-image: linear-gradient(top, #0a2059, #091d42);
	height:65px!important;
	width:100%;
	position: fixed;
	top: -65px;
	z-index: 2;
}

#header div.hdInr {
	margin:0 auto;
	padding: 10px 0;
	width:1204px;
}

#header p.logo {
	float:left;
	margin-top: 13px;
	line-height: 0;
}

#header div.hdR {
	float:right;
	width:128px;
}

#header div.hdR li {
	float: left;
	line-height: 0;
}

#header div.hdR li {
	margin-right: 4px;	
}

#header div.hdR li.last {
	margin-right: 0;
}




/*-- GNAV --*/

#gNav {
	background: #FFF;
	box-shadow:rgba(184, 184, 184, 0.65) 0px 2px 6px -2px;
	-webkit-box-shadow:rgba(184, 184, 184, 0.65) 0px 2px 6px -2px;
	-moz-box-shadow:rgba(184, 184, 184, 0.65) 0px 2px 6px -2px;
	width:100%;

	position: fixed;
	top: -65px;
	z-index: 1;
}

#gNav ul {
	margin:0 auto;
	width:1206px;
}

#gNav ul li {
	border-left: 1px solid #BDC2CC;
	float:left;
	height: 47px;
	padding-top: 4px;
	line-height: 0;
}

#gNav ul li.last {
	border-right: 1px solid #BDC2CC;
}

#gNav ul li a {
	display:block;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	height: 100%;
	
	position: relative;
}

#gNav ul li a:after {
  background: #1370B5;
	content: '';
  height: 5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;

  position: absolute;
  bottom: 0;
  left: 0;
}

#gNav ul li a:hover::after,
#gNav ul li a.current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}






/*-- MV --*/

#mv {
	background: #1F2933;
	text-align: center;
	margin-bottom: 55px;
	margin-top: 110px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:100%;
}

#mv div.mvInr {
	margin:0 auto;
	padding: 130px 0;
	width:1206px;
}

#mv p{
	color: #FFF;
	text-align: center;
	font-size:123.1%;
	line-height: 170%;
	font-weight: bold;
}


/*-- CONTENTS --*/

#contents {
	width:100%;
}

#main {
	margin:0 auto;
	width:1206px;
}



/*-- FOOTER --*/

#footer {
	background-color:#262D37;
	margin-top: 80px;
	padding: 35px 0;
	width:100%;
}

#footer div.ftInr {
	margin:0 auto;
	width:1206px;
}

#footer div.ftR{
	float: right;
	width: 206px;
}

#footer div.ftR li{
	float: left;
	margin-right: 23px;
	line-height: 0;
}

#footer div.ftR li.first{
	margin-top: 7px;
}

#footer div.ftR li.last{
	margin-right: 0
}




/*-- COPYRIGHT --*/

small#copyright {
	display:block;
	float: left;
	margin-top: 10px;
	text-align:center;
}






/*-- MODAL --*/

div.entryBox{
	background: #FFF;
	padding: 30px;
	width: 980px;
}

div.entryBox div.entryBoxInr{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 123px 50px;
}



div.entryBox ul li{
	margin-right: 15px!important;
}



.mynaviLink{

}







