@charset "utf-8";

/**********************************************/
/* 気候変動適応情報プラットフォーム
/* 地域適応コンソーシアム事業
/**********************************************/

/*ヘッダー*/
header {
    height:58px;
    margin-bottom: 0;
}
.logo { height:40px; }
nav { height:58px; }

/*フッター*/
footer { padding:15px 40px 10px; }
footer .container { max-width: 1100px; }
.flogo {
    margin-bottom: 15px;
    height: 40px;
}
.copyright { margin:5px 0; }


/*環境省のロゴ追加*/
h1 img { float:right; }
h2 {
	background: url("../img/h2_conso.gif") no-repeat left center;
	background-color:#f5f5f5;
	clear: left;
}
h2~h2 { margin-top:60px; }


h3 {
  margin: 30px 0;
  border-bottom:1px #ddd dotted;
  padding-bottom:5px;
}
h3 span {
  font-size:0.7em;
  display:block;
}
h3~h3 { margin-top:40px; }

h4~h4 { margin-top:40px; }


/*図中央寄せ*/
.outline { margin:30px 0; }
.outline img {
	max-width:800px;
    display:block;
	margin:0 auto;	
}



/****************************/
/*サイドメニュー
/****************************/
.consomenu {
    margin:0;
	padding:0;
	list-style-type:none;	
}
.consomenu img {
    display:block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.consomenu img:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.consomenu li {
    margin-bottom:10px;	
}
.consomenu li:first-child img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.conso-bnr {
    margin:30px 0 30px 0;
	padding:0;
	list-style-type:none;	
}
.conso-bnr img {
    display:block;
}

.conso-bnr li {
    margin-bottom: 10px;
}


/*************************************/
/*表紙ページ
/*************************************/
/*お知らせ*/
.newsbox {
	padding:10px 20px;
	margin-bottom:30px;
	background-color:#f5f5f5;
}
.newsbox h3 {
    margin:10px 0 0 10px;	
}
.newsbox ul {}
.newsbox li {
    margin-bottom:0;	
}
.newsbox li span {
    display:inline-block;
	margin-left:10px;	
}
/*事業成果集*//* 20200501追加 */
.tbl-final_report td{
	font-size: 1.1em;
	line-height: 1.6em;
	vertical-align: top;
	margin-left: 10px 20px;
	padding-right: 10px;
}
.tbl-final_report td img{
	/*border: 1px solid #D5D5D5;*/
	display:block;
	margin:0 10px 0px 20px;
	max-width: 140px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}
/*.tbl-final_report td ul li{
	list-style-type: none;
}*/



/*（表）メニュー*/
.tbl-cnsmenu {
    width:100%;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:50px;
}
.tbl-cnsmenu th {
    width:180px;
	padding:10px;
	border-bottom:1px #ddd solid;
}
.tbl-cnsmenu th img {
    display:block;
	margin:0 auto;
	width:150px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
.tbl-cnsmenu td {
    width:auto;
	padding:10px;
	border-bottom:1px #ddd solid;
}
.tbl-cnsmenu td dl {
	
}
.tbl-cnsmenu td dt {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
.tbl-cnsmenu td dt a {
    color:#000;
	text-decoration:none;
}
.tbl-cnsmenu td dd {
    margin:0;	
}



/*問い合わせ*/
.contactbox {
	width:98%;
	padding: 20px 30px;
	border: 1px #88bd43 solid;
	background-color: #d9edbf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 auto 20px;
}
.contactbox h3 {
	border-width:0;
	padding:0;
    margin:0 0 20px 0;
	line-height:160%;
}
.contactbox dl {
	margin-left:30px;
	margin-bottom:0;
}
.contactbox dt {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
.contactbox dd {
	margin:0
}


/*環境省ロゴ*/
.envlogo {
    display:block;
	margin-top:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

/*注意メモ*/
.caution li {
    font-size:0.9em;
	margin:3px 0;
}




/*************************************/
/*全国事業及び地域事業について
/*************************************/
/*お知らせ*/
.newsbox2 {
    margin-bottom:20px;
	font-size:0.9em;
}
.newsbox2 ul {}
.newsbox2 li {
	margin:3px 0;	
}
.newsbox2 li span {
    display:inline-block;
	margin-left:10px;	
}


#japanmap {
	width: 880px;
	margin: 50px auto 20px;
	position: relative;
}

#japanmap img {
     display: block;
     margin: 0 auto;
}

#auto_japanmap {
	overflow: auto;
}
   

/*県名配置用*/
#japanmap dl {
    margin: 0;
    position:absolute;
}
#japanmap dt {
    font-weight: bold;
    text-align: center;
	font-size:1.2em;
	margin-bottom:5px;
}
#japanmap dt a {
    color:#000;	
}
#japanmap dd {
    margin: 0;
    text-align: center;
    font-size:0.9em;
}
 
 
/*県名配置：全国*/
#area00 {
    top: 70px;
    left: 130px;
    z-index: 1;
    font-size:1.4em;
    font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-color:#f95fbb;
}
#area00:hover {
	background-color:#FF92D8;
    /*
	-webkit-transition: all .5s;
    transition: all .5s;
    */
}
#area00 a {
    color:#000;
	display:block;
    padding:22px 80px;
	text-decoration:none;
}
 
