/*
幕張メッセ Ver.SP
*/

/*全体
--------------------------------------------------------------------*/
html{
	width: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size:14px;
	font-family: Verdana, sans-serif;
	position:relative;
}

img{
	max-width:100%;
	height:auto;
}
.text_red{color:#c61a22;}


/*ヘッダー
--------------------------------------------------------------------*/
header{
	width:100%;
	height:80px;
	padding:0 0 0 7px;
	overflow:hidden;
	box-shadow:0 0 3px #666;
	background:url(/sp/static/images/border.jpg) top repeat-x;
	position: fixed;
    top: 0;
    z-index: 9999;
	background-color:#fff;
}

#logo{
	width:79px;
	height:60px;
	margin:12px 10px 0 0;
	padding:0;
	float:left;
	background:url(/sp/static/images/logo.png) left top no-repeat;
}
#logo a{
	display:block;
	width:79px;
	height:60px;
	text-indent:-9999px;
}

#header_menu{
	float:right;
	margin:29px 0 0 0;
	display: table;
	width:50%;
	height:40px;
	font-weight:bold;
	line-height:1.1;
	border-collapse: separate;
    border-spacing: 2px 0;
}
#header_menu a{
	display:table-cell;
	height:40px;
	background-color:#ccc;
	width:50%;
	text-decoration:none;
	color:#000;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	-webkit-tap-highlight-color: rgba(204,204,204,0.9);
	-moz-tap-highlight-color: rgba(204,204,204,0.9);
}
#header_menu span{
	padding:0 5px;
	font-weight:normal;
	color:#444;
	font-size:9px;
}


/*ナビゲーション
--------------------------------------------------------------------*/

/* メニューボタン */
.nav{
	width:40px;
	height:40px;
	margin:29px 20px 0 8px;
	float:right;
}
.nav p{
	display:block;
	width:40px;
	height:40px;
	border:solid 1px #ccc;
	border-radius:4px;
	text-indent:-9999px;
	background:url(/sp/static/images/nav_icon.png) left top no-repeat;
}

nav ul{
}
nav li{
	list-style:none;
	line-height:1;
	display:table;
	width:100%;
	border-top:solid 1px #4c6274;
	border-bottom:solid 1px #071e31;
}
nav a{
	position: relative;
	text-decoration:none;
	color:#fff;
	display:table-cell;
	height:44px;
	vertical-align:middle;
	padding:0 15px;
	-webkit-tap-highlight-color: rgba(53,89,119);
	-moz-tap-highlight-color: rgba(53,89,119);
}

nav a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

#main_contents{
	padding:100px 10px 20px;
}

/*セクションのタイトル
--------------------------------------------------------------------*/
.section_titlebox{
	background:url(/sp/static/images/section_title_bottom.jpg)  bottom repeat-x;
	display:table;
	width:100%;
	font-weight:normal;
}
.section_title{
	border-bottom:solid 5px #027bca;
	padding:0 1px 3px;
	display:table-cell;
	width:7.5em;
	font-size:16px;
	font-weight:bold;
}
.section_title:first-letter{
	color:#027bca;
}
.section_title_s{
	padding:0 3px 3px;
	color:#787878;
	font-size:11px;
	display:table-cell;
	text-align:right;
	display: none;
}

/* Facebookバナー
--------------------------------------------------------------------*/
.bottom_bnbox{
	clear:both;
	text-align:center;
	opadding:0 0 20px 0;
}
.bottom_bnbox img{
	-webkit-tap-highlight-color: rgba(58,87,149,0.2);
	-moz-tap-highlight-color: rgba(58,87,149,0.2);
	margin-bottom:20px;
}

