@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
img {
	border-width: 0;
	vertical-align: bottom;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
}

#wrap {
	width: 800px;
	padding: 0 20px;
	margin: 0 auto;
}
#header {
	margin-top: 10px;
}
#header_logo h1 {
}
#header_menu {
	background: transparent url('./img/header_menu_back.png') no-repeat center top;
	margin-bottom: 20px;
}
#header_menu ul {
	width:780px;
	margin: 0 10px;
	overflow: hidden;
}
#header_menu ul li {
	width: 120px;
	height: 50px;
	margin: 0 5px;
	float: left;
}
#header_menu ul li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0.6)));
	background-color: #fe0;
	border: 2px solid #fe0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
}
#header_menu ul li a:hover {
	text-decoration: none;
	background-color: #ff0;
	border-color: #fa0;
	margin-top: 0;
}
#main {
}
#main_title {
	margin-bottom: 20px;
}
.cont {
	margin-bottom: 20px;
	overflow: hidden;
}
.cont .cont_left {
	float: left;
}
.cont .cont_right {
	float: right;
}
.cont .cont_box {
	border: 2px solid #6af;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 14px;
}
.cont h2 {
	color: #060;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	border-bottom: 2px solid #696;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.cont p {
	font-size: 16px;
	line-height: 24px;
}
.cont p.blank {
	margin-bottom: 20px;
}
.cont p.check {
	color: #c00;
}
.cont p.addr {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
.cont p.button {
	text-align: center;
}
.cont p.button input[type=submit],
.cont p.button input[type=button] {
	width: 180px;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
}
#price_table {
	width: 800px;
	margin: 15px 0;
}
#price_table th {
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	border: 1px solid #666;
	background-color: #cfc;
}
#price_table td {
	height: 60px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #666;
	background-color: #ffc;
}
#price_table .small {
	font-size: 14px;
}
#medical_table {
	width: 800px;
	margin: 15px 0;
}
#medical_table th {
	width: 300px;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	border: 1px solid #666;
	background-color: #cfc;
	padding: 0 10px;
}
#medical_table td {
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #666;
	background-color: #ffc;
}
#inquiry_table {
	width: 800px;
	margin: 10px 0;
}
#inquiry_table th {
	min-height: 22px;
	width: 150px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 8px 10px;
}
#inquiry_table td {
	min-height: 22px;
	font-size: 16px;
	text-align: left;
	border: 1px solid #bbb;
	padding: 8px 10px;
}
#inquiry_table td input,
#inquiry_table td textarea {
	width: 550px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #999;
	vertical-align: bottom;
}
#counter {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	margin-bottom: 5px;
}
#info {
	width: 258px;
	min-height: 200px;
	background: linear-gradient(to bottom, #fff, #cde);
	background: -moz-linear-gradient(top, #fff, #cde);
	background: -webkit-gradient(linear, left top, left bottom, #fff, to(#cde));
	background-color: #cde;
	border: 1px solid #6af;
	/*border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;*/
	margin-top: 15px;
}
#info h3 {
	color: #336;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding: 10px 0;
}
#info ul {
}
#info ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 10px;
	border-top: 1px solid #6af;
}
#info ul li .date {
	font-weight: bold;
}
#footer_menu {
	text-align: center;
	border-top: 1px solid #6af;
	padding-top: 10px;
	margin-bottom: 10px;
}
#footer {
}
#footer address {
	margin-bottom: 10px;
}
