@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: sans-serif;
}
em {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic';
}

/* リンク */
a:link {
	color: #0058EA;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img {
	opacity: 0.8;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.5rem;
}

input[type="text"],
textarea,
select {
	font-family: sans-serif;
	font-size: 1.5rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #BCA276;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	margin: 0px 0px 10px;
	width: auto;
	max-width: 100%;
}
#main_body th {
	background: #E9E7D6;
	border-color: #BCA276;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #BCA276;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 19px 15px 19px 25px;
	background: url(/img/common/h1_bg.png) no-repeat left top #8DCFEB;
	border: none;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 16px 15px 15px 25px;
	background: url(/img/common/h2_bg01.png) repeat-x left top,
		url(/img/common/h2_bg01.png) repeat-x left bottom,
		url(/img/common/h2_bg02.png) repeat-y left top,
		url(/img/common/h2_bg02.png) repeat-y right top transparent;
	border: none;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 8px 15px 7px 25px;
	background: url(/img/common/h3_bg.png) repeat-y left top #E0E9E9;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 10px 15px 9px 25px;
	background: url(/img/common/h4_bg.png) repeat-x left bottom transparent;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 5px 15px 4px 25px;
	background: url(/img/common/h5_bg.png) no-repeat left 0.3em transparent;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 5px 15px 4px 25px;
	background: url(/img/common/h6_bg.png) no-repeat left 0.8em transparent;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.3rem;
}

#header2 {
	width: 98%;
	max-width: 1085px;
	min-height: 130px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	text-align: right;
}

#xp1 {
	z-index: 100;
}
.rsfloating.rsexpanded {
	display: inline-block !important;
}

#he_left {
	width: 173px;
	position: absolute;
	top: 22px;
	left: 42px;
	z-index: 1;
	text-align: left;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1 {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	width: 100%;
	height: auto;
}

#he_right {
	text-align: left;
	margin-left: 275px;
	padding: 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#header_link_bg {
	background: #095BA5;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
ul#header_link {
	width: 98%;
	max-width: 1085px;
	margin: 0px auto;
	padding: 5px 0px;
	list-style: none;
	text-align: right;
}
ul#header_link > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 18px;
	text-align: left;
}
ul#header_link > li > a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	line-height: 2rem;
	padding: 5px 0px 5px 22px;
}
ul#header_link > li#hl_main > a {
	background-image: url(/img/common/icon_hl_main.png);
}
ul#header_link > li#hl_guide > a {
	background-image: url(/img/common/icon_hl_guide.png);
}
ul#header_link > li#hl_jigyo > a {
	background-image: url(/img/common/icon_hl_jigyo.png);
}
ul#header_link > li#hl_sitemap > a {
	background-image: url(/img/common/icon_hl_sitemap.png);
}
ul#header_link > li#hl_lang > a {
	background-image: url(/img/common/icon_hl_lang.png);
}
ul#header_link > li#hl_func > a {
	background-image: url(/img/common/icon_hl_func.png);
}
ul#header_link > li#hl_voice > a {
	background-image: url(/img/common/icon_hl_voice.png);
}

/* アクセシビリティ機能 */
#hl_func {
	position: relative;
	z-index: 2;
}

ul#acc_func_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 195px;
	margin: 0px;
	padding: 15px;
	list-style: none;
	text-align: center;
}
ul#acc_func_box.open {
	display: block;
}
ul#acc_func_box li {
	display: block;
	margin-bottom: 15px;
}

#acc_func_box dl {
	margin: 0px;
	padding: 0px;
	font-size: 1.3rem;
	line-height: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#acc_func_box dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px;
	font-weight: bold;
	width: 5em;
}
#acc_func_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#acc_func_box dl dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 7px;
}
#acc_func_box dl dd a#moji_large {
	font-size: 1.5rem;
	font-weight: bold;
}
#acc_func_box dl dd a#haikei_white {
	background: #ffffff !important;
	color: #000000 !important;
}
#acc_func_box dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#acc_func_box dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}
#acc_func_box dl dd a:hover {
	border-color: #cc0000;
}

#func_menu_close {
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 3rem;
	text-decoration: none;
	margin: 0px;
	padding: 0px 20px;
	height: 3rem;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#func_menu_close:hover {
	background: #1D4E8E;
}

