﻿html, body, wrap, main, table, tr, td, th, ul, ol,li, img, div, p, h1, h2, h3, h4, iframe {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	font-family: "メイリオ";
}

img {
	vertical-align: bottom;
}

ul, ol, li {
	list-style-type: none;
}

a:visited {
	color: black;
}

a {
	text-decoration: none;
}


/***************レイアウト******************/

body {
	width: 100%;
}

#head {
	width: 100%x;
	background-color: rgba(0,112,192,1);
	margin-bottom: 15px;
	padding: 2px 0px;
	text-align: center;
}

#guide,
#bread,
#link_back,
#link_forward {
	position: absolute;
//	background: #0FF;
	font-size: 16px;
	color: white;
}

#guide a:link,
#bread a:link,
#link_back a:link,
#link_forward a:link,
#guide a:visited,
#bread a:visited,
#link_back a:visited,
#link_forward a:visited {
	color: white;
}


#guide a:hover,
#bread a:hover,
#link_back a:hover,
#link_forward a:hover {
	color: red;
}


#guide {
	top: 15px;
	right: 10px;
}

#bread {
	top: 15px;
	left: 10px;
}

#link_back {
	top: 40px;
	left: 10px;
}

#link_forward {
	top: 40px;
	right: 10px;
}


h1 {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	color: white;
	line-height: 1.5em;
//	background: #0F0;
}

#mlit h2,
#mlit h3,
#case h2,
#case h3 {
	display: none;
}


/***************index******************/

#index.wrap,
#index_class.wrap {
	width:1200px;
	margin: 0 auto;
//	background: #0FF;
}


/*****MAP****/

#index #map_area,
#index_class #map_area {
	position: relative;
	width: 488px;
	height: 800px;
	float: left;
	overflow: hidden;
//	background: #00F;
}

#index #map_area h2,
#index_class #map_area h2 {
	width: 300px;
	background-color: rgb(95,155,213);
	font-size: 18px;
	color: white;
	text-align: center;
	margin-top: 4px;
	line-height: 1.5em;
}

#index #map_area #map,
#index_class #map_area #map {
	position:relative;
	width: 480px;
	margin: 4px 0px;
	background: rgb(234,239,247);
//	border-radius: 10px;
	border: 4px solid rgb(210,222,239);
}


#index #map_area #map #japan-2{
	position: absolute;
	top: 380px;
	left: 236px;
	z-index: 100;
	width: 240px;
	height: 240px;
	float: left;
	background: #FFF;
	border: 4px solid rgb(210,222,239);
}


/****list****/

#index #list_area,
#index_class #list_area {
	width: 712px;
	float: right;
	overflow: hidden;
//	background: #F00;
}


#index #list_area table#list {
	width: 97%;
	margin-left: 3%;
	border-spacing: 4px;
	border-color: #000;
}

#index #list_area table#list tr th.item1,
#index #list_area table#list tr td.item1 {
	width: 104px;
}

#index #list_area table#list tr th.item2,
#index #list_area table#list tr td.item2 {
	width: 28px;
}

#index #list_area table#list tr th.item3,
#index #list_area table#list tr td.item3 {
	width: 480px;
}

#index #list_area table#list tr th.item4,
#index #list_area table#list tr td.item4 {
	width: 40px;
	text-align: center;
}


#index #list_area table#list tr.heading,
#index_class #list_area table#list tr.heading {
	font-size: 18px;
	width:80px;
	background: rgb(95,155,213);
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
}

#index #list_area table#list h3,
#index_class #list_area table#list h3 {
	font-weight: bold;
}

#index #list_area table#list tr td,
#index_class #list_area table#list tr td {
	line-height: 37px;
	padding-left: 5px;
	line-height: 1.8em;
}

#index #list_area table#list td.published {
	background: rgb(234,239,247);
	border: 3px rgb(95,155,213) solid;
}

#index #list_area table#list td.notyet {
	background: rgb(234,239,247);
}

#index #list_area table#list td.nolist {
	background: rgb(234,239,247);
}

#index #list_area table#list tr td.pattern {
	background: rgb(210,222,239);
}


