@charset "UTF-8";
@import url("print.css");

/* 「やってみよう！沖縄で体験ダイビング」 - サイト全体の基本設定です */

/*--------------------------------------------------------*/
html { overflow-y: scroll; } /* Firefox huck */
body {
	background: #002897 url(/image/bg_body.jpg) center top repeat-x;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color:#333333;
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 1.2px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}
body#print {
	background: #FFFFFF none;
}
a:link,
a:visited {
	color: #3F94C9;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #006699;
	text-decoration: none;
}

/* リセット */
p,ul,ol,li,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

img { vertical-align: bottom; }
img.t { vertical-align: top; }
img.xb { vertical-align: text-bottom; }
img { -ms-interpolation-mode: bicubic; } /* IE huck */

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/* 区切り線 */
p.border {
	clear: both;
	background: url(/image/bor.gif) left bottom repeat-x;
	height: 1px;
	line-height: 1px;
}

/* ボックス */
div.title {
	clear: both;
	background: url(/image/bg_ttl.jpg) right top no-repeat;
}
div.title img {
	margin-top: 15px;
}
div.conBox {
	background-color: #FFFFFF;
	margin: 0 8px 0 0;
	padding: 12px 12px 0 12px;
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
}
div.conBox-f {
	background: url(/image/box_fr.gif) right bottom no-repeat;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin: 0 8px 3px 0;
	border-left: 1px solid #3F3F3F;
}

/* 表示・非表示 */
div.disp { display: block; }
div.nodisp { display: none; }


/*--------------------------------------------------------------
テキストスタイル
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tul { text-decoration: underline; }

/* Color */
.gray { color: #666666; }
.ltgray { color: #999999; }
.brown { color: #9E4D12; }
.dred { color: #CC0000; }
.red { color: #FF0000; }
.dpred { color: #B50000; }
.orange { color: #FE9322; }
.green { color: #00FF00; }
.blue { color: #0000FF; }
.ltbrown { color: #B3A69A; }

/* フォントサイズ */
.fs { font-size: 10px; }
.text120 {
	line-height: 120%;
	letter-spacing: 0.7px;
}

/* 価格 */
div#plan-catch .price,.price strong {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 7px;
}

/* 星 */
p.star img { font-size: 12px; }
p.star img { vertical-align: text-bottom; }
p.star span { font-size: 14px; }


/*--------------------------------------------------------------
wrap
--------------------------------------------------------------*/
div#bg {
	background: url(/image/bg_shadow.jpg) center top repeat-y;
	min-width: 980px;
}
div#wrap {
	background: url(/image/bg_wrap.jpg) center top no-repeat;
	width: 940px;
	margin: 0 auto;
	padding-left: 40px;
	text-align: left;
}
/* IEhack */ * html div#wrap { width: 980px; }
div#box {
	background: url(/image/bg.gif) left center repeat-y;
}
div#contents {
	width: 897px;
}


/*--------------------------------------------------------------
ヘッダ
--------------------------------------------------------------*/
div#header {
	background: url(/image/header.jpg) left top no-repeat;
	width: 900px;
	padding: 21px 0 0 16px;
}
div#header a#logo {
	margin: 0 0 0 4px;
}
div#header h1 {
	height: 19px;
	color: #2652D1;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 18px 58px;
	overflow: hidden;
}


/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
div#menu { line-height: 100%; }
div#menu ul,div#menu form { line-height: 150%; }
div#main {
	width: 898px;
	padding: 0 0 0 23px;
}

/* 右サーチボタン */
div#sArea {
	margin: 215px 0 0 0;
}
div#sArea p {
	padding-bottom: 3px;
}

/* 並べ替え・件数 */
div#list-menu {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D2D2;
}
div#list-menu ul li {
	display: inline;
	margin: 0 0 1px 0;
	white-space: nowrap;
}
div#list-menu ul li a {
	padding: 0 4px 0 0;
}
div#list-menu ul li.on a {
	color: #333333;
	text-decoration: none;
}

/* ページ送り */
div#page-footer {
	font-size: 12px;
	padding: 10px 0 7px 0;
	line-height: 12px;
	border-top: 3px solid #29A6ED;
}
p#pageList {
	line-height: 10px;
}
p#pageList a {
	text-decoration: none;
}


/*--------------------------------------------------------------
ツアー
--------------------------------------------------------------*/
div#tourList .box {
	clear: both;
	padding: 10px 0 12px 0;
}
div#tourList h2 { font-size: 130%; }
div#tourList h3 {font-size: 150%;margin-bottom: 5px; }
div#tourList h3 img {
	padding-right: 2px;
	vertical-align: middle;
}
div#tourList .box .right { width: 432px; }
div#tourList .box .txt {
	margin-bottom: 10px;
}
div#tourList .text div.button {
	float: right;
}

/* 評価 */
p.eval { padding-bottom: 7px; }
p.eval span {
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	padding: 0 7px 0 3px;
}

/* プランアイコン */
ul.p-icon {
	margin: 0;
}
ul.p-icon li {
	display: inline;
}