/*県名配置：北海道・東北*/
#area01 {
    top: 205px;
    right: 90px;
    z-index: 7;
}
/*県名配置：関東*/
#area02 {
    top: 370px;
    right: 150px;
    z-index: 6;
}
/*県名配置：中部*/
#area03 {
    top: 270px;
    left: 340px;
    z-index: 5;
}
/*県名配置：近畿*/
#area04 {
	top: 503px;
	left: 386px;
	z-index: 4;
}
/*県名配置：中国・四国*/
#area05 {
	top: 577px;
	left: 319px;
	z-index: 3;
}
/*県名配置：九州・沖縄*/
#area06 {
    top: 460px;
    left: 80px;
    z-index: 2;
}



/*マウスオーバー*/
.localmap {
    position:absolute;
}
.localmap a {
    display: block;
	height:100%;
}
.localmap span {
    display:none;
}
 

/*マウスオーバー：北海道・東北*/
#jmap01 {
    top: 0px;
    right: 35px;
    width: 312px;
    height: 362px;
    z-index: 8;
	
}
#jmap01:hover {
    background: url("../img/area01a.png") no-repeat -493px 0px;
}

/*マウスオーバー：関東*/
#jmap02 {
	top: 290px;
	left: 485px;
	width: 105px;
	height: 238px;
	z-index: 9;
}
#jmap02:hover {
    background: url("../img/area02a.png") no-repeat -445px -290px;
}


/*マウスオーバー：中部*/
#jmap03 {
    top: 330px;
    left: 418px;
    width: 110px;
    height: 151px;
    z-index: 10;
}
#jmap03:hover {
    background: url("../img/area03a.png") no-repeat -378px -330px;
}


/*マウスオーバー：近畿*/
#jmap04 {
    top: 395px;
    left: 380px;
    width: 75px;
    height: 95px;
    z-index: 11;
}
#jmap04:hover {
    background: url("../img/area04a.png") no-repeat -340px -395px;
}


/*マウスオーバー：中国・四国*/
#jmap05 {
	top: 327px;
    left: 280px;
    width: 122px;
    height: 188px;
	z-index: 12;
}
#jmap05:hover {
    background: url("../img/area05a.png") no-repeat -240px -327px;

}


/*マウスオーバー：九州・沖縄*/
#jmap06 {
    top: 278px;
    left: 80px;
    width: 240px;
    height: 450px;
    z-index: 13;
}
#jmap06:hover {
    background: url("../img/area06a.png") no-repeat -40px -278px;
}


/*注意書き*/
#memo01 {
    position:absolute;
    bottom:0px;
    right: 50px;
	font-size:0.8em;
    z-index: 14;
 }
 
 
 
 
