
/* ======================================== */

#contents {
	text-align: left;
	margin: 30px;
	width: 700px;
}
#contents h2 {
	position: relative;
	margin-bottom: 10px;
}
#contents h2 .h2LocationIcon {
	position: absolute;
	top: 15px;
	right: 30px;
}

#contents .h2Icon {
	
}

#contents .h2Title {
	font-size: 1.5em;
	padding: 10px;
	padding-top: 20px;
}

#contents h3 {
	background-color: #d3e3ff;
	border-top: 2px solid #26459a;
	padding: 10px;
	border-bottom: 1px dotted #26459a;
	font-size: 1.25em;
}

.FlowAttention ul {
	margin-left: 1em;
	width: 520px;
}
.FlowAttention li {
	text-indent: -1em;
}

#contents .box {
	margin: 20px 0px;
}
#contents .box .yazi {
	padding-left: 130px;
}

#contents .box h4 {
	position: relative;
}
#contents .box h4 span {
	position: absolute;
	top: 7px;
	left: 90px;
}
#contents .box .FlowNumber {
	position: relative;
	padding: 2px 4px;
	border: 1px solid #ccc;
}
#contents .box p {
	margin-top: 10px;
}

#contents .box .flow_left {
	width: 290px;
}

#contents .box .flow_right {
	width: 400px;
}

.FlowAttention {
	margin-top: 20px;
	width: 100%;
	padding-bottom: 15px;
}

a.button,
.button	{
	padding: 7px 14px;
	background: #f2f2f2;
	position: relative;
	border: 1px solid #afafaf;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
	cursor: pointer;
	margin: 14px 0px;
	margin-right: 0px;
}

.button:hover {
	-webkit-box-shadow: #ccc 0px 0px 4px;
	-moz-box-shadow: #ccc 0px 0px 4px;
	box-shadow: #ccc 0px 0px 4px;
	color: #617798;
	border: 1px solid #fbb03b;
	behavior: url(/PIE.htc);
}

.main_bt li {
	float: left;
	padding: 5px;
}

.main_bt li.title {
	float:	none;
	padding: 5px;
}

.main_bt li a {
	width: 192px;
	display: block;
	margin: 0px;
}

.main_bt {
	margin: 0px;
}

#contents .chuui {
	margin: 9px;
	margin-left: 7px;
	margin-top: 120px;
	padding: 15px;
	position: relative;
	-webkit-box-shadow: #ccc 0px 0px 4px;
	-moz-box-shadow: #ccc 0px 0px 4px;
	box-shadow: #ccc 0px 0px 4px;
	border: 1px solid #fbb03b;
	behavior: url(/PIE.htc);
}

#contents .chuui h4 {
	position: relative;
}

#contents .chuui h4 span {
	position: absolute;
	top: 5px;
	left: 40px;
}

#contents .chuui p {
	margin-top: 10px;
	position: relative;
	width: 330px;
}


/* ======================================== */

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#shadow {
		background-color: #333;
		z-index: 888;
filter:alpha(opacity=80);
-moz-opacity: 0.8; 
opacity: 0.8;
}

#i_shadow {
	background-color: #333;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;   
	opacity: 0.1;

}


* html body {   
    background: url(null) fixed;   
}


body {
    margin:0;
    padding:0;
    height:100%;
    overflow: hidden;
}

/*-------------------------------------------*/

.switchDetail {
	background-color: #3a3a3a;
	padding: 20px 30px;
	width: 100%;
	color: #fff;
	position: relative;
	background-image: url(../images/battle/sabu_ime.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

.switchDetail .title {
	font-weight: normal;
	font-size: 1.25em;
}

.switchDetail ul {
	width: 400px;
	margin-right: 10px;
}
.switchDetail .waku {
	margin: 10px;
	margin-left: 0px;
	padding: 5px 10px;
	padding-left: 18px;
	border: 1px solid #4d4d4d;
	background-image: url(../images/lis.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.switchDetail a {
	color: #fff;
}
.switchDetail .bk {
	background-image: url(../images/bk.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.open_bt {
	height: 50px;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding-top: 3px;
}
.open_bt span {
	background-color: #4d4d4d;
	display: block;
	height: 17px;
	width: 240px;
	position: relative;
	margin: 10px;
	margin-left: 20px;
}
.open_bt .switchHat {
	padding: 5px 10px;;
}
.open_bt .switchHat:after{
	content: url(../images/close_bt.jpg);
	float: right;
	margin: -10px;
	margin-top: -4px;
}
.allOpenBtn:hover,
.closeBtnHat span:hover,
.switchHat:hover {
	color: #8a8a8a;
}
.open_bt .nowOpen:after {
	content: url(../images/open_bt.jpg);
}

.open_box {
	position: relative;
}
.logo {
	position: absolute;
	top: 14px;
	left: 290px;
}
.fb {
	position: absolute;
	top: 16px;
	right: -30px;
}
.fb_logo {
	position: absolute;
	top: 15px;
	right: 128px;
}
#header {
	width: 100%;
	position: relative;
	top:0px;
	left:0px;
	z-index: 10;
}

#header .main_contents {
	margin: 0px 0px;
	padding-top: 0px;
	position: relative;
margin:0; 
padding:0; 
text-align:center;
background-repeat: no-repeat;
background-position: center center; 
background-image:url(../images/battle/beach_battle_main.jpg);
}
#header .main_contents h3 {position: relative; z-index: -1; top: -100px; left: ; margin-bottom: -100px; height: 606px;}

#main_navi {
	margin: 0px;
	margin-top: 0px;
	width: 984px;
}

#main_navi li {
	float: left;
	padding-left: 20px;
}

#main_navi li a {
	position: relative;
	width: 308px;
	height: 57px;
	overflow: hidden;
	display: block;
}

#main_navi li a img {
	position: absolute;
	top: -57px;
	left: 0px;
}

