@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	margin: 0;
	padding: 0;
}

.red {
	color: #F00;
}

#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#contents h1 {
	font-size: 10px;
	color: #333;
	width: 677px;
	margin: 5px auto 0 auto;
	padding: 0;
}
#contents #mp_title {
	width: 100%;
	text-align: center;
	font-size: 260%;
	color: #09C;
	margin: 0 auto;
	padding: 20px 0;
	font-weight: bold;
}
#contents #mp_title a {
	color: #09C;
	text-decoration: none;
}
#contents #data{
	width: 100%;
	background-color: #87cefa;
	padding: 20px 0;
	margin: 20px 0;
}
#contents #data #main{
	text-align: center;
	color: #ffffff;
	line-height: 160%;
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#contents #data #sub{
	text-align: center;
	color: #FFF;
	line-height: 140%;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#contents #mpad {
	width: 100%;
	text-align: center;
	padding: 0;
	background-image: url(img/bg_mpad.gif);
	background-repeat: repeat-x;
}
#contents #mpad #img_mpad {
	width: 677px;
	padding: 0;
	margin: 0 auto;
}
#contents #mpad p {
	display: block;
	width: 677px;
	margin: 5px auto;
}
#contents .tel_inq {
	width: 677px;
	margin: 20px auto;
	border-top: solid #999999 1px;
}

#contents #price table {
	text-align: center;
	width: 677px;
	margin-left: auto;
 	margin-right: auto;
}
#contents #price table th {
	font-size: 80%;
	padding: 10px;
	width: 250px;
}
#contents #price table td {
	font-size: 80%;
	padding: 10px;
}
#contents #price table{
	margin-top: 20px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#contents #price table th{
	background-color: #FFE6E6;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
#contents #price table td{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#form {
	text-align:center;
	width: 1000px;
	margin: 20px auto;
}
#form table {
	width: 100%;
}
#form table th {
	font-size: 100%;
	padding: 10px;
	width: 25%;
}
#form table td {
	font-size: 110%;
	padding: 22px;
}
#form table#data{
	margin-top: 20px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#form table#data th{
	background-color: #f0f0f0;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
#form table#data td{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#form table#data2{
	margin-top: 20px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#form table#data2 th{
	background-color: #FFCDB5;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
#form table#data2 td{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#form table#select {
	width: 677px;
	margin: 10px auto;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#form table#select th {
	padding: 10px;
	font-size: 90%;
	background-color: #FC3;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: left;
}
#form table#select td {
	font-size: 90%;
	padding: 10px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 100%;
}
#form table#select td .noki {
	font-size: 120%;
	color: #F00;
	font-weight: bold;
	display: block;
	margin: 15px 0 5px 0;
}
#form table#select td .noki span {
	color: #333;
	font-size: 75%;
}
#form table#select td p {
	font-size: 75%;
}

#form table#data th span,
#form table#data2 th span,
#form table#select th span {
	color: #F00;
}

#form p.button {
	display: block;
	width: 677px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#form p.data_form_attention {
	color: #333;
	font-size: 80%;
	margin-top: 10px;
}

#form .attention {
	color: #F00;
	border: solid #FF0000 1px;
	font-size: 75%;
	padding: 10px;
	margin: 20px 0 0 0;
	line-height: 140%;
}

.wtn_copyright {
	display: none;
}


#pagetop {
	width: 677px;
	margin: 30px auto 0 auto;
	padding: 0;
}
#pagetop p a {
	margin: 0;
	padding: 10px;
	background-color: #333;
	color: #FFF;
	float: right;
	text-align: center;
	font-size: 75%;
	text-decoration: none;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#footer {
	background-color: #333;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	clear: both;
}
#footer .inner {
	color: #FFF;
	width: 677px;
	margin: 0 auto;
	padding: 0;
	font-size: 75%;
	text-align: right;
}

.menu-area img{
	transition: 0.5s;
}

.menu-area img:hover{
	opacity: 0.3;
}

#basic-info{
	text-align: center;
}

#basic-info table {
	width: 70%;
	margin:auto;
	margin-bottom:20px;
	border: solid 1px #000000;
	border-collapse: collapse;
}
#basic-info table th {
	vertical-align:middle;
	background-color:#EEE;
	font-size: 100%;
	padding: 10px;
	width: 25%;
	border: solid 1px #000000;
}

#basic-info table td {
	vertical-align:middle;
	font-size: 110%;
	padding: 22px;
	border: solid 1px #000000;
}