/*************************************/
/*事業概要ページ
/*************************************/
h3.repottl {
	background-color: #6fae49;
	color:#fff;
	padding: 15px 20px;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	margin:30px 0 5px 0 /*2020.6.18add*/
}
.list35 {
	margin: 0 0 0 20px;
	padding: 0;
	float:right;
}
.list35 img {
	margin: 0 auto 10px;
	display:block;
	width: 250px;
	border:1px #ddd solid;
}
.list35 figcaption {
	text-align: center
}



/*対象地域*/
.tbl-target {
    border-collapse: collapse;
	border:1px #ddd solid;
}
.tbl-target th {
    padding:5px;
	border-right:1px #ddd dotted;
}
.tbl-target td {
    padding:5px 10px;
}


/*調査一覧*/
.tbl-research {
    width:100%;
	border-collapse:collapse;
	border:1px #fff solid;
	background-color:#F2FAFF;
}
.tbl-research td {
    padding:20px 10px;
	vertical-align:top;
	border-bottom:3px #fff solid;
}
.tbl-research td:nth-child(1) {
    width:60px;
	padding-left:20px;
}
.tbl-research td:nth-child(2) {
    width:auto;
}
.tbl-research td:nth-child(3) {
    width:200px;
	font-size:0.9em;
}
.tbl-research td:nth-child(3) img {
    border:1px #ddd solid;
}

.tbl-research td img {
	/*max-width:100%;*/
	display: block;
}
.tbl-research td dl {
    margin:0;
}
.tbl-research td dt {
    margin:1px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
}
.tbl-research td dd {
    margin:10px 0 0 0;
	line-height:140%;
}

/*支援ツール一覧*/
.tbl-tool {
    width:100%;
	border-collapse:collapse;
	border:1px #fff solid;
	background-color:#F0EDED;
}
.tbl-tool td {
    padding:20px 10px;
	vertical-align:top;
	border-bottom:3px #fff solid;
}
.tbl-tool td:nth-child(1) {
    width:auto;
	padding-left:40px;
}
.tbl-tool td:nth-child(2) {
    width:200px;
	font-size:0.9em;
}
.tbl-tool td:nth-child(2) img {
    border:1px #ddd solid;
}

.tbl-tool td img {
	/*max-width:100%;*/
	display:block;
}
.tbl-tool td dl {
    margin:0;
}
.tbl-tool td dt {
    margin:1px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
}
.tbl-tool td dd {
    margin:10px 0 0 0;
	line-height:140%;
}

/*運営・管理表*/
.tbl-admin {
	width: 100%;
	border-collapse: collapse;
	border: 1px #fff solid;
	background-color: #F3F1F1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px; /*20200521追加*/
}
.tbl-admin td {
    padding:15px 10px;
	vertical-align:top;
	border-bottom:3px #fff solid;
}
.tbl-admin td:nth-child(1) {
    width:auto;
	padding-left:40px;
}
.tbl-admin td:nth-child(2) {
    width:200px;
	font-size:0.9em;
}
.tbl-admin td:nth-child(2) img {
    border:1px #ddd solid;
}

.tbl-tool td img {
	/*max-width:100%;*/
	display:block;
}
.tbl-admin td dl {
    margin:0;
}
.tbl-admin td dt {
    margin:1px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
}
.tbl-admin td dd {
    margin:15px 0 0 0;
	line-height:140%;
}
.tbl-admin .finalreport{
	margin-top: 0;
}

/*PDFマーク調整*/
/*
#contents .tbl-research a[href$=".pdf"] {
  padding:0 30px 0 0;
  margin:0px;
  
}
#contents .tbl-research a[href$=".pdf"] img {
	margin-bottom: 5px;
}
#contents .tbl-admin a[href$=".pdf"] img {
	margin-bottom: 5px;
}
*/


/*アイコンの説明*/
.iconinfo img {
    display:block;
	margin:0px auto 20px;	
}

/*分野のアイコン重なり調整*/

