@charset "utf-8";
/* CSS Document */

/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* LINK
-------------------------------------------------------------------------------------------------*/
a:link,
a:active,
a:visited {
	color : #002aff;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #555;
	text-decoration : none;
}
a:hover img.ov, a:focus img.ov {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* OUTLINE
-------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	color:#222;
	background:#cbd7e3;
	font-size:95%;
	font-family: メイリオ, Meiryo, 'Lucida Grande', 'Bitstream Vera Sans', 'Segoe UI', Calibri, Verdana, Arial, 'ＭＳ Ｐゴシック', IPAPGothic, sans-serif !important;
	-webkit-text-size-adjust: 100%;
}
ul{
	list-style-type: none;
}
img {
	border:none;
	display: block;
	max-width: 100%;
	height: auto;
}
.d_on {
	display: block!important;
}
.d_off {
	display: none!important;
}


/* MAIN
-------------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 650px;
	margin: 30px auto;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}
h1 > img {
	margin: 0 auto;
}
#main {
	position: absolute;
	top:68px;
	left: 20px;
	right: 20px;
	width: 610px;
	height: 440px;
	background: url("../img/new/bg.png") no-repeat 0 0;
}
.message {
	margin-top: 480px;
}
#map {
	position: absolute;
	top:17px;
	left: 17px;
	cursor: pointer;
}
#ship {
	position: absolute;
	top:240px;
	left: 200px;
}
#camera1 {
	position: absolute;
	top:160px;
	left: 312px;
	cursor: pointer;
}
#camera1_ov {
	position: absolute;
	top:96px;
	left: 376px;
	display: none;
}
#camera2 {
	position: absolute;
	top:196px;
	left: 103px;
	cursor: pointer;
}
#camera2_ov {
	position: absolute;
	top:115px;
	left: 37px;
	display: none;
}
#camera3 {
	position: absolute;
	top:269px;
	left: 103px;
	cursor: pointer;
}
#camera3_ov {
	position: absolute;
	top:212px;
	left: 168px;
	display: none;
}
#camera4 {
	position: absolute;
	bottom:19px;
	right: 17px;
	cursor: pointer;
}
#photo {
	display: none;
	position: absolute;
	top:68px;
	left: 20px;
	right: 20px;
	width: 610px;
	height: 440px;
	background: url("../img/new/bg2.png") no-repeat 0 0;
}
#bt1 {
	position: absolute;
	bottom:14px;
	right: 169px;
	cursor: pointer;
}
#bt2 {
	position: absolute;
	bottom:14px;
	right: 82px;
	cursor: pointer;
}
#bt3 {
	position: absolute;
	bottom:14px;
	right: 15px;
	cursor: pointer;
}
.photo_open {
	display: block!important;
	nimation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.photo_close {
	display: none!important;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
ul#commentary {
	display: none;
}
ul#commentary > li{
	cursor: pointer;
}
ul#commentary > li:first-child {
	position: absolute;
	top:0;
	left: 0;
	cursor: default;
}
ul#commentary > li:nth-child(2) {
	position: absolute;
	top:89px;
	left: 40px;
}
ul#commentary > li:nth-child(3) {
	position: absolute;
	bottom:72px;
	right: 30px;
}
ul#commentary > li:nth-child(4) {
	position: absolute;
	top:163px;
	left: 83px;
}
ul#commentary > li:nth-child(5) {
	position: absolute;
	top:145px;
	left: 204px;
}
ul#commentary > li:last-child {
	position: absolute;
	top:250px;
	left: 309px;
}
ul#visiblerange {
	display: none;
}
#camera_all {
	width: 760px;
	height: 650px;
	padding: 15px 50px;
	background: url("../img/map.gif") no-repeat center center;
}
.camera_area {
	width: 420px;
	padding: 20px 40px;
	background: url("../img/map.gif") no-repeat center center;
}
#camera_all p,
.camera_area p {
	text-align: center;
	font-weight: bold;
}
iframe {
	width: 320px;
	height: 240px;
	border: none;
}
.camera_all1,
.camera_area > div {
	width: 340px;
	border-radius: 12px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
}
.camera_all2 {
	margin-top: 20px;
	width: 660px;
	border-radius: 12px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
}
.camera_all2 > div:first-child {
	float: left;
}
.camera_all2 > div:last-child {
	float: right;
}
.iziModal_group4 {
	display: none;
}
