﻿@charset "utf-8";
/* CSS Document */

/* ベースルール */
body {
  margin: 0;
  padding: 0;
}

/* レイアウトルール */

#l-wrapper{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	background-image: url(../img/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.l-container{
	width:960px;
	margin:0 auto;
	text-align:left;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.l-header{
	width:960px;
	margin:0 auto;
	background-image: url(../img/bg-parts.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:660px;
	}

.l-map{
	margin:-6px auto 30px;
	padding:10px;
	background-color: #FFF;
	/* box-shadow */
	box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
}
.l-map img{
	/*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/}

.l-box01{
	border:10px solid #E5CE28;
	padding:10px;
	background-color:#FFF;
	background-repeat:no-repeat;
	padding-top:20px;
}
.l-box02{
	padding: 10px;
	border:#ffa192 10px solid;
	background:#fff;
}
.l-box03{
	padding: 10px;
	border: #009FC9 10px solid;
	background:#fff;
}
.l-box04{
	padding: 10px;
	border:#F5D844 10px solid;
	background:#fff;
}
.l-box07{
	padding: 10px;
	border:#ffa192 10px solid;
	background:#fff;
}
.l-box08{
	padding: 10px;
	border: #009FC9 10px solid;
	background:#fff;
}
.l-box09{
	padding: 10px;
	margin-bottom: 30px;
	border:#F5D844 10px solid;
	background:#fff;
}
.l-main{}

/* モジュールルール */

.header{}
.navbox{}
.footer{}

/* ステートルール */

.is-hidden{ display:none;}
.is-error{ color:indianred;}


/*-------右メニュー-------*/

.index-menu-list{
	position: fixed;
	z-index: 5;
	right: 0;
	top: 50%;
	margin: -150px 10px 0 0;
	width: 160px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	padding:10px 10px 0px 10px;
	background:#FFFFFF;
	/*border: 3px solid #CCC;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
}
.index-menu-list li{
	list-style-type:none;
	margin:0 0 10px 0;
	/*list-style-position: inside;
	list-style-image: url(../img/ic-yaji01.png);*/
}
.index-menu-list li a{
	display: block;
	padding:5px;
	text-decoration:none;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	/*opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"*/;
	/* box-shadow */	/*box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.188235) 0px 0px 4px 3px;*/
}
.index-menu-list li a span{
	/*background-color: #fff;*/
	line-height: 120%;
	/*border-bottom: #000 1px solid;*/
	
	transition-property: all;
  	transition-duration: 0.2s;
  	transition-timing-function: ease-in-out;
}
.index-menu-list li a:hover{
	text-decoration:none;
	background-color: #FC0;
}

/*-------スクロールトップ-------*/

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #ACACAC;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*--USS--*/
.uss{
	position:relative;	
}
.a1{
	position: absolute;
	top: 600px;
	left: 50px;
	width:150px;
	font-size: 12px;
}
.a2{
	position: absolute;
	top: 600px;
	left: 220px;
	width:220px;
}
.b1{
	position: absolute;
	top: 590px;
	left: 490px;
	width:140px;
	font-size: 12px;
}
.b2{
	position: absolute;
	top: 590px;
	left: 640px;
	width:255px;
}
.c1{
	position: absolute;
	top: 1080px;
	left: 50px;
	width:150px;
	font-size: 12px;
}
.c2{
	position: absolute;
	top: 1080px;
	left: 220px;
	width:220px;
}
.d1{
	position: absolute;
	top: 1080px;
	left: 490px;
	width:140px;
	font-size: 12px;
}
.d2{
	position: absolute;
	top: 1085px;
	left: 640px;
	width:255px;
}
.e1{
	font-size:10px;
	line-height:1.2;
	margin-top: -45px;
	width:920px;
}

/*-- レストラン --*/
.foods{
	padding-top:0;
}

/*-- ホテル --*/
.title-cent{
	text-align:center;
}
.hotel-inner{
	width:890px;
	margin:0 auto 30px;
}
.hotel-other-box{
	width:434px;
}
.recomend-box{
	padding: 5px;
	background:#fceded;
}
.recomend-title{
	padding:5px 0 0 10px;
}
.recomend-txt{
	padding:10px 10px 0;
}
.txt-sm01{
	font-size:13px;
	color: #999;
}
.txt_01{
	margin:0 10px 0 0;
	width:660px;
}
.txt_02{
	margin:0 10px 0 0;
	width: 326px;
}
.txt_03{
	width: 430px;
	float:left;
}
.txt_04{
	font-size: .8em;
	width: 310px;
}
.txt_05{
	font-size: .8em;
	width: 100%;
	clear:both;
}
.txt-b{
	font-size:1.2em;
	color:#444;
	font-weight:bold;
	margin:0 0 5px;
}
/*-- 特典 --*/
.tokuten-con .tokuten-inner{
	margin:0 auto;
}
.tour-con .txt-title{
  margin: 0 0 15px;
  padding: 10px;
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
  text-align:center;
}
/*-- ツアー --*/
.tour-con .txt-detail{
	margin: 0 0 10px;
	font-size:1em;
	color:#2d2d2d;
	line-height:1.5;
}
.tour-con .tour-box{
	margin: 0 20px 20px;
	padding: 10px;
	background:#fcf9e6;
	border: 1px solid #eee;
}
.tour-con .tour-box.first{
	margin-bottom:50px !important;
}
.tour-con .pic{
	margin-right:50px;
	margin-left:30px;
}
.tour-con .txt-con{
	width:550px;
}
.tour-con .price{
	color:#fc3838;
	font-size: 22px;
}
.tour-con .price-box{
	font-weight:bold;
	line-height:1;
}
.pic img{
	width:180px;
}
.tour_kensaku{
	margin:0 auto;
	text-align:center;
	padding-bottom:15px;
}

/*-- 関東追加対応分 --*/
#breadcrumb {
	font-size:80%;
}
.under #socialBox {
	z-index:100;
	top:32px;
}
#titleArea {
	width:100%;
	min-width:960px;
	height:315px;
	background:url(/tyo/tour/singapore/sentosa/images/index_ttl_bg01.gif) repeat-x bottom center;
}
#titleArea .wrapper {
	min-width:960px;
	height:315px;
	background:url(/tyo/tour/singapore/sentosa/images/index_ttl_bg02.png) no-repeat bottom center;
}
#titleArea .wrapper h2,
#titleArea .wrapper .titleImg {
	width:960px;
	margin:0 auto;
	text-align:center;
}

