@charset 'UTF-8';
html,body {
	font-family : "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 Pro W6", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: relative;
}

h1 {
  float: left;
  margin: 0px;
  vertical-align: middle;
}

h2 {
  color: #2E3192;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 235%;
  line-height: 1.25em;
	margin:0;
  padding: 130px 0 0;
  text-align: center;
}

h2 span.title {
  border-bottom: 5px solid #4371CF;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W6",  Meiryo, メイリオ, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 75%;
}

h2 span.subtitle {
  font-family: "ヒラギノ角ゴ Pro W6",  Meiryo, メイリオ, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 50%;
}

h3 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
  font-weight: lighter;
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin: 50px 0;
}

h4 {
  color: #0071BC;
  font-size: 187.5%;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}

h5 {font-size: 130%;}

a {
	text-decoration:none;
	color: #4371CF;
}

img {
	margin:0;
}

p {margin-top: 0}

pre{
	font-family: inherit;
	margin:0;
}

.inner {
	width: 1000px;
	margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#container {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}

.leftBox {float: left;}

.rightBox {float: right;}

hr {margin: 20px 0;}

/*ヘッダー*/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.upperheader {
    background-color: #2E3192;
    padding: 6px 0 3px 0;
}

.upperheader p {
	color: #fff;
	font-size: 75.5%;
	margin-bottom: 0;
	text-align: right;
}

.upperheader p span {
	font-size: 150%;
	font-weight: bold;
	margin-left: 5px;
}

.lowerheader {
	background-color: rgba(67,113,207,0.8);
  height: 60px;
	padding: 8px 0;
}
.lowerheader .inner{ overflow: visible; }

/*グローバルナビ*/

.lowerheader nav {float: right;}

#dropmenu{
    float: left;
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    /*width: 541px;*/
    z-index: 999
}

#dropmenu > li{
    position: relative;
    /*width: 25%;*/
    float: left;
    font-size: 93.8%;
    font-weight: bold;
    /*margin: 0;*/
    margin-left: 40px;
    padding: 0;
    text-align: center;
}

#dropmenu li a{
    color: #fff;
    display: block;
    margin: 0;
    text-decoration: none;
}

#dropmenu > li > ul{
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;/*
  border-radius: 0 0 3px 3px;*/
}

#dropmenu > li:hover > ul{
  display: block;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

/*
#dropmenu > li:last-child ul{
  left: -100%;
  width: 100%
}*/

#dropmenu > li > ul > li{
  text-align: left;
}
#dropmenu > li > ul > li > a{
  background-color: rgba(67,113,207,0.8);
  padding: 15px 0 15px 20px;
  width: 300px;
}

#dropmenu > li > ul > li> a:hover{
  border-bottom: 3px solid #fff;
  /*border-radius: 3px 3px 0 0;*/
}

/*
#dropmenu li:hover ul li:first-child{border-top: 0;}
#dropmenu li:hover ul li:last-child{border-bottom: 0;}
*/

/*トップへ戻る*/

.gotop {
    position: fixed;
    right: 50px;
    bottom: 20px;
}

/*フッター*/

footer {
	background-image: url(../img/img-backFooter.png);
	background-repeat: no-repeat;
	color: #4371CF;
	clear: both;
	font-size: 90%;
  margin-top: 25px;
  padding: 84px 0 0px;
}

footer .address img {margin-bottom: 20px;}

footer .sitemap ul {
  margin: 0;
	padding-left: 0;
}

footer .sitemap ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

.sitemap > ul > li{
  clear: both;
  font-weight: bold;
}

.sitemap > ul > li > ul > li{
	float: left;
	font-size: 90%;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 5px;
}
.sitemap > ul > li > ul > li:before{
  content: "＞ ";
}

.sitemap > ul > li:last-child {margin-right: 0;}

.clearboth {clear: both;}