/* 検索 */
#top_search_keyword {
	width: 305px;
	background: #F0F0F0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 15px 15px;
	position: relative;
}
#top_search_keyword_ttl {
	margin-right: 7rem;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 55px);
	height: 35px;
	font-size: 1.5rem;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 55px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	line-height: 35px;
	white-space: nowrap;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#submit:hover {
	background: #1D4E8E;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 4px;
	vertical-align: middle;
}

/* ページ番号検索 */
#top_search_page_id {
	position: absolute;
	top: 18px;
	right: 15px;
}
#top_search_page_id_ttl a {
	display: block;
	background: url(/img/common/icon_link.png) no-repeat 5px 0.3em;
	padding-left: 20px;
	color: #000000;
}

#acc_page_id_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 195px;
	margin: 0px;
	padding: 15px;
	list-style: none;
	text-align: center;
}
#acc_page_id_box.open {
	display: block;
}

#acc_page_id_box p {
	margin: 0px;
	font-weight: bold;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 55px);
	height: 30px;
	font-size: 1.5rem;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 30px;
	white-space: nowrap;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#open_page_id_submit:hover {
	background: #1D4E8E;
}

#open_page_id_message {
	margin-top: 10px;
}
#open_page_id_message:empty {
	display: none;
}

#acc_page_id_close {
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 3rem;
	text-decoration: none;
	margin: 15px 0px 0px;
	padding: 0px 20px;
	height: 3rem;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#acc_page_id_close:hover {
	background: #1D4E8E;
}

/* グローバルナビ */
#top_search {
	width: 505px;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
ul#gnav li[id^="gnav"] {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
}
ul#gnav li[id^="gnav"] > a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 15px;
	color: #000000;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 2rem;
	padding: 70px 0px 10px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul#gnav li#gnav1 > a {
	background-image: url(/img/common/gnav01.png);
}
ul#gnav li#gnav2 > a {
	background-image: url(/img/common/gnav02.png);
}
ul#gnav li#gnav3 > a {
	background-image: url(/img/common/gnav03.png);
}
ul#gnav li#gnav4 > a {
	background-image: url(/img/common/gnav04.png);
}
ul#gnav li#gnav5 > a {
	background-image: url(/img/common/gnav05.png);
}
ul#gnav li[id^="gnav"] > a:hover {
	background-color: #F0F0F0;
}

/* グローバルナビ（開閉） */
ul#gnav li#gnav2,
ul#gnav li#gnav3 {
	position: relative;
}
ul#gnav li#gnav2.open > a,
ul#gnav li#gnav3.open > a {
	background-color: #F0F0F0;
}

ul.nav_link_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 100;
	background: #F0F0F0;
	color: #000000;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 200px;
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: center;
}
ul.nav_link_box.open {
	display: block;
}
ul.nav_link_box li {
	padding: 2px 0px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	list-style-image: url(data:0);
}
ul.nav_link_box li:last-child {
	border-bottom: none;
}
ul.nav_link_box li a {
	display: block;
	background: url(/img/common/icon_link.png) no-repeat 5px 0.6em;
	padding: 3px 0px 3px 20px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul.nav_link_box li a:hover {
	background-color: #ffffff;
}

.nav_link_close {
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 3rem;
	text-decoration: none;
	margin: 15px 0px 0px;
	padding: 0px 20px;
	height: 3rem;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.nav_link_close:hover {
	background: #1D4E8E;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 0px 0px 10px;
}
#pankuzu_wrap > div {
	width: 98%;
	max-width: 1085px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2rem;
}

.pankuzu {
	clear: both;
	margin-bottom: 5px;
	padding: 0px 0px 0px 7rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 6rem;
	height: auto;
	background: #666666;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2rem;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.5rem;
	border-top: 1px solid #cccccc;
}

#footer_link_pagetop {
	width: 76px;
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index: 80;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 30px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop a img {
	width: 100%;
	height: auto;
}

#footer_box {
	width: 98%;
	max-width: 1085px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#author_info_wrap {
	width: 680px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #cccccc;
	padding: 24px 25px;
}

#footer_link_wrap {
	width: 405px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#author_info p {
	margin: 0px;
}
#author_info p span {
	display: inline-block;
}
#author_info p span.f_author {
	font-size: 2.8rem;
	margin-right: 0.5em;
}

