/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
	padding:0;
	margin:0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font: 12px/24px;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	background:#ffffff;
	margin:0;
	padding:0;
}

.header-container{
	background:#004890;
	width:100%;}
.main-container{
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}


/* ===============
    ALL: IE Fixes
   =============== */

/*.ie7 .title {
    padding-top: 20px;
}

*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
.wrapper {
	width: 100%; /* 1140px - 10% for margins */
	margin: 0 auto;
	text-align:center;
}

h1.title{
	text-align:center;
	/*margin: 46px 0px 40px 0px;*/
	padding: 0px;
	margin:0;
}


a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#ff5440;
/*	text-decoration:underline;*/
}

a img {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
a img:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}   
nav a img:hover {  
    opacity: 1;  
    filter: alpha(opacity=100);  
}
nav img.staff{
	cursor:pointer;
}   

footer{
	text-align:center;
	padding:30px;
	font-size:12px;
}

.maincontents-area{
	width: 1040px;
	margin: 0px auto 80px auto;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.pos-rel{position:relative;}
.pos-abs{position:absolute;}

/* ==========================================================================
   page
   ========================================================================== */
.subtit{padding:30px 0;}
.cmp_txt{font-size:2.2rem; font-size:22px; line-height:3.8rem; line-height:38px;font-weight:bold; padding-bottom:25px; }
.cmp_txt span{ color:#CC0000;}
.btn_area{ text-align:center; width:860px; margin: 0 auto;}
.fl{ float:left;}
.mr40{ margin-right:40px !important;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.btn{ margin:25px 0;}
.btn img a:hover {
    opacity: 0.7;
}

.attention{ margin-bottom:50px;}