@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ol, ul {list-style: none;}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color: #005ab4;
}
/*a:hover { text-decoration:underline }*/

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* BODY BACKGROUNDS */

body {
	color: #4d4d4d;
}
body.home {
	background: #062a5a;
}
body.grey {
	background: #b3b3b3;
}
body.blue {
	background: #10218B;
}

body.white {
	background: #fff;
}


body {
	background: #999;
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 87.5%;
	color: #4d4d4d;
}


/* layout base */

.globalHeaderWrapper,
.globalContents,
.globalContents_blue,
.globalContents_gray,
.globalFooter {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
}


.baseContainer {
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* header */

.globalHeaderWrapper {
	margin-bottom: 30px;
}
.globalHeader {
	position: relative;
	padding: 0 20px;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
	*zoom: 1;
}
.globalHeader:after {
	content: '';
	display: block;
	clear: both;
}

.headerLinks {
	*zoom: 1;
}
.headerLinks:after {
	content: '';
	display: block;
	clear: both;
}
.headerLinks ul {
	float: right;
}
.headerLinks li {
	float: left;
	border-left: 1px dotted rgba(255,255,255,0.5);
	list-style-type: none;
	text-transform: uppercase;
	font-size: 78.6%;
}

.headerLinks li:first-child {
	border: none;
}
.headerLinks a {
	display: block;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.headerLinks .active_top a {
	background-color:#3f4da1;
	background: rgba(255,255,255,0.2);
}
.headerLinks .active a {
	background-color:#acacac;
	background: rgba(255,255,255,0.2);
}
.headerLogo {
	float: left;
	padding-top: 19px;
}

.globalNav {
	padding: 2px 0 2px 130px;
	font-size: 16px;
	font-weight: bold;
}
.globalNavBtn {
	display: none;
}
.globalNav ul {
	min-height: 50px;
	padding: 20px 240px 1px 2px;
	border-left: 1px solid #eee;
	*zoom: 1;
}
.globalNav ul:after {
	content: '';
	display: block;
	clear: both;
}
.globalNav li {
	position: relative;
	float: left;
	margin-left: 12px;
	padding: 7px 12px 7px 0;
	font-size: 90%;
}
.globalNav li:after {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 1px;
	height: 14px;
	background: #c5c5c5;
	content: "";
}
.globalNav li:last-child:after {
	display: none;
}
.globalNav a {
	color: #333;
}
.globalNav a.isActive,
.globalNav a:hover {
	color: #005ab4;
	text-decoration: none;
}



.headerSearch {
	float: right;
	padding-top: 22px;
	*zoom: 1;
}
.headerSearch:after {
	content: '';
	display: block;
	clear: both;
}
.headerSearch .searchInput {
	float: left;
	border: 1px solid #ccc;
}
.headerSearch .searchInput input {
	-webkit-appearance: none;
	height: 28px;
	width: 142px;
	padding: 0 5px;
	border: none;
	border-radius: 0;
}
.headerSearch .searchButton {
	float: left;
	margin-left: 7px;
}
.headerSearch .searchButton input {
	-webkit-appearance: none;
	height: 30px;
	width: 80px;
	border: none;
	border-radius: 0;
	background-color: #3878cf;
	background-image: linear-gradient(to bottom, #3878cf 0%, #0b4da1 100%);
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.headerSearch .searchButton input:hover {
	background-image: linear-gradient(to bottom, #0b4da1 0%, #3878cf 100%);
}
.headerSearch .searchButton input:isActive {
	background-image: linear-gradient(to bottom, #0b4da1 0%, #0b4da1 100%);
}


/* breadCrumbs */

.breadCrumbs {
	margin-top: 15px;
	*zoom: 1;
}
.breadCrumbs:after {
	content: '';
	display: block;
	clear: both;
}
.breadCrumbs li {
	float: left;
	list-style-type: none;
	font-size: 80%;
	color: #fff;
	line-height:20px;
}
.breadCrumbs li.isActive {
	font-weight: bold;
}
.breadCrumbs li:before {
	display: inline-block;
	margin: 0 7px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.breadCrumbs li:first-child:before {
	visibility: hidden;
}
.breadCrumbs a {
	color: #fff;
}
.breadCrumbs i.fa-home {
	font-size:20px;
}

/* contents */

.globalContents {
	margin-bottom: 60px;
	padding: 20px 30px 30px 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 700px;
}

.globalContents_blue {
	margin-bottom: 60px;
	padding: 0;
	background: #10218b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 700px;
}

.globalContents_gray {
	margin-bottom: 60px;
	padding: 0;
	background: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 700px;
}







/* Grid */


.row {
	position: relative;
	margin: 0 -10px;
	*zoom: 1;
	word-wrap: break-word;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}
.grid1,.grid2,.grid2top,.grid3,.grid4,.grid4top,.grid5,.grid6,
.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

.grid12top {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.grid12 { width: 100%;  *width: 940px; }
.grid12top { width: 100%;  *width: 1000px; }
.grid11 { width: 880px; *width: 860px; }
.grid10 { width: 800px; *width: 780px; }
.grid9  { width: 720px; *width: 700px; }
.grid8  { width: 640px; *width: 620px; }
.grid7  { width: 560px; *width: 540px; }
.grid6  { width: 480px; *width: 460px; }
.grid10 .grid6,.grid5  { width: 400px; *width: 380px; }
.grid8 .grid6,.grid4  { width: 320px; *width: 300px; }
.grid9 .grid4,.grid6 .grid6,.grid3  { width: 240px; *width: 220px; }
.grid8 .grid3,.grid6 .grid4,.grid4 .grid6,.grid2  { width: 160px; *width: 140px; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1  { width: 80px;  *width: 60px; }
.grid2top  { width: 170px; *width: 150px; }
.grid4top  { width: 315px; *width: 335px; }


.row img {
	max-width: 100%;
	height: auto;
	width: auto;
}


/* footer */

.globalFooterWrapper {
	background: #0a4998;
}
.footerLinks {
	padding-top: 20px;
	line-height: 1.2;
}
.footerLinks a {
	color: #fff;
}
.footerLinksTitle {
	height: 40px;
}
.footerLinks ul {
	padding-bottom: 10px;
}
.footerLinks li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 85.7%;
}
.footerLinks li a {
	position: relative;
	display: block;
	padding-left: 8px;
}
.footerLinks li a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}

.footerNav {
	padding: 13px 20px;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
	*zoom: 1;
}
.footerNav:after {
	content: '';
	display: block;
	clear: both;
}
.footerNav li {
	float: left;
	margin-left: 13px;
	padding-left: 13px;
	list-style-type: none;
	border-left: 1px solid #7a7a7a;
}
.footerNav li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.footerNav a {
	color: #333;
}
.footerNav a:hover {
	color: #005ab4;
	text-decoration: none;
}

.copyright {
	padding: 20px;
	font-size: 10px;
	color: #fff;
}
.footer_visible{
	display:none;
}


@media screen and (max-width: 999px){

.globalHeader {
	z-index: 10;
	height: 76px;
}
.globalNav {
}
.globalNavBtn {
	position: absolute;
	display: block;
	top: 22px;
	right: 280px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	cursor: pointer;
}
.globalNavBtn.isActive:hover,
.globalNavBtn.isActive {
	background: url(/assets/img/header_icon_menu_on.png) no-repeat;
	background-size: 28px 28px;
}
.globalNavBtn.isActive img {
	visibility: hidden;
}
.globalNavBtn:hover {
	background: #fff;
}
.globalNavBtn img {
	vertical-align: top;
}
.globalNav ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.globalNav ul.isActive {
	display: block;
}
.globalNav ul:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	content: "";
}
.globalNav ul:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
	content: "";
}
.globalNav li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.globalNav li:after {
	display: none;
	background: #005ab4;
	color: #fff;
}
.globalNav li a {
	display: block;
	padding: 15px;
	color: #fff;
}
.globalNav li a:after {
	float: right;
	font-family: 'FontAwesome';
	content: "\f105";
	text-align: right;
	color: rgba(255,255,255,0.5);
}
.globalNav a.isActive,
.globalNav a:hover {
	background: #005ab4;
	color: #fff;
}




.globalHeaderWrapper,
.globalContents,
.globalContents_blue,
.globalContents_gray,
.globalFooter,
.globalContents {
	width: auto;
}

.globalHeaderWrapper {
	margin-left: 10px;
	margin-right: 10px;
}

.grid12 { width: 100%; }
.grid12top { width: 100%; }
.grid11 { width: 91.66663%; }
.grid10 { width: 83.33333%; }
.grid9  { width: 74.99997%; }
.grid8  { width: 66.66664%; }
.grid7  { width: 58.33331%; }
.grid4 .grid6,.grid6 .grid6,.grid6  { width: 50%; }
.grid10 .grid6,.grid5  { width: 41.6666666667%; }
.grid8 .grid6,.grid6 .grid4,.grid4  { width: 33.33333%; }
.grid9 .grid4,.grid8 .grid3,.grid3  { width: 25%; }
.grid2  { width: 16.66666%; }
.grid2top  { width: 16.66666%; }
.grid4top  { width: 33.33333%; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1  { width: 8.33333%; }

}


@media screen and (max-width: 799px){


.globalHeader {
	z-index: 10;
	height: 76px;
}
.globalNav {
}
.globalNavBtn {
	position: absolute;
	display: block;
	top: 22px;
	right: 280px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	cursor: pointer;
}
.globalNavBtn.isActive:hover,
.globalNavBtn.isActive {
	background: url(/assets/img/header_icon_menu_on.png) no-repeat;
	background-size: 28px 28px;
}
.globalNavBtn.isActive img {
	visibility: hidden;
}
.globalNavBtn:hover {
	background: #fff;
}
.globalNavBtn img {
	vertical-align: top;
}
.globalNav ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.globalNav ul.isActive {
	display: block;
}
.globalNav ul:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	content: "";
}
.globalNav ul:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
	content: "";
}
.globalNav li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.globalNav li:after {
	display: none;
	background: #005ab4;
	color: #fff;
}
.globalNav li a {
	display: block;
	padding: 15px;
	color: #fff;
}
.globalNav li a:after {
	float: right;
	font-family: 'FontAwesome';
	content: "\f105";
	text-align: right;
	color: rgba(255,255,255,0.5);
}
.globalNav a.isActive,
.globalNav a:hover {
	background: #005ab4;
	color: #fff;
}

.footerLinksTitle a {
	position: relative;
	display: block;
	padding-left: 8px;
}
.footerLinksTitle a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}
.footerLinks ul {
	display: none;
}

/*
.grid12,.grid12top,.grid11,.grid10,.grid9,.grid8,.grid7,.grid6 { width: 100%; }
.grid5,.grid4,.grid3 { width: 50%; }
*/
.grid6 { width: 100%; }
.grid4 .grid6 { width: 100%; }
.grid8 .grid3,.grid3 { width: 50%; }
.grid1 { width: 16.66666%; }
.grid2 { width: 33.33333%; }
.grid5 { width: 50%; }
.grid4top { width: 33.33333%; }
.grid2top { width: 33.33333%; }


.footer_hidden{
	display:none;
}
.footer_visible{
	display:block;
}


}


@media screen and (max-width: 640px){

body {
	min-width: 640px;
}


}


/* universal class */

.desttopOnly {
}
.tabletOnly {
}
.smartphoneOnly {
}
.desttopHide {
}
.tabletHide {
}
.smartphoneHide {
}
