@charset "UTF-8";
/* CSS Document */
article{
	width:900px;
	margin:0 auto;
}

h2{
	padding:20px 0 10px 20px;
}

#title{
	background:url(../images/header-bg.png) no-repeat;
	width:900px;
	height:555px;
	position:relative;
}

.logo{
	padding:20px 0 0;
}

.limit35{
	position:absolute;
	top:45px;
	left:0;
	z-index:5;
}

h1.title{
	position:absolute;
	top:90px;
	left:0;
}

.day{
	position:absolute;
	bottom:125px;
	right:368px;
}

.saigo{
	position:absolute;
	top:90px;
	right:30px;
}

.price{
	position:absolute;
	bottom:0px;
	right:15px;
}

.radiobtn{
	position:absolute;
	bottom:15px;
	left:7px;
}

.tour{
	background:url(../images/slide-bg.png) top left repeat-x;
}

.tokuten{
	position:relative;
	width:900px;
	height:880px;
	background:#e6378d;
}

.box01{
	position:absolute;
	top:130px;
	left:15px;
}

.box02{
	position:absolute;
	top:130px;
	right:15px;
}

.box03{
	position:absolute;
	top:490px;
	left:15px;
}

.box04{
	position:absolute;
	top:490px;
	right:15px;
}

.order{
	width:900px;
	height:310px;
	background:url(../images/order-bg.png) left bottom no-repeat #fff;
	position:relative;
}

.btn{
	position:absolute;
	right:15px;
	bottom:5px;
}

.ordertxt{
	position:absolute;
	right:23px;
	top:45px;
}

h2.caution{
	background:url(../images/title-bg.png);
	padding:10px 20px;
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
	border-radius:10px;
}

h3{
	background:url(../images/title-bg.png) no-repeat;
	padding:5px 20px;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	
}

p{
	padding:10px 20px;
	font-size:14px;
}

ul li{
	font-size:14px;
}

p.rtxt{
	padding-left:0;
	font-weight:bold;
	color:#F00;
}

table{
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-top:10px;
}

table tr th,
table tr td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px 10px;
	font-size:14px;
}

table tr th{
	background:#f5f5f5;
}

footer{
	margin-top:20px;
	width:100%;
	background:#5a0000;
	color:#fff;
	text-align:center;
	padding:5px;
}