#index_class #list_area table#list tr td {
	line-height: 1.4em;
	font-size: 14px;
}

#index #list_area table#list tr td.notyet p {
	color: #000;
}

#index #list_area table#list tr td.published p {
	color: #000;
	font-weight: bold;
}

#index #list_area table#list tr td.nolist p {
	color: #000;
}


/****#index_class****/

#index_class #list_area table#list tr:nth-child(2n) td {
	background: rgb(234,239,247);
}

#index_class #list_area table#list tr:nth-child(2n+1) td {
	background: rgb(210,222,239);
}

#index_class #list_area table#list tr td.pattern {
	background: rgb(210,222,239);
}

#index_class #list_area table#list tr td {
	line-height: 1.4em;
	font-size: 14px;
}


#index_class #list_area table#list {
	width: 680px;
	margin-left: 36px;
	border-spacing: 4px;
	border-color: #000;
}

#index_class #list_area table#list tr .item1 {
	width: 60px;
}

#index_class #list_area table#list tr .item2 {
	width: 150px;
}

#index_class #list_area table#list tr .item3 {
	width: 80px;
}

#index_class #list_area table#list tr .item4 {
	width: 360px;
} 

#index_class #list_area table#list td#casename {
	background: rgb(0,112,192);
	line-height: 1.5em;
}

/********ご利用案内****************/

#userguide.wrap {
	width:1200px;
	margin: 0 auto;
}

#userguide h2 {
	font-weight: bold;
	display: block;
	color: #FFF;
	background: rgb(95,155,213);
	padding: 5px 15px;
}

#userguide ul li,
#userguide dl dt {
	padding: 5px 15px;
	width: 1160px;
	position: relative;
}


#userguide div#div3 ul li p {
	width: 50%;
//	background: #F00;
	float: left;
}

#userguide div#div3 ul li img {
	margin: 4px;
	border: 1px #666 solid;
}

#userguide div#div3 ul li div {
	border: 4px #F00 dashed;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#userguide div#div3 ul li div#c1 {
	top: 48px;
	left: 585px;
}

#userguide div#div3 ul li div#c2 {
	top: 48px;
	left: 735px;
}

#userguide div#div3 ul li div#c3 {
	top: 10px;
	left: 760px;
	width: 180px;
}

#userguide div#div3 ul li div#c4 {
	top: 25px;
	left: 600px;
	width: 32px;
	height: 32px;}

/*********ランキング****************/

/*
#ranking {
	clear: both;
	width: 346px;
	background: black;
	text-align: center;
	margin: 5px auto;
	padding: 2px;
}
*/

/*********注意書き****************/

#annotation {
	float: left;
	width: 716px;
	font-size: 14px;
//	background: #F00;
}

#annotation p {
	width: 90%;
	margin-left: 10%;
}

/***************矢印位置******************/
.arrow {
	position: absolute;
	font-size: 18px;
	left: 0px;
	top: 0px;
	z-index: 999;
}


.name,
.arrow_b {
	position: absolute;
}

.name {
	font-size: 18px;
	margin: 3px;
}

#l01 {
	top: 330px;
	left: 105px;
	transform:rotate(-20deg) scale(0.9, 0.7) ;
}

#l01 .name {
	top: -5px;
	left: -25px;
	transform: scale(1.1,1.43) rotate(20deg);
}

#l02 {
	top: 300px;
	left: 115px;
	transform:rotate(-28deg) scale(1.0, 0.7) ;
}

#l02 .name {
	top: -10px;
	left: -25px;
	transform: scale(1.0,1.43) rotate(28deg);
}

#l03 {
	top: 275px;
	left: 115px;
	transform:rotate(-33deg) scale(1.0, 0.7) ;
}

#l03 .name {
	top: -10px;
	left: -25px;
	transform: scale(1.0,1.43) rotate(33deg);
}

#l04 {
	top: 260px;
	left: 115px;
	transform:rotate(-38deg) scale(1.0, 0.7) ;
}

#l04 .name {
	top: -20px;
	left: -20px;
	transform: scale(1.0,1.43) rotate(38deg);
}