#main_navi li .active img,
#main_navi li a:hover img {
	top: 0px;
}

.plan_bt {
	background-image: url(../images/battle/beach_battle_hed.png);
	background-repeat: repeat-x;
	width: 100%;
	padding: 5px;
	padding-top: 3px;
	height: 79px;
}
.plan_bt dl {
	padding-right: 30px;
	min-width: 950px;
}
.plan_bt dt {
	float: left;
}

.plan_bt dt {
	font-size: 1.25em;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
}

.plan_bt dd {
	padding-top: 13px;
	padding-left: 10px;
}
.plan_bt dd.title {
	position: absolute;
	left: 295px;
	top: 0px;
	padding-top: 18px;
	font-size: 1.25em;
	font-style: italic;
	text-align: right;
	line-height: 1.5em;
/* 	color: #005bac; */
}

.point {
	position:absolute;
	width: 380px;
	height: 255px;
	overflow: hidden;
	background-image: url(../images/battle/point_bk.png);
	top: 110px;
	right: 40px;
}

.point li {
	position: relative;
}

.point li a {
	position: relative;
	display: block;
	width: 380px;
	height: 85px;
	overflow: hidden;
}

.point li a img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.point li a:hover img {
	left: -380px;
}

/*-------------------------------------------*/
#main {
	width: 100%;
}

#main .main_contents {
	background-image: url(../images/battle/beach_battle_box_bk.jpg);
	position: relative;
	border: 1px solid #00abeb;
	padding-bottom: 2px;
}
#main .main_contents .bk {
	position: absolute;
	top: 0px;
	left: 0px;
}
#main .main_contents .choise {
	position: absolute;
	top: 0px;
	left: 115px;
	z-index: 2;
}
#main .main_contents .cloud_left {
	position: absolute;
	top: 30px;
	left: 310px;
	z-index: 1;
}
#main .main_contents .cloud_right {
	position: absolute;
	top: 25px;
	left: 310px;
	z-index: 1;
}
#main .main_contents .flow_left,
#main .main_contents .flow_right {
	position: relative;
	z-index: 2;
}
#main .main_contents .plans {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	padding-top: 15px;
	z-index: 2;
}
#main .main_contents .plans p {
	max-width: 390px;
	padding-left: 10px;
	color: #fff;
}

#image {
	margin: 20px;
	margin-top: 10px;
	position: relative;
}

#image li {
	float: left;
	width: 294px;
	padding-left: 10px;
	padding-top: 40px;
	color: #fff;
	text-align: left;
	display: block;
	border-bottom: 3px solid #333;
}

#image li img {
	padding-bottom: 10px;
}


#image li .title {
	font-size: 1.2em;
	line-height: 2em;
}

#image li.active span {
	color: #737373;
	font-weight: bold;
	font-style: italic;
}
#image li.active .title {
	color: #b4013b;
	font-weight: bold;
}
#image li.active {
	border-bottom: 3px solid #b4013b;
}

.annai {
	margin: 30px;
	margin-top: 50px;
	padding: 20px;
	border: 1px solid #fff;
	width: 860px;
}
.annai h3 {
	font-size: 1.2em;
}
.annai h3,
.annai p {
	color: #fff;
}

.plan_title {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
}
.plan_title span {
	color: #b4013b;
	font-size: 1.4em;
	line-height: 2em;
}


/* header要素
----------------------------------------------------------- */
.title_bar {
	position: relative;
	background-image: url(../images/hed_meun_bk.png);
	padding: 17px;
	height: 40px;
	top: -10px;
	background-repeat: repeat-x;
	margin-bottom: -18px;
	text-align: left;
	clear: both;
}
.title_bar p {
	font-size: 1.25em;
	padding-top: 8px;
	padding-left: 10px;
	font-style: italic;
	text-align: left;
	width: 100%;
}

#hotel {
	position: relative;
	padding-bottom: 18px;
	background-image: url(../images/battle/op_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#hotel ul {
	float: left;
	margin: 0px;
	padding-left: 30px;
}
#hotel ul.right {
	padding-left: 20px;
}
#hotel li {
	float: left;
	text-align: left;
}
#hotel li .title {
	font-size: 1.2em;
	line-height: 2em;
	padding-top: 7px;
}
#hotel li span {
	width: 284px;
	padding-left: 10px;
	display: block;
}

#hotel .main_contents {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}


.op {
	position: relative;
	min-height: 361px;
	width: 482px;
	text-align: left;
}

.op .op_ime {
	position: absolute;
	top: 0px;
	left: 0px;
}

.op h3, .op p {
	position: relative;
	z-index: 2;
}

.op h3 {
	font-size: 1.8em;
	padding: 10px 20px;
	padding-top: 40px;
	padding-right: 40px;
}

.op p {
	padding: 10px 20px;
	padding-top: 3px;
	padding-right: 40px;
}

.tokuten {
	background-image: url(../images/battle/beach_battle_toku_hed.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #f6ff9c;
	padding-bottom: 50px;
	padding-top: 10px;
}


#page-top {
	position: fixed;
	bottom: 30%;
	right: 40px;
	font-size: 77%;
}
#page-top a {
/*
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
*/
}
#page-top a:hover {
/*
	text-decoration: none;
	background: #999;
*/
}


.plan_bts {
	margin-bottom: 70px;
	padding-top: 40px;
	background-image: url(../images/battle/beach_battle_toku_hed.png);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

.plan_bts ul {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}




