@charset "Shift_JIS";

body{
	width: 1000px;
	margin: 0 auto;
}

img {border-style:none;}

h2 { border-top: solid 1px black; border-bottom: solid 1px black; font-size: 1.45em; color: #ff0033; padding: 5px; text-align: center; }

#menu ul {
	margin:10px 0 0 0; /* IE */
	padding:0; /* Fx,Op */
}

#menu li {
	list-style-type: none; 
	float: left;
	margin:1em 0 4em 0;
	border-right: 1px white solid;
	height:30px;
	text-align:center;
}

#menu .menu01{width:60px;}
#menu .menu02{width:110px;}
#menu .menu03{width:110px;}
#menu .menu04{width:110px;}
#menu .menu05{width:110px;}
#menu .menu06{width:110px;}
#menu .menu07{width:110px;}
#menu .menu08{width:150px;}
#menu .menu09{width:110px;}

#menu a {
	text-decoration: none;
	display: block;
	padding: 6px;
	color: white;
	text-shadow: 0px 0px 3px #fff;
	background-color: black;
}

#menu li a:hover {
	background-color: #4B4B4B;
	color: white;
	text-shadow:0px 0px 3px #fff;
}

#menu li:first-child a{border-radius:5px 0 0 5px;}

#menu li:last-child a{border-radius:0 5px 5px 0;}

.image-vw {width : 55vw;}

/* フッター */
#footer #logo{
	float:left;
	width: 100px;
	margin-top:15px;
}

#footer .box{
	float: left;
	width: 165px;
	margin: 0 135px 0 0;
	line-height: 1.8;
	color: #594500;
}

#footer .box a{color: black;}
#footer .box a:hover{color: #907000;}

address{
	margin-top: 90px;
	padding: 3px 0 3px;
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
	background: #3a2d00;
	color: #fff;
}

/* リストのマークボタン */
.point li {
	margin: 1em 0 0 1em;
	list-style-image: url(../img/mark.png);
}

/* 料金表 */
table {
  width: 950px;
  table-layout: fixed;
  border-spacing: 0;
  font-size:14px;
}


/* 表の調整 */
table th.number {width: 100px;}
table th.time {width: 450px;}

table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;

  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table th:first-child {border-radius: 5px 0 0 0;}

table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: left;
}

table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr {background: #fff;}
table tr:nth-child(2n+1) {background: #f1f6fc;}
table tr:last-child td {box-shadow: 2px 2px 1px rgba(0,0,0,0.1);}
table tr:last-child td:first-child {border-radius: 0 0 0 5px;}
table tr:last-child td:last-child {border-radius: 0 0 5px 0;}

table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


/* 問い合わせ用 */
table tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
	border-top: 1px solid #84b2e0;
}
table tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
	border-top: 1px solid #84b2e0;
}
