@charset "utf-8";

/**********************************************/
/* 気候変動適応情報プラットフォーム
/* 気候変動の観測・予測データ WebGIS
/**********************************************/

img {
	border-width: 0;
	vertical-align: middle;
	text-align: center;
}
caption {
	text-align: center;
}



/*ヘッダーメニュー*/
#spmenu .navi {
    display: none;
}

/*サイドメニュー*/
.mapmenu ul {
	margin:0;
	padding: 0;
	list-style-type: noe;
}
.mapmenu ul a {
    text-decoration: none;
}
.mapmenu ul.map-menu {
    margin-bottom:30px;
}
.map-menu li {
    margin-bottom: 10px;
}
.map-menu a {
	display: block;
    padding: 20px 24px 20px 15px;
	background: url("../img/next.png") no-repeat 95% center;
	
	background-color: #5DC39B;
	color:#fff;
	min-height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
}
.map-menu a:hover {
    background-color:#329a71;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.sidettl {
	display: block;
	margin: 10px 0 20px;
}


/*PDFマークを外す*/
#contents a[href$=".pdf"] {
    background-image:none;
	padding:0;
	margin-right:0;
}
#contents div a[href$=".pdf"] {
    background-image:none;
	padding:0;
	margin-right:0;
}

/*見出しの調整*/
#contents .panel h1 {
	width: 100%;
	margin: 0px 0 30px;
	padding: 30px 0 0 0;
	border-width: 0;
	background-image: none;
	background-color: transparent;
}
.keni-section h2 {
	border-width: 0;
	background-image: none;
	padding: 0;
	background-color: transparent;

	font-size:22px;
    margin: 40px 0 30px 0;
	/*
	padding:12px 5px 11px 15px;
	background-color:#f5f5f5;
	*/
}
h2~h2 {
	margin-top:50px;
}
h2 img {
    margin-right: 10px;	
}
h3 img {
    margin-right: 10px;	
}
#navi {
	margin-bottom:20px; 
}



/****************************/
/*色設定
/****************************/
/*気候*/
#climate {
	background-color:#e1f5fd;
}

#climate li a {}

#climate h2 {
	border-left-width:0;
	padding-left: 0px; 
}
#climate:hover {
    background-color:#6bc3ee;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}
/*影響*/
#impact {
	background-color:#e5e5f7;
}

#impact li a {}
#impact h2 {
	border-left-width:0;
	padding-left: 0px; 
}

#impact ul {
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	width: 22%;
	padding:10px;
	margin-right:1%;
	margin-bottom:20px;
	min-height:180px;
}

#impact li img {
	display:block;
	margin-bottom:20px;
	margin-left:-10px;
}
#impact li {
	margin-left:10px;
	color: #CCC;
}

/*予測結果を引用する上での留意点*/
#attention {
	background-color:#FAF5EB;
	font-size: 1em;
}
#attention:hover {
    background-color:#f7931e;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}


/*適応*/
#adapt {
	background-color:#FAF5EB;
}
#adapt ul {
	width: 15%;
}

#adapt li a {}
#adapt h2 {
	border-left-width:0;
	padding-left: 0px; 
}

/*クロロフィル*/
.chlorophyll {
	clear:both;
}
#impact .chlorophyll {
	min-height:100px;
}

#s8column~h1 {
	margin-top:40px;	
}

/*******************************/
/*指標別グラフタイトル
/*******************************/
.operationbox {
	clear: both;
	overflow: auto;
	margin-bottom: 30px;
	vertical-align: top;
	padding:20px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}

