@charset "UTF-8";
/* 2014/06 設定：全体をセンタリングに設定変更 */
/* 2015/08 設定：幅を980pxから1100pxに変更。背景画像を非表示に変更 */
/**  幅を1100pxに変更したことによって、右カラムに 300x600 のAdSense を設置 **/
/* 2017/01 設定：レスポンシブデザインに変更 */

html {
	overflow-y:scroll;
}

/* 部分的に印刷しない */
@media print {
.no_print {
	display:none;
}
}
/* ページ内検索ハイライト */
.SearchResult {
	font-weight:bold;
	color:#000000;
	background-color:Yellow;
}
.moji10 {
	font-size:10px;
}
.moji9 {
	font-size:9px;
}
.moji12 {
	font-size: 12px;
}
.moji13 {
	font-size: 13px;
}
.moji14 {
	font-size: 14px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*	color: #438CC2; 2008/12/01 */
	color: #56879f;
}
a:hover {
	text-decoration: none;
	color: #e74c3c;
	background:#FFFBD4;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style1 {
	color: #CC0000;
}
.sub-title {
	color: #777777;
}
.style3 {
	font-size: 10px;
	line-height:130%;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}
.style5 {
	color: #666666;
	font-size: 12px;
}
#Layer2 {
	position:absolute;
	width:185px;
	height:70px;
	z-index:2;
	left: 705px;
	top: 8px;
}
.c1 {
	color: #CC0000;
}
.yellow {
	color: #333333;
	background-color: #FFFDBE;
}
img {
	border:none;
}
h1 {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#EFEFEF;
	font-weight:normal;
}
h2 {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#666;
	font-weight:normal;
}
/* タイトル下やAdSense枠などのボーダー */
/* 四方ボーダーあり */
.waku-titleunder-border {
	margin-top:8px;
	margin-bottom:8px;
	height:90px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
/* 四方ボーダーなし * テスト的にボーダーを足した 2014/01/16 */
.waku-titleunder {
	margin-top:8px;
	margin-bottom:8px;

	height:90px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
.waku-1 {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
.waku-01 {
	margin-top:5px;
	margin-bottom:5px;
	height:auto;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
.waku{
	height:auto;
	margin:5px 0;
	border:#CCCCCC solid 1px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:left;
}
/* お知らせ枠 Bigen */
.Infomation {
	margin-top:5px;
	margin-bottom:5px;
	text-align: left;
	background-color: #FFF7BD;
	border: 1px solid #FF9933;
	width:600px;
}
/* お知らせ枠 End */

/** テキストに背景色 **/
.textbgcolor {
	background-color:#FFFFCC;
}
/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .textbgcolor {
	padding-top:0px;
	padding-bottom:1px;
}
.textbgcolor02 {
	background-color:#fffbd4;
}
/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .textbgcolor02 {
	padding-top:0px;
	padding-bottom:1px;
}
/** ここまでテキストに背景色 **/

/** トップページ目次の枝ページの ∟ の文字 **/
#chokkaku {
	color: #888888;
	margin-left:12px;
}
#chokkaku-img {
	color: #888888;
	margin-left:10px;
}
/** 項目タイトル **/
.toph2_box {
	padding-right: 1px;
	padding-left: 6px;
	padding-bottom: 20px;
	padding-top: 2px;
	line-height:150%;
}
.toph2_01 {
	background:#fff;
	border:1px solid #d27019;
}
.subtitle1 {
	color:#FFFFFF;
	background:#d27019;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_02 {
	background:#fff;
	border:1px solid #546a9c;
}
.subtitle2 {
	color:#FFFFFF;
	background:#546a9c;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_03 {
	background:#fff;
	border:1px solid #1d6647;
}
.subtitle3 {
	color:#FFFFFF;
	background:#1d6647;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_04 {
	background:#fff;
	border:1px solid #9a373f;
}
.subtitle4 {
	color:#FFFFFF;
	background:#9a373f;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_05 {
	background:#fff;
	border:1px solid #c8888c;
}
.subtitle5 {
	color:#FFFFFF;
	background:#c8888c;
	width:55%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.subtitle5b {
	color:#FFFFFF;
	background:#c8888c;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_06 {
	background:#fff;
	border:1px solid #ed7550;
}
.subtitle6 {
	color:#FFFFFF;
	background:#ed7550;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.subtitle6b {
	color:#FFFFFF;
	background:#ed7550;
	width:100%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.subtitle6b i {
	color:#FFEB3B !important;
	font-weight:bold;
}
.subtitle6c {
	color:#FFFFFF;
	background:#ed7550;
	width:100%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:18px;
}
.subtitle6c i {
	color:#FFEB3B !important;
	font-weight:bold;
}
.toph2_07 {
	background:#fff;
	border:1px solid #DCA55A;
}
.subtitle7 {
	color:#FFFFFF;
	background:#DCA55A;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_08 {
	background:#fff;
	border:1px solid #196dc0;
}
.subtitle8 {
	color:#FFFFFF;
	background:#196dc0;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_09 {
	background:#fff;
	border:1px solid #d26fa7;
}
.subtitle9 {
	color:#FFFFFF;
	background:#d26fa7;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_10 {
	background:#fff;
	border:1px solid #60ADA9;
}
.subtitle10 {
	color:#FFFFFF;
	background:#60ADA9;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_11 {
	background:#fff;
	border:1px solid #82bb51;
}
.subtitle11 {
	color:#FFFFFF;
	background:#82bb51;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_12 {
	background:#fff;
	border:1px solid #999966;
}
.subtitle12 {
	color:#FFFFFF;
	background:#999966;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
.toph2_13 {
	background:#fff;
	border:1px solid #87BaE9;
	font-size:15px;
}
.subtitle13 {
	color:#FFFFFF;
	background:#87BaE9;
	width:40%;
	text-indent:10px;
	display:inline-table;
	padding:6px 0;
	font-size:15px;
}
.toph2_14 {
	background:#fff;
	border:1px solid #009999;
}
.subtitle14 {
	color:#FFFFFF;
	background:#009999;
	width:40%;
	text-indent:10px;
	display:block;
	padding:6px 0;
	font-size:15px;
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, .subtitle1, *::-ms-backdrop, .subtitle2, *::-ms-backdrop, .subtitle3, *::-ms-backdrop, .subtitle4, *::-ms-backdrop, .subtitle5, *::-ms-backdrop, .subtitle6, *::-ms-backdrop, .subtitle7, *::-ms-backdrop, .subtitle8, *::-ms-backdrop, .subtitle9, *::-ms-backdrop, .subtitle10, *::-ms-backdrop, .subtitle11, *::-ms-backdrop, .subtitle12, *::-ms-backdrop, .subtitle13, *::-ms-backdrop, .subtitle14 {
 padding:8px 0 4px 0 !important;
} /* IE11 */
*::-ms-backdrop, .subtitle15 {
 padding:12px 0 8px 0 !important;
} /* IE11 */
}
.goiken_box {
	margin:20px 0;
	background:#fff;
	border:1px solid #CC9900;
	border-radius:5px;
	display:block;
}
.subtitle15 {
	color:#FFFFFF;
	background:#CC9900;
	width:25%;
	text-indent:15px;
	display:inline-table;
	padding:10px 0;
	font-size:15px;
}
.subtitle15 i {
	color:yellow !important;
	font-size:17px !important;
	font-weight:bold !important;
}
.linkbox2 {
	float:left;
	width:280px;
	margin:0 8px 10px 20px;
	font-size: 14px;
}
.linkbox3 {
	float:left;
	width:320px;
	margin:0 0 10px 0;
	font-size: 12px;
}

.qr1 img {
	display:block;
	margin:5px 10px;
}
.qr1 {
	width:28%;
	float:left;
}
.qr2 {
	width:70%;
	float:left;
	font-size: 10px;
	line-height:130%;
}
.readme {
	background:#3498db;
	padding:10px 0;
	text-align:center;
	font-size:18px;
	margin:0 5px;
	color:#fff;
}
.readme i {
	color:#f1c40f !important;
	font-weight:bold;
}
.readmetxt ul {
	margin:10px 12px 0px 7px;
	text-indent:0px;
}
.readmetxt ul li {
	padding:5px 0 5px 0;
	list-style:none !important;
	text-indent:-1em;
}
.motto {
	margin:10px 0 0 67px;
	font-weight: bold;
}
.readmetxt ul li .motto {
	margin:10px 0 0 35px !important;
}
.linkbox {
	margin:20px 5px;
	padding:20px 20px;
	background:ghostwhite;
}
/** 「New」「改定」などの文字の装飾 **/
.new {
	font-size:10px;
	color:#FF0000;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footerinfo {
	margin-left:120px;
	margin-top:10px;
	margin-bottom:7px;
	text-align:left;
	font-size: 10px;
	color: #888888;
	width:610px;
	/* 行間が空いてしまうページがあるため、line-heightを設定 2012/04/10 */	
	line-height:150%;
}
.footerinfo-color {
	color: #999;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13px;
	color:#BBB;/*	padding-bottom:30px; *//*	width:730px; */
}
.wrapper a{color:#6FB8BE !important;}
.wrapper a:link{color:#6FB8BE !important;}
.wrapper a:visited{color:#6FB8BE !important;}
.lastmodified {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AAA;
	margin-left:18px;
}
.lastmodified-new {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align: right;
	background-color:#424242;
	margin:-15px 0 0 0;
	padding: 0 10px 5px 0;
}
marquee {
	margin:-500px 70px 0 70px;
	font-size:13px;
}
#main {
	float: left;
	box-sizing: border-box;
/*	width:760px;*/ /* 20170524 */
	width:750px; /* 20170524 */
/*  width: 740px; */
  padding: 0 1px;
	/*  padding: 20px 29px; */
  border:1px solid #ddd;
	background-color:#fff;
	border-radius: 4px;
	margin-bottom: 70px;
}
#sidebar a {
	color: #007B90; /* 2017/03/22 に変更 */
/*	color: #1D8F99; */
	word-wrap: break-word;
}
#sidebar a:hover {
	color: #e74c3c;
	text-decoration: none;
	background:#FFFBD4;
}
/* フッター部でのプリント用サイトタイトル */
.footer-sitetitle-print {
	font-size:11px;
	color:#424242;
	text-align:right;
/*	background-color:#424242;*/
	width:100%;
	padding:30px 0;
}
/* 追加 */
.top_yellowbox {
	background-color:#FEE252;
	margin:-18px 0 3px 0;
/*	margin:-18px 0 20px 0; */ /*2018/06/20 「地震情報」の追加に伴い変更 */
	color:#333;
	font-size:14px;
}
.toptime {
	float:left;
	margin:12px 0 0 15px;
/*	margin:15px 0 0 15px; */ /* 2018/06/20 に変更 */
	font-weight:bold; /* 2017/03/30 に追加 */
}
.toptoday {
	float:right;
	margin:10px 15px 0 5px;
/*	margin:15px 15px 0 0; */ /* 2018/06/20 に変更 */
	font-weight:bold; /* 2017/03/30 に追加 */
}
.topyear {
	float:right;
	margin:3px 15px 3px 5px;
/*	margin:5px 15px 5px 0; */ /* 2018/06/20 に変更 */
	font-weight:bold; /* 2017/03/30 に追加 */
}
.topau {
	float:left;
	margin:5px 0 10px 15px;
}
.topau i {
	font-size:19px;
	color:#d35400;
}
.topvisit {
	float:left;
	margin:5px 0 10px 25px;
}
.topvisit i {
	font-size:19px;
	color:#d35400;
}
.topser_tips {
	margin-top:22px;
}
.topser_hint {
	margin:-10px 0 13px 50px;
}
.topser_hint i {
	color:#d35400;
	font-weight:bold;
}
/* タブレット、PC、1070px以下で非表示(2017/05/24追加) */
@media only screen and (max-width: 1070px){
.iPadnone {display:none;}
}
/* 表のセルを分解しウィンドウ幅に合わせる */
table.responsive {
	display: block;
	border: none;
}
table.responsive tr {
	display: inline;
}
table.responsive td {
	display: inline-block;
}
table.responsive th {
	display: inline-block;
}