@charset "utf-8";
/*
====================================================================================================
■ basic setting
	□ tag
	□ class
■ layout
	□ #site_header
	□ #page_area
	□ #main_area
	□ #site_footer
■ additional
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
	□ tag
---------------------------------------------------------------------------------------------------- */
body {
	font:13px/1.231 sans-serif;
	/* このbodyのfont指定はブラウザ差異を埋めるためのものなので、上書きしない。どうしても変更を加える場合
	#wrapperに基準サイズを設定。その場合font-size用クラスも全て再計算が必要です。 */

	/* 画面外背景色 */
	background: url(../common_img/bg_body.gif);
	-webkit-touch-callout: none;
}
p, li, pre, td, th, dt, dd { line-height:1.5;}
a, a:link { color: #555; }
a, a:hover { text-decoration: none;}
a, a:link, a:visited, a:active { }
sub, sup { font-size:66.7%;} /* 12px */
img { width: 100%;}
/*
----------------------------------------------------------------------------------------------------
	□ class
---------------------------------------------------------------------------------------------------- */
/* clearfix */
.clearfix:after { display:block; clear:both; content:"";}
/* float */
.fl_l { float:left;}
.fl_r { float:right;}

/*
--------------------------------------------------
 ▽ 文字装飾定義専用クラス
-------------------------------------------------- */
/* 主に新着情報への使用想定だが、通常コンテンツ内で使用も可 */
/* align */
.txt_l { display:block; text-align:left; } .txt_r { display:block; text-align:right; } .txt_c { display:block; text-align:center; }
.tac { text-align: center!important; }
.tal { text-align: left!important; }
.tar { text-align: right!important; }

/* weight */
.txt_bold { font-weight:bold; }
/*
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.mt00 { margin-top: 0px !important; }     .mt05 { margin-top: 5px !important; }
.mt10 { margin-top:10px !important; }     .mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }     .mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }     .mt35 { margin-top:35px !important; }
.mt40 { margin-top:30px !important; }     .mt45 { margin-top:35px !important; }

.mr00 { margin-right: 0px !important; }   .mr05 { margin-right: 5px !important; }
.mr10 { margin-right:10px !important; }   .mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }   .mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }   .mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }   .mr45 { margin-right:45px !important; }

.mb00 { margin-bottom: 0px !important; }  .mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom:10px !important; }  .mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }  .mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }  .mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }  .mb45 { margin-bottom:45px !important; }

.ml00 { margin-left: 0px !important; }    .ml05 { margin-left: 5px !important; }
.ml10 { margin-left:10px !important; }    .ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }    .ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }    .ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }    .ml45 { margin-left:45px !important; }

/* inner */
.inner10 { margin: 0 10px; } .inner20 { margin: 0 20px; } .inner30 { margin: 0 30px; }
/*
--------------------------------------------------
 ▽ その他、パーツ
-------------------------------------------------- */
.hoge {
}
/*
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
body {}
#wrapper {
		-webkit-box-shadow: 0 6px 10px #ccc;
		-moz-box-shadow: 0 6px 10px #ccc;
		box-shadow: 0 6px 10px #ccc;
	width: 320px;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	font-size: 92.4%; /* 12px ベースサイズ */
	font-family: "メイリオ", sans-serif;
	/* ▽　★明朝系フォント設定 */
	/* font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
	overflow-x: hidden;
}
/*
----------------------------------------------------------------------------------------------------
	□ #site_header
---------------------------------------------------------------------------------------------------- */
#site_header {
	margin: 10px;
}
#h_logo {
	float: left;
	width: 78%;
	min-height: 50px;
}
/*
--------------------------------------------------
		□ #h_menu
-------------------------------------------------- */
#h_menu {
	position: relative;
	float: right;
}

#h_menu_btn,
#h_menu_body {
	position: absolute;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	background: url(../common_img/bg_ptn01.png);
		-webkit-background-size: 4px;
		-moz-background-size: 4px;
	background-size: 4px;
	z-index: 10000;
}
#h_menu_btn {
	right: 0;
	width: 55px;
	height: 50px;
	padding: 10px;
	line-height: 1.0;
	cursor: pointer;
}

#h_menu_body {
	width: 238px;
}

#h_menu_tit {
	padding: 10px;
}
#h_menu_tit .logo {
	float: left;
	width: 80%;
}
#h_menu_tit .close_btn {
	float: right;
	width: 31px;
	cursor: pointer;
}
#h_menu_list li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #000;
	background: url(../common_img/ico_arrow_blue.png) no-repeat 97% center;
		-webkit-background-size: 8px;
		-moz-background-size: 8px;
		background-size: 8px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#h_member {}
