@charset "shift-jis";
/*
==============================================

CSS Document 
___Filename    : base.css
___Website     : サイト名
___Description : 基本(共通)スタイル

==============================================
/*

/* 一括で全ての要素の余白をゼロに指定 
---------------------------------------------*/
*{ margin: 0; padding: 0; border: 0px;}

/* 全体的なリンク */
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}
a img { border,margin,padding:0; }
.link_txt {
	margin:8px 0;
	text-decoration:underline;
}
.link_tit {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	line-height: 0;
}
.link_tit a {
	color: #FF0;
	text-decoration: none;
	display: block;
	background-color: #003366;
	padding: 10px;
}
.link_tit a:hover {
	background-color: #0099CC;
}

/* global-navi
----------------------------------------------------------- */
#kohotop {
	display:block;
	text-align:center;
	width:200px;
	background-color:#AB1D03;
	color:#FFFFFF;
}

#gnavi {
	width:100%;
	background: url(../images/gnavi-bg.jpg) repeat-x left top;
	border-top: 5px solid #002448;
	border-bottom: 1px solid #CCCCCC;
}

#gnavi-inner {
	width:760px;
	margin: 0 auto;
}

#gnavi-inner ul {
	margin: 0px;

}

#gnavi-inner ul li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
}

#gnavi-inner ul li.list-w2 {
	float: left;
	width: 125px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-w2.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
}

#gnavi-inner ul li.list-g {
	float: left;
	width: 92px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-g.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
	color:#FFFFFF;
}

#gnavi-inner ul li.list-g2 {
	float: left;
	width: 125px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-g2.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
	color:#FFFFFF;
}
/* ナビスキップ */
.hidden-read {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* レイアウトに関する指定
---------------------------------------------*/
html{
	height:100%;
}
 
body {
	font-size: 0.95em;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	color: #000000;
	vertical-align: baseline;
	letter-spacing: 0.1em;
	word-break: break-all;
}


#wrapper {
	width: 100%;
  /*min-height:100%;*/
  /*padding-bottom:50px;*/
}

#wrap {
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	width: 760px;
	margin: 0 auto 15px;
}

#header-inner {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
}

#container {
	width: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 5px solid #3EB134;
	background: #FCFBF7;
}

#container-inner {
	width: 880px;
	margin: 0px auto 20px;
	background-color: #FFFFFF;
	border: 1px solid #3EB134;
	padding: 30px;
}

#contents {
	clear: both;
}

#side { width: 80px; }

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #F7F7F7;
	border-top: 3px solid #002448;
	margin-top: 0px;
}

#footer-inner {
	width: 760px;
	padding-top: 5px;
	margin: 0 auto;
}
#footer-inner .tit {
	font-weight:bold;
	margin-bottom:10px;
	width: 100%;
}
.footer_banner {
	margin: 20px auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	align-items: center;
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
}

.footer_banner .col .sns img {
	width: 54px;
	height: auto;
	float: left;
	margin: 0 16px 0 8px;
}

/* ヘッダーブロックに関する指定 
---------------------------------------------*/

#logo {
	float: left;
}

#logo a {
  text-decoration: none;
  color: #000000;
}

#logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

#description {
	float: right;
	width: 150px;
	height: 105px;
	text-align: left;
	padding-top: 8px;
}



#header-link {
	float:right;
	font-size: 0.8em;
	text-align: right;
}
dl#toku-link {
border-bottom: #002448 3px solid;
padding:10px 0;
}

dl#toku-link dt {
	/*	float: left;*/
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	margin-right: 1em;
/*	height: 1.5em;
	clear: left;*/
}

dl#toku-link dd {
	overflow: hidden;
/*	margin-left: 7em;*/
/*	height: 1.5em;*/
}


