<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
* { -webkit-text-size-adjust: none; }
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		vertical-align: baseline;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
		box-sizing: border-box;
}


:focus {
		outline: 0;
}

input[type=submit] {
   -webkit-appearance: none;
}

html {
	overflow-x: hidden;
	max-width:   100%;

}

body {
	max-width: 100%;
	margin:0;
	padding:0;

	overflow: hidden;
}

ol, ul {
		list-style: none;
}

input[type=text]::-ms-clear {
    display: none;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

p:empty {
	display: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

pre{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding:5px 5px 3px 5px;
border-radius:3px;
padding:1em 1.5em;
margin:0 0 1em 0;
}

	
/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
	margin-top: 20px;
	}
	div .accordion:first-child {	margin-top: 0px; }
	
.toggle-item {
	margin-top: 20px;
	}
	div .toggle-item:first-child {	margin-top: 0px; }
	
.toggle-item .toggle-title {
	/* width: 100%; */
	position: relative;
	cursor: pointer;
	overflow: hidden;
	/* border: solid 1px #eee; */
	/* padding: 10px 30px 10px 20px; */
	/* background: #333; */
	font-weight: bold;
}
	
.toggle-item .toggle-title .toggle-name {
	display: inline-block;
	position: relative;
	}
	
.toggle-item .toggle-title .toggle-name:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 50%; margin-left: -0%;
	width: 0%;
	height: 1px;
	background: #0d0d0d;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
	}
.text-light .toggle-item .toggle-title .toggle-name:after {
	background: #fff;
	}

.toggle-item .toggle-title:hover,
.toggle-item .toggle-title.toggle-active{
	/* border: solid 1px #000; */
	}
	

.toggle-title:hover:after{
	color:#fff;
}


.toggle-item .toggle-title .toggle-name:hover:after {
	width: 100%;
	margin-left: -50%;
	}
	
.toggle-item .toggle-inner {
	padding-top: 18px;
	display: none;
	}

.accordion.menu-utility {}
.accordion.menu-utility .togle-title{}
.accordion.menu-utility .togle-item{}


/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Sans Japanese',sans-serif;
    line-height: 1.7em;
    position: relative;
}

.sticky { margin-bottom: 50px }
.sticky .content-inner {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    border-bottom: 0px!important;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 25px!important;
    position: relative;
}
a {
    color: #001E62;
    text-decoration: none;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}
.light a {
    color: #fff;
    /* text-decoration: underline; */
}
.light a:hover {
    color: #fff;
    text-decoration: none;
}
a.link,
.link a { color: #222 }
a.link:hover,
.link a:hover { color: #001E62 }
a:hover { color: inherit }
a.nolink{
	cursor: inherit;
}
a.nolink:hover{
	cursor: inherit;
	color:#555!important;
}

em {
    font-weight: bold;
}
.main-header {
    letter-spacing: -0.5px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1.35;
}
h1, .h1 {
    font-size: 26px;
    margin: 0 0 7px;
    font-weight: 400;
}
.main-header h1 {
    margin: 0 auto 7px;
    max-width:90%;
}
h1.huge{
	font-family: "Gotham SSm A", "Gotham SSm B","Noto Sans Japanese";
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 200;
	line-height:1.3;
	margin-top: 1.5em;
	text-align: center;
}

.more .fa-arrow-circle-right{
	font-size:24px;
	color:#001E62;
	top:3px;
	left:10px;
	position:relative; 
}

.lead{
	/* border-left: solid 8px #efefef; */
	/* padding: 0 0 0 1.2em; */
	margin-bottom: 3em;
	font-size: 17px;
	line-height: 1.7em;
	color: #000;
	font-weight: 200;
}
.entry-header{background: #efefef;padding: 1.5em 0;}
.entry-header h1{
    line-height: 1.2;
}

@media(max-width:767px) {
	h1.huge{
	font-size: 36px;
	}
}


h1.huge span{
	font-size: 20px;
	display:block;
	letter-spacing: 0;
	font-weight: 400;
}

h2 {
    font-size: 27px;
    margin: 2.5em 0 1.2em;
    color: #151515;
    vertical-align: top;
    -moz-border-radius: 2px;
    text-align: center;
    font-weight: 200;
    line-height: 1.3;
}
@media(max-width:479px) {
	h2{
	font-size: 22px;
	}
}
h2.huge{
	font-family: "Gotham SSm A", "Gotham SSm B","Noto Sans Japanese";
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 200;
	line-height:1.3;
	margin-top: 1.5em;
}
@media(max-width:767px) {
	h2.huge{
	font-size: 36px;
	}
}


h2.huge span{
	font-size: 14px;
	display:block;
	letter-spacing: 0;
	font-weight: 400;
}
h2:first-child {/* margin-top: 0 */}
h1+h2 { margin-top: 1em }
h3,.h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 200;
    line-height: 1.3;
    margin: 2em 0 1em;
    background: #efefef;
    padding: 6px;
}
h3 span{
	font-size:16px;
	font-weight: 300;
	display: block;
}
h2 i {
    /* color: #188693; */
    /* margin-right: 0px; */
    /* font-size: 30px; */
    /* line-height: 30px!important; */
}
h4 {font-size: 17px;font-weight: 400;margin: 2em 0 1em;}
h5 { font-size: 13px }
h6 { font-size: 13px }
.bold,
strong,
b { font-weight: bold }
.uppercase {
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
p.light {
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
h1.light {
    font-size: 34px;
    margin-bottom: 30px;
}
h2.light {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
h3.light {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
h4.light {
    font-size: 18px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
}
h5.light {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
}
h6.light {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
}
h1.uppercase { letter-spacing: 3px }
h2.uppercase { letter-spacing: 2.5px }
h3.uppercase { letter-spacing: 2px }
h4.uppercase { letter-spacing: 2px }
h5.uppercase { letter-spacing: 1.3px }
h6.uppercase { letter-spacing: 1.3px }
.default{
	background:none;
	padding:0!important;
}
.balloon {
    position: relative;
    border-bottom: 1px solid #BD0000;
    /* margin: 10px 10px 21px 10px; */
    padding-bottom: 0.75em;
    /* border-radius: 10px; */
    margin-top: 54px;
}
.balloon:after, .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.balloon:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.balloon:before {
    left: 50%; 
    /* border: 11px solid transparent; */
    /* border-top: 11px solid #BD0000; */
}


.text-align-center { text-align: center }
.text-align-right { text-align: right }
.link-right { text-align: right; margin-top:15px; }

p {
    margin: 0 0 1em;
}
.row .col p:last-child { padding-bottom: 0px }
.container .row:last-child { padding-bottom: 0px }
blockquote {
    padding-left: 0px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.main-content ul,
.main-content ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
.main-content ul li {
    list-style: none;
    list-style-position: inside;
}
.main-content ol li {
    list-style: decimal;
    list-style-position: inside;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#main img{
	margin-bottom:10px;
}
.home #main img{
	margin-bottom:0px;
}

.ie8 img { width: auto }
.main-content .col.span_4 .col.span_2 img,
.main-content .col.span_3 .col.span_2 img,
.main-content .col.span_2 .col.span_2 img,
.main-content .col.span_6 .col.span_2 img { top: -4px }
object,
object embed {
    display: block;
    height: auto;
    max-width: 100%!important;
}
a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}
a.nohover:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
/***************** Footer ******************/
#footer{
	clear:both;
	padding: 20px 4%;
	margin-top: 0px;
	/* background: #001E62; */
	/* background: rgba(13,94,168,0.85); */
	/* height: 200px; */
}
#footer h4{
	margin-top:15px;
}
.logo-footer{
	width:150px;
	float:left;
	margin: 0 0 30px 0;
}
.link {
	margin-top:30px;
}
#footer ul li a{
	font-weight:500;
}
#footer .menu-target,
#footer .menu-utility{
    margin: 5px 0;
    padding: 0;
    /*display: block;
    overflow: hidden;*/
		text-align:left;
    font-size: 12px;
}
#footer .menu-target li,
#footer .menu-utility li{
    float: left;
    line-height: 1;
		margin-bottom:10px;
		display:inline;
		white-space:nowrap;
}
#footer .menu-target li a,
#footer .menu-utility li a{padding: 0 10px;border-right: solid 1px #111;}
#footer .menu-target li.last a,
#footer .menu-utility.under li.last a{border-right:none;}
@media(max-width:1070px) {
#footer .menu-target,
#footer .menu-utility {
	margin:0;
}
#footer .menu-target li,
#footer .menu-utility li{
    float: none;
}
.link {
	margin-top:0;
}
}
@media(max-width:767px) {
.logo-footer{
	float:none;
	margin: 0 auto 15px auto;
}
#footer .menu-target,
#footer .menu-utility{
	text-align:center;
}
#footer .menu-target li.last a,
#footer .menu-utility li.last a{border-right:none;}

#footer .menu-target li,
#footer .menu-utility li{
		display:initial;
}
}

.to-top {
	position: fixed;
	/* right: 240px; */
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 10px;
	z-index: 1000;
	line-height:32px;
	bottom: 0px;
	height: 34px;
}
.to-top a {
    display:block;
    color: #fff;
    color: #888;
    /* background: #001E62; */
    /* background: rgba(13,94,168, 0.66); */
    text-align: center;
    border-radius: 2px 0 0 0;
    -moz-border-radius:2px 0 0 0;
    -o-border-radius:2px 0 0 0;
    z-index: 1000;
    bottom: 0;
    right: 240px;
    position:fixed;
    font-size: 10px;
    text-transform: uppercase;
    padding: 12px 19px;
    }
.to-top a:hover {
	color:#ddd;
}
.to-top a{
	line-height: 20px;
}
.to-top i {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 22px;
}


#copyright{
	margin: 0;
	padding: 0px;
	font-size: 11px;
	clear: both;
	display:block;
}