#contentNav {
	background:#004bb0;
	clear:both;
}
#contentNav #navList {
	width:784px;
	margin:0 auto;
	clear:both;
}
#contentNav li {
	margin-right:2px;
	float:left;
}
#contentNav li.last {
	margin-right:0;
}

#tourItemArea {
	width:100%;
	background:url(/tyo/tour/singapore/sentosa/images/index_item_bg01.jpg) no-repeat center top fixed;
	padding:100px 0 30px;
	background-size: cover;
}
#mainArea {
	width:100%;
	background:url(/tyo/tour/singapore/sentosa/images/index_item_bg01.jpg) no-repeat center top fixed;
	padding:50px 0 0;
	background-size: cover;
	font-size:90%;
	color: #333333;
	line-height: 1.5;
}
#tourItemArea .wrapper,
#mainArea .wrapper {
	width:960px;
	margin:0 auto;
}

#info {
	color: #333333;
	font-size:90%;
}
.index #info {
	font-size:81%;
}
#sec_box08 .notes {
	color: #333333;
	font-size:90%;
}

.l-box01.foods {
	padding:0 24px 24px;
}
.l-box01.foods h2 {
	margin-bottom:20px;
}
.restaurantList li {
	width:440px;
	float:left;
	margin-top:15px;
	position:relative;
}
.restaurantList li h3 {
	padding-top:10px;
}
.restaurantList li p {
	font-size:90%;
	line-height:1.5;
}
.restaurantList li.right {
	margin-left:12px;
}
.restaurantList li.type01 {
	background:#efcfc9;
}
.restaurantList li.type01 h4 {
	color:#ce736d;
	font-weight:bold;
	font-size:140%;
	line-height:1.4;
}
.restaurantList li.type02 {
	background:#fbdcad;
}
.restaurantList li.type02 h4 {
	color:#eb6700;
	font-weight:bold;
	font-size:140%;
	line-height:1.4;
}
.restaurantList li .wrap {
	width:420px;
	background:#ffffff;
	margin:10px;
	padding:10px 0;
}