#author_link ul {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style: none;
}
#author_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 3px 30px 3px 0px;
}
#author_link ul li:last-child {
	margin-right: 0px;
}
#author_link ul li a {
	display: block;
	background: url(/img/common/icon_link.png) no-repeat 5px 0.3em;
	padding-left: 20px;
}

#footer_navi {
	padding: 17px 25px;
	border-bottom: 1px solid #cccccc;
}
#footer_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	min-width: 48%;
	margin: 3px 0px;
}
#footer_navi ul li a {
	display: block;
	background: url(/img/common/icon_link.png) no-repeat 5px 0.3em;
	padding-left: 20px;
}

#footer_navi_sp {
	display: none;
}

#footer_link_pc_sp {
	padding: 10px 25px;
}
#footer_link_pc_sp span {
	display: inline-block;
	vertical-align: top;
	min-width: 48%;
}
#footer_link_pc_sp button {
	display: inline-block;
	border: none;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2rem;
	padding: 7px 0px 3px 30px;
	color: #666666;
	cursor: default;
}
#footer_link_pc_sp button#footer_link_pc {
	background-image: url(/img/common/icon_f_pc.png);
	text-decoration: none;
	text-transform: uppercase;
}
#footer_link_pc_sp button#footer_link_sp {
	background-image: url(/img/common/icon_f_sp.png);
	padding-left: 20px;
}
body.viewpc #footer_link_pc_sp button#footer_link_sp {
	color: #0058EA;
	text-decoration: underline;
}

#copyright {
	background: #095BA5;
	color: #ffffff;
}
#copyright p {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 110px;
}
#osusume_banner_ttl a {
	display: block;
	position: relative;
}
#osusume_banner_ttl a:before {
	content: '';
	width: 7px;
	height: 12px;
	background: url(/img/common/btn_brand_open.png) no-repeat center center;
	position: absolute;
	bottom: 30px;
	right: 10px;
	z-index: 1;
}
#osusume_banner.open #osusume_banner_ttl a:before {
	background-image: url(/img/common/btn_brand_close.png);
}
#osusume_banner_ttl img {
	width: 100%;
	height: auto;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	max-width: calc(100vw - 120px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	background: #666666;
	letter-spacing: -0.4em;
}
#osusume_banner_list_box ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 60px;
	margin: 5px;
}
#osusume_banner_list_box ul li img {
	width: 100%;
	height: auto;
}

/********** 6 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
ul.banner_list li {
	width: 220px;
	height: 70px;
	overflow: hidden;
	margin: 5px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

/* バナー広告（縦並び） */
#sidebar_banner {
	margin: 0px 0px 10px;
}

ul.banner_list.banner_list_side {
	display: block;
	background: #F0F0F0;
	margin: 0px;
	padding: 20px 20px 10px;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px;
}

/********** 7 リスト **********/

/* リスト */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
	padding: 8px 0px 8px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.info_list ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #FF6600;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 5px;
	top: 1em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: right;
}

/* リスト（横並び） */
.navigation {
	margin-left: 25px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0px;
	padding-right: 15px;
	border-right: 1px solid #666666;
	line-height: 1.4;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（新着情報） */
.section_information {
	margin: 20px 0px;
	padding: 20px 25px;
	background: url(/img/common/bg_section_info01.png) repeat-x left top,
		url(/img/common/bg_section_info01.png) repeat-x left bottom,
		url(/img/common/bg_section_info02.jpg) repeat-y left top,
		url(/img/common/bg_section_info02.jpg) repeat-y right top transparent;
	position: relative;
}

.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 0px 10px 10px;
	background: url(/img/common/h2_bg01.png) repeat-x left bottom;
	border: none;
	font-size: 2.1rem;
	font-weight: bold;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 10px 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px dashed #cccccc;
}