/* カテゴリ */
div#tour #category-pass a {
	color: #666666;
}
div#tour p#spot {
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0 0 0 5px;
	line-height: 120%;
	border-left: 7px solid #0061D1;
}
ul#tourCate {
	margin: 0 0 3px 0;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D2D2D2;
}
ul#tourCate li {
	float: left;
	background: url(/image/icon/cat.gif) left center no-repeat;	
	margin: 0 0 0 13px;
	padding: 0 0 0 15px;
	white-space: nowrap;
}
ul#tourCate li a {
	text-decoration: none;
}
ul#tourTab li {
	float: left;
	margin-right: 5px;
	text-align: center;
}

/* キーワードで探す */
div#tourCate {
	width: 350px;
	border-right: 1px solid #898989;
}
div#sKeyword {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #3F3F3F;
}
div#sKeyword .ind {
	background: url(/image/icon/arw_blu.gif) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 16px;
}
div#popWord {
	width: 230px;
	font-size: 120%;
}

/* 並べ替え */
ul#tourTab {
	font-size: 12px;
	margin-bottom: 7px;
}
ul#tourTab li {
	float: left;
	margin-right: 2px;
	text-align: center;
}
ul#tourTab li a {
	color: #333333;
	margin-right: 3px;
}
ul#tourTab li.on a {
	color: #333333;
}


/*--------------------------------------------------------------
タグ
--------------------------------------------------------------*/
ul.tag-box {
	background: url(/image/bg_grd.jpg) center top repeat-y;
	margin: 10px 1px 3px 1px;
	padding: 1px 8px;
}
ul.tag-box li {
	display: inline;
	line-height: 140%;
	word-break: break-all;
	word-wrap: break-word;
}
div#main ul.tag-box li a {
	color:#FFFFFF;
	margin-right: 5px;
}
/*
ul.tag-box li.t1 { font-size: 100%; }
ul.tag-box li.t2 { font-size: 120%; }
ul.tag-box li.t3 { font-size: 150%; font-weight: bold; }
ul.tag-box li.t4 { font-size: 180%; font-weight: bold; }
*/


/*--------------------------------------------------------------
クチコミ
--------------------------------------------------------------*/
div#comment {
	width: 584px;
	margin: 0 10px 15px 5px;
}
div#comment .shop,div#comment .plan { margin: 5px 0 20px 0; }
div#comment .name {
	background: url(/image/icon/list.gif) left top no-repeat;
	font-size: 14px;
	padding-left: 20px;
	line-height: 14px;
}
div#comment .commentBox-top { padding: 15px 0 0 0; }
/* IEhack */ * html div#comment .commentBox-top { padding: 7px 0 0 0; }
/* IEhack */ *+ html div#comment .commentBox-top { padding: 7px 0 0 0; }
/* Opera hack */ *+html>/**/body div#comment .commentBox-top { padding: 15px 0 0 0; }
div#comment .commentBox { padding-top: 9px; }
div#comment .commentBox-bottom { padding: 5px 0 12px 0; }

/* ボックス内部 */
div#comment .commentBox .image {
	width: 190px;
	margin: 0 12px 0 14px;
}
/* IEhack */ * html div#comment .commentBox .image { margin-left: 7px; }
div#comment .commentBox .text {
	width: 354px;
	margin-right: 14px;
}
div#comment .commentBox h4 {
	font-size: 130%;
	font-weight: normal;
	padding: 2px 0 5px 0;
}
div#comment .commentBox .image img {
	width: 190px;
	height: 143px;
}
div#comment .repo {
	background: url(/image/icon/arw_blu.gif) left center no-repeat;
	margin-top: 7px;
	padding-left: 16px;
}
div#comment .date {
	background: url(/image/bor.gif) left bottom repeat-x;
	margin-bottom: 5px;
	padding: 5px 0;
}

/* 返信 */
div#comment .resBox {
	padding: 5px 0 0 0;
}
div#comment .resBox h5 {
	font-size: 110%;
	font-weight: normal;
}
div#comment .resBox p { clear: both; }
div#comment .resBox .left {	margin-bottom: 4px; }

/* ショップ用クチコミ */
div#comment .shop .commentBox-top { background: url(/image/review_s_top.gif) left top no-repeat; }
div#comment .shop .commentBox { background: url(/image/review_s.gif) left top repeat-y; }
div#comment .shop .commentBox-bottom { background: url(/image/review_s_bottom.gif) left bottom no-repeat; }
div#comment .shop h4 { color: #FF4000; }
div#comment .shop h5 { color: #0000CC; }

/* ツアー用クチコミ */
div#comment .plan .commentBox-top { background: url(/image/review_t_top.gif) left top no-repeat; }
div#comment .plan .commentBox { background: url(/image/review_t.gif) left top repeat-y; }
div#comment .plan .commentBox-bottom { background: url(/image/review_t_bottom.gif) left bottom no-repeat; }
div#comment .plan h4 { color: #FF4000; }
div#comment .plan h5 { color: #0000CC; }

