@charset "utf-8";

/* 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;
}

/* スマホ用メニュー */
.sp_button {
	display: none;
}

#spm_wrap {
	display: none;
}

#spm_sp {
	display: none;
	width: auto;
	height: auto;
	margin: 10px 20px;
	padding: 20px 100px;
	border-radius: 20px;
	background: rgba(0,0,0,0.75);
	z-index: 100;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4rem;
	border: none;
	text-align: left;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 全体 */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	min-width: 1080px;
	background: #FFFFFF;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

/* リンク色を隠す */
.img_b {
	vertical-align: top;
	border: none;
}

/* 隠す */
.hide {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

/* ヘッダー */
#header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#header2 {
	display: table;
	table-layout: fixed;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}
#header2 > div {
	display: table-cell;
	vertical-align: middle;
}

#he_left {
	width: 177px;
	height: 54px;
}
#he_left p#logo, #he_left h1#logo {
	margin: 0px;
	padding: 0px;
}
#he_left p#logo a, #he_left h1#logo a {
	display: block;
}
#he_right {
	text-align: right;
	font-size: 1.3rem;
}

#header_link {
	display: block;
}
#header_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_link ul li {
	display: inline-block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	vertical-align: middle;
}
#header_link ul li:first-child {
	margin-left: 0px;
}
#header_link ul li a {
	display: block;
	background: url(/img/common/icon_head03.png) no-repeat left center;
	color: #043E94;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 15px;
}
#header_link ul li a:hover {
	color: #CC0000;
}

#skip_link a {
	background: url(/img/common/icon_head01.png) no-repeat left center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 15px;
}
#skip_link a:hover {
	color: #CC0000;
}

/* 文字サイズ・背景色 */
#header_func {
	display: inline-block;
	margin: 0px 0px 5px;
	padding: 0px;
}
#header_func > ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_func > ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
}
#header_func dl {
	display: table;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#header_func dt, #header_func dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 2px;
	font-weight: bold;
}
#header_func dt {
	padding: 0px 10px;
}
#header_func dd a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: #E0E6E9;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 7px;
}
#header_func dd a#haikei_white {
	color: #000 !important;
	background-color: #E0E6E9;
}
#header_func dd a#haikei_black {
	color: #fff !important;
	background-color: #000;
}
#header_func dd a#haikei_blue {
	color: #ff0 !important;
	background-color: #00f;
}

/* フッター */
#footer {
	clear: both;
	width: auto;
	height: auto;
	background: url(/img/common/bg_footer.jpg) no-repeat center bottom #BADFFF;
	background-size: auto 100%;
	border-top: 3px solid #6666CC;
	margin: 0px;
	padding: 20px 0px;
}
#footer > div {
	width: 1080px;
	margin: 0 auto;
}

#footer_navi ul {
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: left;
}
#footer_navi li {
	display: inline-block;
	border-left: 1px solid #333;
}
#footer_navi li:first-child {
	border-left: none;
}
#footer_navi li a {
	color: #333;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px 20px;
}
#footer_navi li:first-child a {
	padding-left: 0;
}
#footer_navi li a:hover {
	color: #CC0000;
}

#author_box {
	background: url(/img/common/bg_blue.png) repeat-y left top;
	padding: 0px 0px 0px 30px;
}
#author_box p {
	margin: 0;
	padding: 0;
}
#author_box p span {
	display: inline-block;
	vertical-align: middle;
}
#author_box p span.f_author {
	font-size: 2.1rem;
	font-weight: bold;
}
#author_box p span.f_author:after {
	content: "/";
	font-weight: normal;
	margin: 0 10px;
}
#author_box p span.f_number {
	font-size: 1.5rem;
	font-weight: bold;
}
#author_box p span.f_contact {
	margin-right: 1em;
}
#author_box p#copyright {
	font-size: 1.3rem;
	margin-top: 5px;
}

#author_box p a {
	color: #333;
}
#author_box p a:hover {
	color: #CC0000;
}

/* ページトップに戻る */
#back_or_pagetop {
	clear: both;
	position: static;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-top: 20px;
	text-align: right;
}
#back_or_pagetop > div {
	display: inline-block;
	min-width: 212px;
	height: auto;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
