@charset "shift-jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background-color: #F0F0F0;
	color: #000;
	line-height: 1.5;
	text-align: center;
	min-width: 1560px;
}

div#contents {
	clear: both;
	margin: 0 10px 81px 9px;
	text-align: left;
	width: 1560px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
div#header {
	background: url(../../img/common/header_bg.gif) no-repeat left bottom;
	margin: 0 10px 8px 9px;
	padding: 0 1px;
	text-align: left;
	width: 1558px;
}

div#header.header {
	margin-bottom: 18px;
}

div#header div.hInner {
	border-top: 5px solid #0068B9;
	padding: 10px 15px 12px 10px;
}

h1 {
	float: left;
	margin-right: 17px;
}

h1 a img {
	display: block;
}

h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

div#header div.hInner ul {
	float: left;
	padding-top: 11px;
	width: 570px;
}

div#header div.hInner li {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 13px 0 5.0em;
	text-indent: -5.0em;
	width: 195px;
	word-break: break-all;
}

div#header div.hInner li.liStyle {
	padding-left: 4.0em;
	text-indent: -4.0em;
	width: 210px;
}

div#header div.hInner li span {
	color: #0068b9;
	font-weight: normal;
}

div#header div.hInner p {
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	padding-top: 8px;
	width: 660px;
}

div#header div.hInner div.link {
	float: right;
	padding-top: 4px;
}

div#header div.hInner div.link input {
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
div#footer {
	background-color: #0068B9;
	padding: 10px 0 9px;
	text-align: left;
	left: 0;
    position: fixed;
    bottom: 0;
}

div#footer form.footerForm {
	margin: 0 auto;
	width: 1560px;
}

div#footer ul {
	text-align: center;
}

div#footer li {
	display: inline;
	padding-right: 8px;
}

div#footer li span {
	background: url(../../img/common/bg04_top.gif) no-repeat left top;
	display: inline-block;
}

div#footer li span:hover {
	background: url(../../img/common/bg04_top_over.gif) no-repeat left top;
}

div#footer li input {
	background: url(../../img/common/bg04_btm.gif) no-repeat left bottom;
	border: none;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.0;
	min-height: 42px;
	padding: 10px 0 7px;
	width: 202px;
}

div#footer li input:hover {
	background: url(../../img/common/bg04_btm_over.gif) no-repeat left bottom;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
div#contents table.comTable {
	border-collapse: collapse;
	clear: both;
	margin-bottom: 9px;
	width: 100%;
}

div#contents table.comTable th {
	background-color: #DDD;
	border: 1px solid #AFAFAF;
	color: #222;
	font-size: 1.3em;
	padding: 5px 7px;
	text-align: left;
	vertical-align: middle;
}

div#contents table.comTable td {
	background-color: #fff;
	border: 1px solid #AFAFAF;
	font-size: 1.3em;
	padding: 0 4px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

div#contents table.comTable td input {
	border-radius: 0;
	color: #000;
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 0;
	width: 178px;
}

div#contents table.comTable td option {
	color: #000;
}

div#contents table.comTable td select {
	height: 18px;
	margin: 0;
	padding: 0;
	width: 180px;
}

div#contents table.comTable td.tdStyle input {
	width: 360px;
}

div#contents table.comTable td li {
	float: left;
	margin-right: 15px;
}

div#contents table.comTable td li input {
	margin: 0 -3px 0 0;
	width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { div#contents table.comTable td li input {vertical-align: -1px;} }

/*------------------------------------------------------------
	comTableA
------------------------------------------------------------*/
div#contents div.lBox02 table.comTableA td span {
	margin: 0 6px 0 3px;
}

/*------------------------------------------------------------
	tableA
------------------------------------------------------------*/
div#contents table.tableA {
	width: 100%;
}

/*------------------------------------------------------------
	comTableB
------------------------------------------------------------*/
div#contents table.comTableB {
	margin-bottom: 0;
	width: 50%;
}

div#contents table.comTableB th {
	word-break: break-all;
}

div#contents table.comTableB td input {
	margin-top: 0;
	width: auto;
}

/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
div#contents ul.comSearch {
	margin-bottom: 20px;
}

div#contents ul.comSearch li {
	float: left;
	padding-right: 10px;
}

div#contents ul.comSearch li span {
	background: url(../../img/common/bg02_top.gif) no-repeat left top;
	display: block;
}

