@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.6rem;
	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: 1200px;
	background: #FFFFFF;
	font-size: 1.6rem;
	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 {
	margin: 0;
	padding: 0;
	position: absolute;
	clip: rect(0,0,0,0);
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* ヘッダー */
#header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#header2 {
	display: table;
	table-layout: fixed;
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}
#header2 > div {
	display: table-cell;
	vertical-align: middle;
}

#he_left {
	width: 310px;
	height: 82px;
}
#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 {
	display: table;
	table-layout: fixed;
	margin: 0px auto;
	margin-right: 0;
	padding: 0px;
	list-style: none;
}
#header_link ul li {
	display: table-cell;
	margin: 0;
	padding: 0px;
	padding-left: 6px;
	vertical-align: middle;
}
#header_link ul li:first-child {
	padding-left: 0;
}
#header_link ul li#hl_size_color{
	position: relative;
}
#header_link ul li > a {
	display: block;
	width: 150px;
	height: 70px;
	background-color: #015FA7;
	background-repeat: no-repeat;
	background-position: center center;
	color: #043E94;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
}

#header_link ul li#hl_hajimete > a{background-image: url(/img/common/hl_hajimete.png);}
#header_link ul li#hl_sitemap > a{background-image: url(/img/common/hl_sitemap.png);}
#header_link ul li#hl_foreign > a{background-image: url(/img/common/hl_foreign.png);}
#header_link ul li#hl_size_color > a{background-image: url(/img/common/hl_size_color.png);}
#header_link ul li#hl_yomiage > a{background-image: url(/img/common/hl_yomiage.png);}

#header_link ul li a#acc_menu + ul#acc_func_box{
	display: none;
	position: absolute;
	z-index: 100;
	background: #fff;
	padding: 10px;
	border: 2px solid #0160A7;
	box-sizing: border-box;
	white-space: nowrap;
	top: calc(100% + 10px);
	right: 0;
	width: 20em;
	border-radius: 10px;
}
#header_link ul li a#acc_menu + ul#acc_func_box.menu_open{
	display: block;
}
#header_link ul li a#acc_menu + ul#acc_func_box.menu_open:before,
#header_link ul li a#acc_menu + ul#acc_func_box.menu_open:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom-color: #fff;
	border-left-width: 20px;
	border-right-width: 20px;
	position: absolute;
	top: -56px;
	right: 50px;
	z-index: 10;
}
#header_link ul li a#acc_menu + ul#acc_func_box.menu_open:after{
	border-bottom-color: #0160A7;
	z-index: 9;
/* 	tarnsform: translateY(10px); */
	top: -60px;
}

ul#acc_func_box li {
	display: block;
	padding: 0;
}

#acc_func_box dl {
	display: block;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
}
#acc_func_box dl > *{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#acc_func_box dt{
	font-weight: bold;
	padding-right: 1em;
	display: block;
	padding: 10px 10px 10px;
	background: #015FA7;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}
#acc_func_box dd a{
	display: block;
	padding: 10px 10px;
/* 	border: 1px solid #ccc; */
	margin: 0 10px;
	line-height: 1rem;
	border-radius: 5px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}
a#moji_large{
	font-size: 1.5em;
}

a#haikei_white{
	background: #fff !important;
	color: #000 !important;
}

a#haikei_black {
	background: #000 !important;
	color: #ff0 !important;
}

a#haikei_blue {
	background: #00f !important;
	color: #fff !important;
}
#acc_func_box > button{
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	width: 100%;
	height: auto;
	line-height: 1em;
	border-radius: 5px;
	border: none;
}

#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: #FF4500;
}

/* 文字サイズ・背景色 */
#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: 30px 0px;
	background: #015FA7;
	color: #fff;
}
#footer > div {
	width: 1200px;
	margin: 0 auto;
}

#footer_navi ul {
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
}
#footer_navi li {
	display: inline-block;
	border-left: 1px solid #fff;
}
#footer_navi li:first-child {
	border-left: none;
}
#footer_navi li a {
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px 20px;
	text-decoration: underline;
}
#footer_navi li:first-child a {
	padding-left: 0;
}

#author_box {
	display: table;
	padding: 0;
}
#author_box > *{
	display: table-cell;
	vertical-align: top;
}
#author_box p {
	margin: 0;
	padding: 0;
	padding-left: 70px;
}
#author_box p span {
	display: block;
}
#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: #fff;
	text-decoration: underline;
}

/* ページトップに戻る */
#back_or_pagetop {
	clear: both;
	position: static;
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	text-align: center;
	background: #82BF6C;
}
#back_or_pagetop > div {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#back_or_pagetop > div a {
	display: block;
	width: auto;
	height: 68px;
	margin: 0px;
	padding: 0;
	background-image: url(/img/common/to_page_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #82BF6C;
	-webkit-transition: background-position 0.15s ease;
	transition: background-position 0.15s ease;
}

#back_or_pagetop > div a:hover,#back_or_pagetop > div a:focus {
	/* background-color: #ffc959; */
	background-position: center top 10px;
}

#copyright{
	font-size: 1.3rem;
	text-align: center;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

/* リンク色 */
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: #FF4500;
}

/* a:hover img {
	opacity: 0.6;
} */

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

/* 3カラム */
#mymainback {
	clear: both;
	width: 1200px;
	height: auto;
	float: none;
	margin: 0px auto 60px;
	padding: 30px;
	line-height: 160%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #F8F4EB;
	border-radius: 10px;
}
#sidebar1 {
	width: 300px;
	padding-bottom: 20px;
	float: left;
	margin-top: 0px;
	margin-right: -300px;
	position: relative;
	z-index: 3;
}
.sidebar1_box {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#sidebar1 h2,
#sidebar1 .sidebar_title > p {
	clear: both;
	margin: 0px;
	padding: 25px 20px 25px;
	background: #82BF6C;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
	/* border-bottom: 2px solid #77D2FF; */
}

#main {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: -205px;
	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;
}
#sidebar2 {
	width: 300px;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0px -300px 0px 0px;
	padding: 0px 0px 20px;
}
#sidebar2 p {
	margin: 0px;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}

/* パンくずナビ */
#pankuzu_wrap {
	margin: 0px;
}
.pankuzu {
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: left;
	/* line-height: 2rem; */
	line-height: 2em;
}
.pankuzu_title {
	display: inline-block;
	height: 30px;
	width: 70px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(/img/common/icon_pankuzu.png) no-repeat center center #015FA7;
	border-radius: 3px;
	visibility: hidden;
}
.pankuzu:first-child .pankuzu_title{
	visibility: visible;
}
/* 印刷用アイコン */
#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;
	background: #DDF0FF;
	border-radius: 10px;
}
#sidebar_recommend #recommend_title {
	margin: 0px;
	padding: 0px;
}
#sidebar_recommend #recommend_title h2,
#sidebar_recommend #recommend_title p {
	width: auto;
	height: 80px;
	margin: 0 20px;
	padding: 0px;
	background: url(/img/common/title_recommend.png) no-repeat center center !important;
	border-bottom: 3px dotted #0160A7;
}
#sidebar_recommend ul {
	margin: 0px;
	padding: 10px 10px 10px;
	list-style: none;
}
#sidebar_recommend ul li {
	padding: 10px;
	padding-left: 30px;
}

#sidebar_recommend ul li a {
	position: relative;
	display: block;
}
#sidebar_recommend ul li a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #999;
	position: absolute;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* レコメンドここまで */

#common_banner_link {
	width: 300px;
	margin: 0px auto 10px;
	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-bottom: 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;
}