﻿*{
    margin:0;
    padding: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   outline: none;
}
html{
  font-size: 62.5%;
}
ul, ol{
  list-style: none;
}
body{
  background-color: #FFFFFF;
  color: #333;
  font: 13px / 1.5 "メイリオ", "Meiryo", Osaka, Arial, "ＭＳ Ｐゴシック", sans-serif;
}
input[type="text"]{
  background-color: #FFFFFF;
  color: #333;
  font: 13px / 1.5 "メイリオ", "Meiryo", Osaka, Arial, "ＭＳ Ｐゴシック", sans-serif;
}
input[type="password"]{
  background-color: #FFFFFF;
  color: #333;
  font: 13px / 1.5 "メイリオ", "Meiryo", Osaka, Arial, "ＭＳ Ｐゴシック", sans-serif;
}
input[type=text]{
  -webkit-appearance: none;
  border: 1px #ccc solid;
}
body {
  position:relative; 
  padding-top: 55px;
  overflow-x:hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.mt_10{
  margin-top: 10px;
}
.dpn{ display: none;}

.fs14{ font-size: 14px;}

.tal{ text-align: left;}
.tac{text-align: center;}
.tar{ text-align: right;}

.fl{ float: left;}
.fr{ float: right;}

.mt10{ margin-top: 10px;}
.mr10{ margin-right: 10px;}
.mb10{ margin-bottom: 10px;}

.padl10{ padding: 0 10px;}

.main{
  width:100%;
  /*max-width: 600px;*/
  padding: 0 5px;
  /*margin:0 auto;*/
  box-sizing: border-box;
  margin-bottom: 20px;
}

.box{
  margin-top: 10px;
}
.box h3{
  padding-top: 3px;
  padding-left:5px;
  font-size: 16px;
  font-weight: 400;
  background: #2A719E;;
  border-bottom: 1px  solid #2b52a3;
  color:#fff;
}
.box2{
  margin-top: 10px;
}
.box2 h3{
  padding-left:5px;
  font-size: 16px;
  font-weight: 400;
  border-left: 7px  solid #2b52a3;
}

a{
  color: #0000bb;
  text-decoration: none;
}
a:hover, a.underline{text-decoration:none;}


a.btn_list{
  display: inline-block;
  padding: 10px 35px;
  font-size: 14px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecf2ff), to(#b7cdf9)); 
  background: -webkit-linear-gradient(to bottom, #ecf2ff, #b7cdf9); 
  background: -o-linear-gradient(to bottom, #ecf2ff, #b7cdf9); 
  border:1px solid #426cc2;
  border-bottom-width: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  text-decoration: none;
}
a.btn_list img{
  position: relative;
  top:2px;
  margin-right: 10px;
}
a.btn_list.ico{
  padding: 6px 10px;
}
a.btn_list.ico img{ 
  top:6px;
  margin-right: 0; 
}
a.btn_list.more img{
  margin:0 0 0 5px;
}

/**table公用**/
.entry_content { margin-bottom:20px;}

.entry_content table{
  border:1px solid #426cc2;
}
.entry_content .table_none{
  border: 0 none; 
}
.entry_content table tr th,.entry_content table tr td{  
  border-right:1px solid #426cc2;
  }
  .entry_content .table_none tr th,.entry_content .table_none tr td{
  border: 0 none;
  }
  .entry_content table tr th{
    background: #edf5ff;
  }
  .entry_content table tr th.bb_r{
  border:none;
  border-right:1px solid #426cc2;
  }
.entry_content table tr.bb_top{
  border-top: 1px solid #bbbbbb;
}
.entry_content img{
	max-width:100%;
	height:auto;
}

.entry_content_explain{
	font-size:7pt!important;
}

table {
  border-collapse: collapse;
}
table tr td,table tr th{
  padding:5px;
  text-align: left;
  font-weight: bold;
}

/* header */
header{
  position:absolute;
  top: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
  background-color: #0f1d46;
}
.header_logo{
  float: left;
  display: inline-block;
}
.header_logo a{
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin: 10px;
}
.header_center{
  float: right;
  margin-top: 13px;
}
#menu-bars{
  float: right;
  width: 25px;
  height: 27px;
  margin: 13px 20px;
}
.menu_open{
  background: url(../images/menu_open.png) 0 0 no-repeat;
  background-size: contain;
}
.menu_close{
  background: url(../images/menu_close.png) 0 0 no-repeat;
  background-size: contain;
}
/*return top*/
 .gotop_class {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 93px;
  background: url(../images/go_top.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  z-index: 9999;
}
/*tab*/
nav{
  margin-bottom: 10px;
}
.nav_first {
  white-space: nowrap;
  background-color: #0f1d46;
}
.nav_first h2{
  font-weight: normal;
}
.nav_first ul {
  font-size: 14px;
  overflow: hidden;
}
.nav_first li {
  float: left;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  padding-top: 2px;
}
.nav_first li:last-child{
  margin-right: 0;
}
.nav_first li.current{
  background-color: #fff;
}
.nav_first li.current a{
  color: #000;
}
.nav_first a {
  display: inline-block;
  vertical-align: middle;
}

.nav_first .top_navbut {
  background: #4d99de;
}
.nav_first .top_navbut a{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  /*fixed bug for #291 2016/2/24 start zhengfan*/
  display: block;
  width: 100%;
  /*fixed bug for #291 2016/2/24 end zhengfan*/
}


.nav_second {
  white-space: nowrap;
  background-color: #fff;
  padding: 5px 0;
  border-bottom: 1px #eeeeee solid;
}
.nav_second ul {
  font-size: 14px;
  height: 34px;
}
.nav_second li {
  float: left;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  padding: 0 5px;
  background: transparent url(../images/submenu-separator.gif) no-repeat right center;
}
.nav_second li:last-child{
  background: none;

}
.nav_second li a{
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 3px;

}
.nav_second li.current a{
    border-bottom: 3px solid #2179c8;
}
.nav_second a {
  display: inline-block;
}

.nav_second .top_navbut a{
  background-color: #fff;
}
.nav_second .top_navbut a{
  padding: 2px 13px 0 15px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  margin-left: -4px;
  position: relative;
}

/*fixed bug for #291 2016/2/24 start zhengfan*/
.nav_second .top_navbut a::after{
  display: block;
  position: absolute;
  left: 0;
  bottom:-3px;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
}
.nav_second .top_navbut a::before{
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
}
/*fixed bug for #291 2016/2/24 end zhengfan*/


/* footer */

footer {
  margin-top: 10px;
}

footer a{
    text-decoration: none;
}
.ad{
    text-align: center;
}
.ad img{
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
}
.footert {
  width: 95%;
  height: 45px;
  margin: 20px auto;
  max-width: 400px;
  background: url(../images/PC_bg.png) 0 0 no-repeat;
 background-size: 100% 100%;
}

.footer_title {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  line-height: 45px;
}
.footer_title img{
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.footer a {
  color: #0066cc;
  padding: 0 7px;
  border-right: 1px #fff solid;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.footer a:nth-child(5) {
  border-right: none;
}
.footer p{
    font-size: 12px;
    color: #bebebe;
}
.footer {
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  border-top: 3px #144484 solid;
  font-size: 0;
  text-align: center;
  background: #051635;
  line-height: 26px;
}

/* Menu */
.c-menu {
  background-color: #152555;
  position: relative;
 }
.c-menu  ul {
  width: 100%;
  padding-top: 56px;
  border-bottom: 1px solid #222;
  overflow: auto;
}
.c-menu ul > li  {
  display: block;
  float: none;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #253c69;
  background-color: #152555;
  padding: 0;
  font-size: 13px;
  text-align: left;
  font-weight: 300;
  color: gray;
  text-indent: 20px;
}
.c-menu ul > li.nav_title{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-indent: 10px;
  border-bottom: 1px #4d99de solid;
  background-color: #071336;
}
.c-menu  ul > li a  {
   height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.c-menu  ul > li a img{
  position: relative;
  top: 5px;
  width: 20px;
  margin-right: 10px;
}
.c-menu  ul > li a:hover {
  color: #FFF;
  background-color: #000;
  opacity: 1;
}


.toggle_icon{
  width: 60px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #b7bcc8;
  font-size: 12px;
  font-weight:lighter;
  color: #fff;
  float: right;
  margin-top: 12px;
}

.hissu{
	color:#f00;
}

.divspbanner_en{
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