.restaurantList .shopData .ttl {
	margin-bottom:10px;
}
.restaurantList .shopData .ttl span {
	border:1px solid #231815;
	padding:5px 10px;
	font-size: 140%;
	font-weight:bold;
}
.restaurantList .shopData {
	margin-left:20px;
	color:#231815;
	font-size:90%;
	line-height:1.4;
}
.restaurantList .shopData dd.hours {
	padding-left:1em;
}
.restaurantList .shopData dt.holiday {
	float:left;
}
.restaurantList .shopData dt.address {
	float:left;
}

.restaurantList li.rest01 h4 {
	padding:15px 10px 0;
}
.restaurantList li.rest01 .subTxt {
	padding:10px;
}
.restaurantList li.rest01 .shopData {
	width:200px;
}
.restaurantList li.rest01 .posImg01 {
	position: absolute;
	bottom: 70px;
	right: 20px;
}

.restaurantList li.rest02 h4 {
	width:390px;
	padding-left:15px;
}
.restaurantList li.rest02 .subTxt {
	width:390px;
	padding-left:15px;
	padding-top:10px;
	min-height: 193px;
}
.restaurantList li.rest02 .posImg01 {
	position: absolute;
	top: 150px;
	left: 0;
}
.restaurantList li.rest02 .shopData {
	width:230px;
	margin-bottom:20px;
	margin-top:235px;
}
.restaurantList li.rest02 .posImg02 {
	position: absolute;
	top: 365px;
	right: 10px;
}
.restaurantList li.rest02 .posImg03 {
	position: absolute;
	top: 620px;
	left: 10px;
}
.restaurantList li.rest02 .menu {
	width: 190px;
	min-height:172px;
	font-size:80%;
	line-height:1.4;
	padding-left: 220px;
	padding-top: 10px;
}
.restaurantList li.rest02 .notesArea {
	font-size:80%;
	line-height:1.4;
	margin:15px 15px 0;
	padding:10px;
	background:#DCEAFD;
}
.restaurantList li.rest02 .notesArea .price {
	display:block;
}
.restaurantList li.rest02 .notesArea .notes {
	display:block;
	padding-top:10px;
}
.restaurantList li.rest02 .notesArea .price strong {
	font-size:140%;
	line-height:1.4;
	font-weight:bold;
}


.restaurantList li.rest03 .wrap {
	padding:0 0 10px;
}
.restaurantList li.rest03 h4 {
	padding:10px 10px 0 10px;
}
.restaurantList li.rest03 .subTxt {
	width:250px;
	padding:10px 0 10px 10px;
}
.restaurantList li.rest03 .posImg01 {
	position: absolute;
	top: 190px;
	right: 10px;
}
.restaurantList li.rest03 .shopData {
	width:230px;
	margin-bottom:20px;
}

.restaurantList li.rest04 .wrap {
	padding-bottom:0;
}
.restaurantList li.rest04 h4 {
	padding:0 10px;
}
.restaurantList li.rest04 .subTxt {
	width:260px;
	padding:10px;
}
.restaurantList li.rest04 .shopData {
	width:400px;
}
.restaurantList li.rest04 .posImg01 {
	position: absolute;
	top: 50px;
	right: 10px;
}
.restaurantList li.rest04 .shopData {
	width: 400px;
	margin-bottom: 20px;
}