#l05 {
	top: 315px;
	left: 130px;
	transform:rotate(-60deg) scale(1.0, 0.7) ;
}

#l05 .name {
	top: 20px;
	left: 15px;
	transform: scale(1.0,1.43) rotate(60deg);
}

#l06 {
	top: 210px;
	left: 100px;
	transform:rotate(0deg) scale(1.0, 0.7) ;
}

#l06 .name {
	left: -30px;
	transform: scale(1.0,1.43) rotate(0deg);
}

#l07 {
	top: 165px;
	left: 100px;
	transform:rotate(0deg) scale(1.0, 0.7) ;
}

#l07 .name {
	left: -30px;
	transform: scale(1.0,1.43) rotate(0deg);
}

#l08 {
	top: 100px;
	left: 100px;
	transform:rotate(0deg) scale(1.0, 0.7) ;
}

#l08 .name {
	left: -30px;
	transform: scale(1.0,1.43) rotate(0deg);
}

#l09 {
	top: 400px;
	left: 160px;
	transform:rotate(-35deg) scale(1.1, 0.7) ;
}

#l09 .name {
	left: -30px;
	transform: scale(0.91, 1.43) rotate(35deg);
}

#l10 {
	top: 90px;
	left: 170px;
	transform:rotate(25deg) scale(1.0, 0.7) ;
}

#l10 .name {
	left: -35px;
	transform: scale(1.0, 1.43) rotate(-25deg);
}

#index #l11 {
	top: 540px;
	left: 300px;
	transform:rotate(-55deg) scale(0.5, 0.5) ;
}

#index #l11 .name {
	top: -50px;
	left: 50px;
	transform: scale(2.0, 2.0) rotate(55deg);
}

#index #l11 img:last-child {
	left: 0px;
	top: 180px;
}

#index #l12 {
	top: 470px;
	left: 330px;
	transform: scale(0.25, 0.25) ;
}

#index #l12 .name {
	top: 400px;
	left: 400px;
	transform: scale(4.0, 4.0);
}


#index_class #l11 {
	top: 350px;
	left: 90px;
	transform:rotate(-55deg) scale(0.9, 0.9) ;
}

#index_class #l11 .name {
	top: 20px;
	left: 80px;
	transform: scale(1.0, 1.0) rotate(55deg);
}

#index_class #l11 img:last-child {
	left: 30px;
	top: 180px;
	transform: scale(1.0, 1.0)  rotate(0deg);
}

#index_class #l12 {
	top: 170px;
	left: 170px;
	transform: scale(0.5, 0.5) ;
}

#index_class #l12 .name {
	top: 150px;
	left: 0px;
	transform: scale(2.0, 2.0);
}

/***************nav*************/


#nav {
	width: 1200px;
	margin: 0 auto;
}


#nav .mlit {
	background: rgb(234,234,234);
	width: 105px;
	font-size: 14px;
	line-height: 2em;
	float: left;
	text-align: center;
	margin: 2px;
	border-radius: 8px;
}

#nav .mlit:first-child {
	width: 104px;
}


#nav .cur_dcd {
	background: rgb(95,155,213);
	color: white;
	font-weight: bold;
}

#nav .mlit a {
	display: block;
	width: 100%;
	border-radius: 8px;
}


/***************imagearea*************/


#mlit #imagearea,
#case #imagearea {
	clear:both;
	width: 1200px;
	margin: 0 auto;
//	background: #0FF;
	overflow: hidden;
}

/********imagelist*********/

#mlit #imagearea div.imagelist,
#case #imagearea div.imagelist {
	width: 210px;
	height: 480px;
	float: left;
//	background: #EEE;
	margin-top: 10px;
}


#mlit #imagearea div.imagelist ul.sub_img li#img_view,
#case #imagearea div.imagelist ul.sub_img li#img_view {
	display: none;
}

/*↑************************追加***********/

#mlit #imagearea div.imagelist ul.sub_img li img,
#case #imagearea div.imagelist ul.sub_img li img,
#mlit #imagearea div.imagelist ul.sub_img li div,
#case #imagearea div.imagelist ul.sub_img li div {
	margin: 0px 10px 10px 0px;
	width: 200px;
	height: 150px;
}