.operationbox h2 {
	margin-top: 0;
	background-color: transparent;
	border-bottom: 1px #000 dotted;
	padding-bottom:10px;
	font-size: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.operationbox ul {
	float: left;
	padding:0;
	margin:10px 0 0 0;
	list-style-type:none;
	width: 20%;
	font-size:0.9em;
}

.operationbox li {
	margin-bottom:0.5em;
}

.operationbox li a {
	color:#000;
}

/*全国用*/
.operationbox ul.national {
	width: 12%;
}
.operationbox ul.national li {
	margin-left:10px;
}

/*******************************/
/*各都道府県適応策ページ
/*******************************/
/*アイコン*/
.adaptbox {
	margin: 0 0 40px 0;
	padding: 10px 0;
	list-style-type: none;
	background-color:#FAF5EB;
	border-radius:8px;
	line-height:100%;
	text-align:center;
}

.adaptbox li {
	display:inline-block;
	vertical-align:top;
	font-size: 0.85em;
}

.adaptbox li:nth-child(1) { width: 90px; }
.adaptbox li:nth-child(2) { width: 120px; }
.adaptbox li:nth-child(3) { width: 100px; }
.adaptbox li:nth-child(4) { width: 100px; }
.adaptbox li:nth-child(5) { width: 110px; }
.adaptbox li:nth-child(6) { width: 90px; }
.adaptbox li:nth-child(7) { width: 100px; }
.adaptbox li:nth-child(8) { width: 100px; }

.adaptbox li img {
	display: block;
	width: 45px;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	border-radius:8px;
}

.adaptbox li img:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*未対応の区分*/
.adaptbox li.notactive img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*情報*/
.adaptinfo {
	border:3px #eee solid;
	margin-bottom: 20px;
}

.adaptinfo dl {
	margin-left: 20px;
}

.adaptinfo dt {
	font-weight:bold;
}

.adaptinfo dd {
	margin:0;
}

.adaptinfo dd.notes {
	margin-top: 20px;
}

/*******************************/
/*ZIPダウンロードボタン
/*******************************/
a.zipbtn {
	float: right;
	margin-top:10px;
	margin-bottom: 20px;
	padding: 15px 95px 15px 18px;
	color: black;
	
	font-weight:bold;
	font-size: 1.05em;
	text-align:center;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);

	text-decoration: none;
	display: block;

	background-image:url("../img/map/zip_download.gif"), url("../img/btnline.png");
	background-repeat: no-repeat, repeat-x;
	background-position:95% center, left bottom;
	background-size:contain, auto;
	background-size:80px 59px, auto;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	border:1px #bbb solid;
}

a.zipbtn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/*******************************/
/* ご利用の手引きページ
/*******************************/
/*ボタン式メニュー*/
/*.infobtn {
    margin: 0px auto;
	padding: 0;
	list-style-type: none;
    display: table;
    border-collapse: separate;
    border-spacing: 50px 30px;
    table-layout: fixed;
    width: 100%;
}
.infobtn li {
    display: table-cell;
    vertical-align: top;
	text-align: center;
}*/
.infobtn {
    display: flex;
	justify-content: space-between;
	padding: 0;
}

.infobtn li {
	text-align: center;
	width: 48%;
}
.infobtn li a {
    padding: 10px;
	display: block;
    font-size:1.3em;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 30px;
	height: 56px;
}


.infobtn li img {
    display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
.infobtn li span {
	display: inline-block;
	margin-left:10px;
	font-size:0.9em;
}


/*タブボックス内*/
.tabbox h2 {
	font-size: 24px;
	padding:0;
	border-width:0;
	background-color:transparent;
}



/***********************/
/*タブボックス：気候
/***********************/
#num01 h2 {
    background-color:#e1f5fd;
    padding:25px 20px;
}
#num01 h2 img {
	width: 45px;
}
#num01 h3 {
	background-color:#f5f5f5;
	border-width:0;
	border-left:5px #bbb solid;
	padding:5px 10px;
}

/*#num01 li {
	margin-bottom:10px; 
}*/
#climate:hover {
    background-color:#6bc3ee;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}

/***********************/
/*タブボックス：影響
/***********************/
#num02 {
	margin-top: 80px;
}
#num02 h2 {
	background-color:#e5e5f7;
    padding:25px 20px;
}
#num01 h2 img {
	width: 45px;
}
#num02 h3 {
	border-bottom-width:0;
	background-color:#7189f3;
	padding: 5px 10px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	margin-top:10px;
	border-left: none;
}

#num02 h3 img {
	width: 30px;
}
#impact:hover {
    background-color:#7188f3;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}

