@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	min-width: 320px;
	word-break: normal;
	font-size: 1.4rem !important;
}

#container {
	background-size: 8px auto;
}

#print_mode_link {
	display: none;
}

/* ヘッダ */
#xp1 {
	margin: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-bottom: 3px solid #E61387;
	position: fixed;
	top: 0px;
	z-index: 300;
}
#header2 {
	display: block;
	width: 100%;
	height: auto;
	min-height: 60px;
	margin: 0px;
	padding: 0px;
	background: none;
	position: relative;
}
#he_left {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#he_left p#logo, #he_left h1#logo {
	margin: 0px;
	padding: 13px;
}
#he_left p#logo a, #he_left h1#logo a {
	display: inline-block;
}
#he_left p#logo img, #he_left h1#logo img {
	width: 115px;
	height: auto;
}

#he_right_a {
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
}
#he_right_a.acc_open {
	display: block;
}
#header_nav {
	display: block;
	margin: 0px;
	text-align: left;
}
#header_nav li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#header_nav li:nth-child(3) {
	display: none !important;
}
#header_nav li a {
	display: block;
	background: none;
	margin: 0px;
	padding: 10px 15px;
	border-top: 1px solid #CCCCCC;
}
#header_nav li a span {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	transform: none;
	font-weight: normal;
	font-size: 1.3rem;
}
#header_func {
	display: none !important;;
}

#top_search {
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
}
#top_search.acc_open {
	display: block;
}
#top_search li,
#top_search li:first-child {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	width: 50%;
}
#top_search li a {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	transform: none;
	font-size: 1.5rem;
	border: 1px solid #E4037F;
	border-left: none;
	margin: 0px;
	padding: 8px 0px;
}
#top_search li:nth-child(2n) a {
	border-right: none;
}
#top_search li:nth-child(3) a, #top_search li:nth-child(4) a {
	border-top: none;
	border-bottom: none;
}

#top_search_keyword {
	display: none;
	margin: 0px;
	padding: 15px 30px;
	background: #FFFFFF;
	border-top: 1px solid #E4037F;
}
#top_search_keyword.acc_open {
	display: block;
}
#tmp_query {
	margin: 0px;
	width: calc(100% - 50px);
	border-width: 1px !important;
}
#submit {
	width: 50px !important;
	height: 35px !important;
	transform: none;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/img/common/sp_icon_search.png) no-repeat center center #E4037F !important;
	background-size: 30px auto !important;
	border: none !important;
}

#spm_wrap {
	display: block;
	width: 90px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
}
#spm_wrap button {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}
#spm_wrap button img {
	width: 40px;
	height: 40px;
}
#spm_wrap button#spm_search {
	position: absolute;
	top: 0px;
	left: 0px;
}
#spm_wrap button#spm_menu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#spm_close {
	display: block;
	width: 25%;
	margin: 15px auto 0px;
}
#spm_close img {
	width: 100%;
	height: auto;
}

/* パンくず */
#pankuzu_wrap {
	margin: 0px;
	padding: 5px 10px;
}

/* あしあと */
#footstep_wrap {
	display: none;
}

/* ページ内目次 */
#sp_page_index_link_wrap, #main_body #sp_page_index_link_wrap {
	display: none !important; /* 非表示 */
	width: auto;
	padding: 10px;
}

#sp_page_index_link_toggle {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 1rem;
	font-size: 1.8rem;
	border: 1px solid #333;
	background: url([[cms_top_path]]/img/sp/acc_open.png) no-repeat 97% center #eee;
	background-size: 20px;
	border-radius: 10px;
}
#sp_page_index_link_toggle.open {
	background-image: url([[cms_top_path]]/img/sp/acc_close.png);
}
#sp_page_index_link_toggle:focus {
	outline: none;
}

