@charset "utf-8";

@import url("search.css");
@import url("result.css");
@import url("detail.css");
@import url("list.css");
@import url("loading.css");
/*------------------------------------------------------------
	共通スタイル
------------------------------------------------------------*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}
html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}
body {
	font-size: 1.4em;
	height: calc(100vh - 60px);
	box-sizing: border-box;
}
body, table, input, textarea, select, option {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.1;
}
input, textarea, select, option, a, input+label, label span {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
input {
	vertical-align: middle;
	box-sizing: border-box;
}
input[type="text"] {
	min-height: 34px;
}
input[type="text"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
}
*:focus {
	outline: 0;
}
input:focus, a:focus {
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
a:link, a:visited {
	color: #000011;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.vTop {
	vertical-align: top !important;
}
.vMiddle {
	vertical-align: middle !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	overflow: hidden;
}
.wLimit {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.bgNone {
	background: none !important;
}
.wrap {
	white-space: nowrap !important;
}
.none {
	display: none !important;
}
.navihidden {
	position: absolute;
	margin-left: -9999px;
}
.hover:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	cursor: pointer;
	text-decoration: none;
}

/* 印刷設定 */
@media print {
	#container {
		overflow: unset;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: relative;
	height: 40px;
	background: #0d1e2b;
	box-sizing: border-box;
	box-shadow: 0 4px 10px -4px #999;
}
#header h1 {
	overflow: hidden;
	height: 65px;
}
#header h1 a {
	display: table;
	vertical-align: middle;
	height: 65px;
	margin: 0;
	font-weight: bold;
	font-size: 2.8rem;
	color: #fff;
	line-height: 1.1;
}
#header h1 a:focus {
	box-shadow: none;
	border: none;
}
#header h1.h1-left a {
	padding: 0 0 0 15px;
}
#header h1.h1-center a {
	margin: 0 auto;
	padding: 0 0 0 140px;
}
#header h1.h1-right a {
	margin: 0 0 0 auto;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 span {
	display: table-cell;
	vertical-align: middle;
}
#header h1 img {
	height: auto;
	max-height: 65px;
	width: 100%;
	max-width: 65px;
	vertical-align: middle;
}
#header h1 #headerTitle {
	padding: 5px 0 0 10px;
	font-weight: bold;
}
/* テキストサイズ */
#header .textresizer {
	display: table;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	height: 35px;
}
#header .textresizer li {
	display: table-cell;
	box-sizing: border-box;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0;
	color: #0d1e2b;
	background: #246498;
	vertical-align: middle;
}
#header .textresizer li span {
	display: inline-block;
	box-sizing: border-box;
	height: 35px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 7px 0 0 0;
	margin: 0;
	color: #fff;
}
#header .textresizer li:hover {
	opacity: 0.8;
	cursor: pointer;
}
#header .textresizer li span.textresizer-active {
	background: #fff;
	color: #0d1e2b;
}
/* ヘルプアイコン */
#header .header_help {
	float: right;
	padding: 15px;
	width: auto;
}
#header .header_help a {
	display: table;
	height: 35px;
	background: rgba(0, 0, 0, .35);
	color: #eee;
	font-size: 1.2rem;
	width: 35px;
	overflow: hidden;
	border-radius: 18px;
	transition: all 0.3s;
	text-decoration: none;
	float: right;
}
#header .header_help a span {
	display: table-cell;
	height: 35px;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 5px;
	text-indent: 90px;
	overflow: hidden;
	white-space: nowrap;
	width: 35px;
	max-width: 35px;
}
#header .header_help a span:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icon_help.png) center no-repeat;
	float: left;
	margin: 0 0 0 4px;
	transition: all 0.3s;
}
#header .header_help a:hover {
	background: #000;
	width: 80px;
	border-radius: 4px;
}
#header .header_help a:hover span {
	text-indent: 3px !important;
	width: 80px;
	white-space: nowrap;
	transition: all 0.4s;
	max-width: 80px;
}
/* モバイル表示 */
@media screen and (max-width:600px) {
	#header h1.h1-left a,
	#header h1.h1-center a {
		padding: 0 0 0 15px;
	}
	#header .textresizer {
		display: none;
	}
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.cl_section {
	background: #fff;
}
#main {
	position: relative;
}
#main .contents {
	margin: 0 auto;
	padding-bottom: 10px;
	box-sizing: border-box;
}
#main a {
	color: #246498;
}
#main .breadcrumb a {
	color: #000011;
}
/* ページタイトル */
.headLine {
	position: relative;
	background: linear-gradient(#eee, #fff);
	width: 100%;
	margin: 0 auto;
}
.headLine h2 {
	margin-top: 45px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.1;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.headLine h2 p {
	display: inline-block;
	background: none;
}
/* サブタイトル */
.headLine h3 {
	font-weight: bold;
	padding: 2px 15px;
	margin: 0 auto !important;
}
.headLine .message:first-child {
	padding-top: 10px;
}
/* モバイル設定 */
@media screen and (max-width:600px) {
	#main .contents {
		margin: 0;
		padding: 0 0 10px 0;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	min-height: 60px;
	height: auto;
	width: 100%;
	bottom: 0px;
	page-break-inside:avoid;
}
#footer section {
	width: 100%;
	padding: 10px 10px 7px 10px;
	min-height: 60px;
	display: flex;
	align-items: center;
	align-content: flex-end;
	box-sizing: border-box;
}
#footer p.logo {
	flex: 0 0 auto;
	text-align: left;
	white-space: nowrap;
}
#footer p.copyright {
	flex: 1 1 auto;
	padding-top: 10px;
	font-size: 0.9em;
	font-style: normal;
}
#footer p.logo img {
	max-height: 40px;
	width: auto;
	height: auto;
}
#footer p.logo span {
	display: table-cell;
	height: 47px;
	padding: 0 10px;
	font-size: 1.2em;
	vertical-align: bottom;
}
#footer p.logo a.hover {
	display: inline-table;
}
/* copyright 右寄せ */
#footer section.copyright-right p.copyright {
	text-align: right;
}
/* copyright 中央寄せ */
#footer section.copyright-center p.logo {
	flex: 1 1 auto;
	text-align: right;
}
#footer section.copyright-center p.copyright {
	text-align: left;
}
/* copyright 左寄せ */
#footer section.copyright-left p.copyright {
	text-align: left;
}
/* モバイル設定 */
@media screen and (max-width:600px) {
	#footer section {
		flex-wrap: wrap;
	}
	#footer p {
		flex: 0 0 auto;
		width: 100%;
	}
	#footer p.copyright {
		padding-top: 0px;
	}
	#footer section.copyright-center p.logo,
	#footer section.copyright-center p.copyright {
		text-align: center;
	}
}
/*------------------------------------------------------------
	テーブルbase
------------------------------------------------------------*/
#main table.tableB {
	width: 100%;
	margin-bottom: 20px;
}
#main table.tableB thead th {
	padding: 9px;
	color: #fff;
	border-bottom: none;
}
#main table.tableB th {
	color: #000011;
	font-size: 1em;
	text-align: center;
	padding: 7px 15px;
	border: none;
}
#main table.tableB td {
	color: #000011;
	font-size: 1em;
	text-align: left;
	line-height: 1.3;
	word-break: break-all;
	padding: 5px 15px;
}