/*影響メニュー*/
#mgjmp {
	margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
}

#mgjmp li {
	margin-left: 10px;
	margin-bottom: 15px;
	list-style: none;
}

#mgjmp a {
	color: #9494E0;
	border: 1px solid #9494E0;
	padding: 5px 10px;
	border-radius: 30px;
	text-decoration: none;
}
#mgjmp a:hover {
	color: #fff;
	background-color: #9494E0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/*影響ボックス*/
.impactbox {
	background-color:#e5e5f7;
	padding:10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	margin-bottom:20px;
}

.impactbox:last-child {
	margin-bottom:10px;
}

.impactbox dl {}

.impactbox dt {
	font-weight:bold;
	font-size:1.2em;
}

.impactbox dd {
	margin:0;
}

/*表*/
.tbl-guide {
	width: 100%;
	border-collapse: collapse;
	margin: 20px auto 40px;
}

.tbl-guide th {
	padding: 5px 10px;
	border:1px #ddd solid;
}

.tbl-guide th:nth-child(1){ width:20%; }
.tbl-guide th:nth-child(2){ width:35%; }
.tbl-guide th:nth-child(3){ width:45%; }
.tbl-guide td {
	padding: 5px 10px;
	border:1px #ddd solid;
}

/*RCPシナリオの概要・SSPシナリオの概要*/
.fig img {
	border-radius:4px;
	margin-bottom: 10px;
}
.fig {
	text-align: center;
}

/*メモ*/
#guidebox .memo h2 {
	font-size:1.2em;
	padding:0;
	border-width:0;
	background-color:transparent;
}

#guidebox .memo h2 img {
	width: 30px;
}

/*ページトップへ戻る*/
.pagetopin {
	text-align: right;
	margin:0 auto 30px;
	
}
blockquote ul,blockquote li{
    margin-bottom: 0!important;
}

/*******************************/
/* 影響評価結果のＱ＆Ａ
/*******************************/
#toolitem {
	margin: 10px auto;
	padding: 20px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	background-color:#FAF5EB;
}

#toolitem .adaptbox {
	margin: 0 0 10px 0;
	padding:0;
	color:#7D7D7D;
}

#toolitem .adaptbox a {
	text-decoration: none;
	color:#7D7D7D;
}

#toolitem .adaptbox li:nth-child(1) { width: 60px; }
#toolitem .adaptbox li:nth-child(2) { width: 140px; }
#toolitem .adaptbox li:nth-child(3) { width: 100px; }
#toolitem .adaptbox li:nth-child(4) { width: 100px; }
#toolitem .adaptbox li:nth-child(5) { width: 120px; }
#toolitem .adaptbox li:nth-child(6) { width: 60px; }
#toolitem .adaptbox li:nth-child(7) { width: 120px; }
#toolitem .adaptbox li:nth-child(8) { width: 130px; }

/*Q&A*/
.intro {
	margin-bottom: 50px;
}

.intro h2 {
	background-color:#E3F4F8;
	border: 1px #B9E1EA solid;;
	padding: 8px 10px;
	border-radius:5px;
}

.intro .faq {
	border-bottom: 1px #ddd solid;
	padding: 15px 0 19px;
	margin: 0 0 10px;
	
	width: 100%;
	overflow: auto;
}
.intro .faq dt {
	padding:1px 0 4px 40px;
	background: url("../img/icon_q.png") no-repeat left top;
	background-size:contain;
	background-size:25px 25px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
}
.intro .faq dt span {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}

.intro .faq dd {
	margin: 10px 0 0;
	padding:1px 0 4px 40px;
	background: url("../img/icon_a.png") no-repeat left top;
	background-size:contain;
	background-size:25px 25px;
}

/* FAQページで表示する表 */
.tbl-faq {
	width: 100%;
	border-collapse: collapse;
	font-size:0.9em;
	border:1px #fff solid;
	margin-bottom:10px;
}
.tbl-faq th {
	border-bottom:1px #fff solid;
	border-right:1px #fff dotted;
	border-left:1px #fff solid;
	padding:3px 5px 3px 0;
	background-color:#eee;
}
.tbl-faq td {
	border-bottom:1px #fff solid;
	border-right:1px #fff solid;
	padding:3px 0 3px 5px;
	background-color:#f5f5f5;
}