#copyright p{
margin:0;
line-height: 30px;
}
@media(max-width:767px) {
	#copyright{
		text-align:center;
	}
}


/***************** SNS ******************/

.post-share{
	background-image:none;
	list-style:none;
	margin: 30px 0 0;
	overflow: hidden;
	padding: 0 0 30px;
}
.post-share li{
	display: inline;
	float:left;
	position: relative;
	margin-right: 18px;
	margin-left: 0px;
	padding: 5px 0;
}
.post-share .facebook{
	width:150px;
}
.post-share .twitter {
	margin-top: 2px;
}

#post-share{
	background-image:none;
	list-style:none;
	margin: 10px 0;
	float: left;
}
#post-share li{
	display: inline;
	float:left;
	margin-right: 18px;
}
iframe.twitter-share-button {}
#post-share .twitter {
	margin-top: 5px;
}
#post-share .facebook {
}

a.btn-twitter {
	background: #00acee;
	padding: 1em 0px;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
a.btn-twitter:hover {
color:#fff;
background: #00c1f2;
}

a.btn-facebook {
	background: #3b5998;
	padding: 1em 0;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
a.btn-facebook:hover {
color:#fff;
background: #4a6fb2;
}



.twitter-share-button {
}.fb-like span iframe{
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }



/*---------------------------------
	Home
-----------------------------------*/
.section-title{
	padding: 10px;
	margin-bottom: 1px;
	border-top: #fff;
	background: #222;
	color: #fff;
}
.home h2 img{
}
.home .home-hide{
	display:none;
}

/*---------------------------------
	Color
-----------------------------------*/
.bg-dark {
	background: #185B9D!important;
	color: #fff;
}

.bg-gray {
	background: #E3EEF9!important;
}

.red{
	color:#DE373A;}
/*---------------------------------
	Dl
-----------------------------------*/



/*---------------------------------
	Section
-----------------------------------*/
.section{
	display: block;
	/* background-color: #FFFFFF; */
	clear:both;
	padding: 0;
}
.section-inner .inner{
	display: block;
	background-color: #FFFFFF;
	overflow: hidden;
}
.section-inner .inner .inner{
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow: none;
	}
	
/*---------------------------------
	TABS
-----------------------------------*/
ul.tabs{margin: 0px 0 -1px 0;padding: 0px 1px 1px 0;width:100%;float:left;font-size:0;background: #DDD;text-align: center;}
ul.tabs.vertical{
border-bottom:none;
margin-top:0;
}

	ul.tabs.left{text-align:left;}
	ul.tabs.center{text-align:center;}
	ul.tabs.right{text-align:right;}
	ul.tabs.right li{margin:0 0 0 -2px;}

	ul.tabs li{
	list-style-type:none;
	margin: 0;
	padding:0;
	display: inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
	/* float: left; */
	margin: 1px 1px 0 0;
}
	ul.tabs.vertical li{
	padding-left: 0!important;
	display: block;
	border-style: none;
	margin-right: 0px;
	float:left;
	width:100%;
	/* font-size: 16px; */
	overflow: hidden;
}
	ul.tabs.vertical li a:hover,ul.tabs.vertical li.current a{
	border-bottom: none;
	}
	.home ul.tabs.vertical li a:hover,.home ul.tabs.vertical li.current a{

	}
.home ul.tabs.vertical li a:before{
	display : block;
  
	width: 19px;
  
	height: 30px;
  border-right : 5px solid #FFFFFF;
  
	margin: 0  auto -30px -50px;
  background-color : #fff;
  content : " ";
  -webkit-transform : skew(30deg);
  -moz-transform : skew(30deg);
  transform : skew(30deg);
  }

  .home ul.tabs.vertical li a:after{
	display : block;
  
	width: 18px;
  
	height: 30px;
  border-right : 5px solid #FFFFFF;
  
	margin: -36px auto -30px -48px;
  background-color : #fff;
  content : " ";
  -webkit-transform : skew(-30deg);
  -moz-transform : skew(-30deg);
  transform : skew(-30deg);           
  }
	
	ul.tabs li a{
	text-decoration:none;
	/* color:#555; */
	display:inline-block;
	padding:9px 15px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	zoom:1;
	font-size: 14px;
	background: #EDF6FF;
	/* border: solid 1px #D8E4F4; */
	border-bottom:0;
}
	
	ul.tabs.vertical li a{
	display:block;
	padding: 0.5em 1em;
	/* padding-bottom: 30px; */

	/* background: #fff; */
}

ul.tabs.vertical li a.sfc{
	border-left:solid 1px #000;
}

	
	
	ul.tabs li a:hover{
	background:#eee;
	}
	
	ul.tabs li.current a{
	position:relative;
	/* top:0; */
	/* left:0; */
	background: #001E62;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	/* border: solid 1px #272727; */
	border-bottom:none;
	}
	
	.tab-content{
	border: 1px solid #D8E4F4;
	/* background:#fff; */
	clear:both;
	padding:20px;
	margin: 0 0 20px 0;
	}
	
	/* w/icon */
	ul.tabs .icon{
	margin:-3px 7px -3px -5px;
	position:relative;
	top:-2px;
	left:0;
	}

.tab-content h3{
	position: relative;
    border:none;
    background: #F4F8FC;
    border-bottom: 2px solid #AECFED;
    padding: 0.75em 1em;
    margin-top:0px;
}


.font{
	font-family: 'Open+Sans', sans-serif;}



.main-body{/* background: #fff; */padding: 36px 0 40px 0;min-height: 500px;font-size: 15px;line-height: 1.8;}
.home .main-body{min-height: 1px;}
.main-footer{background: #fff;padding: 20px 4%;margin: 5px 10px 0;clear: both;}

/*---------------------------------
	HR
-----------------------------------*/
hr{
	clear:both;
	border-bottom:0;
	border-top: 12px solid #efefef;
	border-right:0;
	border-left:0;
	margin:20px 0;
	min-height: 0px;
	height:1px;
}
hr.dotted{border-style: dotted;}
hr.dashed{border-style: dashed;}
hr.clear{margin:0;}



table {
	border-collapse: collapse;
	border-spacing: 0
}
thead {
	display: table-header-group
}
tr {
	page-break-inside: avoid
}
table td, table th {
	border-top: 1px solid #DDD
;
	padding: 0.5em 0.75em;
}
table {
	border-collapse: collapse!important
}
table.box th, table.box td {
	border: 1px solid #DDD!important
;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 65%;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
	font-size: 75%
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline&gt;li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.list-inline&gt;li:first-child {
	padding-left: 0
}
table {
	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 93%;
}
table p{
	margin-bottom: 0px
}
th {
	padding: 1em;
	line-height: 1.5;
	border-top: #D8E4F4 1px solid;
	text-align: left;
}

table tbody tr.first td,table tbody tr.first th{
	border-top:none;
}

table.wide&gt;thead&gt;tr&gt;th, table.wide&gt;tbody&gt;tr&gt;th, table.wide&gt;tfoot&gt;tr&gt;th,table.wide&gt;thead&gt;tr&gt;td, table.wide&gt;tbody&gt;tr&gt;td, table.wide&gt;tfoot&gt;tr&gt;td {
	padding: 1em;
}
table.tight&gt;thead&gt;tr&gt;th, table.tight&gt;tbody&gt;tr&gt;th, table.tight&gt;tfoot&gt;tr&gt;th,table.tight&gt;thead&gt;tr&gt;td, table.tight&gt;tbody&gt;tr&gt;td, table.tight&gt;tfoot&gt;tr&gt;td {
	padding: 0.35em;
}
table&gt;thead&gt;tr&gt;th {
	vertical-align: middle;
	border-bottom: 2px solid #DDD
}
table&gt;caption+thead&gt;tr:first-child&gt;th, table&gt;colgroup+thead&gt;tr:first-child&gt;th, table&gt;thead:first-child&gt;tr:first-child&gt;th, table&gt;caption+thead&gt;tr:first-child&gt;td, table&gt;colgroup+thead&gt;tr:first-child&gt;td, table&gt;thead:first-child&gt;tr:first-child&gt;td {
	border-top: 0
}
table&gt;tbody+tbody {
	border-top: 2px solid #DDD
}
table table {
	background-color: #fff
}
.table-condensed&gt;thead&gt;tr&gt;th, .table-condensed&gt;tbody&gt;tr&gt;th, .table-condensed&gt;tfoot&gt;tr&gt;th, .table-condensed&gt;thead&gt;tr&gt;td, .table-condensed&gt;tbody&gt;tr&gt;td, .table-condensed&gt;tfoot&gt;tr&gt;td {
	padding: 5px
}
table.box {
	border: 1px solid #DDD
}
table.box&gt;thead&gt;tr&gt;th, table.box&gt;tbody&gt;tr&gt;th, table.box&gt;tfoot&gt;tr&gt;th, table.box&gt;thead&gt;tr&gt;td, table.box&gt;tbody&gt;tr&gt;td, table.box&gt;tfoot&gt;tr&gt;td {
	border: 1px solid #DDD;}
table.box&gt;thead&gt;tr&gt;th, table.box&gt;thead&gt;tr&gt;td {
	border-bottom-width: 2px
}
table.stripe&gt;tbody&gt;tr:nth-child(odd)&gt;td, table.stripe&gt;tbody&gt;tr:nth-child(odd)&gt;th {
	background-color: #f9f9f9
}
table.hover&gt;tbody&gt;tr:hover&gt;td, table.hover&gt;tbody&gt;tr:hover&gt;th {
	background-color: #E3EEF9
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}
table td[class*="col-"], table th[class*="col-"] {
	display: table-cell;
	float: none
}
table&gt;thead&gt;tr&gt;.active, table&gt;tbody&gt;tr&gt;.active, table&gt;tfoot&gt;tr&gt;.active, table&gt;thead&gt;.active&gt;td, table&gt;tbody&gt;.active&gt;td, table&gt;tfoot&gt;.active&gt;td, table&gt;thead&gt;.active&gt;th, table&gt;tbody&gt;.active&gt;th, table&gt;tfoot&gt;.active&gt;th {
	background-color: #E3EEF9
}
table&gt;tbody&gt;tr&gt;.active:hover, table&gt;tbody&gt;.active:hover&gt;td, table&gt;tbody&gt;.active:hover&gt;th {
	background-color: #e8e8e8
}
table&gt;thead&gt;tr&gt;.success, table&gt;tbody&gt;tr&gt;.success, table&gt;tfoot&gt;tr&gt;.success, table&gt;thead&gt;.success&gt;td, table&gt;tbody&gt;.success&gt;td, table&gt;tfoot&gt;.success&gt;td, table&gt;thead&gt;.success&gt;th, table&gt;tbody&gt;.success&gt;th, table&gt;tfoot&gt;.success&gt;th {
	background-color: #dff0d8
}
table&gt;tbody&gt;tr&gt;.success:hover, table&gt;tbody&gt;.success:hover&gt;td, table&gt;tbody&gt;.success:hover&gt;th {
	background-color: #d0e9c6
}
table&gt;thead&gt;tr&gt;.danger, table&gt;tbody&gt;tr&gt;.danger, table&gt;tfoot&gt;tr&gt;.danger, table&gt;thead&gt;.danger&gt;td, table&gt;tbody&gt;.danger&gt;td, table&gt;tfoot&gt;.danger&gt;td, table&gt;thead&gt;.danger&gt;th, table&gt;tbody&gt;.danger&gt;th, table&gt;tfoot&gt;.danger&gt;th {
	background-color: #f2dede
}
table&gt;tbody&gt;tr&gt;.danger:hover, table&gt;tbody&gt;.danger:hover&gt;td, table&gt;tbody&gt;.danger:hover&gt;th {
	background-color: #ebcccc
}
table&gt;thead&gt;tr&gt;.warning, table&gt;tbody&gt;tr&gt;.warning, table&gt;tfoot&gt;tr&gt;.warning, table&gt;thead&gt;.warning&gt;td, table&gt;tbody&gt;.warning&gt;td, table&gt;tfoot&gt;.warning&gt;td, table&gt;thead&gt;.warning&gt;th, table&gt;tbody&gt;.warning&gt;th, table&gt;tfoot&gt;.warning&gt;th {
	background-color: #fcf8e3
}
table&gt;tbody&gt;tr&gt;.warning:hover, table&gt;tbody&gt;.warning:hover&gt;td, table&gt;tbody&gt;.warning:hover&gt;th {
	background-color: #faf2cc
}
table thead tr th{
  background-color: #F4F8FC; 
  font-weight: 400; 
  text-align:center;
}
@media(max-width:767px) {
.newslist dl dt{
	/* width: 200px; */
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	margin-top: 24px;
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #DDD;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}
.table-responsive&gt;table {
	margin-bottom: 0
}
.table-responsive&gt;table&gt;thead&gt;tr&gt;th, .table-responsive&gt;table&gt;tbody&gt;tr&gt;th, .table-responsive&gt;table&gt;tfoot&gt;tr&gt;th, .table-responsive&gt;table&gt;thead&gt;tr&gt;td, .table-responsive&gt;table&gt;tbody&gt;tr&gt;td, .table-responsive&gt;table&gt;tfoot&gt;tr&gt;td {
	white-space: nowrap
}
.table-responsive&gt;table.box {
	border: 0
}
.table-responsive&gt;table.box&gt;thead&gt;tr&gt;th:first-child, .table-responsive&gt;table.box&gt;tbody&gt;tr&gt;th:first-child, .table-responsive&gt;table.box&gt;tfoot&gt;tr&gt;th:first-child, .table-responsive&gt;table.box&gt;thead&gt;tr&gt;td:first-child, .table-responsive&gt;table.box&gt;tbody&gt;tr&gt;td:first-child, .table-responsive&gt;table.box&gt;tfoot&gt;tr&gt;td:first-child {
	border-left: 0
}
.table-responsive&gt;table.box&gt;thead&gt;tr&gt;th:last-child, .table-responsive&gt;table.box&gt;tbody&gt;tr&gt;th:last-child, .table-responsive&gt;table.box&gt;tfoot&gt;tr&gt;th:last-child, .table-responsive&gt;table.box&gt;thead&gt;tr&gt;td:last-child, .table-responsive&gt;table.box&gt;tbody&gt;tr&gt;td:last-child, .table-responsive&gt;table.box&gt;tfoot&gt;tr&gt;td:last-child {
	border-right: 0
}
.table-responsive&gt;table.box&gt;tbody&gt;tr:last-child&gt;th, .table-responsive&gt;table.box&gt;tfoot&gt;tr:last-child&gt;th, .table-responsive&gt;table.box&gt;tbody&gt;tr:last-child&gt;td, .table-responsive&gt;table.box&gt;tfoot&gt;tr:last-child&gt;td {
	border-bottom: 0
}
}

.caption{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 93%;
}


/*---------------------------------
	Layout
-----------------------------------*/
#ja{
	text-align: justify;
	text-justify: inter-ideograph;
	}
	

#container{
	position: relative;
	font-size: 100%;
	color: #333;
	padding-right: 240px;
}

#content-inner{/* background: #1a1a1a; *//* position: relative; */padding-bottom: 30px;}

.home #container,
.home #content-inner,
.home #content,
.home #main{
}
#content{/* background:#fff; */position: relative;}
.page-2375 #main{
	background: url(/images/main-about.jpg) no-repeat;
	background-size: 100%;
}
#canvas{
	max-width:100%;
}
#main{
	font-size:15px;
	/* padding-top: 30px; */
}
#main-inner{
	padding-top:30px;
}
#contentainer{
	font-size:100%;
}
	
