@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body {
  color: #83838e;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.8;
  width: 100%;/**/
  padding: 85px 0 0 0;/**/
}

* html body{  
    overflow: hidden; /**/
}

.nav-wrap {
  width: 100%;
}

nav {
  width: 100%;
}

#contents {
  margin: 20px auto 0;
  width: 100%;
}

#hdg-contents{
  margin: 0 auto;
  width: 980px;
  /*margin-bottom: 20px;*/
  padding-bottom: 20px;
  background: url(../images/h1_ttl.png) no-repeat left bottom;
}

#link-list{
  margin: 0 auto;
  width: 980px;
  padding: 20px 0 0;
}

#main {
  margin: 0 auto;
  width: 100%;
}

#main-inner{
  margin: 0 auto 20px;
  width: 980px;
}

section {
  clear: both;
}

a {
  color:#0574c7;
  text-decoration:none;
}

a:hover {
  color: #0574c7;
  text-decoration: underline;
}

/*blank link*/
.exit:after {
content: url(../images/icn_external.png);
position: relative;
bottom: -0.12em;
margin-left: 0.3em;
}

/*pdf link*/
.pdf:after {
content: url(../images/icn_pdf.png);
position: relative;
bottom: -0.3em;
margin-left: 0.7em;
}

/*block link*/
.bl-hover{
  background-color: #ffe6f9;
  cursor: pointer;
}

/*page link*/

.local {
    background: #fff url(../images/icn_arrow-right_01.png) no-repeat 0 0.45em;
    display: inline;
    margin-right: 15px;
    padding: 0 0 0 10px;
}

h1 {
  color: #0071c5;
  font-size: 216%;
  line-height: 1.2;
}

h1 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  color: #e78f00;
  text-decoration: underline;
}

/*blue*/
h1.h1_basic01{
  margin-bottom: 10px;
  padding-bottom: 0;
}

h1.h1_basic02{
  color: #0071C5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

h2 {
  color: #0074cb;
  font-size: 139%;
  margin: 2em 0 .5em;
}

h2.h2_basic01 {
  border-left: 6px solid #0171c5;
  padding-left:20px;
}

/*blue*/
h2.h2_basic02 {
    background: #0074cb;
    color: #fff;
    display: block;
    margin: 20px 0 30px;
    padding:5px 5px 5px 20px;
    font-weight:bold;
}

h3 {
  background: #e9f4fe;
  display: block;
  margin: 20px 0 30px;
  padding:5px 5px 5px 20px;
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #0171c5;
  font-weight:bold;
}

h4 {
  color: #0071C5;
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .5em;
}

h5 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.25em;
  padding: 2px;
}

/*h6 {
  color: #000;
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 0.25em;
}*/

p {
  margin: 0;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

ol.circle {
	counter-reset: li;
	margin: 1em 0;
}

ol.circle > li {
	list-style: none;
	position: relative;
	padding-left: 2em;
}

ol.circle > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #fff;
	border: 1px solid #83838e;
	border-radius: 50%;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: 0em;
	top: 2px;
	line-height: 1.4;
}


pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
  margin-bottom: 1em;
  padding: 1em;
}

dt {
}

dd {
}

table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 4em;
  width: 100%;
}

th {
  background: #f0f3fc;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px;
  text-align: left;
  vertical-align: middle;
  color: #0074cb;
  font-weight: bold;
}

td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px;
  text-align: left;
}

ol.list-decimal {
    list-style-type: decimal;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 1.6em;
}

.list-decimal li {
    margin-bottom: 7px;
}

.red-txt{
	color: #F00;
}

.under-txt {
	text-decoration: underline;
}


/*================================================
 *  link
 ================================================*/
 
.list-anchor-01 li {
    background: #fff url(../images/icn_arrow-right_01.png) no-repeat 0 0.45em;
    display: inline;
    margin-right: 20px;
    padding: 0 0 0 20px;
    white-space: nowrap;
}


/*================================================
 *  header
 ================================================*/
 
.nav-wrap-head{
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 65px;  
    background-color: rgba(255,255,255,.9);
    z-index:9999;
}

.nav-wrap header {
  margin: 10px auto;
  width: 980px;
}

header {
  height: 65px;
  position: relative;
}