@media screen and (max-width:600px) {
	/*テーブル*/
	 #main table.tableB thead {
		display: none;
	}
	 #main table.tableB tbody th {
		display: block;
		border-bottom: none;
	}
	 #main table.tableB tbody td {
		display: block;
		border-bottom: none;
		min-height: 1.2em;
		padding: 7px;
	}
}
/* 印刷設定 */
@media print {
	#main table.tableB thead th {
		padding: 5px;
	}
	#main table.tableB td {
		padding: 5px 0px;
	}
}

/*------------------------------------------------------------
	リスト1行5アイテム
------------------------------------------------------------*/
#main ul.ulRow5 {
	width: calc(100% - 20px);
	max-width: 1280px;
	margin: 0 auto !important;
	padding: 0px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	border-collapse: separate;
	border-spacing: 15px;
}
#main ul.ulRow5 li {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 5px 7px 10px 10px;
	vertical-align: top;
	box-sizing: border-box;
}
#main ul.ulRow5 li img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
/* モバイル設定 */
@media screen and (max-width:600px) {
	#main ul.ulRow5 {
		width: calc(100% - 20px);
		max-width: 100%;
		margin: 0 auto !important;
		display: block;
	}
	#main ul.ulRow5 li {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px 7px 0px 10px;
		box-sizing: border-box;
	}
	#main ul.ulRow5 li img {
		padding-right: 20px;
	}
	#main ul.ulRow5 li a:after {
		border-top: 3px solid #333;
		border-left: 3px solid #333;
	}
	#main ul.ulRow5 li a:first-of-type::after {
		content: '';
		height: 8px;
		width: 8px;
		display: block;
		border-right-width: 0;
		border-bottom-width: 0;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 20px;
	}
}
/* フォーカス設定 */
#main ul.ulRow5 li a:focus img,
#main ul.ulRow5 li a:focus .detailedSearchLink {
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
/* 印刷設定 */
@media print {
	#main ul.ulRow5 {
		display: block;
	}
	#main ul.ulRow5 li {
		width: 19%;
	}
}
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
/* デフォルト */
#main .btnCommon a, #main .btnCommon span {
	display: inline-block;
	padding: 7px 10px;
	width: 80px;
	text-align: center;
	font-size: 1.2rem;
}
#main .btnCommon a:hover, #main .btnCommon span:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	cursor: pointer;
	text-decoration: none;
}
/* form部品 */
#main .btnInput {
	padding: 15px 10px;
	text-align: center;
	position: relative;
}
#main .btnInput input {
	border: none;
	display: inline-block;
	width: 100px;
	padding: 7px 10px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