.section_information_list ul li > span.article_date {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.section_information_list ul li > span.article_title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.section_information_list ul li > span.article_date:before {
	content: '（';
}
.section_information_list ul li > span.article_date:after {
	content: '）';
}

.section_information_list div.link_box {
	position: absolute;
	top: 20px;
	right: 25px;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0px;
}
.section_information_list div.link_box span a {
	display: block;
	background: url(/img/common/icon_link.png) no-repeat 5px 0.3em;
	padding-left: 20px;
	text-align: left;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 20px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0 !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100% !important;
	height: auto !important;
}

/* サイドメニュー */
.side_box {
	background: #F0F0F0;
	margin: 0px 0px 10px;
	padding: 0px;
}
.side_box_ttl h2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 15px 20px 12px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 0px 20px 15px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.side_box_list ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #FF6600;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 5px;
	top: 0.6em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side_box_list ul li ul {
	padding: 0px;
}

.side_box_txt {
	padding: 0px 20px 20px;
}
.side_box_txt p {
	margin: 0px 0px 10px;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/* レコメンド */
#sidebar_recommend {
	background: #F0F0F0;
	margin: 0px 0px 10px;
	padding: 0px;
}
#sidebar_recommend h2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 20px;
	padding: 15px 0px 10px;
	text-align: center;
	border-bottom: 3px solid #DADADA;
}
#sidebar_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul {
	margin: 0px;
	padding: 7px 20px;
	list-style: none;
}
#sidebar_recommend ul li {
	margin: 0px;
	padding: 8px 0px;
}

/* 重要なお知らせ */
#detail_side_important {
	background: #FCF0ED;
	color: #cc0000;
	margin: 0px 0px 10px;
	padding: 0px;
}
#detail_side_important h2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 15px 20px 12px;
	text-align: center;
	background: #CC0000;
	color: #ffffff;
}
#detail_side_important ul {
	margin: 0px;
	padding: 7px 20px;
	list-style: none;
}
#detail_side_important ul li {
	margin: 0px;
	padding: 8px 0px;
}
#detail_side_important ul li a {
	color: #cc0000;
}

/* カウントダウン */
.detail_countdown {
	background: #FCE7E2;
	width: 100%;
	max-width: 260px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
}

.detail_countdown a {
	display: block;
}

.detail_countdown .cd_txt {
	display: block;
	min-height: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
}
.detail_countdown.countdown_day_before .cd_txt {
	padding-bottom: 60px;
}

.detail_countdown .cd_txt img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	height: auto;
}

.detail_countdown .cd_txt span {
	display: block;
}

.detail_countdown .cd_txt span.cd_txt_comment {
	padding: 15px 20px;
	position: relative;
	z-index: 1;
}
.detail_countdown.countdown_day_before .cd_txt span.cd_txt_comment {
	padding-bottom: 0px;
}

.detail_countdown .cd_txt span.cd_txt_day_img {
	color: #CC0000;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 1;
}
.detail_countdown .cd_txt span.cd_txt_day_img span {
	display: inline;
}
.detail_countdown .cd_txt span.cd_txt_day_img:after {
	content: '日';
}
.detail_countdown .cd_txt span.cd_txt_day_img img {
	position: static;
	vertical-align: bottom;
	margin-left: 1px;
	margin-right: 1px;
}

.detail_countdown .cd_txt span.external_link_text {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}

/* 見つからないとき・よくある質問 */
#common_banner_mitsukaranai,
#common_banner_faq {
	margin: 0px 0px 10px;
}
#common_banner_mitsukaranai a,
#common_banner_faq a {
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 13px 20px 12px;
	text-align: center;
	background: #F0F0F0;
	color: #000000;
	text-decoration: none;
	border: 1px solid #A8C2EE;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#common_banner_mitsukaranai a:hover,
#common_banner_faq a:hover {
	background: #E6E6E6;
}

/* 事業バナー */
#common_banner_pr {
	background: #F0F0F0;
	margin: 0px 0px 10px;
	padding: 0px;
}
#common_banner_pr h2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 15px 20px 12px;
	text-align: center;
	text-transform: uppercase;
}
#common_banner_pr ul {
	margin: 0px;
	padding: 0px 20px 10px;
	list-style: none;
}
#common_banner_pr ul li {
	display: block;
	margin: 0px auto 10px;
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	padding-bottom: 30px;
}

#main_body > p {
	margin-left: 25px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	text-align: right;
	font-size: 1.4rem;
}
#content_header span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
	text-align: left;
}
#print_mode_link,
#print_mode_link_large {
	padding-left: 20px;
	background: url(/img/common/icon_print.png) no-repeat left center;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px;
	width: 100%;
	display: table;
	background: #F0F0F0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* SNSボタン */
#common_button_sns {
	clear: both;
	margin: 30px 0px 0px;
	text-align: right;
}
#common_button_sns span[id^="sns_button_"] {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#common_button_sns span#sns_button_link {
	margin-left: 10px;
}
#common_button_sns span#sns_button_link a {
	font-size: 1.4rem;
	line-height: 2rem;
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	background: #666666;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#common_button_sns span#sns_button_link a:hover {
	background: #444444;
}