.main-header{
	zoom:1;
	padding: 18px 0 20px 0;
	clear: both;
	text-align: center;
	background: #001E62;
	color: #fff;
	font-size: 31px;
	margin: 0;
	font-weight: 400;
}

.home .main-header{
	background:none;
	padding: 0;
	border:none;
}

.main-header .date{
	
}
.main-header .post-category a{
	margin-left:15px;
}

.mainn-header h1{
	margin-top:0;
	color:#fff;
}



	
#sidebar h3{
	border:none;
	font-size: 15px;
	text-align:center;
	background:#272727;
	color:#fff;
	padding: 8px 0 7px;
	margin: 0 0 2px 0;
}
/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs{
	padding:0;
	line-height:0%;
	font-size:0;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}

	ul.breadcrumbs li{
	list-style-type:none;
	margin:0;
	padding: 0 6px 0 0;
	display:inline-block;*
	display:inline;/* IE ONLY*/
	position:relative;zoom:1;
	line-height: 34px;
	vertical-align: bottom;
	font-size:11px;
}
	
	ul.breadcrumbs li a{
	display:inline-block;
	*display:inline; /* IE ONLY*/
	position:relative;
	padding: 0 6px;
	zoom:1;
	margin:0;
	background-repeat: no-repeat;
	background-position: right center;
}
	ul.breadcrumbs li.last i{margin-left:8px}
	
	ul.breadcrumbs li.last a{
	color:#333;
	cursor: default;
	text-decoration:none;
	background:none;
	}
	
	ul.breadcrumbs li.last a:hover{
	text-decoration:none;
	}

/*---------------------------------
	Header
-----------------------------------*/
#globalnav{
	background: #efefef;
	width: 240px;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 2;
}
#globalnav.is_stuck{}
#globalnav .container{
	
}

#globalnav .menu-target{
    margin: 20px 0 10px 10px;
    padding: 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight:500;
}
#globalnav .menu-target li{
    float: left;
    line-height: 1;
}
#globalnav .menu-target li a{padding: 0 10px;border-right: solid 1px #111;}
#globalnav .menu-target li.last a{border-right:none;}
	
	
.header-panel {
   
}
.header-panel,.header-panel a{
}
.header-panel a:hover,.header-panel a.current{
}

#fsize1{
	font-size: 8px!important;
}
#fsize2{
	font-size: 13px!important;
}
#fsize3{
	font-size: 17px!important;
}


/* -------------------------------------------------- */
/*	Sidebar
/* -------------------------------------------------- */
#sidebar .sidebar-menu{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
}
#sidebar .sidebar-menu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	font-size: 14px;
	
	clear: both;
}
#sidebar .sidebar-menu li.divide{
	border-top: #D8E4F4 1px solid;
}
#sidebar .sidebar-menu li.boxmenu a{
	
}
#sidebar .sidebar-menu{
	border-top: #D8E4F4 1px solid;
}
#sidebar .sidebar-menu ul{
	border-top: none;
}
#sidebar .sidebar-menu li a{
	display:block;
	text-decoration:none;
	padding: 14px 14px 14px 14px;
	border-bottom: #D8E4F4 1px solid;
	border-left: #D8E4F4 1px solid;
	border-right: #D8E4F4 1px solid;
	background-position: 100% center;
	background-repeat: no-repeat;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
}

#sidebar .sidebar-menu li li a{
	padding: 14px 14px 14px 32px;
}



#sidebar .sidebar-menu li.last a,
#sidebar .sidebar-menu li.lastExpandable a{
	/* border-bottom: transparent; */
}
#sidebar .sidebar-menu li.expandable &gt; a,
#sidebar .sidebar-menu li.collapsable &gt; a{
	padding-right: 40px;
}

#sidebar .sidebar-menu li.collapsable &gt; a{
	background-color: #E3EEF9;
}

#sidebar .sidebar-menu li a:hover{
	
	background-color: #fff;
	color: #001E62;

	}
