@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, 
, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	line-height: 1;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


*{padding:0;margin:0;}
.clear{clear:both;}
.container{width:1400px;margin:auto;}
.wrapUp{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1400px !important;
	display: block;
}

h1{
	font-size: 21px;
	padding:10px 0;
	color: #fff;
text-align: center;
	position:relative;
	z-index:10px;
	line-height:1.5em;
  margin:0px 30px;
}
h1:after{
	content: "";
	position:absolute;
	border:1px solid #fff;
	width:100%;
	left:0;
	bottom:-3px;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	
	color: #86afb1;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}




/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	margin:50px 0px;
}
.siteTitle{
	text-align: center;
}
.siteTitle a{
	color: #fff;
	font-size:30px;
	text-decoration:none;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.maintitle{
	padding:20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:70px;
}
.maintitle a{
	text-decoration:none;
	color: #999;
	font-size:30px;
	font-weight:bold;
}

/*END HEADER*/


/*BANNER*/

#banner{
	background:transparent;
	zoom:1;
}
/*mv*/
    .mv {
        clear: both;
        position: relative;
         /*! display:inline-block; */
        width: 1040px;
        height: 420px;
        margin: 0 auto;
       overflow: hidden;
        
    }
    .mv .slick-list img { 
        min-height: 400px; 
        height: 400px; 
        outline: none; 
        border-radius: 300%;
        margin:10px 20px;
       opacity:.9;
       box-shadow: 0 0 10px 3px rgba(24,52,93,.85);
    }
.mv .slick-list{ 
        padding:0 340px;
    }
    .mv .slick-dots {
        position: absolute;
        left: 0;
        bottom: -170px;
        width: 100%;
        height: 12px;
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
    }
    .mv .slick-dots li {
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        zoom: 1;
        margin: 0 5px;
    }
    .mv .slick-dots li button {
        display: block;
        font-size: 0;
        width: 12px;
        height: 12px;
        border: 2px solid transparent;
        box-sizing: border-box;
        border-radius: 50%;
        background: #c40a28;
        background-clip: padding-box;
        transition: all 0.3s;
        cursor: pointer;
    }
    .mv .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        border-width: 0;
        cursor: default;
        outline: none;
    }
/*mv*/

/*CONTENT*/
#content{
	background: #fff;
	margin-top:20px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	float:left;
	width: 1400px;
}
.content_right{
	width:250px;
	float:right;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	min-width:1400px;
	background:rgba(24,52,93,.85);
  box-shadow: 0 0 5px 1px rgba(24,52,93,.85);
text-align: center;
}
.nav h3{
	background: #86afb1;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav li{
	display:inline-block;
	*display:block;
	zoom:1;
	margin-right:-5px;
	border-right:1px solid #888;
	border-left:1px solid rgba(0,0,0,.2);
}
.nav li:first-child{border-left:0;}
.nav li:last-child{border-right:0;}
.nav li a{
	text-decoration:none;
	color: #fff;
	padding:20px 18px;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
		transition:all .20s ease-in;
	display:block;
	font-size:12px;
	line-height:1.5em;
  
}
.nav li a:hover{
	background-color: #0074e4;
	color: #fff;
  box-shadow: 0px 0px 5px 1px #0074e4;
}
/*BLOGPARTS*/
.blogparts{
	position:relative;
	background:rgba(24,52,93,.85);
  box-shadow: 0 0 5px 1px rgba(24,52,93,.85);
	text-align:center;
  margin-bottom:20px;
  border-radius: 10px;
}
h3:after{
	content: "";
	position:absolute;
	border:1px solid #fff;
	width:100%;
	left:0;
	bottom:-3px;
}
.blogparts h3{
	border-bottom: 1px #555 solid;
	font-size: 15px;
	padding:10px 0px;
  margin:0px 30px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
}
.blogparts2{
	margin-bottom:20px;
	position:relative;
	background: #D5C6E0;
}
.blogparts2 h3{
	background-color: #192A51;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	border-bottom: 1px solid #000;
	position:relative;
	z-index:10px;
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	background-color: #D5C6E0;
	border: 1px solid #292929;
	padding:15px;
	margin-top:-20px;
	padding-top:30px;
}
/*MAIN CONTENT*/
.textWrap{
	zoom:1;
	
}
.text01{
		background:rgba(24,52,93,.85);
  box-shadow: 0 0 5px 1px rgba(24,52,93,.85);
  border-radius: 10px;
	position:relative;
	margin-bottom:10px;
  padding:0px 30px;
}
.text01 p{
	padding:10px 0;
	font-size:13px;
	line-height:2em;
	letter-spacing:0.005em;
	text-align:justify;
	color: #eee;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	background: #fff;
	border:1px solid #eee;
}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 a{
	text-decoration:none;
	color: #fff;
  box-shadow: 0 0 5px 1px rgba(0,0,0,.85);
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	border-radius: 30px;
	position:relative;
	margin-top:10px;
	transition:all ease-in-out .2s;
}
.link01 a:hover{
	background-color: #0074e4;
	color: #fff;
  box-shadow: 0px 0px 5px 1px #0074e4;
}
/*NEWS AND UPDATES*/

.new{
	float:right;
}
.new h3{
	background :#86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	margin-top:10px;
}
.new li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:-6px;
	border-left:1px solid #485b61;
	padding:10px;
}
.new li:first-child{
	border:0;
}
.new li a{
	text-decoration:none;
	font-size: 12px;
	line-height:1.5em;
	color: #f8fdff;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	font-weight:bold;
	font-style:italic;
}
.new li a:hover{
	color: #bcbbc1;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	
}
.new li a span{
	color: #788a8c;
	font-style:normal;
	font-weight:normal;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}
.new li a:hover span{
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}

/*FOOTER*/

#footer{
	background: #fff;
	margin-top:20px;
	min-width: 1400px;
	background:rgba(24,52,93,.85);
  box-shadow: 0 0 5px 1px rgba(24,52,93,.85);
}
#footer .copy{
	color: #aaa;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px;
}
#footer .fNav{
	text-align:center;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
}
#footer .fNav li a{
	color: #aaa;
	font-weight:normal;
	font-size:12px;
	padding:20px 20px;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	position:relative;
  border-radius: 3px;
}
#footer .fNav li a:hover{
		background-color: #0074e4;
	color: #fff;
  box-shadow: 0px 0px 5px 1px #0074e4;
}
/*
#footer .fNav li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer .fNav li a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/



.sitemap_navs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sitemap_navs li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_navs li a {
	color: #eee;
	text-decoration: underline;	
}
















































