@charset "utf-8";

/***** base CSS *****/

/* reset
--------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	line-height:1.4em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:1.4em;
	list-style:none;
	text-decoration:none;
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
	color:#000000;
}

/* font */
.bs_meiryo{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.bs_mincho{font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

ol li{
	list-style-type:decimal;
	margin-left:3em;
}

table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	empty-cells:show; /* 空白セルのボーダーを表示するか（show）、しないか（hide） */
	text-align:left;
}

/* タグ設定
------------------------------------ */
img{
	border:0;
	vertical-align:bottom;
}

p{margin-bottom:7px;}
p span{color:#E3580D;}

a{
	text-decoration:none;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
a:hover{
	opacity:0.8;
}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

bold{
	font-weight:bold;
	font-style:normal;
}


/* 部品設定
------------------------------------ */
.only_img{
	margin:0px;
	padding:0px;
}

.only_img_r{
	margin:0px;
	padding:0px;
	text-align:right;
}

.only_img_l{
	margin:0px;
	padding:0px;
	text-align:left;
}

.only_img_c{
	margin:0 auto;
	padding:0px;
	text-align:center;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
}

.clearfix {display:block;}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.float_l,
.float_l_bl{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.float_r_bl{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textright{text-align:right;}
.textcenter{text-align:center;}

.color_red,
.color_red a{color:red;}

.bs_bold{font-weight:600;}

.bs_img01 img{width:100%;}
.bs_img02{margin:0 auto 40px;}
.bs_img02 img{width:100%;}

.bs_m_text,.bs_m_text p,.bs_m_text a{font-size:13px;}
.bs_s_text,.bs_s_text p,.bs_s_text a{font-size:12px;}
.bs_ss_text,.bs_ss_text p,.bs_ss_text a{font-size:11px;}

.res_block,
.res_br_block{display:none;}

.bs_textlink a,
a.bs_textlink{color:#E3580D;}

.bs_indent01 p,
p.bs_indent01 {
	margin-left:1em;
	text-indent:-1em;
}


/* body
--------------------------------------------------------------------------- */
html, body {
	position:relative;
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#rap{
	width:100%;
	margin:0px auto;
	padding:0px 0px;
	text-align:center;
}


#bs_gnav ul li a,
ul.bs_side_menu01 li a,
#bs_ft_menu ul li a{
	display:block;
	font-size:16px;
	font-family:franklin_gothic,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

/* header
--------------------------------------------------------------------------- */
#header{
	clear:both;
	width:100%;
	background-color:#FFFFFF;
	z-index:999;
	position:fixed;
	top:0px;
}

#header_in{
	width:1044px;
	margin:0 auto;
	padding:20px 12px;
	position:relative;
}

#bs_header_title dl{
	display:table;
}
#bs_header_title dl dt,
#bs_header_title dl dt{
	display:table-cell;
}
#bs_header_title dl dd p{
	font-size:16px;
	color:#E3580D;
	margin-left:10px;
}


#header h1{
	margin-bottom:8px;
}

#header h1 a{
	display:block;
	width:199px;

}
#header h1 img{width:100%;}

#bs_header_title p{
	font-size:18px;
	line-height:1.2em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:left;
	margin:0;
}
#bs_header_title p br{display:none;}

.bs_trigger{
	display:none;
}
.bs_header_btn a{
	border-radius:3px;
	display:table;
	height:30px;
	line-height:30px;
	padding:0 8px;
	background-color:#B3300F;
	color:#FFFFFF;
}

.bs_header_btn a i,
.bs_header_btn a span{
	display:table-cell;
	vertical-align:middle;
}

#bs_gnav_wrap{
	background-color:#B3300F;
}

#bs_gnav {
	max-width:1044px;
	margin:0 auto;
	position:relative;
}
#bs_gnav ul li{
	width:33%;
	float:left;
	display:inline;
}

#bs_gnav ul li a{
	display:block;
	color:#FFFFFF;
	padding:14px 12px;
	text-align:center;
}

.bs_header_entry_btn{
	width:160px;
	position:absolute;
	right:0px;
	top:-68px;
}
.bs_header_entry_btn a{
	display:block;
	padding:8px 0;
	background: #5f84f2; /* Old browsers */
	background: -webkit-linear-gradient(left,  #5f84f2 0%,#05b3b3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5f84f2 0%,#05b3b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f84f2', endColorstr='#05b3b3',GradientType=1 ); /* IE6-9 */
	color:#FFFFFF;
	font-family:franklin_gothic,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	-webkit-border-radius:50px;
	border-radius:50px;
	font-size:17px;
}



/* common
--------------------------------------------------------------------------- */
#contents{
	clear:both;
	width:100%;
	margin:0;
	padding-top:148px;
	text-align:left;
}

