@charaset "UTF-8";


/*****　都道府県詳細　*****/

.prefecture_map {
	height: 340px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 320px;
	padding-bottom: 0;
	margin-bottom: 0;
	}
figure.prefecture_mark {
	width: 90px;
	font-weight: bold;
	font-size: 110%;
	}
.prefecture_mark  img {
	width: 90px;
	}
.prefecture_data th {
	width: 40%;
	}
.prefecture_data td {
	width: 60%;
	}
	
	
/*******************************/
/*******************************/

@media (min-width: 480px) {
	

/*****　都道府県詳細　*****/

.prefecture_data th {
	width: 30%;
	}
.prefecture_data td {
	width: 70%;
	}

}


@media (min-width: 768px) {
	

/*****　都道府県詳細　*****/

.prefecture_data th {
	width: 40%;
	}
.prefecture_data td {
	width: 60%;
	}

}

@media (min-width: 900px) {
	

/*****　都道府県詳細　*****/

.prefecture_map {
	height: 400px;
	background-size: 400px;
	}

	
}