tr td img {
	margin-bottom: 10px;
}




/*普及啓発活動表*/
.tbl-schedule {
    width:100%;
	border-collapse:collapse;	
}
.tbl-schedule caption {
    font-size:0.9em;
	margin-bottom:3px;
}
.tbl-schedule th {
	border:1px #ddd solid;
	padding:5px 0px;
	/*background-color:#7cb25a;*/
	background-color: #7b7b7b;
	color:#fff;
}
.tbl-schedule td {
	border:1px #ddd solid;
	padding:5px 10px;
	/*vertical-align:top;*/
	vertical-align: center;
}
.tbl-schedule td ul {
	margin:0 0 0 1em;
	padding:0;
}
.tbl-schedule td li {
    padding:0;
	margin:0 0 3px 0;
}
.tbl-schedule td li:last-child {
	margin-bottom:0;
}


/*項目*/
.tbl-schedule td.koumoku {
	min-width:250px;
    vertical-align: middle;
	/*border-bottom: 3px #ddd solid;*/
}
/*
.tbl-schedule td:nth-child(1) {
    width:auto;
}
.tbl-schedule td:nth-child(2) {
    width:200px;
}
.tbl-schedule td:nth-child(3) {
    width:200px;
}
.tbl-schedule td:nth-child(4) {
    width:200px;
}
*/

/*全国の地域適応コンソーシアム事業全体の企画・管理*/
.tbl-n_plan {
	width: 100%;
	border-collapse: collapse;
	/*margin-left: 40px;*/
}

.tbl-n_plan th {
	border:1px #ddd solid;
	padding:5px 10px;
	ackground-color:#7cb25a;
	color:#fff;
}

.tbl-n_plan td {
    border:1px #ddd solid;
	padding:5px 15px;
}
.tbl-n_plan td:nth-child(2) {
    text-align:left;
}

/*メンバー一覧*/
.tbl-member {
    width:100%;
	border-collapse:collapse;
	margin:0 auto;
}
.tbl-member th {
	border:1px #ddd solid;
	padding:5px 0px;
	/*background-color:#7cb25a;*/
	background-color: #7b7b7b;
	color:#fff;
}
/*
.tbl-member th:nth-child(1) {
	width:500px;
}
.tbl-member th:nth-child(2) {
	width:auto;
}
*/
.tbl-member td {
	border: 1px #ddd solid;
	padding: 5px 15px;
	background-color: #F2F0F0;
}
.tbl-member td:nth-child(2) {
    text-align:center;
}

/*成果報告*/
.tbl-research td dd.resultreport {
	margin-top: 30px;
	vertical-align: middle;
}
.resultreport span {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
	background-color:#FF55B4;
	color:#fff;
	padding:2px 10px;
	display: inline;
	font-size:16px;
	line-height: 100%;
}
.resultreport ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.resultreport li {
    display: inline;
	color:#9e9e9e;
	padding: 1px 10px;
	background: url("../img/line02.gif") no-repeat right center;
	
}
.resultreport li a {
	color: #4876CB;
	font-weight: bold;
	font-size: 16px;
}

/*成果概要 20200520追加*/
.tbl-research td dd.finalreport {
	margin-top: 15px;
	vertical-align: middle;
}
.finalreport span {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
	background-color:#3A3AD0;
	color:#fff;
	padding:2px 10px;
	display: inline;
	font-size:16px;
	line-height: 100%;
}
.finalreport ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.finalreport li {
    display: inline;
	color:#9e9e9e;
	padding: 1px 10px;
	background: url("../img/line02.gif") no-repeat right center;
	
}
.finalreport li a {
	color: #4876CB;
	font-weight: bold;
	font-size: 16px;
}
/*▲成果概要ここまで▲*/