.restaurantList li.rest05 h4 {
	padding:0 10px;
}
.restaurantList li.rest05 .subTxt {
	width:260px;
	padding:10px;
}
.restaurantList li.rest05 .posImg01 {
	position: absolute;
	top: 50px;
	right: 10px;
}
.restaurantList li.rest05 .shopData {
	width: 205px;
	margin:20px 20px 0;
	float:left;
}
.restaurantList li.rest05 .posImg02 {
	padding-top:40px;
}

.restaurantList li.rest06 h4 {
	padding:0 10px;
}
.restaurantList li.rest06 .subTxt {
	padding:10px;
}
.restaurantList li.rest06 .shopData {
	width: 205px;
	margin:10px 20px 0;
	float:left;
}
.restaurantList li.rest06 .posImg01 {
	padding-top:40px;
}

.restaurantList li.rest07 h4 {
	padding:0 10px;
}
.restaurantList li.rest07 .subTxt {
	padding:10px;
}
.restaurantList li.rest07 .shopData {
	width: 250px;
	margin:10px 0 0 20px;
	float:left;
}
.restaurantList li.rest07 .posImg01 {
	padding-top:40px;
}

.restaurantList li.rest08 h4 {
	width:285px;
	padding:0 10px;
}
.restaurantList li.rest08 .subTxt {
	width:285px;
	padding:10px;
}
.restaurantList li.rest08 .posImg01 {
	position: absolute;
	top: 15px;
	right: 15px;
}
.restaurantList li.rest08 .shopData {
	width: 205px;
	margin:0 20px;
	float:left;
}
.restaurantList li.rest08 .posImg02 {
	padding-top:30px;
}


#tourPointArea {
}
#tourPointArea .pointTtl {
	font-size:100%;
	line-height:1.4;
	text-align:center;
	color:#014099;
	font-weight:bold;
	border:1px solid #014099;
	letter-spacing: 2px;
	padding:5px;
	margin-bottom: 10px;
}
#tourPointArea .pointTtl strong {
	font-size:150%;
	line-height:1.4;
	color:#40bbcf;
	font-weight:bold;
}
#tourPointArea .pointList {
	clear:both;
	width:894px;
	margin:0 auto;
}
#tourPointArea .pointList li {
	color:#52b6da;
	font-size:100%;
	float:left;
	margin-top:25px;
	position:relative;
	width: 475px;
}
#tourPointArea .pointList li .icon {
	position:absolute;
	top:0;
	left:0;
}
#tourPointArea .pointList li .textArea {
	padding-left:70px;
}
#tourPointArea .pointList li .textArea .mainText {
	color:#014099;
	font-size:105%;
	font-weight:bold;
}
#tourPointArea .pointList li .textArea .mainText strong {
	font-size:130%;
	font-weight:bold;
}
#tourPointArea .pointList li .textArea .mainText sup {
	font-size:60%;
	font-weight:bold;
}
#tourPointArea .pointList .point01 .textArea {
	width:255px;
}
#tourPointArea .pointList .point01 .textArea .subText {
	font-size:95%;
	line-height:1.4;
	margin-top:10px;
}
#tourPointArea .pointList .point01 .textArea .subText strong {
	font-size:120%;
	font-weight:bold;
}
#tourPointArea .pointList .point01 .imgPos01 {
	position:absolute;
	top: -22px;
	right: 133px;
}
#tourPointArea .pointList .point01 .imgPos02 {
	position:absolute;
	top:0;
	right:0;
}
#tourPointArea .pointList .point02 {
	width:389px;
	margin-left:30px;
}
#tourPointArea .pointList .point02 .imgPos01 {
	padding:10px 0 0 100px;
}
}
#tourPointArea .pointList .point03 .textArea .mainText {
	width:320px;
}
#tourPointArea .pointList .point03 .textArea .subText {
	width:380px;
	font-size:95%;
	line-height:1.4;
	margin-top:20px;
	padding-left:25px;
}
#tourPointArea .pointList .point03 .textArea .subText strong {
	font-size:120%;
	line-height:1.4;
	font-weight:bold;
}
#tourPointArea .pointList .point03 .imgPos01 {
	position:absolute;
	top: 70px;
	left: 0;
}
#tourPointArea .pointList .point03 .imgPos02 {
	position:absolute;
	top:0;
	right:25px;
}
#tourPointArea .pointList .point04  {
	width:389px;
	margin-left:30px;
}
#tourPointArea .pointList .point04 .imgPos01 {
	padding-left:20px;
}
#tourPointArea .notes {
	clear:both;
	padding: 15px 20px;
}
#tourPointArea .pointList .point05 .textArea .subText {
	width:380px;
	font-size:95%;
	line-height:1.4;
	margin-top:20px;
	padding-left:5px;
}
#tourPointArea .pointList .point05 .textArea .subText strong {
	font-size:130%;
	line-height:1.4;
	font-weight:bold;
}
#tourPointArea .pointList .point06 {
	width:389px;
	margin-left:30px;
}
#tourPointArea .pointList .point06 .textArea .subText {
	width:380px;
	font-size:95%;
	line-height:1.4;
	margin-top:20px;
	padding-left:5px;
}