header #tak-logo {
  width: 199px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 0;
}

#header-links {
  display: block;
  min-height: 1%;
  position: absolute;
  top: 20px;
  right: 0;
}

#header-links li {
    background: url(../images/icn_arrow-right_01.png) no-repeat 0 50%;
    display: inline;
    margin-left: 10px;
    margin-bottom:40px;
    padding: 0 0 0 12px;
    white-space: nowrap;
}

#header-search{
  position: absolute;
  top: 20px;
  right: 206px;
  width: 242px;
}

#header-search-button{
  border: 0 ;
  background: url(../images/btn_search.png) 0 0 no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0px;
  height: 24px;
  line-height: 0px;
  overflow: hidden;
  padding: 0;
  text-indent: -99999px;
  width: 42px;
}

#header-search-field{
  background-position: 10px center!important;
  background-color: #fff;
  border: 1px solid #7B7B7B!important;
  color: #777;
  float: left;
  height: 24px;
  padding: 0 0 0 5px!important;
  width: 200px;
}


/*================================================
 *  global navi
 ================================================*/

nav#drawer-menu {
  background: #fff;
  padding: 0;
  width: 100%;
}

nav#drawer-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

nav#drawer-menu ul li {
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
  width: 196px;
  font-size: 93%;
}

nav#drawer-menu li:last-child{	
}

nav#drawer-menu li a {
  display: block;
  padding: 16px 0;
  text-align: center;
}

nav#drawer-menu li:hover {
  background: #E9F4FE;
  text-decoration: none;
}

nav#drawer-menu li.act {
  background: #E9F4FE;
  text-decoration: none;
}

nav#drawer-menu li:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
	
nav#drawer-menu li ul {
  background: #0074cb;
  display: none;
  left: 0;
  position: absolute;
  top: 62px;
  width: 196px;
}

nav#drawer-menu li ul li {
  border: none;
  padding: 0 0 0 10px;
  width: 196px;
}

nav#drawer-menu li ul li a {
  height: 10px;
  padding: 10px 0 30px 14px!important;
  width: 196px;
  text-align: left;
  color: #FFF;
  background: url(../images/icn_arrow-menu.png) no-repeat 0 1.2em;
}

nav#drawer-menu li ul li a:hover {
  background: #fff;
  color: #0074cb;
  background: url(../images/icn_arrow-menu_act.png) no-repeat 0 1.2em;
  text-decoration: none;
}
	
/* nav-location */	
	
#nav-location {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  clear: both;
  overflow: hidden;
  padding-top: 1em;
}

#nav-location ul {
   box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  padding: 5px 0;
  width: 980px;
}

#nav-location ul li {
  background: url(../images/bg_nav-location.png) no-repeat 0 .5em;
  background-size: 4px 7px;
  -webkit-background-size: 4px 7px;
  -moz-background-size: 4px 7px;
  -o-background-size: 4px 7px;
  color: #666;
  float: left;
  font-size: 77%;
  margin-left: 11px;
  padding: 0 0 5px 13px;
}

#nav-location ul li:first-child {
  background: 0;
  margin-left: 0;
  padding-left: 0;
}

#nav-location ul li a {
  color: #1F52A4;
}


/*================================================
 *  footer
 ================================================*/

footer {
  border-top: 1px solid #E5E5E5;
  clear: both;
}

#footer-content{
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

#footer-links-inner{
  margin: 0 auto;
  padding-bottom: 10px;
  width: 980px;
}

#footer-links-inner ul li{
  display: inline;
  font-size: 85%;
  padding: 0 20px;
  text-align: center;
}

#footer-links-inner ul li:nth-child(2){
  border-left: 1px solid #333;
}

#sp-footer-content,
#sp-footer-search {
  display: none;
}

#copyright {
  border-top: 1px solid #E5E5E5;
  font-size: 73%;
}

#copyright::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


/*================================================
 *  pagetop
 ================================================*/

#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 60px;
  padding: 10px 10px;
  background: #0071C5;
  color: #fff;
  text-align: center;
  text-decoration: none; 
}

#page-top a{
  display: block;
}

#page-top:hover{
  background: #0071C5;
}

/*================================================
 * sp set
 ================================================*/

.nav-wrap-sp{
  display: none;
}

