@charset "utf-8";
input.year
{
	width : 60px;
}
input.month
{
	width : 30px;
}
div.map_image
{
	padding:0;
	margin:0;
	border:none;
	width:480px;
	display:inline-block;
}
div.map_selector
{
	width:500px;
	padding:0;
	margin:0;
	border:none;
	display:inline-block;
}
div.map_selector table
{
	border-collapse:collapse;
}
div.map_selector table th
{
	background-color : #002448;
	color : white;
	border : solid 1px lightgray;
	width : 80px;
	vertical-align : middle;
	padding : 0 2px 0 2px;
}
div.map_selector table th span.area_checker
{
	display : inline-block;
	width : 20px;
	vertical-align : middle;
}
div.map_selector table th span.area_name
{
	display : inline-block;
	width : 60px;
	vertical-align : middle;
	padding : auto;
}

div.map_selector table td
{
	border : solid 1px green;
	line-height: 1.65;
	border : solid 1px lightgray;
}
div.map_selector table td label.prefecture_area
{
	display : inline-block;
	white-space: nowrap;
	width : 74px;
}
div.map_selector table input
{
	margin : 0;
	padding: 2px;

	vertical-align : middle;
	line-height: 1.65;
	letter-spacing: 0em;
	border-spacing: 0px;

}
div.item
{
	width : 960px;
	margin : 25px auto;
	vertical-align :top;
	margin-bottom : 5px;
}
div.item div.name
{
	width : 135px;
	margin-right: 15px;
	display : inline-block;
	vertical-align :top;
	padding : 3px;
	border-radius : 3px;
	background-color : #002448;
	color : white;
	font-size:20px;
	text-align:center;
}
div.item div.parameters
{
	width : 760px;
	display : inline-block;
	vertical-align :middle;
}
div.item div.parameters input
{
	vertical-align :middle;
}
div.item div.parameters select
{
	width : 370px;
	height: 150px;
	display : inline-block;
	font-size : 16px;
	color : #666;
}

div.item div.parameters_2 select
{
	width : 370px;
	height: 150px;
	display : inline-block;
	font-size : 16px;
	color : #666;
}

table.point
{
	text-align:left;
}

table.point td.value
{
	text-align:right;
}
table.point td.unit
{
}
table.point td.yen
{
	font-size : 16px;
}

table.point_detail
{
	border : 1px solid #666;
	width : 100%;
	border-collapse : collapse;
}
table.point_detail tr td.top
{
	font-size:18px;
	background-color:#666;
	font-weight:bold;
	color:#fff;
}
table.point_detail tr td.left
{
	font-size:17px;
	font-weight:bold;
}
table.point_detail tr td.right
{
 	font-size:17px;
 	font-weight:bold;
 	text-align:right;
/* 	border-left:1px solid #666;*/
 	font-size:22px;
}
#hit {
color:#BF1717;
font-size:45px;
font-weight:bold;
}
.black_text {
color:#333;
font-size:20px;
font-weight:bold;
}

#screen
{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : 1000;
	background-color : rgba( 0,0,0,0.3 );
	display : none;
	text-align:center;
	padding-top:300px;
}
#prefecture_unselected_error, #business_m_unselected_error
{
	color : red;
	display : none;
}

#result_area
{
	display : none;
}

#less_point_detail_area
{
	display : none;
}

#buy_point_area
{
	display : none;
}

#buy_data_area
{
	display : none;
}
#business_m_all
{
	display : none;
	width : 785px;
	height : 50px;
	font-size:16px;
}


.get_list_btn {
display: inline-block;
	width: 400px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	text-decoration: none !important;
	outline: none;
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background-color: #ED780B;
	border: 4px solid #3A2409;
	color: #FFFFFF !important;
	line-height: 54px;
	overflow: hidden;
}
.get_list_btn:hover {
	color: #FFD700 !important;
	border:4px solid #333;
}
.get_list_btn:hover::after {
	top: 0;
	background-color: #0234CD;
}
.get_list_btn::before,
.get_list_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: -100%;
	width: 100%;
	height: 100%;
}
.get_list_btn,
.get_list_btn::before,
.get_list_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#get_list_confirm{
	z-index:110;
	background-color: #FFFFFF;

	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

	position: absolute;
	top: 250px;
	right: -208px;
	width: 600px;
	height: 350px;
	padding: 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 8px 8px 3px rgba(0,0,0,0.4);
}