/* @group ホテルデータ[#htlData] */

div#htlData,div#roomData {
	padding: 0 15px 0 10px;
	margin-bottom: 20px;
}

div#htlData h4#sbHtlTit {
	margin-right: -15px;
	margin-bottom: -10px;
	font-size: 19px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
	background: transparent url(https://www.his-j.com/tyo/business/e_his/img/h4-plumeria_w645.jpg) no-repeat right bottom;
}

/* @end */

div#htlDatail h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: #a2b7c8 1px solid;
	color: #39516a;
	font-size: 18px;
	margin-bottom: 5px;
}

div#htlDatail ul {
	font-size: 93%;
}

div#htlDatail ul li {
	margin: 0 0 10px;
}

div#htlDatail ul li h5 {
	font-weight: bold;
}
/* @group grids614 */

.grid_1 {
	width: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_2 {
	width: 94px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_3 {
	width: 146px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_4 {
	width: 198px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_5 {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_6 {
	width: 302px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_7 {
	width: 354px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_8 {
	width: 406px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_9 {
	width: 458px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_10 {
	width: 510px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_11 {
	width: 562px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_12 {
	width: 614px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_L {
	margin-right: 10px;
	float: left;
	display: inline;
}

.grid_R {
	margin-left: 0;
	float: right;
	display: inline;
}


/* 150709追加 */
/*--marine--*/

.adventure_main_aria{
	width: 920px;
	height: 993px;
}
.adventure_tit_aria{
	width: 920px;
	height: 303px;
}
.adventure_sv_aria{
	width: 920px;
	height: 690px;
	margin:10px 0 10px 0;
}
.dolphin_aria{
	width: 920px;
	/*height: 790px;*/
	background: #01b7de;
	border-radius: 4px;
}
.ad_sv_tit{
	font-size:20px;
	color:#E0024F;
	font-weight: bold;
}
.ad_sv_tit2{
	font-size:20px;
	color:#E0024F;
	font-weight: bold;
	padding-top:15px;
}
.marine_txt{
	position: absolute;
	left: 35px;
    top: 135px;
    width: 690px;
}
.marine_txt2{ 
	left: 35px;
    position: absolute;
    top: 160px;
    width: 360px;
}
.img_02{
	float:right;
}
.m_lip{
	left: 20px;
    position: absolute;
    top: 5px;
    width: 250px;
}
.m_ad{
	left: 612px;
    position: absolute;
    top: 5px;
    width: 288px;
}
.m_rainbow{
 	left: 294px;
    position: absolute;
    top: 5px;
    width: 299px;
}
.m_shark{
	left: 285px;
    position: absolute;
    top: 350px;
    width: 350px;
}
.m_shark_txt {
    left: 225px;
    position: absolute;
    top: 120px;
    width: 350px;
}
.m_dolphin {
    left: 575px;
    position: absolute;
    top: 173px;
    width: 310px;
}
.m_dolphin_txt1 {
    left: 195px;
    position: absolute;
    top: 303px;
    width: 120px;
    font-size: 87%;
    line-height: 15px;
}
.m_dolphin_txt2 {
    font-size: 87%;
    left: 410px;
    line-height: 15px;
    position: absolute;
    top: 413px;
    width: 110px;
}
.m_dolphin_txt3 {
    font-size: 87%;
    left: 540px;
    line-height: 15px;
    position: absolute;
    top: 440px;
    width: 90px;
}
span.data_tit {
    border: 1px solid #231815;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 8px;
}

.dst_tit{
	border: 1px solid #024299;
	background:#024299;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 8px;
    margin:5px 10px;
    display:inline-block;
}
.dst_tit2{
	border: 1px solid #ffffff;
	background:#ffffff;
    padding: 2px 8px;
    margin:5px 10px;
    display:inline-block;
     font-size:85%;
}

.dst_tit_txt{
	color:#ffffff;
	 font-size:87%;
	 margin-right: 5px;
}

.dst_img{
	float:right;
	margin-right:20px;
}
.dst_txt {
    color: #ffffff;
    margin:5px 10px;
    font-size:87%;
}
.dst_txt2 {
    font-size: 85%;
    left: 498px;
    position: absolute;
    top: 615px;
    width: 220px;
}
.dst_txt3 {
    color: #ffffff;
    margin:5px 10px;
    padding:50px 10px 10px;
    font-size:87%;
}
.d_s {
    color: #024299;
    font-size: 120%;
    font-weight: bold;
}


/*--marine end--*/

/*--sea--*/

.h3_sea {
	text-align:center;
}
.h3_txt {
	padding:5px 10px 20px ;
	float:rigth;
}
.no1_tit{
    font-size: 87%;
    left: 40px;
    line-height: 16px;
    position: absolute;
    top: 80px;
    width: 230px;
    font-weight:bold;
}
.no2_tit {
    font-size: 87%;
    font-weight: bold;
    left: 405px;
    line-height: 16px;
    position: absolute;
    top: 113px;
    width: 180px;
}
.no3_tit {
    font-size: 87%;
    font-weight: bold;
    left: 640px;
    line-height: 16px;
    position: absolute;
    top: 33px;
    width: 110px;
}
.no4_tit {
    font-size: 87%;
    font-weight: bold;
    left: 760px;
    line-height: 16px;
    position: absolute;
    top: 250px;
    width: 120px;
}
.no5_tit {
    font-size: 87%;
    font-weight: bold;
    left: 360px;
    line-height: 16px;
    position: absolute;
    top: 220px;
    width: 105px;
}
.no6_tit {
    font-size: 87%;
    font-weight: bold;
    left: 45px;
    line-height: 16px;
    position: absolute;
    top: 232px;
    width: 130px;
}
.no1 {
    left: 160px;
    position: absolute;
    top: 120px;
    width: 170px;
    font-size: 12px;
    line-height: 16px;
}
.no2{
   left: 370px;
    position: absolute;
    top: 137px;
    width: 180px;
    font-size: 12px;
    line-height: 16px;
}
.no3{
    font-size: 12px;
    left: 610px;
    line-height: 16px;
    position: absolute;
    top: 73px;
    width: 140px;
}
.no4 {
    font-size: 12px;
    left: 730px;
    line-height: 16px;
    position: absolute;
    top: 287px;
    width: 140px;
}
.no5{
    font-size: 12px;
    left: 335px;
    line-height: 16px;
    position: absolute;
    top: 257px;
    width: 120px;
}
.no6 {
    font-size: 12px;
    left: 17px;
    line-height: 16px;
    position: absolute;
    top: 253px;
    width: 150px;
}
.attention_txt{
	padding:20px 10px 10px;
	font-size:12px;
}
/*--sea end--*/


span.b {
	font-weight:bold;
}