/* フッター
--------------------------------------------------------------------*/
footer{
	background:url(/sp/static/images/border.jpg) top repeat-x;
}
#footerbox{
	padding:20px 10px;
	font-size:12px;
	color:#444;
}
#footerbox dl{
	display:inline-block;
	line-height:1.3;
}
#footerbox dt{
	font-size:13px;
}
.pagetop{
	display:inline-block;
	float:right
}
.footer_copy{
	text-align:center;
	padding:10px 0;
	background-color:#027bca;
	font-size:11px;
	color:#fff;
	linre-height:1;
}


/* トップページ
--------------------------------------------------------------------*/
/* バナー */
#top_bnbox{
	margin:20px auto 0 ;
	display: table;
	border-collapse: separate;
    border-spacing: 10px 0;
}
#top_bnbox a{
	display:table-cell;
	height:55px;
	width:145px;
	text-indent:-9999px;
	-webkit-tap-highlight-color: rgba(255,255,255,0.2);
	-moz-tap-highlight-color: rgba(255,255,255,0.2);
}
#top_bnbox .bn_event{
	background:url(/sp/static/images/top/bn_event.jpg) left top no-repeat;
}
#top_bnbox .bn_map{
	background:url(/sp/static/images/top/bn_map.jpg) left top no-repeat;
}

#main_contents_top{
	padding:20px 10px;
}

/* お知らせ */
.notice_date{
	color:#666;
	font-size:13px;
}
.notice_title{
	color:#027bca;
	font-size:15px;
}
#notice li{
	list-style:none;
	line-height:1.4;
	width:100%;
	border-bottom:dotted 1px #ddd;
}
#notice a{
	position: relative;
	text-decoration:none;
	display:block;
	padding:12px 25px 12px 5px;
	vertical-align:middle;
	-webkit-tap-highlight-color: rgba(153,153,153 0.2);
	-moz-tap-highlight-color: rgba(153,153,153 0.2);
}
#notice a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

/* イベント */
#recent_event .sectionBorder{
	list-style:none;
	line-height:1.4;
	width:100%;
	border-bottom:dotted 1px #ddd;
}
#recent_event ul{
	padding:12px 20px 12px 0;
}

#recent_event a{
	position: relative;
	text-decoration:none;
	display:block;
	vertical-align:middle;
	-webkit-tap-highlight-color: rgba(153,153,153 0.2);
	-moz-tap-highlight-color: rgba(153,153,153 0.2);
}
#recent_event a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}
.recent_date {
	color:#036DB7;
	font-size:13px;
}
.recent_box{
	padding:0 0 0 10px;
}

#recent_event .tag_bus a{
	position: relative;
	padding:0;
	vertical-align:middle;
	-webkit-tap-highlight-color: rgba(153,153,153 0.2);
	-moz-tap-highlight-color: rgba(153,153,153 0.2);
}
#recent_event .tag_place a:after{
  position: static;
  border-top: none;
  border-right: none;
  -webkit-transform: 0;
  transform: 0;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}



.event_summary{
	overflow:hidden;
	padding:8px 5px 0 0;
}
.event_title{
	color:#444;
	font-size:15px;
	font-weight:bold;
	padding:3px 65px 5px 35px;;
	position:relative;
}
.event_title i{font-size: 30px;color:#87c6ff; position:absolute; left:0; top:50%; margin-top:-18px;}

.event_img{
	display:inline-block;
	width:55px;
	height:auto;
	float:right;
}


.date{
    display:block;
	overflow:hidden;
}
.date li{
    display:inline-block;
    font-size: 13px;
    margin:0 5px 0 0;
    color: #036DB7;
	float:left;
	border:none:;
}


/* もっと見る */
.read_more{
	text-align:center;
	padding:12px 0 30px;
}
.read_more a{
	display:block;
	position: relative;
	line-height:1;
	padding:12px 30px;;
	margin:0 20%;
	border:solid 2px #027bca;
	text-decoration:none;
	color:#027bca;
	-webkit-tap-highlight-color: rgba(2,123,202 0.2);
	-moz-tap-highlight-color: rgba(2,123,201 0.2);
}
.read_more a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #027bca;
  border-right: 1px solid #027bca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

/* 一覧のページャー */
#pager{
	padding:10px 0 30px;
	display:table;
	width:100%;
}
#pager li{
	display:table-cell;
	font-size:12px;
	text-align:center;
	width:100px;
}
#pager .pager_right a,
#pager .pager_left a{
	position:relative;
	text-decoration:none;
	display:block;
	border:solid 2px #027bca;
	/*width:100px;*/
	padding:5px 0;
	color:#027bca;
	-webkit-tap-highlight-color: rgba(2,123,202 0.2);
	-moz-tap-highlight-color: rgba(2,123,201 0.2);
}
#pager .pager_right a{
	margin:0 0 0 auto;
}

