@charset "utf-8";

/**/

/*バトスピタワーindex.php*/
.shopbattle {
	width: auto;
	margin: 0 auto 20px;
}

.shopbattle tr td {
	border: solid #666666 1px;
	background: #FFFFFF;
	text-align: center;
	padding: 3px 5px;
}

.shopbattle tr td.list_title {
	background: #666666;
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
}

.shopbattle tr td.name {
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
/**/

/*もらえるお店-city.html
-------------------------------------------------------------*/
#condition {
	margin: 0px auto;
	width: 575px;
}

#condition dt {
	text-indent: -9999px;
}

#condition dd {
	width: 555px;
	padding: 5px 15px 0 5px;
}

#condition dd ul {
	list-style: none;
}

#condition dd ul li {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}

#condition dd ul li a {
	text-decoration: underline;
	color: #FF6600;
}

#condition dd ul li a:hover { color: #FFCC00;}

.errmsg {
	font-weight: bold;
	text-align: center;
	margin: 15px auto 40px auto;
}
.shoplist_map_navi {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
}
/**/

/*もらえるお店-list.html
-------------------------------------------------------------*/
.shoplist_area_navi {
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #FF9900;
	text-align: right;
}
#areaName {
	padding: 5px 0;
	margin: 0 auto 10px auto;
	color: #ffffff;
	background-color: #666666;
	width: 575px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}


.list_trial {
	display: block;
	margin: 0 auto 5px auto;
	width: 575px;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #333333;
	/*border-bottom: 1px solid #FF0099;*/
	border-left: 1px solid #333333;
}

.list_trial dt {
	font-weight: bold;
	float: left;
	padding: 1px 0;
	background-color: #999999;
	width: 93px;
	text-align: center;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.list_trial dd {
	float: left;
	padding: 1px 5px;
	background-color: #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.tower_name {
	width: 470px;
	font-weight: bold;
}
.tower_address {
	width: 470px;
}

.mgb-20 {
	margin-bottom: 20px;
}
/**/