/********mainimage*********/

#map {
	width: 705px;
	height: 530px;
}

#mlit #imagearea div.mainimage,
#case #imagearea div.mainimage {
	width: 705px;
	height: 530px;
	float: left;
	position: relative;
	margin-top: 10px;
}

#mlit #imagearea div.mainimage div.main_img,
#case #imagearea div.mainimage div.main_img {
	position: relative;
	width: 705px;
	height: 530px;
}


#case #imagearea div.mainimage div.main_img img,
#mlit #imagearea div.mainimage div.main_img img,
#case #imagearea div.mainimage div.main_img div#mymap,
#mlit #imagearea div.mainimage div.main_img div#mymap {
	width: 705px;
	z-index: 50;
}





/*********************iframe*************/

iframe {
	position: absolute;
	width: 705px;
	height: 530px;
}



#mlit #imagearea div.mainimage div p#crrdate,
#case #imagearea div.mainimage div p#crrdate {
	position:absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}

#mlit #imagearea div.mainimage div p#crrdate,
#case #imagearea div.mainimage div p#crrdate {
	border: solid 2px white;
	border-radius: 8px;
	background-color: rgb(91,115,213);
	padding: 3px 10px;
	text-align: center;
	width: 240px;
	font-size: 90%;
	letter-spacing: -1px;
	color: white;
}


/********時間移動矢印*********/


#mlit #imagearea div.mainimage div.arrow,
#case #imagearea div.mainimage div.arrow {
	position: absolute;
	text-align: center;
	background: rgba(91,115,213,0.7);
	width: 30px;
	height: 45px;
	z-index: 97;
	border: solid 2px #FFF;
	border-radius: 50%;
	padding-top: 18px;
}

#mlit #imagearea div.mainimage div.arrow:visited a,
#mlit #imagearea div.mainimage div.arrow:link a,
#mlit #imagearea div.mainimage div.arrow:hover,
#case #imagearea div.mainimage div.arrow:visited a,
#case #imagearea div.mainimage div.arrow:link a,
#case #imagearea div.mainimage div.arrow:hover a {
	color: black;
}

#mlit #imagearea div.mainimage div.arrow#previous,
#case #imagearea div.mainimage div.arrow#previous {
	top: 205px;
	left: 5px;
}

#mlit #imagearea div.mainimage div.arrow#next,
#case #imagearea div.mainimage div.arrow#next {
	top: 205px;
	left: 665px;
}


/********リセットボタン*********/

#mlit #imagearea div.mainimage div#reset,
#case #imagearea div.mainimage div#reset {
	position: absolute;
	text-align: center;
	background-color: rgb(91,115,213);
	border: solid 2px white;
	border-radius: 8px;
	padding: 3px 10px;
	text-align: center;
	width: 80px;
	font-size: 50%;
	color: white;
	z-index: 99;
	bottom: 5px;
	left: 280px;
}





/********summary*********/

/***********自由記述***************************/

#mlit #imagearea div.summary,
#case #imagearea div.summary {
	width: 275px;
	height: 530px;
	float: left;
	font-size: smaller;
//	overflow-y: scroll;
	background-color: #EEE;
	margin: 10px 0px 0px 10px;
}

#mlit #imagearea div.summary h4,
#case #imagearea div.summary h4 {
	width: 200px;
	background-color: #999;
	padding: 0 5px;
	text-align: center;
	color: white;
}

#mlit #imagearea div.summary div article,
#case #imagearea div.summary div article {
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
}

#mlit #imagearea .summary #weathersummary article,
#case #imagearea .summary #weathersummary article {
	height: 80px;
	overflow-y: scroll;
}

#mlit #imagearea .summary #damagesummary article,
#case #imagearea .summary #damagesummary article {
	height: 310px;
	overflow-y: scroll;
}

#mlit #imagearea .summary #damagesummary article p span,
#case #imagearea .summary #damagesummary article p span {
	color: #C00;
	display: inline-block;
	width: 248px;
}


