@charset "utf-8";

/* 
────────────────────────────────────────────────── */

.photo{
	-webkit-box-shadow:10px 10px 0px 0px #EEEEEE;
	box-shadow:10px 10px 0px 0px #EEEEEE;
}

div#container ol{
	line-height:1.8;
	float:left;
	margin-right:30px;
	width:465px;
}

div#container strong{
	font-weight:bold;
}

div#container ol li:first-child{
	padding-right:30px;
}

div#container ol li:first-child:after {
	border-top:1px #CCCCCC dotted;
	content:url(../../common/img/icon/step.gif);
	display:block;
	margin:10px 0 10px;
	padding-top:20px;
	text-align:center;
}

div#container ol li:before {
	background:#3b706f;
	content:"Step 02";
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	margin-right:10px;
	padding:0.2em 0.5em;
}

div#container ol li:first-child:before {
	content:"Step 01";
	font-family:Arial, Helvetica, sans-serif;
	margin-right:1em;
}

/* reservation */

div#reservation{
	background:url(../../common/img/background/flooring_s.gif);
	clear:both;
	margin-top:60px;
	line-height:1.8;
	padding:30px;
}
div#reservation:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	/*モダンブラウザ隙間対策*/
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
div#reservation{display:inline-block;}
html[xmlns] div#reservation{display:block;}
* html div#reservation{height:1%;}

div#reservation div{
	border:1px #EEEEEE solid;
	background:#FFFFFF;
	float:left;
	padding:29px;
	width:375px;
}

div#reservation div + div {
	background:#FFFFFF;
	float:right;
}

div#reservation h3{
	border:none;
	background:url(../img/icon/ticket.png) no-repeat left center;
	margin:0 0 30px;
	padding-left:50px;
}

div#reservation div ul{
	margin-top:1em;
}

div#reservation div li{
	display:inline-block;
	white-space:nowrap;
	margin-right:1em;
}

div#reservation div li:first-letter {
	font-weight:bold;
	font-size:120%;
	color:#3b706f;
}

div#reservation div dl{
	line-height:1;
}

div#reservation div dd{
	margin-top:1em;
}

/* direct-purchase */

#direct-purchase p{
	float:left;
	margin-right:30px;
	line-height:1.8;
	width:465px;
}

#direct-purchase p img{
	display:block;
	margin-top:30px;
}

/* sponsorship */

#sponsorship p{
	display:block;
	float:left;
	line-height:1.8;
	margin-right:30px;
	width:465px;
}

#sponsorship p a{
	color:#3b706f;
}	