#toku-link a {
	background: url(../images/toku-kugiri.jpg) no-repeat left 0.3em;
	padding-left: 1.5em;
}
#toku-link a::first-child {
	background: none;
	padding-left: 0 !important;
}
#toku-link span {
	margin-left: 0px;
	float: left;
	width: 6em;
	height: 2em;
}
ul.list-inline-icon {
	margin-bottom: 5px;
	font-size: 90%;
}
ul.list-inline-icon li.list-ico-pdf {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-pdf.gif) no-repeat left 0.3em;
/*	line-height: 2;*/
	padding: 5px 8px 5px 25px;
}
ul.list-inline-icon li.list-ico-onyaku {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-onyaku.gif) no-repeat left 0.3em;
	padding: 5px 8px 5px 25px;
}

ul.list-inline-icon li.list-ico-backnumber {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-bn.jpg) no-repeat left 0.3em;
	padding: 5px 8px 5px 25px;
}	
/* フッターブロックに関する指定 
---------------------------------------------*/
#footer p.copyright {
	text-align: right;
	padding-top: 0.5em;
	float: right;
	font-size: 68%;
}
#footer p.address {
	font-size: 90%;
	text-align: left;
	margin-top: 10px;
	clear: both;
}

/* ページの先頭へのリンク
---------------------------------------------*/
.blk-link {
  padding: 6px 15px;
  background: #002448;
  text-align: center;
  display: block;
  margin-bottom: 0px;
  margin-left: 500px;
  clear: both;
  /* [disabled]margin-top: 30px; */
}


.blk-link a:link {
color:#FFFFFF;
}

.blk-link a:hover {
color:#FFFFFF;
}

.blk-link a:visited {
color:#FFFFFF;
}

#pagetop {
	text-align:right;
	clear: both;
	width: 940px;
	margin: 0 auto;
}
#pagetop img {
vertical-align:bottom;
}

/* フロート　*/
.flR {
	float: right;
}

.flL {
float:left;
}

/* フロー解除　*/
.clearfix:after {  
 content: ".";   
 display: block;
 font-size:0;   
 height: 0;   
 clear: both;   
 visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: auto;zoom:1; }  
.clearfix {
	display: block;
} 
.overflow {
  overflow: hidden;
/*  word-wrap: break-word;*/
}