/*画像の下の文字調整*/
.plan{
	text-align: center;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.plan a{
	color:#4876CB;
	font-weight: bold;
	font-size: 16px;

}

/*▲画像の下の文字調整ここまで▲*/


.tbl-schedule tr.tbl-resultreport td {
    text-align: center;
	color:#9e9e9e;
	padding:10px 0;
	/*border-bottom: 3px #ddd solid;*/
}
.tbl-schedule tr.tbl-resultreport td a {
	color: #3971C2;
	font-weight: bold;
	font-size: 16px;
}
.tbl-schedule td a {
	color: #3971C2;
	font-weight: bold;
	font-size: 16px;
}
.tbl-schedule td:nth-child(4) {
	color:#9e9e9e;
}


p.updata {
	clear: both;
}

td.std {
	border-bottom: 3px #ddd solid;
}
tr.std {
	border-bottom: 3px #ddd solid;
}

/*pdf*/
td.ref a{
	color: #FF55B4;
	font-weight:normal;
	font-size:1.0em;
}


/*サブ見出し*/
/*先行調査*/
.senkou {
	margin-top: 30px;
	margin-bottom: 50px;
}
.senkou h4 {
	font-size:20px;
	border-bottom: 1px #000 solid;
	margin-bottom: 0;
}
.senkou h4 span {
  font-size:0.8em;
  display:inline-block;
  /*font-weight:normal;*/
}
.senkou .tbl-research {
	background-color:#e8fbdb;
}
/*
.senkou h4 {
	background-color: #6fae49;
	color:#fff;
	padding: 20px 10px;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.senkou h4 span {
  font-size:0.8em;
  display:inline-block;
  font-weight:normal;
}
*/

/*率先調査*/
.sossen h4 {
	font-size:20px;
	border-bottom: 1px #000 solid;
	margin-bottom: 0;
}
.sossen h4 span {
  font-size:0.8em;
  display:inline-block;
  /*font-weight:normal;*/
}
.sossen .tbl-research {
	background-color:#f4f8ff;
}
/*
.sossen h4 {
	background-color: #5b9bd5;
	color:#fff;
	padding: 20px 10px;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.sossen h4 span {
  font-size:0.8em;
  display:inline-block;
  font-weight:normal;
}
*/


/*************************************/
/*地域の事業概要ページ
/*************************************/
/*リード文*/
.leadtext{
	width: 68%;
	border-collapse: collapse;
	float: left;
}

/*日本地図（地域別）*/
.leadmap img {
	width: 32%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}


.abstract{
 width: 87%;
}

/*体制図のスクロール表示*/

#auto { 
	overflow: auto;
}
#auto img { 
	width:90%;
	max-width:90%;
}

/*注釈*//*2020.6.18add*/
.check{
	margin:0 0 25px 0;
}

/*************************************/
/*セミナー案内ページ
/*************************************/
/*一覧*/
.tbl-seminar {
    width:100%;
	border-collapse:collapse;
}
.tbl-seminar th {
	border-bottom:3px #ddd solid;
	padding:5px 10px;
}
.tbl-seminar td {
	padding:5px 10px;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd dotted;
}
.tbl-seminar td:last-child {
    border-right-width:0;	
}


.tbl-seminar td:nth-child(1) {
	width:auto;
}
.tbl-seminar td:nth-child(2) {
	width:27%;
}
.tbl-seminar td:nth-child(3) {
	width:27%;
}



/*************************************/
/*レターページ
/*************************************/
/*一覧*/
.tbl-letter {
    width:100%;
	border-collapse: collapse;
	margin-top: 30px;
}
.tbl-letter th {
    background-color: #35b6a8;
	color:#fff;
	border: 1px #fff solid;
	padding:10px;
}
.tbl-letter td {
    
	border: 1px #ddd dotted;
	border-bottom: 1px #ddd solid;
	padding:10px;
}

.tbl-letter td:nth-child(1) {
    width:140px;
	text-align: center;
}
.tbl-letter td:nth-child(2) {
    width:auto;
}
.tbl-letter td:nth-child(3) {
    width:140px;
	text-align: center;
}
/*詳細*/
.outlinebox {
	font-size:16px;
	line-height: 160%;
	font-weight:bold;
	padding:20px 20px;
	margin: 30px auto;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	background-color: #cfeeeb;
}
.outlinebox a {/*
	font-size:14px;
	font-weight:normal;*/
}

