@charset "utf-8";

.sp_button{
	display: none;
}
#recommend_analyze_box{
	height: 0;
	overflow: hidden;
}

/* ページ内目次 */
#sp_page_index_link_wrap {
	display: none;
}


/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマホ用メニュー */
#spm_wrap{
	display: none;
}

#spm_sp {
	display: none;
	display: none;
	padding: 20px 100px;
	background: rgba(0,0,0,0.75);
	width: auto;
	z-index: 100;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	border: none;
	text-align: left;
	border-radius: 0 0 30px 30px;
	margin-left: 20px;
}

/* レスポンシブアコーディオン用 */
.acc_title + input{
	display: none;
}
.acc_icon{
	display: none;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	min-width: 1120px;
	background: #FFFFFF;
	font-size: 1.6rem;
}
#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	/*font-size: 1.4rem;*/
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*background: rgba(0,210,0,0.1);*/
	background: url(/img/body_bg2.png) repeat left top rgba(0,210,0,0.1);
}

/* リンク色を隠す */
.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: #fff;
}
#header2 {
	clear: left;
	position: relative;
	width: 1120px;
	height: 180px;
	margin: 0px auto;
	padding: 0px 0 10px;
}
#he_left {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 335px;
	height: 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80px;
}
#he_left p,#he_left h1 {
	margin: 0px;
	padding: 0px;
}
#he_right {
	position: absolute;
	right: 0;
	top: 10px;
}
#he_right_a {
	text-align: right;
}

#header_nav1 {
	display: inline-block;
	vertical-align: middle;
}
#header_nav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2em;
}

#header_nav1 li {
	display: inline-block;
	margin-left: 10px;
}

#header_nav1 li a {
	display: block;
	padding-left: 10px;
	position: relative;
	color: #333;
	text-decoration: none;
}
#header_nav1 li a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #018901;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_nav1 li a:hover{
	text-decoration: underline;
}


/* 文字サイズ・背景色 */
#header_func{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#header_func > ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_func > ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-left: 20px;
}
span.header_func_detail {
	display: inline-block;
	vertical-align: middle;
}

#header_func > ul li .header_func_title {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

li#haikei_color .header_func_detail a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	text-decoration: none;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin: 0 2px;
}

a#haikei_white {
	background: #fff;
	color: #333 !important;
	/*border: 1px solid #333;*/
	box-shadow: 0 0 2px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1);
}

a#haikei_black {
	background: #000;
	color: #fff !important;
	/*border: 1px solid #fff;*/
	box-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}

a#haikei_blue {
	background: #00f;
	color: #ff0 !important;
	/*border: 1px solid #fff;*/
	box-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}

li#moji_size .header_func_detail a {
	display: inline-block;
	border: 1px solid #666;
	text-decoration: none;
	line-height: 1em;
	padding: 0 1rem;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1em;
	height: 3rem;
	line-height: 3rem;
	margin: 0 1px;
}

a#moji_default {
	background: #666;
	color: #fff;
}

li#moji_size .header_func_detail a#moji_large {
	color: #000;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 0 0.7rem;
	line-height: 3rem;
}


/* 音声読み上げボタン */
#header_func .rsbtn{
	margin: 0px;
}

#header_link{
	margin-top: 8px;
}
#header_link ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
#header_link ul li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
ul#header_link1 li{
	margin-right: 15px;
	letter-spacing: -0.1em;
}
ul#header_link1 li:last-child{
	letter-spacing: 0em;
}
ul#header_link1 a{
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 20px;
	background: url(/img/icon_list_headerlink.png) no-repeat left center;
}

ul#header_link_bousai a {
	display: block;
	height: 2.14em;
	line-height: 2.14em;
	width: 11em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

li#hl_bousai a {
	background: #c00;
}

li#hl_touban a {
	background: #0060AF;
}


#header3{
	clear: both;
	width: auto;
	height: auto;
	background: #018901;
}
#header_search_box{
	width: 1120px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	height: 5rem;
}
#header_search_link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header_search_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4rem;
}

#header_search_link li {
	display: inline-block;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#header_search_link li a {
	display: block;
	background: #fff;
	margin: 0;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	line-height: 3.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
#header_search_link li a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #018901;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ヘッダーココまで */

/*フッター*/
#footer {
	clear: both;
	margin: 30px 0 0;
	padding: 30px 0 0;
	width: auto;
	height: auto;
	background: #fff;
}
#author_info .footer_navi {
	margin: 0 0 30px;
}
#author_info .footer_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#author_info .footer_navi li {
	display: inline-block;
	vertical-align: top;
}

#author_info .footer_navi li a {
	display: block;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 10px;
	position: relative;
	line-height: 1.2em;
	color: #333;
	text-decoration: none;
}

#author_info .footer_navi li a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #018901;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#author_info .footer_navi li a:hover{
	text-decoration: underline;
}