#pager .pager_left a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #027bca;
  border-left: 1px solid #027bca;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}
#pager .pager_right a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #027bca;
  border-right: 1px solid #027bca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 6px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

/*#pager .pager_none {
	position:relative;
	text-decoration:none;
	display:block;
	width:100px;
	padding:5px 0;
	-webkit-tap-highlight-color: rgba(2,123,202 0.2);
	-moz-tap-highlight-color: rgba(2,123,201 0.2);
}*/


/* お知らせ
--------------------------------------------------------------------*/

/* ページャー */
.pager_center a{
	text-decoration:none;
	color:#027bca;
	-webkit-tap-highlight-color: rgba(2,123,202 0.2);
	-moz-tap-highlight-color: rgba(2,123,201 0.2);
}

.pager_year {
	font-size: 16px !important;
	font-weight: bold;
}


/* 詳細ページ */
.notice_detail{
	clear:both;
	padding:10px 0 0 0;
}
.detail_date{
	display:inline-block;
	color:#666;
	font-size:12px;
	float:left;
	padding-top:2px;
}
/* アイコン */
.notice_category{
	float:left;
	display:inline-block;
}
.notice_category li{
	width:auto;
	height:14px;
	font-size:9px;
	display:inline-block;
	vertical-align:middle;
	padding:2px 2px 0 16px;
	color:#fff;
	margin:0;
}
.iconNew{background:url(/sp/static/images/common/img_iconNew.jpg) left top no-repeat #ff4689;}
.iconImportant{background:url(/sp/static/images/common/img_iconImportant.jpg) left top no-repeat #ff2f2f;}
.iconAccess{background:url(/sp/static/images/common/img_iconAccess.jpg) left top no-repeat #39acfc;}
.iconNews{background:url(/sp/static/images/common/img_iconNews.jpg) left top no-repeat #2ab93d;}
.iconNewTown{background:url(/sp/static/images/common/img_iconNewtown.jpg) left top no-repeat #3943fd;}

.detail_title{
	clear:both;
	color:#027bca;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 0;
	font-weight:bold;
	line-height:1.2;
}
.detail_image{
	clear:both;
	padding:20px 0 0 0;
	text-align:center;
}
.detail_text{
	padding:10px 0;
	line-height:1.4;
}
.detail_text p{
	padding:0 0 7px 0;
}

/* ソーシャルボタン */
#sns-b{
	padding: 15px 0;
	float: right;
	overflow:hidden;
}
.sns-b {
    border-bottom: 1px solid #ddd;
    padding: 0 0 3.5em;
}

.sbox {
	display: inline-block;
	padding: 15px 3px 5px 0;
	float: left;
}

.mobile_btn{
    /*width: 70px;*/
    padding: 2px;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    background-color: #f49505;
    cursor: pointer;
	font-size:10px;
}

/* イベント
--------------------------------------------------------------------*/

/* 一覧ページ */
.eventform_title{
	font-weight:normal;
	background:url(/sp/static/images/section_title_bottom.jpg)  bottom repeat-x;
	width:100%;
	padding:0 0 7px 0;
	margin:20px 0 0 0;
	font-size:15px;
}
.form_month{
	padding:15px 0 0 0;
	text-align:center;
}
.form_month select{
	width:80%;
	height:2.5em;
}

.form_category,
.form_place{
	padding:10px 0 0 0;
}
.form_category ul,
.form_place ul {
	width:98%;
	margin:0 auto;
	overflow:hidden;
}
.form_category ul li,
.form_place ul li{
   display:block;
   margin: 2px 0 0 2px;
   float:left;
}

.form_category ul li{
   width:32%;
}

.form_place ul li{
   width:24%;
}


.category_checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

label.cat-check{
    display:block;
    cursor: pointer;
    /*width:49%;*/
    height:32px;
	padding-top:6px;
    font-size:12px;
    /*vertical-align:middle;*/
    text-align:center;
    border:1px solid #aaa;
    background-color:#f9f9f9;
    cursor: pointer;
}

.category_checkbox input[type=checkbox]:checked + label{
    display:block;
    color:#ffffff;
    border:1px solid #0785d4;
    background-color:#0785d4;
}

.place_checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

label.pr_check{
    display:block;
    cursor: pointer;
    /*width: 49%;*/
    height: 28px;
	padding:8px 0 4px;
    font-size:12px;
    vertical-align:middle;
    text-align:center;
    letter-spacing: -1px;
    /* margin-right: -1px; */
    cursor: pointer;
	border:1px solid #aaa;
}
label.pr_check_oneline{
	padding:12px 0 0;
}

label.pr_check i{
    font-size:14px;
    color: #848484;
    margin-right: 5px;
}

.place_checkbox input[type=checkbox]:checked + label.btn_ie1-8{
    display:block;
	color:#fff;
	background-color:#0785d4;
    background-repeat:no-repeat;
	border:1px solid #0785d4;
}
.place_checkbox input[type=checkbox]:checked + label.btn_ie1-8 i{
    color:#036db7;
}

.place_checkbox input[type=checkbox]:checked + label.btn_ie9-11{
    display:block;
	color:#fff;
	background-color:#e60012;
    background-repeat:no-repeat;
	border:1px solid #e60012;
}
.place_checkbox input[type=checkbox]:checked + label.btn_ie9-11 i{
    color:#f00012;
}

.place_checkbox input[type=checkbox]:checked + label.btn_im{
    display:block;
	color:#fff;
	background-color:#009944;
    background-repeat:no-repeat;
	border:1px solid #009944;
}
.place_checkbox input[type=checkbox]:checked + label.btn_im i{
    color:#009843;
}

.place_checkbox input[type=checkbox]:checked + label.btn_me{
    display:block;
	color:#fff;
	background-color:#fcc800;
    background-repeat:no-repeat;
	border:1px solid #fcc800;
}
.place_checkbox input[type=checkbox]:checked + label.btn_me i{
    color:#e9bb03;
}

.form_fw{
	padding:10px 0 30px 0;
}
input[type=text] {
    margin-left:5px;
    padding: 3px 0px;
    width: 60%;
}
input.submitbtn{
    border-style: none;
    background-color: #1786ce;
    color: #fff;
    width: 60px;
    padding:3px;
    cursor: pointer;
}

.tag_place{display:table; margin:10px 0 0 0;border-collapse: separate; border-spacing: 1px 0;}
.tag_place li{display:table-cell; width:150px; vertical-align:middle; color:#fff; border-radius: 4px;}
.tag_bus a{ 
	vertical-align:middle;
	color:#F06A00;
	border-radius: 4px;
	border: 2px solid #F06A00;
	background-color:#fff;
    display:block;
    text-align:center;
    margin:0 10px 10px;
    padding:5px 0px;
    line-height:1.2;
    position:relative;
    text-decoration: none;
}
#recent_event .tag_bus a{
	vertical-align:middle;
	color:#F06A00;
	border-radius: 4px;
	border: 2px solid #F06A00;
	background-color:#fff;
    display:block;
    text-align:center;
    margin:0 10px 10px;
    padding:5px 0px;
    line-height:1.2;
    position:relative;
}

#recent_event .tag_bus a:after{
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #F06A00;
  border-right: 1px solid #F06A00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

.tag_ie-out span{font-size: 9px;}
.tag_ie1-8 span{font-size: 9px;}
.tag_ie9-11 span{font-size: 9px;}
.tag_eh span{font-size: 9px;}
.tag_im span{font-size: 9px;}
.tag_bus span{font-size: 9px; line-height: 12px;}

.tag_ie-out {
  border: 2px solid #666666;
  background-color:#666666;
}
.tag_ie1-8 {
  border: 2px solid #036db7;
  background-color:#036db7;
}
.tag_ie9-11{
    border: 2px solid #f00012;
    background-color:#f00012;
}
.tag_eh{
    border: 2px solid #e9bb03;
    background-color:#e9bb03;
}
.tag_im{
    border: 2px solid #009843;
    background-color:#009843;
}

.tag_ie-out,
.tag_ie1-8,
.tag_ie9-11,
.tag_eh,
.tag_im{
    text-align:center;
    margin-left:5px;
    padding:2px 0px;
    line-height:1.2;
    position:relative;
}

.tag_ie-out span,
.tag_ie1-8 span,
.tag_ie9-11 span,
.tag_eh span,
.tag_im span{
    display: block;
}

.tag_bus i{ font-size: 14px; vertical-align: middle; }
.tag_bus span{ line-height: 14px; }

/* 詳細ページ */
.event_detail{
	clear:both;
	padding:10px 0 0 0;
}

.event_detail_title{
	color:#444;
	font-size:15px;
	padding:15px 65px 5px 35px;;
	position:relative;
}
.event_detail_title i{font-size: 30px;color:#87c6ff; position:absolute; left:0; top:50%; margin-top:-10px;}

.detail_text table{
	width:100%;
	word-wrap: break-word;
	word-break:break-all;
}
.detail_text table th{
	padding:7px;
	background-color:#ddd;
	font-weight:normal;
	text-align:left;
}
.detail_text table td{
	padding:7px;
	background-color:#f9f9f9;
	border-bottom:solid 5px #fff;
}


/* アクセス
--------------------------------------------------------------------*/

.access_wrapper{
	clear:both;
	padding:0 0 20px 0;
}

#access_menu{
	display:table;
	width:100%;
	border-collapse: separate;
	border-spacing: 2px 0;
	margin:15px 0;
}
#access_menu li{
	display:table-cell;
	vertical-align:middle;
	line-height:1;
	text-align:center;
	font-size:12px;
	border: 2px solid #036db7;
	width:25%;
}
#access_menu a{
	display:block;
	padding:12px 0;
	text-decoration:none;
	color: #036db7;
}
#access_menu li.menu_on{
	background-color: #036db7;
}
#access_menu li.menu_on a{
	color:#fff;
}

