@charset "UTF-8";

/*
# =================================================================
# A-PLAT 気候変動の観測・予測データ
# =================================================================
*/



/*******************************/
/*日本地図
/*******************************/
table.infoMap   {
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    width: 700px;
    border-collapse: separate;
    border-spacing: 3px;
    border-radius: 10px;
	font-size:0.9em;
	
	width: 800px;
	font-size:1.2em;
}
table.infoMap td   {
    text-align: center;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    line-height: 2.5em;
}
table.infoMap td a span   {
    position: relative;
    display: block;
}
table.infoMap td a   {
    display: block;
    color: #000000;
    width:100%;
    height:100%;
}
table.infoMap td.mapHokaido a:hover   {
    text-decoration: none;
    background-color: #45caf6;
}
.mapHokaido {
    background-color: #46B1D5;
    height: 100px!important;
}
table.infoMap td.mapTohoku a:hover   {
    text-decoration: none;
    background-color: #58eae0;
}
.mapTohoku {
    background-color: #60D6CE;
}
table.infoMap td.mapChube a:hover   {
    text-decoration: none;
    background-color: #99ec6f;
}
.mapChube {
    background-color: #93D96F;
}
table.infoMap td.mapKanto a:hover   {
    text-decoration: none;
    background-color: #38ccbe;
}
.mapKanto {
    background-color: #3AB1A6;
}
table.infoMap td.mapKinki a:hover   {
    text-decoration: none;
    background-color: #87cf4d;
}
.mapKinki {
    background-color: #60a726;
}
table.infoMap td.mapChugoku a:hover   {
    text-decoration: none;
    background-color: #e8e157;
}
.mapChugoku {
    background-color: #D1CB59;
}
table.infoMap td.mapKyusyu a:hover   {
    text-decoration: none;
    background-color: #eabb54;
}
.mapKyusyu {
    background-color: #D1AB59;
}
.mapNameBox {
    background-color: #FF7BBA;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #F7CBE6!important;
}
span.topSpace01    {
    top: 35%;
}
span.topSpace02    {
    top: 25%;
}

/*******************************/
/*パンくずリスト
/*******************************/
#map_breadcrumb_list {
    padding: 5px 10px;
}

#map_breadcrumb_list ol{
	overflow: hidden;
}

#map_breadcrumb_list ol li {
    float: left;
    margin-right: 5px;
	padding-left: 22px;
    font-size: 1.4rem;
    line-height: 1.2;
    list-style: none;
	background: url(../img/breadcrumb_list.jpg) left no-repeat;
}

#map_breadcrumb_list ol li:first-child {
    list-style: none;
    background: url(../img/breadcrumb_home.jpg) left -1px no-repeat;
    padding: 0 0 0 20px;
}

#map_breadcrumb_list ol li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

#map_breadcrumb_list ol li a:hover {
	color: #819faf;
	text-decoration: underline;
}