/* カレンダー登録ボタン */
#btn_calendar_wrap {
	clear: both;
	margin: 30px 0px 0px;
	text-align: right;
}
#btn_calendar_wrap div[id^="btn_"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#btn_calendar_wrap div[id^="btn_"] a {
	display: block;
	background: url(/img/common/icon_link_calendar.png) no-repeat 5px center;
	padding-left: 30px;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#detail_side_osusume {
	background: #E7E7E7;
	margin: 30px 0px 0px;
}
#detail_side_osusume h2,
#main_body #detail_side_osusume h2 {
	margin: 0px;
	padding: 13px 20px 12px;
	background: #448211;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}
#detail_side_osusume ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#detail_side_osusume ul li {
	margin: 0px;
	padding: 3px 0px 3px 32px;
	background: url(/img/common/icon_link_osusume.png) no-repeat 10px 0.5em;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px;
	background: url(/img/common/bg_section_info01.png) repeat-x left top,
		url(/img/common/bg_section_info01.png) repeat-x left bottom,
		url(/img/common/bg_section_info02.jpg) repeat-y left top,
		url(/img/common/bg_section_info02.jpg) repeat-y right top transparent;
}
#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	background: none;
	border: none;
	font-size: 1.8rem;
}
#section_footer_detail span[class^="sf_"] {
	display: inline-block;
	margin-right: 1em;
}
#section_footer_detail span.sf_tel span{
	display: inline-block;
}
#section_footer_detail span.sf_tel span:before {
	content: '（';
}
#section_footer_detail span.sf_tel span:after {
	content: '）';
}
#section_footer_detail span.sf_tel span:empty:before,
#section_footer_detail span.sf_tel span:empty:after {
	display: none;
}

/* サイトマップ */
.sitemap_list_ttl {
	margin: 30px 0px 20px;
	padding: 8px 15px 7px 25px;
	background: url(/img/common/h3_bg.png) repeat-y left top #E0E9E9;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.sitemap_life2_ttl {
	margin: 30px 0px 20px;
	padding: 10px 15px 9px 25px;
	background: url(/img/common/h4_bg.png) repeat-x left bottom transparent;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

/* 分類 */
/* parts-life.css で設定 */

/* 関連情報 */
#kanren_info {
	background: #F0F0F0;
	margin: 0px 0px 10px;
	padding: 0px;
}
#kanren_info h2 {
	background: #CCCCCC;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 15px 20px 12px;
	text-align: center;
}
#kanren_info h3 {
	border-bottom: 2px dotted #cccccc;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 20px 0px;
	padding: 9px 0px 8px;
	text-align: center;
}

.kanren_box ul {
	margin: 0px;
	padding: 12px 20px;
	list-style: none;
}
.kanren_box ul li {
	margin: 0px;
	padding: 3px 0px 3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.kanren_box ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #FF9900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0.9em;
	left: 0px;
}

.kanren_box div.link_ichiran {
	margin-top: 0px;
	padding: 0px 20px 15px;
}

/* サブカテゴリ */
.life_cat_list_ttl {
	margin: 30px 0px 20px;
	padding: 8px 15px 7px 25px;
	background: url(/img/common/h3_bg.png) repeat-y left top #E0E9E9;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

/* 組織 */
#soshiki_hyouji ul {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0px;
	padding-right: 15px;
	border-right: 1px solid #666666;
	line-height: 1.4;
}
#soshiki_hyouji ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em 25px;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_work > div {
	margin-left: 25px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
	margin-left: 25px;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.kakuka_tel_list ul li span {
	margin-left: 0.5em;
}
.kakuka_tel_list ul li span:before {
	content: '（';
}
.kakuka_tel_list ul li span:after {
	content: '）';
}
.kakuka_tel_list ul li span:empty:before,
.kakuka_tel_list ul li span:empty:after {
	display: none;
}

#soshiki_pr_image {
	margin: 20px 0px;
}
#soshiki_pr_image a {
	display: block;
}
#soshiki_pr_image img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em 25px;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view img {
	width: 100%;
	height: auto;
}

.soshiki_kakuka .side_box_txt > div {
	margin-bottom: 0.5em;
}
.soshiki_kakuka .side_box_txt > div:last-child {
	margin-bottom: 0px;
}