.tbl-compare {
	margin-top:15px;
}

/* S-8 環境省比較 */
.tbl-compare th.cond {
	width:16%;
}

.tbl-compare th.data {
	width:42%;
}

/* 米の品種 */
.tbl-rice th {
	width:11%;
}

.tbl-rice td {
	width:22%;
}


/*******************************/
/*日本地図
/*******************************/
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%;
}

/*S-8データ利用申請*/
.S8sample {
	color: #690;
}
.container #contents li {
	list-style-type: none;
}
.container #contents div.notice ul {
    margin-top:10px;
}
.container #contents div.notice li {
	list-style-type: disc;
	margin: 0 0 5px 0;
}


/*日本地図用*/
.jmap {
    overflow: auto;
}


.container #contents .list_s_d li{
    list-style-type: disc;
    
}

/**********************************************/
/* 気候変動適応情報プラットフォーム
/* 気候変動の観測・予測データ WebGIS
/**********************************************/
.s8memo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 10px 20px;
	background-color:#e7f9d1;
	border:1px #44ac50 solid;
	font-size:0.9em;
	overflow:hidden;
	color:#0c5615;
	margin-bottom:30px;
}
.s8memo a {
	margin:0 5px;
}

.s8memo img {
	width:120px;
	float:left;
	margin:0 20px 0px 0;	
}


/*サンプルメモ*/
.samplebox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 30px 20px 20px;
	border:1px #ddd solid;
	text-align:center;
	font-size:0.8em;
}
.samplebox h4 {
	margin:0;
	padding:0;
	border-width:0;
	background-image:none;
	background-color:transparent;
	
	font-size:16px;
}
.samplebox img {
	width: 100%;
	max-width:500px;
	display:block;
	margin:10px auto;

}
.samplebox span {}

/*リスト*/
.linkli li {
	background: url("../img/icon_disc.png") no-repeat left center;
	padding-left:15px;
	margin-bottom:5px;
}
.linkli li span {
	font-size:0.9em;
	margin-left:0.5em;
}
/*左メニューの説明について*/
.linkmenubox{
	padding: 15px 25px 15px 0px;
}
.linkmenubox p{
	font-weight: bold;
	margin-bottom: 5px;
}
.linkmenu li{
	line-height: 170%;	
	list-style-type: disc!important;
}
/*h2の余白設定*/
.m20-t{
	margin-top:20px!important;
}

.dataex {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 10px 20px;
	background-color:#e7f9d1;
	font-size:0.9em;
	overflow:hidden;
	color:#0c5615;
}
.dataex dt {
	font-weight:bold;
}
.dataex dd {
	margin:0 0 0 1em;
}

/*リンクリスト（ボタン）*/
.linkbtn {
	margin:20px 0;
	padding:0;
	list-style-type:0;
	display:table; 
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0px;
}
.linkbtn li {
	display:table-cell;
	background: url("../img/imgcolor.png") repeat-x left bottom;
	border: 1px #bbb solid;
	text-align: center;
	line-height:100%;
	padding:0px 0;
}
.linkbtn li a {
	display:table-cell;
	background: url("../img/icon03.png") no-repeat left center;
	padding: 10px 0 10px 14px;
	color:#0727BE;
	text-decoration:none;
}
#contents div .linkbtn li a[href$=".pdf"] {
	background: url("../img/icon03.png") no-repeat left center;
	padding-left:10px;
}
.readme_first {
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0;
	padding: 10px 0px 10px 35px;
	background: url("../img/attention.png") no-repeat left center;
	background-size: 25px;
	
}

.guide_pdf {
    display: block;
    float: right;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border:1px #bbb solid;
    
    margin-top: 8px;
    padding: 8px 20px;
    
    font-weight: bold;
    background: url("../img/imgcolor.png") repeat-x left bottom;
}

