@charset "UTF-8";

/*
# =================================================================
# 全国・都道府県情報
# =================================================================
*/

/*（★）状態確認用*/
/*a {color:red;}*/


/*一覧*/
.map {}
.map .cover {
    padding: 20px;
}
.map .info {
    padding: 20px;
}


/*データの詳細*/
.datasource {
	border: 1px #ddd solid;
	padding: 20px;
}
.datasource li {
    margin: 0px 0;
	line-height: 160%;
}
.datasource .in-menu {
	padding-left:30px;
	border-left: 1px #ddd solid;
}
.datasource .in-menu li {
    margin: 10px 0;
}
.datasource .col3-cont {
	margin: 0;
}



/*FAQ*/
.qa-list {}


/*******************************/
/*日本地図
/*******************************/
table.infoMap   {
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    width: 700px;
    border-collapse: separate;
    border-spacing: 3px;
    border-radius: 10px;
	font-size:0.9em;
}
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_guide_link ul{
	list-style: none;
}
.map_guide_link li{
	list-style: none;
	border: 1px #C8C8C8 solid;
	padding: 5px 10px;
    display:block;
}
.map_guide_link li a{
    display:block;
	text-decoration:none;
}
.map_btn ul{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
    display:table;
    border-collapse: separate;
    border-spacing: 8px 10px;
}
.map_btn li {
    display:block;
	border: 1px #C8C8C8 solid;
	line-height:100%;
	padding:0;
	margin:10px 5px;
}
.map_btn li a {
	display: block;
    background-repeat: no-repeat;
	padding:10px;
	text-decoration:none;
}




/****************************/
/*ガイド情報
/****************************/
/*緑枠*/
.guidememo-g {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 

    border: 3px #44ac50 solid;
    background-color: #c6e5a1;
    padding:20px;
}
.guidememo-g ul {
    margin: 0 0 0 20px;
}
.guidememo-g ul li {
    margin:0;
}

/*青枠*/
.guidememo-b {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 

    border: 3px #62c5ef solid;
    background-color: #ddf5ff;
    padding:20px;
}

/*
.guidememo p {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	font-size:1.05em;
    padding: 10px 20px;
	text-indent:0;
	margin:0;
}
*/

/*黄色枠*/
.guidememo-y {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
    background-color: #faf5eb;
    padding:20px 40px;
}


/*紫色枠*/
.guidememo-p {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
    background-color: #e5e5f7;
    padding:20px 20px;
    margin-bottom: 30px;
}
.guidememo-p h3 {
    color:initial;
    margin:initial;
    padding:initial;
    border:initial;
    background:initial;
    background-color: #7189f3;
    color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	padding: 5px;
	margin-bottom: 20px;
}
.guidememo-p h3 img {
    width: 30px;
    margin-right: 10px;
}
.guidememo-p h4 {
    color:initial;
    margin:initial;
    padding:initial;
    border:initial;
    background:initial;
    margin:0px 0 10px;
}


/*灰色枠*/
.guidememo-gray {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
    background-color: #f5f5f5;
    padding:20px 20px;
    margin-bottom: 30px;
}


#tbl-guide caption {
    text-align: center;
}
#tbl-guide th:nth-child(1) {
    width:20%;
}
#tbl-guide th:nth-child(2) {
    width:40%;
}
#tbl-guide th:nth-child(3) {
    width:40%;
}

#guidemenu {
    /*width: 80%;*/
    margin: 30px auto;
}


/****************************/
/*地図データダウンロード
/****************************/
.zipbox {
    overflow: hidden;
    padding: 20px;
    background-color: #E1E1E1;
    border-radius: 4px;
}

/*リンクリスト*/
.zipbox ul {
    float: none;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    width: 100%;
}
.zipbox li {
    margin-bottom:10px;
    text-align: left;
}

.zipbox li a {
    padding:10px 0 10px 15px;
    display: inline-block;
    width:100%;
    text-decoration:none;
    font-weight:bold;

	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	border:1px #bbb solid;

    background-image:url("../img/ico_zip.png"), url("../img/btnline.png");
    background-repeat: no-repeat, repeat-x;
    background-position:95% center, left bottom;
    background-size:contain, auto;
    background-size:20px 25px, auto;

    background-color:#fff;
    color:#000;
}

.zipbox li a:hover {
    background:url("../img/ico_zip_on.png") no-repeat 95% center;
    background-size:contain;
    background-size:20px 25px;

    background-color:#079CDD;
    color:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.zipbox ul > li:last-child {
    margin-bottom: 10px!important;
}

.jmap {
    overflow: auto;
}

/****************************/
/*瀬戸内海の水環境への気候変動影響
/****************************/
.map-section h3 {
    border: none;
    padding-left: 0;
    color: #23698D;
}
.map_inquiry h3 a{
    margin-left: 10px;
}
.map_inquiry{
    margin-top: 50px;
    padding: 20px;
    background-color: #f5f5f5;   
}
.map_inquiry h4{
    margin-bottom: 20px;
    color: #23698D;
}
.map_inquiry h5{
    margin-top: 20px;
    margin-bottom: 0px;
    color: #050505;
	font-size: 1.6rem;
}
.map_inquiry p{
    padding-left: 20px;
}
/****************************/
/*レスポンシブ
/****************************/
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 920px) {
	
	.map_btn li {
    display:table-cell;
}
	.map-section h1 {
		margin-bottom: 3.1rem;
		font-size: 3.4rem;
	}
}	
	
@media (min-width: 1280px) {
	.zipbox ul {
    float: left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    width: 15%;
}
	}
	

@media (min-width: 1400px) {
	.map_btn ul{
		display:table;
		border-collapse: separate;
		border-spacing: 8px 10px;
	}
	.map_btn li {
		display:table-cell;
		margin:10px 5px;
	}
}