/* ブロック
------------------------------------ */

/* フルスクリーン */
.bs_full_wrap{
	padding:65px 0;
}

.bs_coming_section01{
	padding:250px 0;
}


/* コンテンツ幅 max1020px
（幅を縮めた際の左右12px余白分加算）*/
.bs_inner_wrap01{
	max-width:1044px;
	padding:0px 12px;
	margin:0 auto;
}

.bs_wrap01{
	clear:both;
	margin-bottom:80px;
}

.bs_wrap02{
	clear:both;
	margin-bottom:50px;
}

/* 2カラム メイン
------------------------------------ */
.bs_2col_main01{
	width:78.92%;
}

/* サイドメニュー
------------------------------------ */
.bs_side_col01{
	width:18.137%;
}

.bs_side_col01 h2{font-size:18px;}

ul.bs_side_menu01 li{
	border-bottom:1px solid #DDDDDD;
}

ul.bs_side_menu01 li a{
	display:block;
	padding:10px 0;
	position:relative;
}
ul.bs_side_menu01 li a:after{
	position: absolute;
	top: 20%;
	right: 10px;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 20px;
	color:#B3300F;
}

.bs_2col li{
	width:48.45%;
	max-width:480px;
}
.bs_2col li img{
	width:100%;
	margin-bottom:30px;
}
.bs_2col_1 li img{margin-bottom:0px;}

.bs_2col li .bs_title02{margin-bottom:15px;}

.bs_3col li{
	width:32%;
	float:left;
	display:inline;
	margin:0 2% 0 0;
}
.bs_3col li:nth-child(3n){margin:0 0 0 0;}
.bs_3col li img{
	width:100%;
	margin-bottom:25px;
}
.bs_3col li .bs_title02{margin-bottom:12px;}

.bs_1_3_img{width:24.84%;}
.bs_1_3_text{
	width:75.16%;
	padding-left:40px;
}

.bs_box_shadow{
	padding:15px;
	background-color:#FFFFFF;
	box-shadow:0px 1px 20px 0px rgba(115,146,183,0.1);
	border-radius:6px;
}

.bs_bd_box{
	border:1px solid #E0E0E0;
	border-radius:5px;
	padding:15px;
	margin-bottom:20px;
}

/* flexbox
------------------------------------ */
.bs_flex1{
	display:-webkit-box; /*Old*/
	display:-webkit-flex; /*Safari*/
	display:flex;
	-webkit-box-align:center; /*Old*/
	-webkit-align-items:center; /*Safari*/
	align-items:center;
}
.bs_flex1_img{width:48.45%; min-height:0%;}
.bs_flex1_txt{width:51.55%; min-height:0%;}
.bs_flex1 .bs_title02{margin-bottom:15px;}

.bs_flex1_txt_r{padding-left:40px;}
.bs_flex1_txt_l{padding-right:40px;}



/* margin
------------------------------------ */
.bs_mb10{margin-bottom:10px;}
.bs_mb15{margin-bottom:15px;}
.bs_mb20{margin-bottom:20px;}
.bs_mb25{margin-bottom:25px;}
.bs_mb30{margin-bottom:30px;}
.bs_mb40{margin-bottom:40px;}
.bs_mb60{margin-bottom:60px;}

/* title
------------------------------------ */

/* page title */
.bs_pagetitle{
	margin:0 auto 100px;
	position:relative;
}
#me_form_bs_pagetitle{
	margin:0 auto 40px;
}
.bs_pagetitle img{
	width:100%;
}

.bs_pagetitle div{
	width:88%;
	max-width:406px;
	margin:0 auto;
	padding:2.8% 0 2.6%;
	text-align:center;
	background-color:rgba(239,165,52,0.7);
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height:160px;
}

.bs_pagetitle div h2,
.bs_pagetitle div p{
	color:#FFFFFF;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.2em;
}
.bs_pagetitle div h2{
	display:inline-block;
	font-size:34px;
	border-bottom:1px solid #E3580D;
	padding:0 5%;
	margin-bottom:10px;
}
.bs_pagetitle div p{
	font-size:140%;
}