#sidebar .sidebar-menu li ul li a{
	font-weight: normal;
	font-size: 14px;
	
	/* background: #fff; */
}
#sidebar .sidebar-menu li a.current,
#sidebar .sidebar-menu li a.parentsLink{
	background-position: 100% center;
}
#sidebar .sidebar-menu li li a.current,
.scrollnav li.current a{
	background: #DDD;
	color: #001E62;
	font-weight: bold;
}
#sidebar .sidebar-menu li ul{
	background-color: #F4F8FC;
	padding: 0;
	margin: 0;
}

#mobile-menu .sidebar-menu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	font-size: 14px;
	
	clear: both;
}

#mobile-menu .sidebar-menu{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
}

#mobile-menu .sidebar-menu li a{
	display:block;
	text-decoration:none;
	padding: 14px 14px 14px 14px;
	background-position: 100% center;
	background-repeat: no-repeat;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
}
#mobile-menu li li a{
	padding: 10px 32px 10px 36px;
	
}
#mobile-menu li.collapsable li a{
}

.sidebar-menu li li li a{
	padding: 10px 32px 10px 58px!important;
	color: #888;
}
.sidebar-menu li li li li a{
}
.sidebar-menu li li li li li a{
}


.hitarea {
	line-height: 46px;
	height: 46px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}


.hitarea:before {  
    float: right;
   margin-top: 1px;
   
    margin-right: 14px;
   display: inline;
   font-family: FontAwesome;
   height: auto;
   font-size: 16px;
   content: "\f107";
   font-weight: 300;
   text-shadow:none;
   
    color: #888;
}

.expandable-hitarea:before {   
   float: right;
   margin-right: 15px;
   display: inline;
   font-size: 16px;
   font-family: FontAwesome;
   height: 100%;
   content: "\f105";
   font-weight: 300;
   text-shadow:none;
   padding-left: 12px;
   color: #888;
}
.hide-tree .hitarea {
 display:none;
}
.hide-tree.collapsable .hitarea {
 display: none;
}
#sidebar .sidebar-menu li.current a {
	color: #001E62;
	font-weight: bold;
}

.sidebar-menu li li .hitarea {
	height: 38px;
	line-height: 38px;
}
.sidebar-menu li.tree .hitarea{width:100%;}
.sidebar-menu li.tree li .hitarea{width:30px;}


#sidebar .hitarea:hover {
	background-color: #E3EEF9;
}
#mobile-menu .expandable .hitarea:hover {
	background-color:#282828;
	
}
#mobile-menu .collapsable li.last a{
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow:0px -2px 2px rgba(0,0,0,0.1) inset;
	border-bottom:solid 1px #3f3f3f;
}


#mobile-menu .hitarea:hover:before {
	color: #fff;
}

.expandable-hitarea {
}
.expandable-hitarea:hover {
}


#sidebar .menu li a:hover {
background-color: #E3EEF9;
}
#sidebar .sidebar-menu li a.current {
	background: #DDD;
	color: #001E62;
	font-weight: bold;
}
#mobile-menu .sidebar-menu{
	margin-bottom:40px;
}
#mobile-menu .sidebar-menu li.collapsable &gt; a{
	background-color: #282828;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow:0px 2px 2px rgba(0,0,0,0.1) inset;
	border-bottom:solid 1px #222;
}
#mobile-menu .sidebar-menu li a{/* color:rgba(255,255,255,0.6); */}
#mobile-menu .sidebar-menu li li a{/* color: #aaa; */}

#mobile-menu .sidebar-menu li a.current,
#mobile-menu #sidebar .menu li a:hover {
	background-color: #282828;
	color: #fff;
}
#mobile-menu .sidebar-menu li ul{
	background-color: #282828;
	padding: 0;
	border:none;
	margin: 0;
}


#mobile-menu .sidebar-menu li a:hover{
	background:#282828;
	color:#fff;
}

.menu-button {
    display:block;
	background-color: rgba(13,94,168, 0.66);
    color: rgba(255, 255, 255, 0.66);
	text-align: center;
    z-index: 1000;
    top: 0;
    right:0;
    padding: 17px 19px 15px;
	position:fixed;
	border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	-o-border-radius: 0 0 0 2px;
}
.menu-button:hover{
    
}
.menu-button a:before {
	display: block;
	content: '\2261';
	font-size: 30px;
	color: rgba(255, 255, 255, 0.66);
}

/*slidemenu*/
#mobile-menu {
    background-color: #efefef;
}
#mobile-menu li {
}
#mobile-menu li a {border-bottom: 1px solid #D5DEDA;}
#mobile-menu li li a {
border-bottom: 1px solid #222;
	
}

	
#mobile-menu li:first-child {
    /* border-top: 1px solid #222; */
}
#mobile-menu li:last-child {
}
#mobile-menu .slidemenu-header {
    height: 74px;
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
}
#mobile-menu .slidemenu-header div {
    padding: 14px;
    /* text-decoration: none; */
    /* color: #494949; */
    /* height: 40px; */
    /* width: 216px; */
}
#mobile-menu .search-box input{
	border:none;
	padding:13px 10px 13px 10px;
	margin: 0 0 10px 0;
	width: 212px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: rgba(255, 255, 255, 0.7);
	/* border-bottom: 1px solid #3f3f3f!important; */
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
}

.search{}
.searchfield{
	width: 92%;
	font-size: 16px;
	padding: 10px 4%;
	border: none;
	border-bottom: solid 1px #d3dbd9;
	border-radius: 0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
}


#mobile-menu .search-box ::-webkit-input-placeholder {
    color:    #555;
}
#mobile-menu .search-box :-moz-placeholder {
    color:    #555;
}

#mobile-menu .search-box button{
	background:none;
	position:absolute;
	top: 16px;
	right: 24px;
	color: #5C5C5C;
	font-size: 16px;
	border: none;
	padding: 12px;
	width: 30px;
}
#mobile-menu {
  /* top: 0; */
  /* width: 260px; */
  /* position: fixed; */
  /* visibility: hidden; */
  /* z-index: -1; */
}
#mobile-menu a{color: #222;}
#mobile-menu a:hover{
background:#fff;

}
#mobile-menu .slidemenu-header {
  position: relative;
}
#mobile-menu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mobile-menu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu {
    right: 0;
}
.header-pannel{
	text-align:center;
	background:#001E62;
	color:#fff;
}
.header-pannel a{
	color:#fff;
}
.header-pannel h1{
	font-size: 36px;
	line-height: 69px;
	font-weight: 500;
}

/* -------------------------------------------------- */
/*	mobile-menu
/* -------------------------------------------------- */

@media only screen and (min-width : 960px) {
	#globalnav {right:0;}
}

@media only screen and (max-width : 959px) {
#globalnav .menu-utility li.menu-access a{
	border-left:none;
}
#globalnav {
    /* width: 100%; */
    /* z-index: 2; */
    /* top: 0; */
    /* right: -240px; */
}

#container {
  background:#fff;
  padding-right: 0;
}


}


/* -------------------------------------------------- */
/*	Menu
/* -------------------------------------------------- */
.menu{
	margin:0;
	padding:0;
	line-height:100%;
	position:relative;
	z-index:1000;
	
	text-align:center;
	width:100%;
	display: table;
}

	.menu:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
	.menu li{
	text-align: center;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;zoom:1;
	line-height:inherit;
	top:0;
	left:0;
	display: table-cell;
	text-align: left;
}
* html .menu li,
*:first-child+html .menu li {
	display:inline;
	zoom:1;
}
* html .menu li{
	float:left;}
		.menu li a{
	margin:0;
	padding:0;
	display:block;
	position:relative;
	zoom:1;
	line-height: 1.3;
	top: 0px;
	left:0;
	color: #222;
}



/*--------------Sub Menus-------------------*/
	.menu ul{
	margin:0;
	padding:0;
	position: fixed;
	top: 0;
	right: 240px;
	display:none;
	/* min-width: 25%; */
	width: 240px;*
	width:150px;
	height: 100%;
	}
	.menu ul li{display:block;width:100%;
	text-align: left;}
	.menu ul li a{display:block;}
	.menu ul ul{top: 0;left:100%;min-width: 100%;}
	.menu .left &gt; ul{left:auto; right:0%;}
	.menu ul .left ul{left:auto; right:100%;min-width: 100%;}
		