.sf_name {
	font-weight: bold;
}
.grpname_box {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	width: calc(50% - 15px);
	margin: 0px 30px 20px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 15px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#hyouka_area_submit {
	margin-top: 20px;
}

#main_body table.tbl_ques {
	width: 100%;
	margin: 20px 0px 0px;
}
#main_body table.tbl_ques th {
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
#main_body table.tbl_ques td input {
	display: inline-block;
	width: 100%;
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#main_body table.tbl_ques td input:hover {
	background: #1D4E8E;
}

div.q2 br {
	display: none;
}

.question_detail input[type="text"] {
	font-size: 1.5rem;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question_detail textarea {
	font-size: 1.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question_detail select {
	font-size: 1.5rem;
}

.question input[type="submit"],
.question input[type="button"] {
	display: inline-block;
	width: 23%;
	border: none;
	background: #095BA5;
	color: #ffffff;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.question input[type="submit"]:hover,
.question input[type="button"]:hover {
	background: #1D4E8E;
}

#main_detail2 {
	margin-left: 25px;
}

.question_detail form p,
.question_detail form > div {
	margin-left: 25px;
}
.question_detail form p[align="left"] {
	margin-left: 0px;
}

.question_detail fieldset,
.question_detail #main_a fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #cc0000;
}
#mail_form_message {
	margin-left: 25px;
}

#main_body table#mail_form_tbl {
	width: 100%;
}
#main_body table#mail_form_tbl th {
	width: 25%;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mail_form_btn_wrap {
	margin: 20px 0px 0px;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	width: 23%;
	border: none;
	background: #095BA5;
	color: #ffffff;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#mail_form_btn_wrap input[type="submit"]:hover {
	background: #1D4E8E;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	border: none;
	margin: 0px;
}
#main_body #cse_search_result td {
	border: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	font-size: 1.5rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	border: 1px solid #cccccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}

#main_body #shisetsu_map table {
	border: none;
	margin: 0px;
}
#main_body #shisetsu_map td {
	border: none;
}

/* Googleアドセンス広告 */
#adsense {
	max-width: 970px;
	margin: 30px auto;
}
#adsense img {
	max-width: 100%;
	height: auto;
}

/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#he_left {
		top: 50px;
		left: 10px;
	}

	#he_right {
		margin-left: 200px;
		display: block;
	}

	#top_search {
		width: 100%;
	}

	#top_search_keyword {
		width: 100%;
		border: none;
		margin: 5px 0px 0px;
		padding: 10px 15px;
	}
	#top_search_keyword_box {
		margin-right: 7rem;
	}
	#top_search_keyword_ttl {
		display: inline-block;
		vertical-align: middle;
		margin: 0px 10px 0px 0px;
	}
	#cse-search-box {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 9em);
	}

	ul#header_link > li {
		margin: 0px 5px;
	}

	#ktp_item_list {
		width: auto;
		min-width: 18em;
	}

	/* フッタ */
	#author_info_wrap {
		width: 58%;
		padding-bottom: 50px;
	}
	#footer_link_wrap {
		width: 42%;
		padding-bottom: 50px;
	}

	#footer_link_pagetop {
		right: 10px;
	}

	/* Googleアドセンス広告 */
	#adsense {
		width: 98%;
		margin-bottom: 60px;
	}

	/* カウントダウン */
	.detail_countdown .cd_txt,
	.detail_countdown.countdown_day_before .cd_txt {
		min-height: 0;
		font-size: 1.4rem;
		padding: 0px;
		padding-top: 50%;
	}
	.detail_countdown .cd_txt span.cd_txt_comment {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 10px;
		left: 0px;
		width: 100%;
		max-height: calc(100% - 20px);
		overflow: auto;
		padding: 0px 15px;
	}
	.detail_countdown.countdown_day_before .cd_txt span.cd_txt_comment {
		max-height: calc(100% - 50px);
	}
	.detail_countdown .cd_txt span.cd_txt_day_img {
		bottom: 10px;
		right: 15px;
	}
	.detail_countdown .cd_txt span.cd_txt_day_img img {
		width: 21px;
	}

	/* ウェブブック */
	.book_list_box {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 50%;
	}
	#main_body table.tbl_ques th.date,
	#main_body table.tbl_ques th.date2 {
		width: 20%;
	}

}
/* タブレット ここまで */