/* title */
.bs_title01,
.bs_title0102{
	font-size:32px;
	font-weight:600;
	line-height:1em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#B3300F;
	border-bottom:2px solid #9C8D5E;
	margin-bottom:30px;
}
.bs_title0102{
	display:table;
	text-align:center;
	margin:0 auto 30px;
	padding:0 20px;
}

.bs_title02{
	font-size:26px;
	color:#ED7C16;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom:25px;
}
.bs_title02 span{font-size:20px;}

.bs_copy01{
	font-size:18px;
	line-height:2em;
	margin-bottom:35px;
}
.bs_copy01.bs_copy01_mb0{
	margin-bottom:0px;
}


/* pankuzu
------------------------------------ */
.bs_pankuzu {
	clear:both;
	text-align:left;
	font-size:12px;
	margin:30px 0 50px;
}
.bs_pankuzu a{font-size:12px;}
.bs_pankuzu span{font-weight:600;}


.bs_scroll_wrapper{
	position:relative;
	width:100%;
	overflow-x:auto;
	padding-bottom:20px;
	margin-bottom:30px;
}
.bs_scroll_805{width:805px;}


/* table
------------------------------------ */
.bs_table01 th,
.bs_table01 td{
	padding:15px 20px;
	border-bottom:1px solid #DDDDDD;
}
.bs_table01 th{
	font-weight:600;
	vertical-align:top;
	padding-right:30px;
}

.bs_table02{
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.bs_table02 th,
.bs_table02 td{
	padding:15px 20px;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}
.bs_table02 th{font-weight:600;}
.bs_table02 thead th{
	background-color:#F0F3F7;
	text-align:center;
}


/* dl 横並び
------------------------------------ */
dl.bs_dl01,
.bs_dl_wrap{
	width:100%;
}

dl.bs_dl01 dt,
dl.bs_dl01 dd{
	padding:8px 0;
}

dl.bs_dl01 dt,
.bs_dl_wrap dt{
	float:left;
	clear:left;
}

dl.bs_dl01 dd,
.bs_dl_wrap dd{
	float:left;
	display:inline;
}


/* form
------------------------------------ */
.bs_form_check00{
	font-size:14px;
	color:#CC0000;
	padding-left:10px;
}

input,
textarea,
select,
label{
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
	font-size:15px;
}

input[type="text"],
input[type="mail"],
input[type="file"],
textarea{
	width:100%;
}

input[type="text"],
textarea{
	border:1px solid #E0E0E0;
	padding:9px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

input::-webkit-input-placeholder {color:#888888;}
input:-ms-input-placeholder {color:#888888;}

/* btn
------------------------------------ */
.bs_btn,
.bs_btn_s{
	width:100%;
	max-width:280px;
}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input{
	display:inline-block;
	width:100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size :100%;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
	-webkit-appearance:none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input{
	padding:13px;
}

.bs_btn_s a,
.bs_btn_s input{
	padding:4px 10px;
}

ul.bs_btn_2col{
	display:table;
	table-layout:fixed; /* テーブルの列幅を均等に */
	width:100%;
	max-width:500px;
	margin:0 auto;
}

ul.bs_btn_2col li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 6px;
}

ul.bs_btn_2col li a,
ul.bs_btn_2col li input{
	padding:13px 0;
}

ul.bs_btn_2col_s{
	display:table;
	border-collapse:separate;  /* セルの間隔を空ける */
	border-spacing:10px 0;  /* 左右 上下で記述 */
}
ul.bs_btn_2col_s li{
	display:table-cell;
	vertical-align:middle;
}

.bs_list_center{
	display:table;
	margin:0 auto;
}

/* 背景画像 縦横repeat */
#bs_bg01{
	background-repeat:repeat;
	background-position:center center;
	background-image:url(../pic/bg_01.jpg);
}

/* 背景画像 横repeat */
#bs_bg02{
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image:url(../pic/00_bg01.png);
}

/* 背景画像（写真） */
.bs_bg_cover01,
.bs_bg_cover02{
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-image:url(../pic/bg_image03.jpg);
}
.bs_bg_cover01{background-attachment:scroll;/* スクロール */}
.bs_bg_cover02{background-attachment:fixed; /* 固定 */}


/* Google MAP */
.bs_map_wrap iframe{
	width:100%;
	height:300px;
	vertical-align:bottom; /* MAP下に余白が出来るのを防ぐ */
}

/* お問い合わせブロック */
.bs_call_title01{
	font-size:20px;
	margin-bottom:10px;
}

.bs_call01 a{font-size:24px;}

.bs_call_dl{
	max-width:374px;
	margin:0 auto 10px;
}
.bs_call_dl dt{
	float:left;
	clear:left;
	width:100px;
}
.bs_call_dl dd{
	float:left;
}


/* swiper slide
--------------------------------------------------------------------------- */
.swiper-container {
	width:100%;
}

.swiper-slide{
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
}

.swiper-slide a{
	width:100%;
	height:500px;
}

.me_top_slide_in{
	max-width:1000px;
	height:650px;
	margin:0 auto;
}

/* pagination サイズ・スタイル変更
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius:0;
}
 */

.swiper-button-next,.swiper-button-prev{
	-webkit-background-size:100% auto;
	background-size:100% auto;
}

.swiper-pagination-bullet-active{opacity:1;background:#459CBF}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url(../pic/00_swiper_prev01.png);}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url(../pic/00_swiper_next01.png);}

.me_top_slide01{
	display:table;
	width:100%;
	background-image:url(../pic/bg_image01.jpg);
	background-position:center 70%;
}
.me_top_slide01 a{
	display:table-cell;
	vertical-align:middle;
}
.me_top_slide01 h2{
	width:80%;
	max-width:490px;
	margin:0 auto;
	padding:3% 0;
	background-color:rgba(233,98,58,0.8);
	border:4px solid #FFFFFF;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#FFFFFF;
	text-shadow:0px 0px 10px #666;
}
.me_top_slide01 span:nth-child(1){
	display:inline-block;
	font-size:30px;
	padding:0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #FFFFFF;
}
.me_top_slide01 span:nth-child(2){
	display:block;
	font-size:26px;
}

.me_top_slide02{
	background-image:url(../pic/bg_image02.jpg);
	background-position:center 20%;
}
.me_top_slide02 a{
	display:block;
}



/* top page
--------------------------------------------------------------------------- */
#me_top_title01{
	text-align:center;
	border:none;
	height:24px;
}
#me_top_title01 span{line-height:24px;}
#me_top_title01 span:nth-child(1){
	padding-right:10px;
}
#me_top_title01 span:nth-child(2){
	display:inline-block;
	width:180px;
}
#me_top_title01 span:nth-child(2) img{width:100%;}

