@charset "utf-8";
.box1{
	padding:60px;
}
.box1 {
    font-size: 17px;
    letter-spacing: 2px;
    padding: 50px 90px 30px;
}
.box1 p {
    margin: 0 0 32px;
}
.box2 .top-box{
	background:url(../images/box_top_white.jpg) center 0 no-repeat;
	height:12px;
}
.box2 .body-box{
	background:url(../images/box_body_white.jpg) center 0 repeat-y;
}
.box2 .bottom-box{
	background:url(../images/box_bottom_white.jpg) center 0 no-repeat;
	height:11px;
}
.head-ttl{
	background:url(../images/gry_ttl_bg.png) no-repeat;
	color:#dc0f0f;
	font-size: 20px;
	margin-bottom: 25px;
	padding: 11px 20px;
	font-family:'ヒラギノ明朝 Pro W6', Hiragino Mincho Pro,'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝',MS mincho,'メイリオ';
	font-weight:bold;
}
.head-ttl span{
	color:#505050;
	margin-right: 16px;
}
.lead{
	position:absolute;
	top:-115px;
	z-index:1;
}
.list1{
	margin:20px 90px 0 105px;
}
.list1 p {
	margin-left: 15px;
}
.list1 li {
	padding-bottom: 18px;
}
.info{
	margin: 0 90px 55px;
	font-size:17px;
}
.desc-yellow{
	background:url(../images/txt_yellow_bg.png) 0 bottom no-repeat;
}
.desc-yellow p{
	color:#ff0c0c;
	font-size:28px;
	font-weight:bold;
	font-family:'ヒラギノ明朝 Pro W6', Hiragino Mincho Pro,'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝',MS mincho,'メイリオ';
}
.desc-yellow2{
	background:#fff000;
	font-size: 23px;
	font-weight: 700;
	margin: 8px 0;
	padding: 0 2px;
}
.desc-yellow3{
	background:#fff000;
	font-weight: 700;
	margin: 8px 0;
	padding: 0 2px;
}
.yellow-bg{
	background:url(../images/yellow_bg.jpg) center 0 no-repeat;
	height:457px;
}

.enter{
	background:#fff;
	padding:5px;
	width:820px;
	margin:30px auto;
}
.enter .stripe{
	background:url(../images/bgstripe.png) center top repeat;
	padding:15px 10px 10px;
}
.enter .stripe .bgwh{
	background:#fff;
	text-align:center;
	padding:15px 20px 20px;
}
.enter table,.enter .plan{
	width:707px;
	margin:20px; auto 20px;
}
.enter th{
	font-weight:bold;
	text-align:center;
	background:#eaeaea;
	padding:20px;
	vertical-align:middle;
	border:1px solid #dedede;
}
.enter td{
	padding:20px;
	text-align:left;
	border:1px solid #dedede;
}
.enter .nab{
	font-size:18px;
	color:#455a83;
	text-decoration:underline;
	margin:30px auto;
	font-weight:bold;
}
.enter .plan p{
	background:#dedede;
	padding:10px;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
}
.enter .plan div{
	border:1px #dedede solid;
	padding:15px 10px 15px;
}
.enter .plan div .btn{
	display:inline-block;
	vertical-align:text-top;
}
.enter .plan div .btn input{
	border:none;
	padding:0;
}


.map{
	background:#fff;
	padding:5px;
	width:820px;
	margin:30px auto;
}
.map .stripe{
	background:url(../images/bgstripe.png) center top repeat;
	padding:10px;
}
.map .stripe .bgwh{
	background:#fff;
	text-align:center;
	padding:10px 10px 10px;
}
.toku{
	background:#fff;
	box-shadow:0 0 11px 5px #d7d7d7 inset;
	width:900px;
	padding:10px 0 30px;
	margin:20px auto;
}
.toku h3{
	margin-bottom:40px;
}
.toku p{
	margin:0 50px 30px;
	text-align:left;
}
.footer{
	background:#4b4b4b;
	padding:15px;
	text-align:center;
}
.footer p{
	color:#fff;
	font-size:14px;
}
.footer p a{
	color:#fff;
}

body#tokutei{
	background:#fff;
	background-image:none;
}
#tokutei .wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    width: 844px;
    padding:1px;
}
table.row {
    margin: 20px auto 30px;
}
table.row th {
    border: 1px solid #aaa;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
table.row td {
    border: 1px solid #aaa;
    color: #333;
    font-size: 12px;
    line-height: 150%;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 540px;
}

#tokutei .foot {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    text-align:center;
}