#mlit #imagearea div.summary div#credit,
#case #imagearea div.summary div#credit {
	height: 45px;
	margin-top: 15px;
	padding: 5px;
}


#mlit #imagearea div.summary div#credit p,
#case #imagearea div.summary div#credit p {
	font-size: 9px;
}

#mlit #imagearea div.summary div#credit p a:link,
#case #imagearea div.summary div#credit p a:link,
#mlit #imagearea div.summary div#credit p a:visited,
#case #imagearea div.summary div#credit p a:visited {
	color: black;
//	text-decoration: none;
}

/**********************凡例***************************/

#case #imagearea div.mainimage div.main_img div.usage {
	position: absolute;
	right: 8px;
	bottom: 20px;
	background: white;
	text-align: center;
	z-index: 100;
}

#mlit #imagearea div.mainimage div.main_img div.usage {
//	position: absolute;
//	right: 0px;
//	bottom: 20px;
	background: white;
	text-align: center;
	margin: 4px auto;
	width: 316px;
	overflow: hidden;
}

#mlit #imagearea div.mainimage div.main_img div.usage p,
#case #imagearea div.mainimage div.main_img div.usage p {
	font-size: 10px;
}

#mlit #imagearea div.mainimage div.main_img div.usage ul li,
#case #imagearea div.mainimage div.main_img div.usage ul li {
	width: 75px;
	float: left;
	font-size: 10px;
	margin: 2px;
	text-align: center;
}




/*****************テーブル**********************/


table.maintable tr.hour th p {
	display: none;
}


#mlit div#tablearea,
#case div#tablearea {
	clear: both;
	width: 1200px;
	margin: 5px auto 50px;
//	margin-top: 5px;
	position: static;
}


#case div#tablearea div#title,
#mlit div#tablearea div#title {
	background: rgb(95,155,213);
	overflow: hidden;
	padding: 2px 10px;
}

#mlit div#tablearea div#title h3,
#case div#tablearea div#title h3 {
	display: block;
	margin: 5px 0px 3px 10px;
	color: white;
	float:left;
}

#case div#tablearea div#title h3 {
	width: 360px;
}

#mlit div#tablearea div#title h3 {
	width: 200px;
}

#mlit div#tablearea div#title p {
	display: none;
	margin: 8px 0px 3px 10px;
	font-size: 12px;
}

#mlit #tablearea div.usage,
#case #tablearea div.usage {
	margin: 5px 0px 3px 0px;
	display: block;
	overflow: hidden;
	width: 810px;
	background: #FFF;
}


#mlit #tablearea div.usage p,
#case #tablearea div.usage p {
	width: 75px;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	margin: 2px;
}


#mlit #tablearea div.usage ul li,
#case #tablearea div.usage ul li {
	width: 50px;
	float: left;
	font-size: 12px;
	margin: 2px;
	text-align: center;
}


#mlit #tablearea div.usage ul li:last-child,
#case #tablearea div.usage ul li:last-child {
	width:440px;
}



#case #tablearea div#timeline table#table_header {
	width: 100px;
	float: left;
}

#mlit #tablearea div#timeline table#table_header {
	width: 180px;
	float: left;
}

#tablearea div#timeline table#table_header,
#tablearea div#timeline table#table_header tr,
#tablearea div#timeline table#table_header th,
#tablearea div#timeline table#table_header td {
	border: 1px solid black;
	border-spacing: 1px;
//	background: rgb(95,155,213);
	font-size: 12px;
	height: 1.5em;
	text-align: center;
}

#case #tablearea div#timeline div#tabledata {
	border: 0;
//	height: 272px;
	width: 1100px;
	overflow-x: scroll;
}

#mlit #tablearea div#timeline div#tabledata {
	border: 0;
//	height: 280px;
	width: 1020px;
	overflow-x: scroll;
}

#tabledata table.maintable {
	width: 1422px;
	table-layout: fixed;
}

body#l07 #tabledata table.maintable {
	width: 2500px;
	table-layout: fixed;
}


#tabledata table,
#tabledata table tr,
#tabledata table th,
#tabledata table td {
	border: 1px solid black;
	border-spacing: 1px;
	font-size: 12px;
	height: 1.5em;
	text-align: center;
}