/*--------------Dividers-------------------*/		
	.menu ul li.divider{border-top:1px solid #ccc;}
	.menu ul li.divider a{border-top:1px solid #fff;}


/*--------------Right---------------------*/
	.menu li.right{float:right;}

	
/*--------------Arrows-------------------*/
	.menu li.has-menu &gt; a{padding-right:25px;}
	.menu li li.has-menu span.arrow{}
	.menu li li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Menu Layout-------------------*/
.menu.vertical{
	display:block;}
	.menu.vertical li{
	display:block;
	text-align:left;
	width: 100%;
}
	.menu.vertical li a{display:block;}
	.menu.vertical ul{top:0;left:100%;}
	.menu.vertical li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right{text-align:left;}
	.menu.vertical.right ul{top:0;right:100%;left:auto;}
	.menu.vertical.right li a{padding-left:25px;padding-right:20px;}
	.menu.vertical.right li.has-menu span.arrow{right:auto;left:5px;margin-top:-4px;}
	
	
/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
	z-index:600;
}

	div#globalnav{}
	
		.menu li a{
	text-decoration:none;
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
	}
	.menu li a span {
		position:absolute;
		right:0;
		top:0;
	}
		.menu.small li a{
		padding:4px 8px;
		}
		
		.menu li.current&gt;a,
		.menu li.current&gt;a:hover,
		.menu li.current.hover&gt;a{
		color:#444;
		cursor: default;
		}
		
		.menu li a:hover,
		.menu li.hover&gt;a{}
		
	/* sub menus */
	.menu ul{
	background: #fff;
	border-top: 0;
}

	.menu ul li{
		border-bottom: solid 1px #eee;}
	.menu ul li.last{
		border-bottom:none;}
	.menu ul li a{}
	
		/* sub-sub menus */
		.menu ul ul{}
		.menu ul ul li{}
		.menu ul li &gt; li a{}
		
	/* arrows */
	/* arrow down */  .menu li.has-menu span.arrow{
    position: absolute;
 
    top: 14px;
    right: 0;
}
	/* arrow left */  .menu li li.has-menu span.arrow:before {  
    float: right;
   margin-top: 1px;
    margin-right: 14px;
   display: inline;
   font-family: FontAwesome;
   height: auto;
   font-size: 16px;
   content: "\f105";
   font-weight: 300;
   text-shadow:none;
   color: #888;
}
.menu li li.has-menu a:hover span.arrow:before {  
   color: #001E62;
}
		

	 .menu li li.has-menu.hover &gt; a span.arrow,.menu li li.has-menu &gt; a:hover span.arrow, .menu.vertical li.has-menu.hover &gt; a:hover span.arrow
					   {}
	/* arrow right */ .menu.vertical.right li.has-menu span.arrow{}
	
	/* dividers */ 	  .menu ul li.divider{border-top:1px solid #ccc;}
					  .menu ul li.divider a{border-top:1px solid #fff;}
					  
	/* icons */
	.menu .icon{margin:-10px 7px -10px -5px;vertical-align: middle;}
	.menu ul .icon{margin-left:-10px;}


/*---------------------------------
	RESPONSIVE MENU STYLES
	DO NOT EDIT unless you know what you are doing
-----------------------------------*/

.menu li.menu-toggle{display:none;}

/* -------------------------------------------------- */
/*	Other
/* -------------------------------------------------- */

.tool-panel{
	float: left;
	margin: 13px 0 4px;
	padding-bottom: 0;
	font-size: 10px;
	color: #666;
}
.tool-panel li{
	float:left;
	line-height: 22px;
	display: inline;
	 vertical-align: bottom;
}
.tool-panel li.first{
	padding-right:10px;
}
.tool-panel li a{
	float:left;
	display:block;
	padding: 0 8px;
	line-height: 22px;
}
.tool-panel li a:hover{
}

.tool-panel .print a{
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 12px;
}


ul.pager {
	border:0;
	padding:0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	left:50%;
	float:left;
}
.pager li {
	border:0;
	margin:0;
	padding:0;
	font-size:15px;
	list-style:none;
	float:left;
	position:relative;
	left:-50%;
	padding-left:0!important;
	background-image: none!important;
}

.pager .link_next, .pager .link_before {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
.pager li span {
	color:#000;
	display:block;
	float:left;
	padding:4px 6px;
}
.pager a {
	border:solid 1px #DDD;
	margin-right:2px;
}
.pager a:link, .pager a:visited {
	color: #555;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
.pager a:hover {
	border:solid 1px #001E62;
	background:#001E62;
	color:#fff;
}
.pager i {
	display:none;
}
.pager .first a, .pager .last a{
	border:none;
	text-decoration:underline;
}
.pager .first a:hover, .pager .last a:hover {
	border:none;
	color:#fff;
}

.list-thum{
	font-size:93%;
	line-height:1.5;
}
.list-thum .section{}
.list-thum .post-thum{}
.list-thum .post-date{
	padding: 12px 15px 0;
	font-size:77%;
}
.list-thum .post-title{
	padding:0 15px 12px;
}

.middle{display: table;
width: 100%;}
.middle div{
	display: table-cell;
	vertical-align:middle;
	}
	
.banner{
	text-align:center;
	padding:15px 0 0 0;
}
a.btn-language,
.print{
}

.tool-panel a.btn-language a,
.tool-panel .print a {
	
}
a{

}
.header{
background:#fff;
	padding:10px 0;
}
h2.line{
padding: 6px 12px 5px;
margin: 50px 0 1em 0;
text-transform: uppercase;
background: #222;
color: #fff;
font-size: 12px;
}
.header .snsicon{
	font-size:24px;
	float:right;
}
#footer .snsicon{
	font-size:24px;
	float:right;
	margin-top:-2px
}
#footer .snsicon i{
	color:#555;
}
#footer .snsicon:hover i{
	color:#fff;
}





.breadcrumb {
	list-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0px;
}
.breadcrumb&gt;li {
	display:inline-block;
*display:inline;
	text-shadow:0 1px 0 #fff;
*zoom:1;
font-size:11px;
}
.breadcrumb&gt;li&gt;.divider {
	padding:0 5px;
	color:#ccc
}
.breadcrumb&gt;.active {
	color:#999
}

#globalnav .menu{
	padding: 10px 0;
	margin:0;
	border-bottom: solid 1px #D2DAD8;
}
#globalnav .menu li{
	margin:0;
	padding: 0;
	font-size: 15px;
	clear: both;
	display: block;
	font-weight: 500;
}
#globalnav .menu li span.to-faculty{
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 13px;
}
#globalnav .menu &gt; li{width: 100%;}
#globalnav .menu &gt; li li{
	font-size: 14px;	
}
#globalnav .menu &gt; li &gt; a{
		padding: 10px 20px;
		display:block;
		box-sizing: border-box;
}

#globalnav .menu &gt; li:hover &gt; a,
#globalnav .menu &gt; li &gt; a.parentsLink,
#globalnav .menu &gt; li &gt; a.current{
	background:#fff;
}
#globalnav .menu &gt; li &gt; a:after{/* content: ''; *//* width: 2px; *//* height: 10px; *//* background: #99B3DD; */ position: absolute; top: 38%; right: 0;}
#globalnav .menu &gt; li.last &gt; a:after{display: none; }

 

#globalnav .menu &gt; li.first &gt; a{}
#globalnav .menu li.first{
	margin-left: 0;}
#globalnav .menu li.thumnail{}
#globalnav .menu li.thumnail a{
	padding:0;
}


#globalnav .search-box{
	position:relative;
	padding: 0;
	
}
#globalnav .search-box .utility-txt{
	margin-bottom:10px;
	display: block;
}
#globalnav .search-box form{}

#globalnav .search-box input {border:none;-webkit-transition: all .5s;
-moz-transition: all .5s;transition: all .5s;padding: 21px 0;width: 100%;
color: transparent;cursor: pointer;font-size: 16px;-webkit-border-radius:0;
-moz-border-radius:0;border-radius:0;
position:absolute;top:0;right:0;background: transparent;}

#globalnav .search-box input:hover {
}



#globalnav .search-box input:focus {
width: 240px;
padding-left: 20px;
color: #333;
background:#fff;
cursor: auto;
position:static;
margin-top:0px;
}
.language {
	margin-top:0;
	padding: 10px 0;
}
.language li a{
	padding: 0 20px;
	display:block;
	box-sizing: border-box;
	font-family: "Gotham SSm A", "Gotham SSm B";
	color: #222;
	font-size: 13px;
	font-weight: 500;
}
.language li a:hover{color:#001E62}
.language li a.current,
.language li a.parentsLink{
	color: rgba(170, 177, 175, 0.99)!important;
}



#globalnav .language-box .language:focus {
display:block;
width: 240px;
padding-left: 20px;
color: #333;
background:#fff;
margin-top:0px;
}

/* placeholder */
#globalnav .search-box input:-moz-placeholder {
color: #aaa;
color: rgba(255,255,255,0.5);
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
#globalnav .search-box input::-webkit-input-placeholder {
color: #aaa;
color: rgba(255,255,255,0.5);
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}

#globalnav .search-box input:focus:-moz-placeholder {
color: transparent;
color: rgba(255,255,255,0);
}
#globalnav .search-box input:focus::-webkit-input-placeholder {
color: transparent;
color: rgba(255,255,255,0);
}



.bg-white{
	background:#fff;
}
.boxs{
font-size:85%;background: #fff;
border: 2px solid #222;
border: 4px solid #222;
}
.pf-item-details-h img{
	width:100%;
}


.widget-container h3{
	
}
.brand{
	padding: 15px 20px 10px 20px;
	display: block;
	/* border-bottom:solid 1px #fff; */
}
.brand h2{
	margin:0;
	padding:0;
	border:none;
	line-height:1;
}
.brand img{display: block;
margin-bottom:7px;}
.logo{width:38px;}
.logotype1{
    width: 132px;
}
.logotype2{}

#slideshow{
	position:relative;
}
#slideshow .slideshow-logo{
	position:absolute;
	bottom: 50%;
	/* background: rgba(9,135,150,.75); */
	width: 100%;
	padding: 20px 0;
	margin: 0;
	/* left: 100px; */
	text-align: center;
	margin-bottom: -10%;
}
#slideshow .slideshow-logo img{
	max-width: 90%;
	margin: 0 5%;
}


#faculty{
    padding: 5%;
}
#faculty .profile{
}
#faculty .profile .heightline{background: #efefef;}
#faculty .prof-txt{
    /* float: left; */
    padding-bottom: 18px;
}
#faculty .prof-img{
    /* float: left; */
    /* margin-right: 20px; */
}
#faculty .prof-img img{
	margin-bottom: 0!important;
	width: 100%;
}
#faculty .name{
    /* padding-left: 15px; */
    font-weight: 500;
    line-height: 1.3;
    margin-top: 18px;
    font-size: 18px;
    /* float: left; */
    text-align: center;
    /* width: 100%; */
}
#faculty .name p{
	
}
#faculty .name .small{
	display: block;
	font-size: 13px!important;
	font-weight: 200;
}
#faculty .name .prof-title{
	font-weight:300;
	display: block;
	font-size:15px;
	margin-top:10px;
}
#faculty .research{margin: 15px 12px 0;margin-bottom: 10px;
padding: 15px 0;/* clear: both; */
border-top: dotted 1px #D2DAD8;
border-bottom: dotted 1px #D2DAD8;}
#faculty .research ul{
	margin-top:0;
}
#faculty .research ul li{
	padding;
	line-height: 1.5;
	font-size: 14px;
}
#faculty .email{/* padding-left: 0; */font-weight: 200;/* float: left; *//* clear: both; */text-align: center;padding: 0 0 14px 0;/* width: 80%; */font-size: 12px;letter-spacing: -.02em;}