#h_member p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	float: left;
	width: 60%;
	padding-right: 10px;
	text-align: right;
	line-height: 1.2;
}
#h_member a {
	float: right;
	width: 40%;
}
/*
----------------------------------------------------------------------------------------------------
	□ #page_area
---------------------------------------------------------------------------------------------------- */
#page_area {
	margin-bottom: 37px;
	background: url(../common_img/f_bg.png) no-repeat left bottom;
		-webkit-background-size: 320px auto;
		-moz-background-size: 320px auto;
		background-size: 320px auto;
}
#page_area:after {
	position: relative;
	bottom: -35px;
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background-color: #000;
}
/*
--------------------------------------------------
		□ #main_area
-------------------------------------------------- */
#main_area {
}
/*
--------------------------------------------------
		□ #sub_area
-------------------------------------------------- */
#sub_area {
}
#sub_bnr_area {
	margin: 0 10px;
}
#sub_bnr_area li {
	float: left;
	width: 143px;
	margin: 10px 0 5px;
}
#sub_bnr_area li:nth-of-type(2n) {
	float: right;
}
#sub_bnr_area li:nth-of-type(2n):after {
	content: "";
	display: block;
	clear: both;
}

#official_sns_bnr {
	float: right;
	width: 143px;
	margin: 18px 10px 5px 0;
}
#official_sns_bnr .sns_txt {
	width: 50px;
}
#official_sns_bnr .sns_ico {
	width: 41px;
}
/*
----------------------------------------------------------------------------------------------------
	□ #site_footer
---------------------------------------------------------------------------------------------------- */
#site_footer {
	background: url(../common_img/bg_ptn01.png);
		-webkit-background-size: 4px;
		-moz-background-size: 4px;
		background-size: 4px;
}
/*
--------------------------------------------------
		□ #fnav
-------------------------------------------------- */
#fnav {
}
#fnav ul{
	border-bottom: 1px solid #000;
}
#fnav li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #000;
	background: url(../common_img/ico_arrow_blue.png) no-repeat 97% center;
		-webkit-background-size: 8px;
		-moz-background-size: 8px;
		background-size: 8px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*
--------------------------------------------------
		□ #f_pc_link
-------------------------------------------------- */
#f_pc_link a {
	position: relative;
	display: block;
	padding: 20px;
	background: #000 url(../common_img/ico_arrow_white.png) no-repeat 95% center;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		background-size: 8px auto;
	text-align: center;
}
#f_pc_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	float: left;
	width: 45px;
	height: 33px;
	margin-top: -16px;
	background: url(../common_img/f_pc_ico.png) no-repeat 95% center;
		-webkit-background-size: 45px auto;
		-moz-background-size: 45px auto;
		background-size: 45px auto;
}
#f_pc_link a img {
	width: auto;
	height: 14px;
	vertical-align: middle;
}
/*
====================================================================================================
■ additional		★★★全ページ「共通の設定」を追加する際、ここ以下に追記します。
---------------------------------------------------------------------------------------------------- */

/* ページトップへ戻るボタン
-------------------------------------------------- */
.page_up {
	position: relative;
	top: 55px;
	margin: 0 20px;
	text-align:right;
	z-index: 10;
}
.page_up img {
	width: 50px;
}

/* title style
-------------------------------------------------- */
.tit_style {
	padding: 20px 10px;
	border-top: 1px solid #000;
}
.tit_style img {
	width: auto;
	height: 11px;
	vertical-align: middle;
}
.tit_style.ac_btn:after,
.tit_style.ac_btn_bigin:after {
	content: "";
	float: right;
	display: block;
	background: url(../common_img/ico_arrow_down.png) no-repeat;
		-webkit-background-size: 17px 15px;
		-moz-background-size: 17px 15px;
		background-size: 17px 15px;
	width: 17px;
	height: 15px;
}
.tit_style.ac_btn.open:after,
.tit_style.ac_btn_bigin.open:after {
	background: url(../common_img/ico_arrow_up.png) no-repeat;
		-webkit-background-size: 17px 15px;
		-moz-background-size: 17px 15px;
		background-size: 17px 15px;
}
/* ac_body
-------------------------------------------------- */
.ac_body {
	margin: 0 10px 30px;
}