.g_map{
	padding:5px 0 10px 0;
}

.downloadsBtn{
    width:98%;
    text-align:center;
    margin:8px auto;
	text-decoration:none;
    font-size:11px;
    display:block;
    color: #036db7;
    border: 2px solid #036db7;
    padding:10px 0;
}

/* スワイプできるボックス */

.mapbox{margin:20px; width:90%; border:solid 1px #ccc;}
.mapbox p { position:absolute; top:3px; right:28px; color:#555; font-weight:bold; }
.zoom {
	display:inline-block;
	position: relative;
}
/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background:url(/sp/static/images/access/icon.png);
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }
.zoom_grab img:hover { cursor: url(grab.cur), default; }
.zoom_grab img:active { cursor: url(grabbed.cur), default; }



/* タブでの切り替え */
.tabbox{}

ul.tabSwicher{
    position: relative;
    /* text-align:center; */
    margin: 20px 0px -1px 0px;
	display:table;
	border-spacing:2px 0;
	width:100%;
}

ul.tabSwicher_en{
    position: relative;
    /* text-align:center; */
    margin: 20px 0px -1px 0px;
	/*display:table;*/
	border-spacing:2px 0;
	width:100%;
	text-align:center;
}

ul.tabSwicher li{
    display:table-cell;
    cursor: pointer;
    width: 25%;
    /* height: 30px; */
    font-size: 12px;
    margin:3px 0 0 0;
    padding: 10px 0;
    border: 2px solid #036db7;
    color:#036db7;
    vertical-align: middle;
    text-align: center;
}

ul.tabSwicher_en li{
    display:inline-block;
    cursor: pointer;
    width: 31%;
    /* height: 30px; */
    font-size: 12px;
    margin:3px 0 0 0;
    padding: 10px 0;
    border: 2px solid #036db7;
    color:#036db7;
    vertical-align: middle;
    text-align: center;
}

ul.tabSwicher li:first-child{margin-left:0px;}

.tabSwicher li.active,
.tabSwicher_en li.active{
    background-color:#036db7;
    color:#ffffff;
}

.hide{display:none;}
.outline{
    border:1px solid #bbb;
    padding:20px 10px;
	margin:0 0 20px 0;
}
.textCenter{text-align:center;}

.parking_title{
	font-weight:normal;
	background:url(/sp/static/images/section_title_bottom.jpg)  bottom repeat-x;
	width:100%;
	padding:0 0 12px 2px;;
	margin:20px 0 0 0;
	font-size:14px;
	line-height:1;
}
.parking_title span{
	border-left: 4px solid #036db7;
	line-height:1;
	padding:0 0 0 5px;
}

.busstop{
	padding:15px 0 10px;
	list-style:inside;
}
.busstop li{
	list-style-type: decimal;
	padding:0 0 10px 0;
}

.map_bussop{
	padding:10px 0 0 0;
	text-align:center;
}
.access_text{line-height:1.4; padding:12px 0 0 0;}

.route_link a {
    color: black;
    text-decoration: none;
    border-bottom: 2px #bbb solid;
    line-height: 1.2;
}

.gmap{
    position:relative;
    width: 100%;
    height: 300px;
}

.hidden {
	visibility:hidden;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* マップ切り替え */
ul.mapSwicher,
ul.mapSwicher_en{
    position: relative;
    text-align:center;
    margin: 5px 0px 20px 0px;
}

ul.mapSwicher li{
    display:inline-block;
    cursor: pointer;
    width: 44%;
    font-size: 11px;
    padding: 10px 5px;
    border: 2px solid #036db7;
    color:#036db7;
    vertical-align: middle;
    text-align: center;
	margin-bottom:8px;
}
ul.mapSwicher_en li{
    display:inline-block;
    cursor: pointer;
    width: 44%;
    font-size: 11px;
    padding: 10px 5px;
    border: 2px solid #036db7;
    color:#036db7;
    vertical-align: middle;
    text-align: center;
	margin-bottom:8px;
	height:16px;
}

.mapSwicher li:hover,
.mapSwicher li.active,
.mapSwicher_en li:hover,
.mapSwicher_en li.active{
    background-color:#036db7;
    color:#ffffff;
}

.c1{color: #e00f19 !important;border: 2px solid #e00f19 !important;}
.c1.active,
.c1:hover{color:#ffffff !important;background-color:#e00f19 !important;}

.c2{color: #fbc500 !important;border: 2px solid #fbc500 !important;}
.c2.active,
.c2:hover{color:#ffffff !important;background-color:#fbc500 !important;}

.c3{color: #00a74b !important;border: 2px solid #00a74b !important;}
.c3.active,
.c3:hover{color:#ffffff !important;background-color:#00a74b !important;}

div.f-box {
	margin-bottom:4px;
}
div.f-box a {
	color:#FFFFFF;
	display:block;
}
div.f-box span {
	width:95px;
	display:inline-block;
	font-size:10px;
	color:#FFFFFF;
}
div.f-box span.tag_ie-out {
    border: 2px solid #666;
    border-radius: 5px;
	background-color: #666;
}
div.f-box span.tag_ie1-8 {
    border: 2px solid #036db7;
    border-radius: 5px;
	background-color: #036db7;
}
div.f-box span.tag_ie9-11 {
    border: 2px solid #f00012;
    border-radius: 5px;
	background-color: #f00012;
}
div.f-box span.tag_eh {
    border: 2px solid #e9bb03;
    border-radius: 5px;
	background-color: #e9bb03;
}
div.f-box span.tag_im {
    border: 2px solid #009843;
    border-radius: 5px;
	background-color: #009843;
}

/**/
div.header_menu_btn {
}
div#header_menu.header_menu_btn a {
	/* width: 100px; */
	/* height: 44px; */
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-color: transparent;
}
div.header_menu_btn a.event {
	background-image: url(/sp/static/images/thbtn_bn_event.jpg);
}
div.header_menu_btn a.access {
	background-image: url(/sp/static/images/thbtn_bn_map.jpg);
}
div.header_menu_btn a.event_en {
	background-image: url(/sp/static/images/thbtn_bn_event_en.jpg);
}
div.header_menu_btn a.access_en {
	background-image: url(/sp/static/images/thbtn_bn_map_en.jpg);
}

div.header_menu_btn a.event span,
div.header_menu_btn a.access span,
div.header_menu_btn a.event_en span,
div.header_menu_btn a.access_en span {
	display:none;
}

.warning{ border:3px solid #F33951; margin: 0 0 30px;}
.warningTitle{ font-size:18px; font-weight:normal; color:#ffffff; background-color:#F33951; padding: 10px 10px 11px 10px; }
.warningTitle i{ margin-right:10px; }
.warning ul{ padding:0px 10px; }
.warning ul li { display: block; border-bottom: 1px dotted #cccccc; padding: 10px; margin-bottom: 0px; }
.warning ul li a { color: #444; text-decoration: none; }
.warning ul li a:hover { color: #036DB7; }
.warning ul li:last-child{ border-bottom:none; }
.warning ul li i{ margin-right:5px; color:#F33951; }

.downloadsBtn.red { border-color:#f00; color: #f00;}

.f-box .tag { /* float: left; */ color: #333; text-align: center; padding: 2px 10px; margin:0 0 0.5em; border-radius: 5px; line-height: 1.2; min-width: 5em; width:auto; }
.f-box .tag.private { border: 2px solid #e48500; background-color: #fff; }
.f-box .tag.guest   { border: 2px solid #e48500; background-color: #fff; }
.f-box p   { overflow: hidden; padding: 0 0 0 5px; }

.infoArticleNone { margin-bottom: 20px;}

.apoBtn {padding: 15px; text-align: center; }
.apoBtn span { display: inline-block; padding: 8px 15px; background: #eee; border:1px solid #ddd; box-shadow: inset 0 1px 0 0 #fff; border-radius: 3px; }
.apo { display: none; }

.error_label {color: red; font-weight: bold;}
.error {color: red;}
.attentionArea { border: 1px solid #ebb; background-color: #fdd; padding: 5px; margin: 20px auto 10px; border-radius:3px; }
.attentionArea p { color:#f00; padding: 0 0 5px; margin: 0; text-align: center; font-size: 110%; font-weight: bold;}
.attentionArea ul { background-color: #fff; padding: 5px; border-radius:3px; }
.attentionArea ul li { padding: 3px 0 3px 5px; line-height: 1.4; font-weight: bold; color:red; }

.bnrArea { padding: 10px 7px 0; }
.bnrArea ul li { float:left; width: 50%; padding: 0 2px 0 0; box-sizing: border-box; }
.bnrArea ul li:nth-child(2n) { padding: 0 0 0 2px; }
.clear:after { content: ""; clear:both; display: block; }