@charset "UTF-8";

html {
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-size: 100%; 
	line-height: 1.5em;
	color: #333;
	min-height: 100%;
	position: relative;
}
body { margin: 0 0 5em 0; } /*bottom : footer height */
article,aside,footer,header,nav,section { display: block; }
h1,h2,h3,h4,p,ul,ol,dl,table,pre { margin-top: 0; }
p,li,dt,dd,th,td,pre	{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict; }                                                         
figcaption,figure,main { display: block; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,a:hover { outline-width: 0; }
b,strong { font-weight: bolder; }
small { font-size: 85.7%; } /* 14px */
sub,sup {
  font-size: 75%; /* 12px */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img {
	max-width: 100%;
	vertical-align: middle;
  border-style: none;
}
/* Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }
/* Add the correct display in all browsers. */
summary { display: list-item; }
nav ul, nav ol, .nav_s, ul.listA {
    list-style: none;
    list-style-image: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em { 
	font-weight: bold;
	font-style: normal; }

a	{ color: #577598; }
a:hover	{ color: #101740; }
a:active, a:focus	{ outline: 0; }

/* 全体
------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

header,nav,footer	{
	width:100%;
	}	
.container,.inner {
	width: auto;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	/*background-color:#9F9;*/
	}	
.mb1	{ margin-bottom: 1em; }
.mb2	{ margin-bottom: 2em; }
.mt2	{ margin-top: 2em; }
hr	{
	margin: 1em 0;
	}
.txtR	{ text-align: right; }
img + p	{ margin-top: 1em; }

/* font
------------------------------------------------------------*/
h1,h2,h3,h4	{ font-weight: normal; }
h1	{ 
	font-size: 2em; /* 32px */
	line-height: 1.5; /* 48px */
	margin-bottom: 0.75em;
	color: #101740;
}
/*h2	{
	font-size: 1.7143em; 
	line-height: 1.75; 
	margin-bottom: 0.875em;
	color: #101740;
	}
*/	
h2	{ 
	font-size: 1.25em; /* 20px */
	line-height: 1.4; /* 24px */
	margin-bottom: 1.2em;
	color: #101740;/*#212f84*/
}	
/*h3	{ 
	font-size: 1.125em; 
	line-height: 1.3333; 
	margin-bottom: 1.3333em;
	color: #111;
} */
h3,h4	{ 
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-bottom: 1em;
	color: #111;
}
h2 span, h3 span	{
	font-size: 80%;
	color: #212f84;/*#797979*/
	}

h1	{ 
	/*font-family: 'IM Fell DW Pica SC', serif;*/
	margin: 1em 0;
	 }
h1 span	{ font-size: 0.5em; }	 
h1 span.en	{ 
	font-size: 0.75em;
	font-family: 'IM Fell DW Pica SC', serif; }

h1 a	{ 
	color: #101740;
	text-decoration: none;
	}
/*h2	{ text-align: center; }*/



/* gNav
------------------------------------------------------------*/
nav {
	margin-bottom: 3em;
	text-align: center;
	border-top: solid 1px #101740;
	border-bottom: solid 1px #101740;
	background:#fff;
}
#menu	{
	height: 4em;
	background:#fff;
	margin: 0 auto;
	padding: 0;
	display:none;
}
#menu li	{
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li a	{
	display: block;
  margin: 0;
  padding: 1.5em 0;
  line-height: 1;
  text-decoration: none;
}
/*   */
#menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#menu li ul li a {
  /*padding: 13px 15px;*/
  background: #f5f7f9;
}
#menu > li:hover > a {  background: #f5f7f9;}
#menu > li:hover li:hover > a {
	background: #f5f7f9; 
 }
#menu > li:hover > ul > li {
  overflow: visible;
  height: 4em;
	border-top: solid 1px #ccc;
}
#menu > li:hover > ul > li:last-child	{ border-bottom:solid 1px #ccc; }

/* page top
------------------------------------------------------------*/
#pageTop {
	display: none;
	position: fixed;
	bottom: 4em;
	right: 1em;
}
#pageTop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0.8em;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#pageTop a:hover {
	display: block;
	background-color: #b2d1fb;
	color: #fff;
}

/* contents
------------------------------------------------------------*/
section p	{ text-align: justify; }
.lead-text_break {
		display: none;
	}
	
.history-item	{
	margin-bottom: 2em;
	width: 100%;
	}
.history-item figure	{ margin-bottom: 1em; }
.history-item figcaption	{ text-align: center; }
/* list */

.listA	{
	padding-left: 2em;
	text-indent: -1em;
	}


/* header
------------------------------------------------------------*/
header {
  text-align: left;
	/*background:#9CF;*/
	border-top: solid 3px #101740;
}

/* footer
------------------------------------------------------------*/
footer	{
	margin-top: 2em;
	position: absolute;
	bottom: 0;
	background: #89a0bb;
	height: 4em;
	color:#fff;
}
footer p	{
	margin-bottom: 0;
	padding: 2em 0 0;
	line-height: 1;
	text-align:right;
	font-size:0.85em;
	}


/* top
------------------------------------------------------------*/

.flexslider {
  margin-bottom: 2em;
  padding: 0;
}
.bg_A	{ background: #f5f7f9; }
dl.info_ymd dt	{
	} 
dl.info_ymd dd	{
	margin-left: 0;
	margin-bottom:1em;
	}	

	
/* .clear + .clearfix
------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Responsive
########################################################### */
@media screen and (min-width : 600px) {
#menu { display: block; }
.slicknav_menu { display: none; }

dl.info_ymd	{ /*padding-top:1em;*/ }
dl.info_ymd dt	{
	clear: both;
	float: left;
	width: 6em;
	} 
dl.info_ymd dd	{
	margin-left: 6em;
	margin-bottom:1em;
	}
}

/* for SP
########################################################### */

@media screen and (max-width: 600px) {
html	{ font-size: 87.5%; } /*14px*/
h1	{ 
	line-height: 1; /* 28px */
	margin-bottom: 0.8571em;
	margin: 3%;
	text-align: center;
}
h1 span.en	{ display: none; }
nav	{ margin-bottom: 1em; }
footer p	{ margin: 0 3%; }

}
