@charset "utf-8";

.sp_button{
	display: none;
}

#spm_wrap{
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}


/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* レスポンシブアコーディオン用 */
.acc_title + input{
	display: none;
}
.acc_icon{
	display: none;
}

#spm_wrap{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#spm_wrap li{
	display: none;
}

/* スマホ時のPC表示切り替えスイッチ */
#spm_wrap li#spm_sp {
	display: none;
	width: auto;
	height: auto;
	padding: 12px;
	/*position: fixed;*/
	z-index: 100;
	/*bottom: 0px;*/
	/*right: 0px;*/
	text-align: center;
	/*text-shadow: 0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;*/
	background: none transparent;
}


#spm_wrap li#spm_sp .hide {
	position: static;
	padding: 2vw;
	margin: 10px 20px;
	display: block;
	font-size: 4vw;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	background: rgba(0,0,0,0.5);
}
@media only screen and (orientation : landscape){
	#spm_wrap li#spm_sp .hide{
		padding: 1vw;
		font-size: 2vw;
	}
}


body {
	margin: 0;
	padding: 0;
	border: 0; /* 旧IE対応 */
	text-align: center;
	min-width: 1100px; /* 可変ブラウザの最小 */
	background: #FFFFFF;
	font-size: 1.4rem;
}
#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* リンク色を隠す */
.img_b {
	vertical-align: top;
	border: none;
}

/* 隠す */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}

/* ヘッダーココから */
#header {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#header2 {
	clear: left;
	position: relative;
	width: 1100px;
	height: auto;
	min-height: 180px;
	margin: 0 auto;
	padding: 0;
}
#he_left {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 10px;
}
#he_left p {
	margin: 0;
	padding: 0;
}
#he_left .header_nav1 { }
#he_left .header_nav2 { }
#he_left .header_nav1 ul, #he_left .header_nav2 ul { }
#he_left .header_nav1 li.gyou2, #he_left .header_nav2 li.gyou2 { }
#he_left .header_nav1 li.gyou_end, #he_left .header_nav2 li.gyou_end { }
.header_nav li.gyou2 { }
.header_nav li.gyou3 { }
.header_nav li.gyou3_2 { }
.header_nav li.gyou_end { }
#he_right {
	position: relative;
	text-align: right;
	height: 6em;
	min-height: 110px;
}
#he_right_a {
	position: absolute;
	right: 0;
	top: 20px;
}
.header_nav {
	margin: 0;
	padding: 2px 0;
}
.header_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_nav li {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 100%;
}
.header_nav li#haikei_color span a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_nav li#haikei_color span a#haikei_white {
	background-image: url(/img/haikei_white.png);
}
.header_nav li#haikei_color span a#haikei_black {
	background-image: url(/img/haikei_black.png);
}
.header_nav li#haikei_color span a#haikei_blue {
	background-image: url(/img/haikei_blue.png);
}
.header_nav li#moji_size span {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 30px;
	background: url(/img/moji_bg.png) no-repeat center center;
	background-size: 90px;
}
.header_nav li#moji_size span a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 45px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_nav li#moji_size span a#moji_default {
	left: 0;
	/* background-image: url(/img/moji_default.png); */
}
.header_nav li#moji_size span a#moji_large {
	right: 0;
	/* background-image: url(/img/moji_large.png); */
}
/* ヘッダーココまで */

/*フッター*/
#footer {
/*	float: left;*/
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	position: relative;
}
#author_img {
	position: relative;
	z-index: 100;
	margin-top: -14px;
	float: right;
	width: 160px;
}
#author_img img {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
}
#author_info {
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#author_info .footer_navi {
	margin: 0;
	padding: 2px 0 0 0;
}
#author_info .footer_navi ul {
	margin: 0 150px 0 0;
	padding: 0;
}
#author_info .footer_navi li {
	display: inline-block;
	margin: 0;
	padding: 8px 16px;
	list-style-type: none;
}
#author_info .footer_navi li:first-child { }
#author_info .footer_navi li.navi_end { }
#author_box {
	position: relative;
    margin:20px 0 0 ;
    padding: 0px 0 20px ;
	/*background: url(/img/footer_logo.png) no-repeat left top;*/
	line-height: 1.75em;
}
#author_box img {
	background-color: #fff;
}
#author_box ul#footer_shisyo {
	position: absolute;
	top: 0;
	left: 300px;
	margin: 0;
	padding: 6px;
	list-style: none;
}
#author_box ul#footer_shisyo li {
	display: inline-block;
	width: 110px;
	height: 30px;
}
#author_box p {
	padding: 0;
	margin: 0;
}
#copyright {
	font-size: 80%;
	margin: 0;
	padding: 2em;
	background: #ffffff;
	text-align: center;
	color: #333333;
}
/*フッターここまで*/

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;
}

/* 3カラム */
#mymainback {
	clear: both;
	width: 1100px;
	height: auto;
/*	float: left;*/
	float: none;
	margin: 15px auto;
	padding: 0;
	line-height: 120%;
}
#sidebar1 {
	width: 320px;
	padding-bottom: 2em;
	float: left;
	margin-top: 0;
	margin-right: -320px;
	position: relative;
	z-index: 3;
}
.sidebar1_box {
	width: 100%;
/*	float: left;*/
	border: 1px solid #D2D3C5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sidebar1_box img {
	max-width: 100%;
	height: auto !important;
}
#sidebar1 h2 {
	clear: both;
	font-size: 110%;
	margin: 0;
	background: #f9f7f4;
	padding: 12px 23px;
	border-top: 3px solid #3f3b3a;
}
#sidebar1 .soshiki_back {
	padding: 0;
	width: 100%;
}
#main {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: -205px;
	padding: 0;
	position: relative;
	z-index: 1;
}
#main_a {
	margin-right: 0;
	padding: 0 0 10px 45px;
	margin-left: 320px;
	z-index: 2;
}
#sidebar2 {
	width: 300px;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 -300px 0 0;
	padding: 0 0 2em;
}
#sidebar2 p {
	margin: 0;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}
/* トップページ、詳細ページ（ここまで） */

/* パンくずナビここから */
.pankuzu {
	/*background: url(/img/pankuzu.png) no-repeat left 2px;*/
	background-size: 52px;
	clear: both;
	font-size: 90%;
	padding: 0.4em 0 0.4em 56px;
	margin: 0 0 6px;
	text-align: left;
}
.pankuzu:first-child {
	background: url(/img/pankuzu.png) no-repeat left 2px;
	background-size: 52px;
}
/* パンくずナビここまで */

/* 印刷用アイコン */
#content_header {
	margin: 8px 0;
}
#print_mode_link {
	width: 12em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
	background: url(/img/print-icon.png) no-repeat left center;
	height: 1em;
}
#main #main_a #lifestage {
	margin: 0;
	padding: 0;
	text-align: center;
}
#main #main_a #lifestage h2 {
	text-align: left;
}
#main #main_a #lifestage ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
#main #main_a #lifestage ul li {
	display: inline-block;
	width: 120px;
	height: 118px;
	border: 1px solid #cccccc;
	border-left: none;
}
#main #main_a #lifestage ul li:first-child {
	border-left: 1px solid #cccccc;
}
#main #main_a #lifestage ul li:hover {
	background-position: left bottom;
}