.me_top_title02{border:none;}

.me_deadline01{
	max-width:400px;
	margin:0 auto;
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
	color:#E3580D;
	background-color:#FFFFFF;
	border:1px solid #E3580D;
	padding:20px 20px 10px;
}

/*** news */
.me_top_news_wrap{
	height:210px;
	overflow:auto;
}
.me_top_news_dl dt,
.me_top_news_dl dd{
	padding-bottom:8px;
}
.me_top_news_dl dt{
	width:16%;
	float:left;
	clear:left;
	font-size:16px;
	font-weight:600;
}
.me_top_news_dl dd{
	width:84%;
	float:left;
	display:inline;
}

/*** venue */
.me_top_venue_info{
	width:50%;
	position:relative;
}
.me_top_venue_info img{width:100%;}
.me_top_venue_info_in{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:rgba(202,101,0,0.8);
	padding:10px 20px;
}
.me_top_venue_info_in h3{
	font-size:22px;
	line-height:1em;
	color:#FFFFFF;
}
.me_top_venue_info_in h4{
	font-size:20px;
	color:#FFFFFF;
}
.me_top_venue_info_in dl dt,
.me_top_venue_info_in dl dd{
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;
}
.me_top_venue_info_in dl dt{
	width:25%;
	float:left;
	clear:left;
}
.me_top_venue_info_in dl dd{
	width:75%;
	float:left;
	display:inline;
}

#me_gmap{
	width:50%;
	height:302px;
}


/* sub.style
--------------------------------------------------------------------------- */
.me_speaker01{
	max-width:300px;
	margin:0 auto 30px;
}


/* form.style
--------------------------------------------------------------------------- */
.me_hissu{margin-bottom:40px;}
.me_hissu p{color:#E3580D;}

#me_form_table{margin-bottom:20px;}
#me_form_table th,
#me_form_table td{
	padding:10px 15px;
}
#me_form_table th{
	width:230px;
	background-color:#F2F3F7;
	font-size:16px;
}
#me_form_table th span{
	color:#E3580D;
}
#me_form_table th span.me_form_sup{
	display:block;
	color:#000;
	font-size:14px;
}

