.region_select{
margin: 0.5em auto;
width: 96%;
text-align: center;
}
.region{
display: inline-block;
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
border-radius: 2em;
color: white;
font-weight: bold;
}
.btn{
background: #cad9dc;
}
.btn_active{
background: #e68089;
}
.search_block{
margin: 0.5em auto;
width: 94%;
text-align: center;
}
.select_box{
display: inline-block;
border: 1px solid #bbe1e3;
background: url('../img/select_arrow.png'), #FFFFFF;
background-size: 2em, 100%;
background-position: right center;
background-repeat: no-repeat;
border-radius: 5px;
overflow: hidden;
}
.select_box select{
background: transparent;
font-size: 1em;
padding: 0.2em 0.4em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
appearance: menulist;
border: none;
color: #595757;
font-weight: bold;
}

.searchbar_block{
width: 100%;
text-align: left; 
overflow: hidden;
margin: 0.5em 0;
}
table.searchbar {
width: 100%;
vertical-align: middle;
margin-left: -0.15em;
}
table.searchbar *{
vertical-align: middle;
}
table.searchbar td{
font-size: 1em;
}
table.searchbar input {
font-size: 1em; 
vertical-align: middle; 
margin: 0.2em auto;
-webkit-user-select: text;
-moz-user-select: text;
}
table.searchbar input.query {
width: 100%;
height: 1.85em;
}
.query_block{
display: block;
border: 1px solid #bbe1e3;
width: 96%;
padding: 0 0.2em;
border-radius: 5px 0 0 5px;
height: 2.2em;
background: white;
}
.query{
width: 100%;
font-size: 1em;
margin: 0;
padding: 0;
color: black;
border: none;
}
.serh_btn{
display: inline-block;
padding: 0.2em;
border-radius: 0 5px 5px 0;
border: 1px solid #bbe1e3;
border-left: none;
width: 1.85em;
height: 1.85em;
text-align: center;
}
.serh_btn_normal{background: #bbe1e3;}
.category_box{width: 8em;}
.date_box{width: 10em;}
.category_box  select{width: 10em;}
.date_box  select{width: 12em;}
.serh_title{
width: 100%;
background: #82d5d9;
font-size: 1.3em;
color: white;
margin: 0.3em 0 0;
font-weight: bold;
}
.title_txt{padding: 0.2em 0.5em;}
.action_box{
display: block;
width: 96%;
margin: 0.5em auto;
}
.box{
background: white;
border: 1px solid #dbdcdc;
}
.box_active{
background: #eef9fa;
border: 1px solid #9e9e9f;
}
.url_image{
display: inline-block;
width: 6em;
height: 6em;
background: rgba(150,150,150,0.2);
overflow: hidden;
/*text-align: center;*/
}
.url_image img{
display: inline-block;
width: 100%;
vertical-align: middle;
}
.image_default img{
display: inline-block;
width: 100%;
vertical-align: middle;
}
.image_default{
position: relative;
width: 6em;
height: 6em;
overflow: hidden;
/*text-align: center;*/
margin: 0 auto;
}
.v_line{
display: inline-block;
width: 0;
height: 6em;
vertical-align: middle;
}
.exhibition_info{
display: inline-block;
}
.sort_name{
position: absolute;
font-size: 1.4em;
color: white;
top: 0.1em;
right: 0.1em;
font-family: cursive;
font-weight: bold;
line-height: 1em;
}
.action_date{
color: #50bdca;
font-size: 0.9em;
padding: 0 0.5em 0;
}
.action_name{
display: inline-block;
color: #595757;
font-size: 1em;
padding: 0.15em 0.5em 0.5em;
}
.more{
display: block;
width: 96%;
padding: 0.2em 0;
margin: 0 auto 0.5em;
text-align: center;
color: white;
font-weight: bolc;
}

.no-mainten{
	padding: 5em 1em;
	font-size: 1em;
	text-align: center;
	color: #333;
}
.no-mainten p:first-child{
	padding: 0.8em 0 0.2em;
	font-size: 1.2em;
}
.openbrowser{
	display: block;
	width: 6em;
	border-radius: 3px;
	background: #cad9dc;
	font-size: 1.4em;
	margin: 2em auto;
	padding: 0.2em 0;
	color: #555;
}
.open_active{
	background: #e68089;
}
