@charset "utf-8";

body {
	background-color:#000;
}

.ul_with_label {
	margin-top:30px;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	padding-top:0;
	padding-left:0;
	padding-bottom:30px;
	padding-right:0;
}

.plural_btns {
	margin-bottom:30px;
}

#exsp_ldg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background-color:rgba(33,33,33,0.5);
	width:100%;
	height:100%;
	font-family:Helvetica,Arial,sans-serif;
	text-shadow : none;
}

#exsp_ldg_dim {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background-color:rgba(33,33,33,0.5);
	width:100%;
	height:100%;
	font-family:Helvetica,Arial,sans-serif;
	text-shadow : none;
}

#exsp_ldg div:first-child {
	color:white;
	background-color:black;
	max-width:240px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid white;
	font-size: 14px;
	border-radius:8px;
	text-align:center;
	text-shadow : none;
	padding-top:15px;
	padding-bottom:15px;
}

.exsp_loading {
	margin:0 auto;
	background-image: url(images/loadinfo.png);
	width: 48px;
	height: 48px;
}

.exsp_loading_small {
	background-image: url(images/loadinfo_small.png);
	width: 12px;
	height:12px;
}

#exsp_ldg_skip {
	border: 1px solid white;
	background-color: black;
	color: white;
	padding: 4px;
	margin: 0px;
	border-radius:4px;
}

.exsp_popupcontent {
	color:black;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.exsp_popupcontent p {
	margin : 0;
}
.exsp_popupcontent_title {
	/*
	margin-left : 5px;
	margin-right : 5px;
	*/
	text-align: center;
}

.exsp_popupcontent_title img {
	vertical-align:middle;
}

.exsp_popupcontent_title span {
	vertical-align:middle;
	font-weight: bold;
/*	font-size:14px; */
	font-size:18px;
}

table.exsp_mapinfo_table {
	width: 100%;
	font-size:12px;
}
table.exsp_mapinfo_table td {
	vertical-align:top;
}
td.exsp_mapinfo_table_label {
	width:60px;
	text-align:left;
	vertical-align:top;
}


.spin  {
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:  infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
	from {-webkit-transform: rotate(0deg);}
  	to {-webkit-transform: rotate(360deg);}
}

.exsp_actionsheet_dim {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
	background-color:rgba(33,33,33,0.5);
}

.exsp_actionsheet_body {
	position:absolute;
	background-color:rgb(191,191,191);
	border:solid 2px black;
	border-radius:4px;
}

.exsp_actionsheet_body button {
	margin:8px;
	text-align:center;
	width:200px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:40px;
	padding-right:40px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	border-radius: 4px;
	background-color : rgb(233,233,233);
	text-shadow: white 0px 1px 0px;
	background-clip: padding-box;
}

.base_edit_segmented_select {
	box-sizing: border-box;border:2px solid blue;text-align:center;padding:3px 2px;
}
.base_edit_segmented_selectnot {
	box-sizing: border-box;border:1px solid gray;text-align:center;padding:4px 2px;
}

.base_edit_segmented_select_color {
	box-sizing: border-box;border:2px solid blue;text-align:center;padding:3px 2px;
}
.base_edit_segmented_selectnot_color {
	box-sizing: border-box;border:1px solid gray;text-align:center;padding:4px 2px;
}

.base_edit_segmented_select_color_img_a {
	display:block;width:32px;margin:2px auto;
}

#notice_title {
	height:24px;
	padding:5px;
	color:#FFF;
	line-height:26px;
	text-align:center;
	border:1px ridge #666;
	background: rgb(132,132,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,132,132,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#notice li {
	list-style: none;
	padding:5px;
	font-size:12px;
}

#notice .datetime {
	color:#ff8a00;
	font-size:14px;
	font-weight:bold;
}

#notice .title {
	color:#07f;
	font-size:14px;
	font-weight:bold;
}

#notice .exp {
	color:red;
	font-size: 14px;
	font-weight:bold;
}

#footer {
	font-size:12px;
}

#news {
	height: 50px;
	max-width: 430px;
	margin-left:auto;
	margin-right:auto;
}