#author_info {
	clear: both;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 60px;
	background: url(/img/bg_footer_map.png) no-repeat right center;
}
#author_box {
	width: -webkit-calc(100% - 256px);
	width: calc(100% - 256px);
	height: auto;
	margin: 0px auto;
	padding: 0px 128px;
	text-align: center;
	background: url(/img/footer_koyuri.png) no-repeat left center transparent;
}
#author_box a{
	color: #333;
	/*text-decoration: none;*/
}
#author_box a:hover{
	text-decoration: underline;
}
#footer_author_img {
	width: 105px;
	padding-left: 0px;
}
#author_img img[src*="logo.png"] {
	width: 260px;
	height: auto;
	padding-bottom: 20px;
}
#author_box p {
	margin: 0px;
	padding-left: 50px;
	text-align: left;
	line-height: 2.5em;
	font-size: 1.5rem;
	color: #333;
}
.icon_address,
.footer_author_mail.icon_mail,
.footer_author_contact.icon_soshiki_list {
	padding-left: 20px;
	display: inline-block;
	position: relative;
	margin: 3px;
}
.footer_author_note {
	font-size: 1.5rem;
}
.icon_address:before {
	content: '';
	display: block;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/img/icon_address.png) no-repeat center center;
}

.icon_mail:before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/img/icon_mail.png) no-repeat center center;
}

.icon_soshiki_list:before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/img/icon_soshiki_list.png) no-repeat center center;
}
#copyright {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
}
#copyright > span{
	display: block;
	width: 1120px;
	height: auto;
	margin: 0px auto;
	padding: 1em 0px;
	text-align: left;
}
/*フッターここまで*/

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;
	/*opacity: 0.75;*/
}

/* 3カラム */
#mymainback {
	clear: both;
	width: 1220px;
	height: auto;
	float: none;
	margin: 0px auto;
	padding: 0px 30px;
	line-height: 120%;
	background: #fff;
	box-sizing: border-box;
}
#sidebar1 {
	width: 260px;
	padding-bottom: 2em;
	float: left;
	margin-top: 0px;
	margin-right: -260px;
	position: relative;
	z-index: 3;
}
.sidebar1_box {
	width: auto;
	/* border: 1px solid #D2D3C5; */
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: #F5F9F2;
}
#sidebar1 h2 {
	clear: both;
	font-size: 128.6%;
	margin: 0px;
	padding: 0.75em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

#main {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: -300px;
	padding: 0px;
	position: relative;
	z-index: 1;
}
#main_a {
	margin-right: 300px;
	margin-left: 300px;
	padding: 0px 25px 0px 25px;
	z-index: 2;
}

#sidebar2 {
	width: 260px;
	float: left;
	position: relative;
	z-index: 3;
	margin: 40px -260px 0px 0px;
	padding: 0px 0px 2em;
}
#sidebar2 p {
	margin: 0px;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}

#banner_admin {
	padding-bottom: 10px;
}

#banner_access {
	padding-top: 10px;
}

#banner_access ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#banner_access li {
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#banner_access li:first-child {
	margin-top: 0;
}
#banner_access li img {
	width: auto;
	height: auto;
	max-width: 100%;
}


/* トップページ、詳細ページ（ここまで） */

/* パンくずナビここから */
#pankuzu_wrap{
	display: block;
	clear: both;
	width: 1120px;
	height: auto;
	margin: 20px auto;
}
.pankuzu {
	clear: both;
	font-size: 90%;
	padding: 0em 0em 0em 6em;
	margin: 0px;
	text-align: left;
	line-height: 3rem;
	background: none;
	position: relative;
}
.pankuzu:first-child{
	margin-top: 0px;
	position: relative;
}

.pankuzu:first-child:before {
	content: '現在地';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5em;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 4px;
}
.pankuzu_class:after {
	content: '>';
	padding: 0 0.5em;
	display: inline-block;
	vertical-align: middle;
}
.pankuzu_class:last-child:after {
	content: '';
	padding: 0;
}
.pankuzu_class:empty:after{
	content: '';
	display: none;
}
/* パンくずナビここまで */

/* 印刷用アイコン */
#content_header {
	margin: 1em 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; */
	background: #F5F9F2;
}
#sidebar_recommend #recommend_title{
	margin: 0px;
	padding: 0px;
	/*background:url(/img/title_recommend_bg.png) repeat left top;*/
}
#sidebar_recommend #recommend_title h2{
	width: auto;
	height: auto;
	/*height: 80px;*/
	margin: 0px;
	padding: 1em 0px;
	/*background: url(/img/title_recommend.png) no-repeat center center;*/
	text-align: center;
	background: url(/img/bg_recommend_title.png) no-repeat right 10px bottom -10px #018901;
	color: #fff;
	font-size: 115%;
}
#sidebar_recommend ul{
	margin: 0px;
	padding: 0px 10px 10px;
	list-style: none;
}
#sidebar_recommend ul li{
	/* border-top: 1px solid #cccccc; */
	background: url(/img/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;
}


/* 外国語ボタン装飾 */
.selectL {
	background-color: #FEBD12;
	border-radius: 100px;
	padding: 3px 9px;
}
a.selectL::before {
	content: none !important;
}


div#header2 a.spmenu {
	position: absolute;
	right: 65px;
	top: 8px;
	z-index: 9999;
}