#main .btnInput input:hover {
	opacity: 0.7;
}
#main .btnInput li {
	display: inline-block;
}
/* 戻る *//* 閉じる */
#main #breadcrumb .pageBack,
#main #breadcrumb .pageClose {
	position: absolute;
	top: 2px;
	right: 18px;
}
#main .pageBack span,
#main .pageClose span {
	width: 80px;
	height: 15px;
	display: block;
	position: relative;
}
/* モバイル設定 */
@media screen and (max-width:600px) {
	#main .btnInput {
		height: auto;
		padding: 5px 0;
		clear: both;
		overflow: hidden;
		text-align: center;
		position: static;
	}
	#main .btnInput li {
		display: block;
	}
	#main .btnInput input {
		width: 30%;
		float: right;
	}
}
/* フォーカス設定 */
#main .btnCommon span:focus,#main .btnInput input:focus,
#main .pageBack span:focus,#main .pageClose span:focus {
	box-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

/*------------------------------------------------------------
	チェックボックス
------------------------------------------------------------*/
#main .targetClassNames-input {
	display: none;
	vertical-align: middle;
}
#main .targetClassNames-parts {
	padding-left: 10px;
	position: relative;
	margin-right: 10px;
}
#main .targetClassNames-input+span {
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------
	メッセージ
------------------------------------------------------------*/
.textBox {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}
.message .textBox {
	white-space: normal;
	word-break: break-word;
}
.err-box {
	padding: 15px 10px;
	margin: 15px 10px;
	box-sizing: border-box;
	display: block;
	background: #fbb;
	border: 6px double #fff;
	border-radius: 8px;
	font-weight: bold !important;
}
.err-box p {
	background: #fff;
	color: #c11;
	padding: 10px;
	border-radius: 4px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.err-item {
	padding: 5px 10px 8px;
	margin: 15px 10px;
	box-sizing: border-box;
	display: block;
	background: #fbb;
	vertical-align: middle;
	border-radius: 8px;
	font-weight: bold !important;
}
.err-box p, .err-item p {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	他共通機能
------------------------------------------------------------*/
/* ページトップへ戻る△ */
#main .totop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 0px;
	margin: 0;
}
#main .totop:after {
	content: "";
	display: table;
	clear: both;
}
#main .totop p {
	float: right;
	margin: 0 30px 0 0;
}
#main .totop a {
	background: #333333;
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0.7;
}
#main .totop a:hover {
	opacity: 0.5;
}
#main .totop a:before {
	content: '';
	height: 24px;
	width: 24px;
	display: block;
	margin: 10px auto;
	border: 0px;
	background: url(../images/icon_pagetop.png) center no-repeat;
}
/*カウンター*/
#counter {
	text-align: right;
	margin: 0 80px 0 0;
}

/*------------------------------------------------------------
	エラー画面
------------------------------------------------------------*/
#errorPage #main .errortext h2 {
	font-size: 2rem;
	text-align: center;
}