/* 投稿 */
.reviewForm {
	margin: 25px 10px 10px 35px;
	padding: 10px 15px;
}
div#comment .reviewForm {
	margin-left: 25px;
}
.reviewForm .ar {
	background-color: inherit;
	font-size: 80%;
	color: #777777;
}
.reviewForm .er {
	clear: both;
	background-color: inherit;
	font-size: 80%;
	color: #ff3333;
    margin-left:88px;
}
.reviewForm dl {
	text-align: left;
	margin: 0 auto 10px auto;
}
.reviewForm dt {
	clear: both;
	float: left;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	margin: 0 7px 7px 0;
}
.reviewForm dd {
	margin: 0 0 7px 0;
}
.reviewForm dd input {
	width: 200px;
	margin-right: 10px;
	vertical-align: middle;
}
.reviewForm dd input.t { width: 350px; }
.reviewForm dd input.f { width: 300px; }
.reviewForm dd textarea { width: 420px;height: 200px; }


/*--------------------------------------------------------------
イベント
--------------------------------------------------------------*/
div#event {
	padding: 0 4px 0 4px;
}
div#event .eventBox { cursor: pointer; }
div#event .eventBox:hover { background-color: #EBF6FF; }
div#event h3,div#event a { color: #FF4000;text-decoration: none; }

/* 表示 */
div#event .eventBox {
	float: left;
	background: url(/image/event_bg.gif) left top no-repeat;
	width: 183px;
	margin: 12px 0 12px 18px;
	padding: 10px 0 0 0;
}
/* IEhack */ * html div#event .eventBox { margin-left: 12px; }
div#event h3 {
	background: url(/image/icon/arw_blu.gif) left top no-repeat;
	font-size: 16px;
	margin: 0 10px;
	padding-left: 14px;
}
div#eventList #event h3 { background: none;padding-left: 0; }
div#event p.tc {
	margin: 9px 2px 5px 0;
}
div#event p {
	margin: 0 12px;
	line-height: 130%;
	letter-spacing: 0;
}
div#event p.event-date { margin: 5px 10px 1px 10px;}
.eventBox-f {
	background: url(/image/event_f.gif) left bottom no-repeat;
	font-size: 5px;
	height: 5px;
	margin-top: 7px;
	line-height: 5px;
}


/*--------------------------------------------------------------
クーポン
--------------------------------------------------------------*/
div#coupon {
	margin: 0 4px 5px 5px;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
}
div#coupon a { color: #FF4000;text-decoration: none; }

/* 表示 */
div#coupon .couponBox {
	float: left;
	width: 291px;
	padding: 5px 0 0 0;
	border-right: 1px solid #9F9F9F;
}
div#coupon h1,div#coupon h3 {
	background-color: #0094E6;
	font-weight: normal;
	font-size: 120%;
	color: #FFFFFF;
	margin: 3px 8px 9px 8px;
	padding: 1px 5px;
}
div#coupon h2,div#coupon h4 {
	font-size: 140%;
	font-weight: normal;
	margin: 0 5px 0 11px;
}
div#coupon p {
	margin: 0 5px 5px 11px;
	line-height: 130%;
	letter-spacing: 0;
}
div#coupon p.txt {
	height: 65px;
	overflow: hidden;
}
div#coupon p.date {
	margin: 0 7px 5px 12px;
}
div#coupon img.left {
	margin: 0 5px 0 11px;
}
div#coupon p.tr {
	margin: 7px 9px 5px 0;
}
.couponBox-f {
/*
	background: url(/image/bor.gif) left center repeat-x;
*/
	margin-bottom: 5px;
}


/*--------------------------------------------------------------
フッタ
--------------------------------------------------------------*/
div#footer {
	width: 880px;
	margin: 33px 10px 0 10px;
}
div#footer ul#navi {
	background: url(/image/bg_grd.jpg) left top repeat-y;
	width: 880px;
	color: #0070AD;
	margin-bottom: 8px;
}
div#footer ul#navi li {
	display: inline;
	color: #FFFFFF;
	margin: 0 0 1px 0;
	line-height: 24px;
	white-space: nowrap;
}
div#footer ul#navi li a {
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}
div#footer ul#navi li a:hover,div#footer ul#navi li a:active {
	text-decoration: underline;
}
div#footer ul#navi li.r a {
	padding: 0;
}

/* Footer Text */
div#footer ul.link {
	clear: both;
	margin-bottom: 2px;
/*	margin-bottom: 12px; */
}
div#footer ul.link li {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 4px;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
}
div#footer ul.link li.end {
	border-right: none;
}
div#footer ul.link li a {
	background-color: #FFFFFF;
	color: #04286F;
}
div#footer ul.link li a:hover {
	text-decoration: underline;
/*	background-color: #FFFFFF;
	color: #000000; */
}

/* Sponsor */
ul#sponsor {
	width: 840px;
	margin: 25px auto 15px auto;
}
ul#sponsor li {
	float: left;
	margin-right: 9px;
}

div#footer ul#sponsor li.r {
	margin-right: 0;
}

/* Footer img */
div#main-f {
	background: url(/image/footer.jpg) left bottom no-repeat;
}

/* errors */
.errors {
    display: block;
    font-size: x-small;
    color: red;
}