.slideshow {
	position:relative; 
	width: 100%;
}
.slideshow img{
}

.scrollnav li a{
	/* border-top: solid 1px #ddd; */
	/* display:block; */
	/* padding:8px; */
} 
.delay{
	display:none;
}
.photo img{
width:100%;}
.photo img.size-thumbnail{
width:auto;}

video#bgvideo{
position:fixed;
top: 0;
left:0;
z-index: -2;
width: 100%!important;
height: auto!important;
}
#bg-dotted{
background:url(/images/alpha.png);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:-1;
}
#top{
	overflow: hidden;
}
.label{
	position: relative;
    border:none;
    background: #F4F8FC;
    border-bottom: 2px solid #AECFED;
    padding: 0.75em 1em;
    margin-top: 54px;
}

.balloon {
    position: relative;
    border:none;
    background: #F4F8FC;
    border-bottom: 2px solid #AECFED;
    padding: 0.75em 1em;
    margin-top: 54px;
}
.balloon:after, .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.balloon:after {
    left: 40px;
    border: 9px solid transparent;
    border-top: 8px solid #F4F8FC;
    margin-left: 3px;
}
.balloon:before {
    left: 40px; 
    border: 13px solid transparent;
    border-top: 11px solid #AECFED;
    margin-left: -1px;
}
.box-b{
    border: solid 4px #222;
    padding: 4% 4% 0;
}

.section-title {
    position: relative;
    color: #fff;
    background: #222;
    margin-bottom: 20px;
    padding: 10px 5px 10px 10px;
    text-align:center;
}
.section-title:after, .section-title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.section-title:after {
    left: 50%;
    border: 10px solid transparent;
    border-top: 8px solid #222;
margin:0 0 0 -8px;
}


/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
	border-top: 1px solid #DDD;
	cursor: pointer;
	display: block;
	margin: 0;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #222;
	outline: medium none;
	padding: 3% 1.5%;
	text-decoration: none;
	text-shadow: none;
}
h3.acc-trigger a, h4.acc-trigger a {
	margin: 0;
}
h6.acc-trigger a {
	background-position: 20px 21px;
}
.acc-trigger a:hover {
	background-color: #f8f8f8;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #001E62;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	cursor: default;
}
h3.acc-trigger.active a, h4.acc-trigger.active a {
}
h6.acc-trigger.active a {
	background-position: 20px -90px;
}
.acc-container .content {
	padding: 0 5% 10px 5%;
}
.acc-container .content .one-half {
	width: 422px;
}
.acc-container .content .one-third {
	width: 275px;
}
.acc-container .content .two-third {
	width: 570px;
}
.acc-container .content .one-fourth {
	width: 201px;
}
.acc-container .content .three-fourth {
	width: 644px;
}
.js .acc-container {
	margin-top: -15px;
}

ul ,ol {
	margin-top:0.75em;
}
ul li,ol li{
}
ol{
	margin-left: 2.7em;
}
ol ol{
	margin-left:0em;
}
ol &gt; li{
	list-style: decimal;
}
ol ol &gt; li{
	list-style:lower-roman;
}
ol ol ol &gt; li{
	list-style:circle;
}

ol ol &gt; li{
	margin-left:1.5em;
}

ol ol,ol ul{
	margin-top:0.75em;
}
ul.list-icon {}
ul.list-icon li{
	position:relative;
	padding-left: 1.8em!important;
}
ul.list-icon i.fa-angle-right{
	position: absolute;
	left:0px;
	top:0.5em;
	font-size: smaller;
}
ul.list-icon.tight i.fa-angle-right{
	top:0.25em;
}
ul.tight li,ol.tight li{margin-top:0;margin-bottom:0;}
ul.line,ol.line {}
ul.line li,ol.line li{
	border-bottom:solid 1px #eee;
	padding-bottom:0.5em;
}
ul.tight.line li,ol.tight.line li{
	padding-top:0.25em;
	padding-bottom:0.2em;
}
ul.line li.last,ol.line li.last{
	border-bottom:none;
}
.page-nav{
    text-align: center;
    margin: 30px 0;
}
.page-nav li{
    display: inline-block;
}
.page-nav li.next{}
.page-nav li.prev{}
.page-nav li.next a{}
.page-nav li.prev a{}
.page-nav li a{
    background: #efefef;
    padding: 10px 30px;
}
.page-nav li a:hover{
	color:#fff;
	background:#001E62;
}


#sub-menu{
	float:right;
	margin: 26px 0;
	padding:0;
	font-size: 14px;
}
#sub-menu li{
	float:left;
	margin: 0 0 0 30px;
	padding:0;
}
#sub-menu li a{
	display:block;
	/* padding: 20px 15px 15px; */
	line-height: 30px;
}

#sub-menu li.first a{
}
#sub-menu li a:hover,
#sub-menu li a.current{
}
#sub-menu lia.btn-language a{
}

.col-header{
	position:relative;
	/* border-top: solid 2px #001E62; */
	/* border-bottom: solid 1px #ddd; */
	/* height: 43px; */
}
.col-header h2{
	margin:0;
	padding: 13px 0 0 10px;
	/* float: left; */
	font-size: 119%;
	border: none;
}
.col-btn{
	
	float: right;
} 
.col-btn a{
	padding: 15px 15px;
	border-left:solid 1px #eee;
	display: block;
	float:left;
}
.col-btn a span{
}
.title-number{
	position:relative;
	padding-left:40px;
}
.number{
	font-family:'Open Sans',sans-serif;
	font-size: 36px;
	font-weight: 100;
	bottom: initial;
	position:relative;
	margin-right: 10px;
	line-height: 1;
	color: #001E62;
	margin-top: -12px;
	display: block;
	position:absolute;
	left:0;
	bottom:5px;
}
.bg{
	background: rgba(13,94,168,0.1);
	z-index: 100;
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
} 
/*---------------------------------
	Home
-----------------------------------*/




@media only screen and (min-width : 768px) and (max-width : 959px) {
.brand{
	/* margin: 16px 0 15px 20px; */
}
}


	
.newslist {
	line-height:1.4; 
	/* padding: 0; */
	/* margin: 0; */
}
.newslist dt{
	width: 110px;
	float: left;
	font-weight: normal;
	/* font-size: 13px; */
	padding: 16px 0 0 10px;
	/* color: #aaa; */
	font-weight: 300;
	/* font-family: "Gotham SSm A", "Gotham SSm B","Noto Sans Japanese"; */
	/* top: -4px; */
	position: relative;
	letter-spacing: 0.05em;
}
.newslist dd{
	/* display: block; */
	/* font-size: 93%; */
	/* padding: 12px 15px 12px 85px; */
	/* border-bottom: dotted 1px #eee; */
	/* text-align: left; */
}
.newslist dd:hover{
	background:#E3EEF9;
}
.newslist a{
	color:#555;
	/* padding-left: 10px; */
	display: block;
}
.newslist a:hover{
	color:#001E62;
}
.newslist dl{
	line-height: 1.5;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #DDD;
}

.newslist dd{
	display: block;
	padding: 0px 0px 0px;
	border-bottom: solid 1px #DDD;
	text-align: left;
	width: 100%;
	/* margin-top: 5px; */
}
.newslist dd:hover{
	background:#fff;
}
.newslist a{
	color:#555;
	
}
.newslist a:hover{
	color:#001E62;
	background:#fff;
}
.newslist .post-title a{display: block;padding: 16px 14px 16px 120px;}
.newslist .list-employment a{}
.newslist .post-category{padding: 16px 0 0 0; display:inline-block;}
.newslist .post-category a{ display:inline; color:#fff;}
.newslist .post-category a:hover{color:#001E62;}

.tabs i{
	font-size: 14px;
	margin-left: -14px;
	margin-right: 5px;
}
/* 
	TipTip CSS - Version 1.2 
	http://code.drewwilson.com/entry/tiptip-jquery-plugin
*/

#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; } 
#tiptip_holder.tip_top { padding-bottom: 5px; } 
#tiptip_holder.tip_bottom { padding-top: 5px; } 
#tiptip_holder.tip_right { padding-left: 5px; } 
#tiptip_holder.tip_left { padding-right: 5px; } 
#tiptip_content a{
color: #fff;}
#tiptip_content {
font-size: 11px;
padding: 4px 8px;
/* border: 1px solid rgba(0,0,0,0.25); */
background: #272727;
background-color: #272727;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
/* -webkit-box-shadow: 0 0 3px #555; */
-moz-box-shadow: 0 0 2px #555;
box-shadow: 0 0 2px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 10px 10px 6px 10px;
		background-color: #35A5F0;
		line-height: 1.5;
		color: #fff;
}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color:#35A5F0;
	}
}



.col-header{
	position:relative;
}
.col-btn{
	position:absolute;
	top:13px;
	right:12px;
	
} 
.col-btn a{
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #eee;
}
.col-btn a span{
	display:none;
}
.title-number{
	position:relative;
	padding-left:40px;
}
.number{
	font-family:'Open Sans',sans-serif;
	font-weight: 100;
	line-height: 1;
	color: #10A8A1;
	display: block;
	position:absolute;
	left:0;
	font-size: 2.4em;
	bottom: 4px;
	margin-right: 10px;
	line-height: 1;
	color: #5394dc;
}