#tabledata table tr.date th {
	width: 470px;
}

body.l07-01 #tabledata table tr.date th:last-child  {
	width: 80px;
}

#tabledata table tr.hour th,
#tabledata table tr.poorvisibility td {
	width: 40px;
}


#mlit #tabledata table tr.date th.first,
#mlit #tabledata table tr.road td.first {
//	width: 120px;
//	background: #F00;
}


#mlit #tabledata table tr.road td p {
	display: none;
}

#mlit #tabledata table tr.road td.closed {
	background: #FD0;
}

/*
#tablearea div.usage {
	clear: both;
}
*/

/*
table.maintable tr.hour th p {
	display: none;
}

#mlit #tabledata table tr.road td p {
	display: none;
}

#mlit #tabledata table tr.road td.closed {
	background: #FD0;
}

div#tablearea {
	clear: both;
	width: 1200px;
	margin: 5px auto 50px;
	position: static;
}

div#tablearea div#title {
	background: rgb(95,155,213);
	overflow: hidden;
	padding: 2px 10px;
}

div#tablearea div#title h3 {
	display: block;
	margin: 5px 0px 3px 10px;
	color: white;
	float:left;
}


#case div#tablearea div#title h3 {
	width: 400px;
}

#mlit div#tablearea div#title h3 {
	width: 200px;
}

#mlit div#tablearea div#title p {
//	width: 300px;
	display: block;
	margin: 8px 0px 3px 10px;
	font-size: 12px;
}



#case #tablearea div.usage {
	margin: 5px 0px 3px 0px;
	display: block;
	overflow: hidden;
//	width: 750px;
	background: #FFF;
}

#case #tablearea div.usage p {
	width: 100px;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	margin: 2px;
}

#case #tablearea div.usage ul li {
	width: 80px;
	float: left;
	font-size: 12px;
	margin: 2px;
	text-align: center;
}

#case #tablearea div.usage ul li:last-child {
	width:200px;
}

#tablearea div#timeline table#table_header {
	width: 140px;
	float: left;
}

#tablearea div#timeline table#table_header,
#tablearea div#timeline table#table_header tr,
#tablearea div#timeline table#table_header th,
#tablearea div#timeline table#table_header td {
	border: 1px solid black;
	border-spacing: 1px;
//	background: rgb(95,155,213);
	font-size: 12px;
	height: 1.5em;
	text-align: center;
}

#tabledata table,
#tabledata table tr,
#tabledata table th,
#tabledata table td {
	border: 1px solid black;
	border-spacing: 1px;
	font-size: 12px;
	height: 1.5em;
	text-align: center;
}

/*
#tabledata table.maintable {
	table-layout: fixed;
}



#mlit #tabledata table.maintable,
#l07-01 #case #tabledata table.maintable {
	width: 1151px;
	table-layout: fixed;
}


#mlit #tabledata table.maintable,
#l09-01 #case #tabledata table.maintable {
	width: 1602px;
	table-layout: fixed;
}



#case #tablearea div#timeline div#tabledata {
	border: 0;
	width: 1060px;
	overflow-x: scroll;
}




#tabledata table tr.hour th,
#tabledata table tr.road td,
#tabledata table tr.poorvisibility td {
	width: 40px;
}


#tabledata table tr.hour th.night,
#tabledata table tr.road td.night,
#tabledata table tr.poorvisibility td.night {
	width: 80px;
}

#tabledata table tr.hour th.night:first-child,
#tabledata table tr.road td.night:first-child,
#tabledata table tr.poorvisibility td.night:first-child {
	width: 40px;
	background: #F00;
}
*/

/********************カメラリンク文字非表示**********************/

#mlit #tablearea #timeline #table_header tr:nth-child(3) {
	color: rgba(255,255,255,0.0);
}



/********************視界不良**********************/

.good { background-color: #06F; color: white;}
.notbad { background-color: #FF0; }
.notgood { background-color: #FC0; }
.bad { background-color: #F33; color: white;}
.nodata { background-color: #999; }



