@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;
}

/* 全体 */
html{
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	min-width: 1060px;
	background: #dadf02;
	font-size: 1.44rem;
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}
em {
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}

#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: url(/img/container_bg.png) repeat-y center top transparent;
}

/* リンク色を隠す */
.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;
	background: #dadf02;
	border-bottom: 8px solid #004614;
}
#header2 {
	display: table;
	table-layout: fixed;
	width: 1060px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px;
	background: url(/img/header_bg.png) repeat-y center top transparent;
}
#header2 > div {
	display: table-cell;
	vertical-align: middle;
}

#he_left {
	width: 635px;
	height: 94px;
	padding: 0;
	margin: 0;
	background: url(/img/header_chara.gif) no-repeat right top;
}
#he_left p#logo, #he_left h1#logo {
	margin: 0px;
	padding: 0px;
}
#he_left p#logo a, #he_left h1#logo a {
	display: inline-block;
}
#he_right {
	text-align: right;
	font-size: 1.3rem;
}

#header_link {
}
#header_link ul {
}
#header_link ul li {
}
#header_link ul li:first-child {
}
#header_link ul li a {}
#header_link ul li a:hover {
}

#header_link1{
	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;
	list-style: none;
	margin: 0;
	padding: 0;
}

#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;
}
#haikei_color dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px;
	padding: 0px;
	width: 85px;
}
#haikei_color dt, #haikei_color dd {
	display: block;
	margin: 0;
	padding: 0px;
}
#haikei_color dt{
	width: 100%;
}
#haikei_color dd{
	width: calc(100% / 3);
}
#haikei_color dd a {
	display: block;
}

#moji_size dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	padding: 0;
	width: 74px;
}
#moji_size dt,#moji_size dd{
	margin: 0;
	padding: 0;
}
#moji_size dt{
	width: 100%;
}
#moji_size dd{
	width: calc(100% / 2);
}
#moji_size dd a{
	display: block;
}


/* フッター */
#footer {
	clear: both;
	width: auto;
	height: auto;
	background: #00551F;
	background-size: auto 100%;
	margin: 0px;
	padding: 15px 0px 10px;
	color: #fff;
}
#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
}

#footer > div {
	width: 1060px;
	margin: 0 auto;
}

#footer_navi ul {
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: left;
}
#footer_navi li {
	display: inline-block;
	padding: 0px 10px 0px 14px;
	background: url(../../img/icon_migi_footer.gif) no-repeat left center;
}
#footer_navi li:first-child {}
#footer_navi li a {}
#footer_navi li:first-child a {}

#author_box {
	padding: 0px;
}
#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 {}
#author_box p a:hover {}

#copyright p{
	margin: 0;
	font-size: 1.4rem;
}

/* ページトップに戻る */
#back_or_pagetop {
	clear: both;
	position: static;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-top: 10px;
	padding: 1em 25px 10px;
	text-align: right;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#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: 0;
	white-space: nowrap;
}
#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/to_page_top.gif);
}
#back_or_pagetop #to_page_back a:before {
	content: url(/img/to_page_back.gif);
}

/* リンク色 */
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;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

/* 3カラム */
#mymainback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	clear: both;
	float: none;
	width: 1060px;
	height: auto;
	margin: 0px auto;
	padding: 0px 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 140%;
}
#main {
	/* float: left; */
	/* width: 100%; */
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
}
#main_a {
	/* margin-right: 300px; */
	/* margin-left: 200px; */
	padding: 0px 0px 0px 0px;
}
#main_body {
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar1 {
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	/* float: left; */
	width: 320px;
	margin: 0px;
	padding: 0px;
	/* position: relative; */
	/* z-index: 3; */
	font-size: 1.296rem;
	line-height: 1.4em;
}


#sidebar2 p {
	margin: 0px;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}

/* パンくずナビ */
#pankuzu_wrap {
	margin: 0px;
	width: 100%;
}
.pankuzu {
	clear: both;
	margin: 0px;
	padding: 0.5em 0px 0.5em 65px;
	text-align: left;
	line-height: 2rem;
	background: url(/img/pankuzu.gif) no-repeat 1px center;
}
.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;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/ttl_recommend.png) no-repeat center center;
}
#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;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}