td.me_form_pdf p{
	background:url(../../pic/bg_pdflink.gif) no-repeat left top;
	padding-left:20px;
}
td.me_form_pdf p a{
	text-decoration:underline;
}

.dn {position:relative;}

.me_btn_fileupload {
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}

.me_call_btn_back{
	max-width:100px;
	margin:0 auto;
	padding-bottom:10px;
}

.me_confirm_wrap p{
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

.uploader{
	width:100%;
	max-width:300px;
	height:45px;
	background-color:#eee;
	border:1px solid #E0E0E0;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative
}

.nofile{
	background:url(../../pic/bg_pdflink.gif) no-repeat left top;
	padding-left:20px;
}

.uploader .image{
	line-height:45px;
	text-align:center;
	color:#AAA;
}

.uploader:hover .image{
	color:#333;
}

.file-input{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:300px;
	height:45px;
	opacity:0;
}



/* acordion
--------------------------------------------------------------------------- */
.j_ac01{display:none;}



/* footer
--------------------------------------------------------------------------- */
#footer{
	clear:both;
	width:100%;
	padding:40px 0 5px;
	background-color:#DCE2E2;
}

/* 幅 max1000px
（幅を縮めた際の左右12px余白分加算）*/
.bs_footer_in{
	max-width:1044px;
	margin:0 auto;
	padding:0 12px;
	text-align:left;
	position:relative;
}

.gotop{
	position:fixed;
	bottom:5%;
	right:5%;
	opacity:0.9;
	filter:alpha(opacity=90); /* ie lt 8 */
	-ms-filter:"alpha(opacity=90)"; /* ie 8 */
}

#bs_ft_menu{margin:0 auto 30px;}
#bs_ft_menu ul{
	margin:0 70px 0 0;
	float:left;
	display:inline;
}
#bs_ft_menu ul:last-child{margin:0;}

#bs_ft_menu ul li{
	margin:0 0 5px 0;
}

#bs_ft_menu ul li a{
	display:block;
	font-size:15px;
}
#bs_ft_menu ul li:first-child a{font-size:16px;}

#bs_footer_info_ul{
/*
	max-width:462px;
*/
	max-width:280px;
	margin:0 auto 10px;

}
#bs_footer_info_ul li{
	width:100%;
/*	width:48.5%;*/
}
#bs_footer_info_ul li a{
	display:block;
	padding:11px 0;
	text-align:center;
	font-family:franklin_gothic,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	background-color:#FFFFFF;
}
#bs_footer_info_ul li:nth-child(1) a{
	border:2px solid #B3300F;
	color:#B3300F;
	position: relative;
}
#bs_footer_info_ul li:nth-child(1) a:after{
	position: absolute;
	top: 20%;
	right: 10px;
	content: " \f105";
	font-family: FontAwesome;
}
#bs_footer_info_ul li:nth-child(2) a{
	border:2px solid #05B3B3;
	color:#05B3B3;
}
#bs_footer_info_ul li:nth-child(2) a span{font-size:15px;}

#bs_footer_logo{
	max-width:117px;
	margin:0 auto 20px;
}
#bs_footer_logo img {width:100%;}

p#bs_copyright{
	padding:10px 12px 0;
	border-top:1px solid #FFFFFF;
	font-size:13px;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/* color
--------------------------------------------------------------------------- */
.bs_color01,
p.me_topics_pankuzu a{
	color:#459CBF;
}

.bs_bg_color01{background-color:#F0F3F7;}
.bs_bg_color02{background-color:#F2F3F7;}
.bs_bg_color03{background-color:#FFE8E8;}

.bs_color_white,
.bs_color_white a{
	color:#FFFFFF;
}

.bs_bg_color_white{background-color:#FFFFFF;}

.bs_btn01 a,
.bs_btn01 input,
span#me_call_form_naviactive{
	background-color:#459CBF;
	color:#FFFFFF;
	border:1px solid #459CBF;
}

.bs_btn02 a,
.bs_btn02 input,
.me_call_form_flow span{
	border:1px solid #459CBF;
	background-color:#FFFFFF;
	color:#459CBF;
}