#contents .guide_pdf2 {
	overflow: hidden;
    margin-top:10px;
	margin-bottom: 10px;
	text-align: right
}
#contents .guide_pdf2 a[href$=".pdf"] {
	display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border:1px #bbb solid;
    
    margin-top: 8px;
    padding: 8px 20px;
    
    font-weight: bold;
    background: url("../img/imgcolor.png") repeat-x left bottom;
}

/*.reference{
	margin-left: 30px;
}*/

/*******************************/
/*メモ欄（s-8についての緑枠、気候の水色枠）
/*******************************/
.guidememo {
	clear:both;
    margin-bottom: 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;
}
#s8column a {
	color: #066;
}



/*気候メモ*/
#climatcolumn p {
	background-color:#ddf5ff;
    border:3px #AAD5FF solid;
}

/*推進費メモ*/
div.notice {
	padding: 10px 20px;
	background-color:#c6e5a1;
	border:3px #44ac50 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

div.notice :last-child {
	margin-bottom: 0;
}

div.notice :first-child {
	margin-top: 0;
}

.ap-box{
	border:2px solid #79C9CA;
	background-color: #F8FCFC;
	width: 33%;
	float: right;
	margin-bottom: 35px;
	/*margin-right: 170px;*/
	padding: 10px 20px 15px;
	border-radius: 4px;
}
.ap-box p{
	margin-bottom: 0;
	font-size: 110%;
}
.ap-box ul{
	margin: 0 15px;
}
.ap-box li{
	margin-bottom: 0;
	line-height: 1.4;
}


div.announcement {
	padding: 10px 20px;
	border:2px #aaaaaa solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.announcement :last-child {
	margin-bottom: 0;
}

div.announcement :first-child {
	margin-top: 0;
}

div.announcement table caption {
	color: #ff66cc;
	text-align: left;
}

div.announcement table tbody {
	vertical-align: top;
}
div.announcement td{
	padding:10px 5px;
	border: none;
}

/*「ご利用の手引き／Q&A」テキストリンク*/
.guidemenu {
    margin:-30px 0 10px 0;
	padding:0;
	list-style-type:none;
	text-align:right;
}
.guidemenu li {
    display:inline-block;	
}
.guidemenu li a {
    color:blue;
	background: url(../img/menu_line2.gif) no-repeat right center;
	padding:0 10px;
}
.guidemenu li:last-child a {
	padding-right:0;
	background-image:none;
}

/*メモ*/
.memo {
    padding: 10px 20px;
    border-radius:8px;
    background-color:#FAF5EB;
}

.memo h2 {
	margin-top: 20px;
}

.al-l{
	text-align: left!important;
}
.al-r{
	text-align: right!important;
}
.al-c{
	text-align: center!important;
}

.widget_nav_menu .keni-section ul li{
    display: inline-block;
}


/****************************/
/*レスポンシブ
/****************************/
/*large*/
/* 980px 以下 */
@media screen and (max-width: 980px) {


}

/*normal*/
/* 768px 以下 */
@media screen and (max-width: 768px) {
	#spmenu .navi {
        display: block;
    }

	.tbl-plan td dd img {
		float:none;
		width:100%;
		max-width:auto;
		margin:0 auto 10px;
	}
.infobtn {
	flex-direction: column;
}

.infobtn li {
	width: 80%;
	margin: 10px auto;
}
}

/*small*/
/*  624px 以下 */
@media screen and (max-width: 624px) {
	.photo {
		width:100%;
		float:none;
		margin:0 auto 10px;
	}
	.globalwarming ul {
		width:100%;
	}
	.globalwarming li img {
		width:100%;
		max-width:auto;
	}
	.globalwarming p {
		width:auto;
	}

    .container #contents div.notice ul {
	    margin-left:-1.5em;
		pading:0;
    }
	
/*影響メニュー*/
#mgjmp {
	margin-left: 0;
}

#mgjmp li {
	font-size: 1.4rem;
}	
	
}

/*x-small*/
/*  520px 以下 */
/*
@media screen and (max-width: 520px) {

}
*/

/*small*/
/*  320px 以下 */
@media screen and (max-width: 320px) {

}