/* CSS Document */

@import url('../../../../common/css/font-awesome.min.css');

#areaSelect {
	margin-bottom: 10px;
	/*地図無し
	display: none;*/
}
#areaSelect ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#areaSelect ul li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	margin: 0;
}

div#mapareaCenter {
    position: relative;
    z-index: 0;
    width: 950px;
    height: auto;
    margin: 0 auto;
    float: none;
    background-color: #5a3407;
}

div#map_canvas {
    width: 930px;
    height: 500px;
}

#leftTable {
	float: left;
	width: 35%;
}

#rightTable {
	float: right;
	width: 60%;
}

#leftTable table,
#rightTable table {
	width: 100%;
    border: 1px #a99677 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#leftTable table th,
#leftTable table td,
#rightTable table th,
#rightTable table td {
	font-size: 12px;
	padding: 5px;
}

#leftTable table th,
#rightTable table th {
    border: #a99677 solid;
    border-width: 0 0 1px 1px;
    background: #ede9dd;
    font-weight: bold;
    text-align: center;
}
#leftTable table td,
#rightTable table td {
    border: 1px #a99677 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#leftTable table th {
	width: 50%;
}

.button {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	background-color: #5a3407;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.button a {
	text-decoration: none;
	display: block;
	color: #fff;
    padding: 10px;
}

.kijyun {
	margin: 15px 0;
	border: 1px solid #5a3407;
	padding: 10px;
}
.kijyun h4 {
	color: #5a3407;
	margin: 0 0 1em 0;
	padding: 0;
}
.kijyun p {
	padding: 0;
	margin: 0;
}
#graphContainer {
	width: 920px;
	padding: 10px;
    background-color: #5a3407;
}

#graphWrap {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    background-color: #ffffff;
}
#graphWrap,
#waku,
#graph {
	max-width: 100%;
	width: 920px;
	height: auto;
	margin: 0 auto;
}

#graph {
	position: absolute;
	top: 0;
	left: 0;
}

.btnBox {
	width: 60%;
	margin: 0 auto;
}
.btnBox .left {
	float: left;
}
.btnBox .right {
	float: right;
}
	