#main #main_a ul#sp_page_index_link {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main #main_a ul#sp_page_index_link li {
	border-bottom: 1px solid #ccc
}
#main #main_a ul#sp_page_index_link li a {
	display: block;
	padding: 12px;
	padding-right: 24px;
	background: url([[cms_top_path]]/img/sp/arrow_r.png) no-repeat 97% center;
	background-size: 9px 14px;
	text-decoration: none;
}
#main #main_a ul#sp_page_index_link li a.sp_headtype_h2 {padding-left: 10px;font-size: 2.0rem;line-height: 1.2em;}
#main #main_a ul#sp_page_index_link li a.sp_headtype_h3 {padding-left: 20px;font-size: 1.8rem;line-height: 1.2em;}
#main #main_a ul#sp_page_index_link li a.sp_headtype_h4 {padding-left: 30px;font-size: 1.6rem;line-height: 1.2em;}
#main #main_a ul#sp_page_index_link li a.sp_headtype_h5 {padding-left: 40px;font-size: 1.4rem;line-height: 1.2em;}
#main #main_a ul#sp_page_index_link li a.sp_headtype_h6 {padding-left: 50px;font-size: 1.2rem;line-height: 1.2em;}

/* 3カラム */
#mymainback {
	margin-top: 60px !important; /* ヘッダ固定 */
}
#mymainback,
#mymainback_in {
	width: auto;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#main {
	-webkit-order: 10;
	order: 10;
	clear: both;
	float: none;
	margin: 0px 10px 10px;
	padding: 0px;
}
#main_a {
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 2;
	position: relative;
}

#main_body {
	margin: 0px;
	padding: 10px;
}

#sidebar1 {
	-webkit-order: 20;
	order: 20;
	clear: both;
	float: none;
	margin: 10px 10px 0px;
	padding: 0px;
	left: 0px;
	width:auto;
	background: #FFFFFF;
}

#sidebar2 {
	-webkit-order: 30;
	order: 30;
	clear: both;
	float: none;
	margin: 10px 10px 0px;
	padding: 0px;
	background: #FFFFFF;
}

#footer {
	-webkit-order: 40;
	order: 40;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

/* フッター */
#footer {
	border-top: 3px solid #E61387;
	margin-top: 10px;
}
#footer_in {
	padding-top: 20px;
	background: none;
}

#author_info_wrap {
	background: url(/img/common/bg_footer.png) no-repeat right bottom;
	background-size: 25%;
	padding-bottom: 20px;
}

#author_box_wrap {
	display: block;
	width: auto;
	margin: 0px 10px 10px;
}
#author_box_wrap .author_box.left {
	width: 28%;
	height: auto;
}
#author_box_wrap .author_box.left img {
	max-width: 95%;
	height: auto;
	display: block;
	margin: 0px auto;
}
#author_box_wrap .author_box.right {
	margin-left: 30%;
}
#author_box_wrap .author_box.right p {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	transform: none;
	font-size: 1.4rem;
}
#author_box_wrap .author_box.right p.f_detail span {
	display: inline;
}

#footer_navi {
	display: block;
	width: auto;
	margin: 0px 10px;
}
#footer_navi ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
#footer_navi li {
	display: block;
	width: auto;
}
#footer_navi li a,
#footer_navi li a:hover {
	display: inline-block;
	margin: 0px;
	padding: 8px 0px 8px 25px;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	transform: none;
	font-size: 1.3rem;
	background: url(/img/common/icon_footer_link.png) no-repeat 10px center;
	border: none;
}

#copyright p {
	font-size: 1.1rem;
	padding: 15px 0px;
	background: #000000;
}

/* ページトップ */
#btn_pagetop {
	display: block;
	height: 0px;
}
#btn_pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 200;
	background: rgba(0, 0, 0, 0.75);
/*	border: 1px solid #CCCCCC;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#btn_pagetop img {
	width: 40px;
	height: 40px;
}

/* SNSボタン */
#common_button_sns {
	display: block;
}

/* トップリニューアル以外の微調整 */
.list_type_a_list .list_ccc li {
	padding-left: 10px;
}

body[id^="site"] #meinimg {
	background: #FFFFFF;
}
body[id^="site"] #meinimg_a > div {
	height: 90px !important;
	background-size: contain;
	background-position: right bottom !important;
}