.letterphoto {
	margin: 20px auto;

}
.letterphoto img {
    display:block;
	margin:0 auto;
	width: 100%;
	max-width:600px; 
}


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


}


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

    h1 {
	    text-align:center;	
	}
    h1 img {
	    float:none;
	    display:block;
		margin:10px auto 0;
	}
	
	.outline img {
        width:100%;
    }
	.tbl-schedule td.koumoku {
	    min-width:auto;
	}
}



/*small*/
/*  624px 以下 */
@media screen and (max-width: 624px) {
    
	h3 {
        margin: 30px 0 20px;
        border-bottom:1px #ddd dotted;
        padding-bottom:5px;
		line-height:100%;
    }
    h3 span {
        font-size:0.7em;
        margin-top:0.5em;
    }

	.newsbox {
	    padding:10px 10px;
		margin-bottom:-10px;
    }
	.newsbox ul {
	    margin:0 0 0 1.5em;
		padding:0;
		font-size:0.9em;
	}
	.tbl-cnsmenu {
    	margin-top:20px;
	    margin-bottom:50px;
    }
    .tbl-cnsmenu th {
        width:120px;
	    padding:10px 5px;

    }
    .tbl-cnsmenu th img {
	    width:100%;
		max-width:150px;
    }
    .tbl-cnsmenu td {
        width:auto;
	    padding:10px 5px;
    }

	.leadtext{
	width: 100%;
	float: none;
	margin-top: 0px;
    }
    .leadmap img {
	width: 100%;
	max-width: 320px;
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
    }
	

	.tbl-research {
	    border-width:0;
    }
	
    .tbl-research td {
        width:100%;
		display: block;
		padding:10px 10px;
		border-width:0;
    }


	.tbl-research td:nth-child(1) {
		width:100%;
		padding:10px 10px 0;
	}
	.tbl-research td:nth-child(1) img {
		display:inline;
		margin-right:10px;
	}
	
	.tbl-research td:nth-child(2) {
		width:100%;
		padding:0 10px 10px;
	}
	.tbl-research td:nth-child(3) {
		width:100%;
		text-align:center;
		border-bottom:10px #fff solid;
	}
	.tbl-research td:nth-child(3) img {
		display:block;
	    margin:10px auto;
		max-width:320px;
    }
	
	.tbl-tool {
	    border-width:0;
    }
	
    .tbl-tool td {
        width:100%;
		display: block;
		padding:10px 10px;
		border-width:0;
    }


	.tbl-tool td:nth-child(1) {
		width:100%;
		padding:0 10px 10px;
	}
	.tbl-tool td:nth-child(2) {
		width:100%;
		text-align:center;
		border-bottom:10px #fff solid;
	}
	.tbl-tool td:nth-child(2) img {
		display:block;
	    margin:10px auto;
		max-width:320px;
    }
	
	
    .tbl-schedule {
        font-size:0.8em;
    }
	.tbl-schedule td ul {
	    margin:0;
		padding:0;
		list-style-type:none;	
	}
	.tbl-schedule td {
	    padding:10px 4px;	
	}
	.tbl-schedule td li {
	    margin-bottom:1em;	
	}
	
	.tbl-n_plan {
	    width: 100%;
	    margin-left: 0px;
		font-size:0.9em;
    }

    .tbl-n_plan th {
	    padding:5px 5px;
    }

    .tbl-n_plan td {
	    padding:5px 5px;
    }
	.tbl-member {
		font-size:0.9em;
    }
	.tbl-member td {
		font-size:0.9em;
		padding:10px 5px;
    }
	.tbl-schedule td a {
  	     font-size: 14px;
    }
	.resultreport li {
        display: block;
		background-image: none;
		padding: 0;
		margin: 15px 0 0px 20px;
	}
}



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

}
*/


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


}