.section-inner { padding-top: 120px; }
.notoppadding .section-inner { padding-top: 0px; }

.parallax-section{
	min-height: 400px;
	background: transparent;
}

span .fa-external-link{
	font-size:10px!important
}


.box-scroll{
	height:300px!important;
	overflow:hidden;
}
.box-section{/* background: #F4F4F6; */}

.slideup{
	position:relative;
	overflow: hidden;
}
.slideup .box-image{
	position: relative; height: 100%; width: 100%;
	-webkit-transition:0.8s ease-out;
	-moz-transition:0.8s ease-out;
	-ms-transition:0.8s ease-out;
	-o-transition:0.8s ease-out;
	transition:0.8s ease-out;
}
.slideup:hover .box-image{
	position: relative; height: 100%; width: 100%;
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.box-slide {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	padding: 0 10px 15px 0;
	/* width: 100%; */
	/* position: absolute; */ 
	/* height: 100%; */ 
	/* width: 100%; */
	/* background: #001E62; */
	/* background: rgba(13,94,168, 0.8); */
	/* color: #fff; */
	/* color: rgba(255,255,255,0.7); */
	display: block;
	text-align: center;
}

.box-slide p{
	margin:0
;text-align: center;
}
.box-slide a{
	color:#fff;
}
.box-meta {
	/* height: 100%; */
	/* padding: 10px 10%; */
	/* text-align: center; */
	/* width: 80%; */
}
.box-meta *{
	/* color: #E5DCD1; */
	line-height:1.4;
}
.box-meta p{
	font-size:85%
}

.button,a.btn{
	display: inline-block;
	padding: 0.67em 1.3em 0.67em;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: middle;
	cursor: pointer;
	background: #001E62;
	border: 2px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	font-size: 93%;
	transition: * 0.2s linear;
	-moz-transition: * 0.2s linear;
	-webkit-transition: * 0.2s linear;
}
.button:hover,a.btn:hover{
	background: transparent;
	color: #001E62;
	border: 2px solid #001E62;
}
.button.frame,a.btn.frame{
	background: transparent;
	color: #001E62;
	border: 1px solid #001E62;
}
.button.frame:hover,a.btn.frame:hover,
.button.frame.active,a.btn.frame.active,
.button.frame.active:hover,a.btn.frame.active:hover{
	background: #001E62;
	color: #fff;
	border: 2px solid transparent;
}
.button.white,a.btn.white{
	background:#fff;border: 2px solid transparent;color:#001E62;}
.button.white:hover,a.btn.white:hover{
	background:transparent;color:#fff;border: 2px solid #fff;}
.button.red,a.btn.red{
	background:#e33;border: 2px solid transparent;color:#fff!important;}
.button.red:hover,a.btn.red:hover{
	color:#e33!important;border: 2px solid #e33;background:transparent;}
.button.gray,a.btn.gray,.button.gray:hover,a.btn.gray:hover{background:#aaa;color:#fff!important;border: 2px solid transparent;cursor:default;}

/*専任職員*/
.button.newgrad,a.btn.newgrad{
	background:#c63527;border: 2px solid transparent;color:#fff!important;}
.button.newgrad:hover,a.btn.newgrad:hover{
	color:#c63527!important;border: 2px solid #c63527;background:transparent;}
/*専任職員-経験者*/
.button.mid,a.btn.mid{
	background:#c63527;border: 2px solid transparent;color:#fff!important;}
.button.mid:hover,a.btn.mid:hover{
	color:#c63527!important;border: 2px solid #c63527;background:transparent;}
/*嘱託職員*/
.button.fix,a.btn.fix{
	background:#f1c400;border: 2px solid transparent;color:#fff!important;}
.button.fix:hover,a.btn.fix:hover{
	color:#f1c400!important;border: 2px solid #f1c400;background:transparent;}
/*臨時職員*/
.button.part,a.btn.part{
	background:#555555;border: 2px solid transparent;color:#fff!important;}
.button.part:hover,a.btn.part:hover{
	color:#555555!important;border: 2px solid #555555;background:transparent;}
/*専門員*/
.button.spec,a.btn.spec{
	background:#e0d49a;border: 2px solid transparent;color:#555!important;}
.button.spec:hover,a.btn.spec:hover{
	color:#555!important;border: 2px solid #e0d49a;background:transparent;}
/*病院 */
.button.hosp,a.btn.hosp{
	background:#008447;border: 2px solid transparent;color:#fff!important; cursor:default;}
.button.hosp:hover,a.btn.hosp:hover{
	background:#008447;border: 2px solid transparent;color:#fff!important; cursor:default;}
	/*color:#008447!important;border: 2px solid #008447;background:transparent;}*/
.label-hosp{
	background:#008447;
	color:#fff;
	display: inline-block;
	padding: 0.2em 0.8em 0.3em;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-size: 88%;
	transition: * 0.2s linear;
	-moz-transition: * 0.2s linear;
	-webkit-transition: * 0.2s linear;
	}
h1 span.label-hosp {
	font-size: 62%;
}


.button.frame.white,a.btn.frame.white{
	background:transparent;
	color:#fff;
	border: 1px solid #fff;
	}
.button.frame:hover.white,a.btn.frame.white:hover{
	background:#fff;;border: 2px solid transparent;color:#001E62!important;}
.button.frame.red,a.btn.frame.red{
	color:#e33!important;border: 2px solid #e33;background:transparent;
}
.button.frame.red:hover,a.btn.frame.red:hover{
	background:#e33;border: 2px solid transparent;color:#fff!important;
}


.button.frame.gray,a.btn.frame.gray,
.button.frame.gray.active,a.btn.frame.gray.active,
.button.frame.gray:hover,a.btn.frame.gray:hover,
.button.frame.gray.active:hover,a.btn.frame.gray.active:hover
{background: transparent;color:#aaa!important;border: 2px solid #aaa;cursor:default;}


.button.small,a.btn.small {
	padding: 0.45em 1em 0.45em;
}
.button.xsmall,a.btn.xsmall{
	padding: 0.33em 0.67em 0.33em;
}
ul.button{
	text-align: left;
}
ul.button a{
	display: inline-block;
	padding:0.4em  0.67em;
	/* margin-bottom: 0; */
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: middle;
	cursor: pointer;
	background: #DDD;
	border: 2px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	/* color: #fff; */
	font-size: 85%;
	  transition: * 0.2s linear;
    -moz-transition: * 0.2s linear;
    -webkit-transition: * 0.2s linear;
    white-space:nowrap;
	margin-bottom: 4px;
}

ul.button a:hover{
	background: #001E62;
	color: #fff;
	border: 2px solid transparent;
}
ul.button li{
	margin: 0;
	padding:0;
	display:inline;
}

ul.box{
background:#F4F8FC;
	transition: * 0.2s linear;
    -moz-transition: * 0.2s linear;
    -webkit-transition: * 0.2s linear;
   
padding: .67em 0.5em;
margin-left: 1em;
}

ul.box li &gt; ul.box{
background: #E9F1F9;
}

ul.box i{
color: #001E62!important;
}
.box-link img{
border-radius: 3px 3px 0;
	-moz-border-radius: 3px 3px 0;
	-o-border-radius: 3px 3px 0;
}
.box-link h3{padding: 15px 20px 10px!important;margin: 0;}
.box-link p{
	padding: 0 20px 20px;
}
div.box{
background:#F4F8FC;
	transition: * 0.2s linear;
    -moz-transition: * 0.2s linear;
    -webkit-transition: * 0.2s linear;
   
padding: .67em 0.5em;
margin-left: 1em;
}

.bg-light{
background:#f5f5f5;}

.main-button{
margin-top:240px;
float:right;
}
.backstretch{
/* margin-top:100px!important; */
	
height: 80%!important;
}

.mainimg{
	position:relative;
	min-height:400px;
}



#globalnav .menu-utility{
    /* overflow: hidden; */
    border-bottom: solid 1px #D2DAD8;
    margin: 0;
    /* border-top: solid 1px #D2DAD8; */
    background: none;
}
#globalnav .menu-utility li{
    /* width: 33.3%; */
    /* float: left; */
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    height: 63px;
}

#globalnav .menu-utility li a{
    border-left: solid 1px #D2DAD8;
    display: block;
    color: #111;
    padding: 0px;

}
#globalnav .menu-utility li:hover{
	cursor:pointer;
	background:#fff;

}
#globalnav .menu-utility li:hover,
#globalnav .menu-utility li:hover a{color:#001E62;}
	
#globalnav .menu-utility img{
	height:27px;
	display: block;
	margin: 12px auto 3px;
}

#menu-button
{
box-sizing: border-box;
position: fixed;
top: 10px;
z-index: 4;
width: 100%;
top: 0;
font-size: 10px;
color: #fff;
padding: 23px 11px 0px 9px;
text-align: right;
height: 46px;right: 0px;
font-family: 'roboto',sans-serif;letter-spacing: -0.02em;/* display: none!important; *//* background: #222; */}
#menu-button div{
background: #111;
width: 50px;
float:right;
height: 50px;
z-index: -1;
position: fixed;
right: 0;
top: 0;
}


#menu-button:before,
#menu-button:after,
#menu-button span
{
background: #fff;
content: '';
display: block;
width: 26px;
height: 2px;
position: absolute;
right: 12px;
}
#menu-button:before
{
top: 10px;
}
#menu-button span
{
top: 17px;
}
#menu-button:after
{
top: 24px;
}

/* menu-button animation */
#menu-button:before,
#menu-button:after,
#menu-button span
{
-webkit-transition: none 0.5s ease 0.5s;
transition: none 0.5s ease 0.5s;

-webkit-transition-property: transform, top, bottom, left, opacity;
transition-property: transform, top, bottom, left, opacity;
}
html.opening #menu-button:before,
html.opening #menu-button:after
{
top: 18px;
}
html.opening #menu-button span
{
left: -50px;
opacity: 0;
}
html.opening #menu-button:before
{
transform: rotate( 45deg );
}
html.opening #menu-button:after
{
transform: rotate( -45deg );
}





/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	background: #fff;
	overflow:hidden;
	line-height: 1.3;
	border-bottom: solid 1px #ddd;
}
#slideshow .owl-carousel{
	border-bottom: none;
}

.bg-light .owl-carousel{
	background: transparent;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;

}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}
.owl-carousel .item{
	margin: 0px 10px;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	/* margin-top: 10px; */
	/* text-align: center; */
	position: absolute;
	bottom: 5%;
	left: 4%;
	z-index: 1;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	
	}


.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 10px 0 0;
	font-size: 30px;
	background: #fff;
	background: rgba(255, 255, 255, 0.66);
	color: #222;
	top: 50%;
	position: absolute;
	margin-top: -45px;
	width: 50px;
	height: 40px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: rgba(255, 255, 255, 1);
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	-webkit-transition: right 0.3s ease-out;
	right:-50px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
	-webkit-transition: left 0.3s ease-out;
	left:-50px;
}

.owl-theme .owl-controls .owl-buttons div i{
-webkit-transition: margin 0.2s ease-out; 
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next{
	right:0px;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev{
	left:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover i{
	margin-left:3px;
	margin-right:-3px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover i{
	margin-left:-3px;
	margin-right:3px;
}

.owl-theme .owl-controls .owl-buttons div{
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none; 
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

	.owl-theme .owl-controls .owl-page span{
	width: 12px;
	height: 12px;
	display: block;
	float: none;
	margin: 0 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #FFFFFF;
	background: transparent;
}

.owl-controls .owl-page span:before, .light .owl-controls .owl-page span:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	/* background: #0d0d0d; */
	border-radius: 12px;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
	position: relative;
	top: 2px;
	left: 2px;
	}

.owl-theme .owl-controls .owl-page.active span, .light .owl-controls .owl-page.active span {
	border: 2px solid #FFF;background: #FFF;}
	.owlnavdark .owl-controls .owl-page.active span, .owlcarousel .owl-controls .owl-page.active span { border: 1px solid #0d0d0d; }
	.light .owl-controls .owl-page.active span, .light .owl-controls .owl-page.active span { border: 1px solid #ffffff; }
.owl-theme .owl-controls .owl-page.active span:before { display: none; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.post-title{
	margin-top: 0px;
}


.fullbanner{
	position:relative;
}
.fullbanner img{
}
.fullbanner .fullbanner-inner{
	position:absolute;
	top:50%;
	left: 15%;
	width: 70%;
	text-align: center;
}

.fullbanner h2{
	color:#fff;
	font-size: 50px;
	font-weight: 100;
	line-height: 1.4;
	margin: -1em 0 0 0;
	}
	
.fullbanner h2 span{
	display:block;
	font-size: 18px;
	font-weight: 400;
}
.fullbanner h2 span.button{
	padding:1px;
	display:inline-block;
	min-width:100px;

}

@media(max-width:767px) {
.fullbanner .fullbanner-inner{
	left: 5%;
	width: 90%;
}

.fullbanner h2{
	font-size: 36px;
	line-height: 1.2;
}
.fullbanner h2 span{
	font-size: 14px;
}

}


.eyecatch{
	position:relative;
	/*margin-bottom: 50px;*/
}
.eyecatch img{
}
.eyecatch h1,
.eyecatch h2{
	position:absolute;
	color:#fff;
	top:50%;
	left: 6%;
	font-size: 50px;
	font-weight: 100;
	line-height: 1.4;
	margin-top:-1em;
	display: block;
	width: 88%;
	text-align: left;
}
.eyecatch h1 span,
.eyecatch h2 span{
	display:block;
	font-size: 18px;
	font-weight: 400;
}
@media(max-width:479px) {
.eyecatch{
	/*margin-bottom: 30px;*/
}


.eyecatch h1,
.eyecatch h2{
	margin-bottom: 0;
	font-size: 36px;
}

.eyecatch h1.sm-ps,
.eyecatch h2.sm-ps{
	margin: .5em 5.5% 0;
	color:#222;
}
.eyecatch h1 span,
.eyecatch h2 span{
	font-size:16px
}
}


/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta &lt;design@blivesta.com&gt; (http://blivesta.com/)
 */

.drawer-nav {
	position: fixed;
	z-index: 2;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
	color: #222;
	background-color: #fff
}
.drawer-brand {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #222
}
.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
.drawer-menu-item {
	font-size: 1rem;
	display: block;
	padding: .75rem;
	text-decoration: none;
	color: #222
}
.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent
}
.drawer-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
.drawer-open .drawer-overlay {
	display: block
}
.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
	transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--top.drawer-open .drawer-nav {
	top: 0
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
	right: 0
}
.drawer--left .drawer-nav {
	left: -16.25rem;
	-webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
	transition: left .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 16.25rem
}
.drawer--right .drawer-nav {
	right: -16.25rem;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 240px;
}
.drawer-hamburger {
	position: fixed;
	z-index: 4;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	padding: 0;
	padding: 18px .75rem 30px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background-color: #efefef;
}
.drawer-hamburger:hover {
	cursor: pointer;
	background-color: #fff;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #222
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' '
}
.drawer-hamburger-icon:after {
	top: 10px
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
	top: 0
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
	background-color: #fff
}

@media (min-width:64em) {
.drawer--sidebar .drawer-hamburger {
	display: none;
	visibility: hidden
}
.drawer--sidebar .drawer-nav {
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: fixed;
	width: 12.5rem;
	height: 100%
}
.drawer--sidebar.drawer--left .drawer-nav {
	left: 0;
	border-right: 1px solid #ddd
}
.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 12.5rem
}
.drawer--sidebar.drawer--right .drawer-nav {
	right: 0;
	border-left: 1px solid #ddd
}
.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 12.5rem
}
.drawer--sidebar .drawer-container {
	max-width: 48rem
}
}

@media (min-width:75em) {
.drawer--sidebar .drawer-nav {
	width: 16.25rem
}
.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 16.25rem
}
.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 16.25rem
}
.drawer--sidebar .drawer-container {
	max-width: 60rem
}
}
.drawer--navbarTopGutter {
	padding-top: 3.75rem
}
.drawer-navbar .drawer-navbar-header {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}
.drawer-navbar {
	z-index: 3;
	top: 0;
	width: 100%
}
.drawer-navbar--fixed {
	position: fixed
}
.drawer-navbar-header {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 .75rem;
	text-align: center
}
.drawer-navbar .drawer-brand {
	line-height: 3.75rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none
}
.drawer-navbar .drawer-brand:hover {
	background-color: transparent
}
.drawer-navbar .drawer-nav {
	padding-top: 3.75rem
}
.drawer-navbar .drawer-menu {
	padding-bottom: 7.5rem
}

@media (min-width:64em) {
.drawer-navbar {
	height: 3.75rem;
	border-bottom: 1px solid #ddd;
	background-color: #fff
}
.drawer-navbar .drawer-navbar-header {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding: 0;
	border: 0
}
.drawer-navbar .drawer-menu--right {
	float: right
}
.drawer-navbar .drawer-menu li {
	float: left
}
.drawer-navbar .drawer-menu-item {
	line-height: 3.75rem;
	padding-top: 0;
	padding-bottom: 0
}
.drawer-navbar .drawer-hamburger {
	display: none
}
.drawer-navbar .drawer-nav {
	position: relative;
	left: 0;
	overflow: visible;
	width: auto;
	height: 3.75rem;
	padding-top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.drawer-navbar .drawer-menu {
	padding: 0
}
.drawer-navbar .drawer-dropdown-menu {
	position: absolute;
	width: 16.25rem;
	border: 1px solid #ddd
}
.drawer-navbar .drawer-dropdown-menu-item {
	padding-left: .75rem
}
}
.drawer-dropdown-menu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff
}
.drawer-dropdown-menu&gt;li {
	width: 100%;
	list-style: none
}
.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #222
}
.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent
}
.drawer-dropdown.open&gt;.drawer-dropdown-menu {
	display: block
}
.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
} 
.drawer-container {
	margin-right: auto;
	margin-left: auto
}

@media (min-width:64em) {
.drawer-container {
	max-width: 60rem
}
}

@media (min-width:75em) {
.drawer-container {
	max-width: 70rem
}
}


div.tab-search,div.tab-language {
    clear: both;
    /* border-bottom: 1px solid #d2dad8; */
    padding: 0px;
    width: 300px;
    display: none;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    background: #dde6e5;
    position:relative;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
}


 @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }

/*-------------------------------------------------------------------------*/
/*	追記(2021.03.24) - Documents(/docs/)
/*-------------------------------------------------------------------------*/
.post-item {
	border-bottom: solid 1px #ddd;
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.post-item .thumb {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 15px;
	height: 80px;
	width: 80px;
	min-width: 80px;
}
.post-item .thumb--blank {
	background: #eee;
	position: relative;
}
.post-item .thumb--blank:after {
	content: 'No image';
	font-size: 12px;
	position: absolute;
}
.post-item .thumb img {
	margin: 0 !important;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.post-item .info {
	width: 100%;
}
.post-item .date {
	display: block;
	margin-bottom: 5px;
}
.post-item .title {
	line-height: 1.4em;
}

/*-------------------------------------------------------------------------*/
/*	追記(2022.02.24) - Top(/)
/*-------------------------------------------------------------------------*/
.top-video {
	aspect-ratio: 16 / 9;
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 60%;
}

@media(max-width:767px) {
	.top-video {
		width: 100%;
	}
}</pre></body></html>