/* 段落
----------------------------------------------------------- */
.tx_indent---1em {
	text-indent:1em;

}
.tx_indent-burasage---1em {
	text-indent: -1em;
	padding-left: 1em;
}
/*文字装飾
----------------------------------------------------------- */		
.tx___kekoupen-yellow {
background:linear-gradient(transparent 60%, #ff6 60%);

}
/*大きい数字
----------------------------------------------------------- */		
.tx___number___size-7em {
	font-size: 7em;
	text-align: center;
	font-family: Century Gothic;
	font-weight: 600;
	color: #036;
	line-height: 1;
	margin-right: 15px;
}

/* 水平線
---------------------------------------------*/
hr {
display:none;
}
.clear { clear: both; }

/* 見出し設定
---------------------------------------------*/
h1 {
	font-size:2em;
	clear: both;
	margin-bottom: 0.5em;
}
h2 {
font-size:1.8em;
margin-bottom: 0.5em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
h4 {
	font-size:1.4em;
  margin-bottom: 0.5em;
}
h5 {
font-size:1.2em;
	margin-bottom: 0.5em;
}
/* 見出し／特集オリジナル
---------------------------------------------*/
h1.h1-01 {
	background: url(../images/h1-01.jpg) no-repeat left center;
	padding-top: 8px;
	padding-left: 40px;
	line-height: 1.2;
	border: 1px #CCCCCC solid;
	padding-bottom: 8px;
}

h2.ttl_toku01 {
	font-size: 3.5em;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}
	h2.ttl_toku01 span.small {
	font-size: 80%;
	}
	h2.ttl_toku01 span.xsmall {
	font-size: 52%;	
	}

/* テキスト設定
---------------------------------------------*/
p {
	line-height: 1.6em;
	text-align: left;
	word-wrap: break-word;
}

/* テーブル設定（ベーシック）
-------------------------------------*/
.table___basic {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #002448;
	border-left: 1px solid #002448;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.table___basic th {
	padding: 2px 0 2px 10px;
	border-right: 1px solid #002448;
	border-left: 1px solid #002448;
	border-bottom: 1px solid #002448;
	text-align: center;
}
.table___basic th.head01 {
  background: #002448;
  color:#FFF;
}
.table___basic td {
	padding: 3px;
	border-right: 1px solid #002448;
	border-bottom: 1px solid #002448;
	border-collapse: collapse;
}
.table___basic .end {
	border-right:none !important;
}


/* リスト（ベーシック）
-------------------------------------*/
ul,ol { margin: 0; padding: 0; }
/*　ノーマル　*/
.list___basic-disc { margin-left: 1.2em; 
}
.list___basic-disc li {
	list-style-type: disc;
    margin-left: 0em;
    background: none;
    padding-left: 0;
    margin-bottom: 0.2em;
}
ul.list___maru-black {
}
ul.list___maru-black li {
	padding-left: 1.1em;
	background: url(../images/kuromaru.gif) no-repeat 0.1em 0.5em;
	text-indent: 0em;
	list-style: none;
}
ul.list___shikaku-black li {
	padding-left: 1.2em;
	list-style: none;
	margin-bottom: 2px;
	margin-top: 2px;
	background-image: url(../images/sikaku1.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.4em;
}
ul.list___maru-basic {
	list-style:none;
}
ul.list___maru-basic li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.list___maru-basic li:before {
	content:"";
	width:  10px;               
	height:  10px;              
	display:  inline-block;     
	background-color: #290a62;  
	border-radius:  50%;
	position:  relative;
	top: -1px;
	margin-right: 5px;
}
ul.list___shikaku-black li.listnone {
  background: none;
  padding-left: 60px;
}
ul.list___shikaku-black li.fzL {
background: url(../images/listicon-b-sikaku.gif) no-repeat 0em 0.3em;
}
ul.list___shikaku-black li ul { margin-left: 1em; 
}
ul.list___shikaku-black li ul li {
	list-style: disc ;
	color: #000 ;
	background: none ;
	padding-left: 0 ;
	margin: 0;
}
/* ---------------------
　　ひし形アイコン
------------------------　*/
.list___hishi-black {

}
.list___hishi-black li {
	background: url(../images/hishi.gif) no-repeat left 0.4em;
	padding-left: 1.5em;
	list-style: none;
	}
	
ul.list-hishi-blue {

}
.list___hishi-blue li {
	background: url(../images/listicon-b-hishi.gif) no-repeat left 0.3em;
	padding-left: 1.2em;
	list-style: none;
	}
/*　フッターナビゲーション　*/
ul.footer___list-nav {
	clear: both;
	margin-bottom: 5px;
	text-align:center;
	list-style: none;
	padding: 8px 8px 15px;
	border-bottom: 1px solid #CCCCCC;
}
ul.footer___list-nav li {
	list-style-type: none;
	padding-right: 8px;
	display: inline;
	padding-left: 15px;
	line-height: 2.3;
	background: url(../images/arw01.gif) no-repeat left 0.3em;
}

/* 番号リスト　*/
ol.list___number-basic {

}
ol.list___number-basic li {
	zoom: normal;
	list-style: decimal outside;
	padding: 2px 0 0 0em;
	margin-left: 1.8em;
}

ol.list___number-count {
  margin: 0.5em 0 0 0;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0px;
}
ol.list___number-count ol {
  padding-left: 1em;
}
ol.list___number-count li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top:2px;
  padding-bottom:2px;
}
ol.list___number-count li:before {
  counter-increment: item;
  /*  content: counter(item);
 以下は数字の後ろに.を付ける場合（上はつけない場合）*/
  content: counter(item)'.'; 
  /* 以下は自由に装飾... */
  padding-right: .5em;
  color: #003366;
  font-weight:bold;
}