#back_or_pagetop > div a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-bottom: -1px;
	padding: 14px 0;
	background-color: #6666CC;
	border-radius: 4px 4px 0px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #6666CC;
	text-shadow: 0px 0px 3px #48488F, 0px 0px 3px #48488F, 0px 0px 3px #48488F, 0px 0px 5px #000000, 0px 0px 5px #000000;
}
#back_or_pagetop #to_page_top {
	right: 0px;
}
#back_or_pagetop #to_page_back {
	right: 222px;
}
#back_or_pagetop > div a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
}
#back_or_pagetop #to_page_top a:before {
	content: url(/img/common/icon_pagetop.png);
}
#back_or_pagetop #to_page_back a:before {
	content: url(/img/common/icon_back.png);
}

#back_or_pagetop > div a:hover {
	background: #ffc959;
	color: #333333;
	text-shadow: 0px 0px 3px #ffd98a, 0px 0px 3px #ffd98a, 0px 0px 3px #ffd98a, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF;
}
#back_or_pagetop #to_page_top a:hover:before {
	content: url(/img/common/icon_pagetop_b.png);
}
#back_or_pagetop #to_page_back a:hover:before {
	content: url(/img/common/icon_back_b.png);
}

/* リンク色 */
a:link {
	text-decoration: underline;
	color: #0033CC;
}
a:visited {
	text-decoration: underline;
	color: #551A8B;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

a:hover img {
	opacity: 0.6;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

/* 3カラム */
#mymainback {
	clear: both;
	float: none;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	line-height: 140%;
}
#main {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px -300px;
	padding: 0px 0px 20px;
	position: relative;
	z-index: 1;
}
#main_a {
	margin-right: 300px;
	margin-left: 300px;
	padding: 0px 30px 0px 30px;
	z-index: 2;
}
#main_body {
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar1 {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px;
	position: relative;
	z-index: 3;
}
#sidebar2 {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px;
	position: relative;
	z-index: 3;
}

.sidebar1_box {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	background: #EAF5FF;
}

#sidebar1 h2,
#sidebar1 .sidebar_title > p {
	clear: both;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px;
	padding: 15px 20px 10px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #77D2FF;
}

#sidebar2 p {
	margin: 0px;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}

/* パンくずナビ */
#pankuzu_wrap {
	margin: 10px 0px;
}
.pankuzu {
	clear: both;
	margin: 0px;
	padding: 5px 0px 5px 65px;
	text-align: left;
	line-height: 2rem;
}
.pankuzu:first-child {
	background: url(/img/common/icon_pankuzu.png) no-repeat left 0.2em;
}

/* 印刷用アイコン */
#content_header {
	margin: 8px 0px;
}
#content_header > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
}
#content_header > span > span {
	display: inline-block;
	vertical-align: top;
}
#print_mode_link {
	width: 12em;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background: url(/img/print-icon.jpg) no-repeat left center;
	height: 1em;
}

/* レコメンド機能 */
#sidebar_recommend {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
#sidebar_recommend #recommend_title {
	margin: 0px;
	padding: 0px;
	background: #badfff;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend #recommend_title h2,
#sidebar_recommend #recommend_title p {
	width: auto;
	margin: 0px;
	padding: 10px 0px;
}
#sidebar_recommend #recommend_title h2 img,
#sidebar_recommend #recommend_title p img {
	display: block;
	margin: 0px auto;
}
#sidebar_recommend ul {
	margin: 0px;
	padding: 0px 10px 10px;
	list-style: none;
}
#sidebar_recommend ul li {
	border-top: 1px solid #cccccc;
	background: url(/img/common/icon_list_recommend.png) no-repeat 10px 0.9em;
	padding: 10px;
	padding-left: 30px;
}
#sidebar_recommend ul li:first-child {
	border-top: none;
}

#common_banner_link {
	width: 300px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#common_banner_link ul, #sidebar1 #common_banner_link ul, #sidebar2 #common_banner_link ul {
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
#common_banner_link li, #sidebar1 #common_banner_link li, #sidebar2 #common_banner_link li {
	display: block;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#common_banner_link li:first-child, #sidebar1 #common_banner_link li:first-child, #sidebar2 #common_banner_link li:first-child {
	margin-top: 0px;
}
#common_banner_link li a, #sidebar1 #common_banner_link li a, #sidebar2 #common_banner_link li a {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}