div#contents ul.comSearch li span input {
	background: url(../../img/common/bg02_btm.gif) no-repeat left bottom;
	border: none;
	color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	min-height: 30px;
	padding: 6px 0 4px;
	width: 150px;
}

div#contents ul.comSearch span:hover {
	background: url(../../img/common/bg02_top_over.gif) no-repeat left top;
}

div#contents ul.comSearch input:hover {
	background: url(../../img/common/bg02_btm_over.gif) no-repeat left bottom;
}

/*------------------------------------------------------------
	pageNavi
	20130806 現在のPAGINATEに合わせて修正（以前のものはコメントアウトしています）
------------------------------------------------------------*/
div#contents ul.pageNavi {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
	color: #005BB1;
    font-size: 1.3em;
    font-weight: bold;
}

div#contents ul.pageNavi span {
	display: inline;
	margin-left: 2px;
}

div#contents ul.pageNavi span {
	margin-left: 5px;
}

div#contents ul.pageNavi span a {
	color: #005bb1;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

div#contents ul.pageNavi span a:hover {
	text-decoration: none;
}


/*------------------------------------------------------------
	20200917 ページング アットホームリプレース対応　外部APIからの連想配列用
------------------------------------------------------------*/
div.pagenate_athome {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
	color: #005BB1;
    font-size: 1.3em;
    font-weight: bold;
}

div.pagenate_athome span {
	display: inline;
	margin-left: 2px;
}

div.pagenate_athome span {
	margin-left: 5px;
}

div.pagenate_athome span a {
	color: #005bb1;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

div.pagenate_athome span a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	lBox
------------------------------------------------------------*/
div#contents div.lBox {
	float: left;
	width: 760px;
}

/*------------------------------------------------------------
	rBox
------------------------------------------------------------*/
div#contents div.rBox {
	float: right;
	width: 760px;
}

/*------------------------------------------------------------
	input
------------------------------------------------------------*/
div#contents td input.small {
	width: 56px !important;
}

div#contents td input.midium {
	width: 126px !important;
}

div#contents td input.midium02 {
	width: 106px !important;
}

div#contents td input.large {
	width: 346px !important;
}

div#contents td input.nickname {
	width: 156px !important;
}

div#contents td input.w58 {
	width: 58px !important;
}

div#contents td input.w78 {
	width: 78px !important;
}

div#contents td input.w88 {
	width: 88px !important;
}

div#contents td input.w98 {
	width: 98px !important;
}

div#contents td input.w100 {
	width: 100px !important;
}

div#contents td input.w158 {
	width: 158px !important;
}

div#contents td input.w160 {
	width: 160px !important;
}

div#contents td input.w185 {
	width: 185px !important;
}

div#contents td input.w193 {
	width: 193px !important;
}

div#contents td input.w217 {
	width: 217px !important;
}

div#contents td input.w268 {
	width: 268px !important;
}

div#contents td input.w270 {
	width: 270px !important;
}

div#contents td input.w288 {
	width: 288px !important;
}

div#contents td input.w360 {
	width: 360px !important;
}

/*------------------------------------------------------------
	comTableC
------------------------------------------------------------*/
div#contents table.comTableC thead th {
	text-align: center;
}

div#contents table.comTableC tbody th {
	background-color: #fff;
	font-weight: normal;
	text-align: center;
}

div#contents table.comTableC tbody a {
	color: #0000FF;
	text-decoration: underline;
}

div#contents table.comTableC tbody a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	comTableD（要らない）
------------------------------------------------------------*/
div#contents table.comTableD th {
	background-color: #558ED5;
}

div#contents table.comTableD td {
	border: none !important;
}

/*------------------------------------------------------------
	tabNavi
------------------------------------------------------------*/
div#contents ul.tabNavi {
	clear: both;
	margin: 0 0 10px 1px;
}

div#contents ul.tabNavi li {
	float: left;
	margin-right: 5px;
	width: 200px;
}

div#contents ul.tabNavi li a {
	background: #0068B9 url(../../img/common/tab_out_bg.gif) no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.5em;
	padding: 8px 5px 7px;
	text-align: center;
}

div#contents ul.tabNavi li.on a,
div#contents ul.tabNavi li a:hover {
	background: #68B0E8 url(../../img/common/tab_over_bg.gif) no-repeat left top;
}
