@charset 'UTF-8';

/* reset */

h1, h2, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

/* global */

html {
	font-size: 62.5%;
}

body {
	color: #666;
	font-family: Meiryo, 'MS PGothic', 'Hiragino Kaku Gothic Pro', HiraKakuProN-W3, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

a {
	color: #06f;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #f39;
}

/* header */

header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 160px;
}

header div#logo {
	position: absolute;
	top: 40px;
	left: 0;
	width: 310px;
	height: 80px;
}

header div#contact {
	position: absolute;
	top: 40px;
	right: 0;
	width: 290px;
	height: 120px;
}

header a {
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

header a:hover {
	opacity: 0.5;
}

/* global nav */

body>nav {
	margin-bottom: 30px;
	width: 100%;
	height: 60px;
	background-image: url(../images/gnav_bg.png);
	background-repeat: repeat-x;
}

body>nav ul {
	margin: 0 auto;
	width: 960px;
	height: 60px;
}

body>nav ul li {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	list-style-type: none;
}

/* content */

div#content {
	margin: 0 auto;
	width: 960px;
}

/* top page */

div#main-visual {
	margin: 30px auto 0 auto;
	width: 960px;
	height: 330px;
	background-image: url(../images/main_visual_shadow.png);
	background-position: 0 100%;
}

div.top-practice a {
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

div.top-practice a:hover {
	opacity: 0.5;
}

section.top-content {
	width: 480px;
	float: left;
}

section.top-content h1 {
	margin-top: 30px;
	padding-left: 30px;
	width: 450px;
	height: 30px;
	background-image: url(../images/top_h1_bg.png);
	font-size: 20px;
	font-size: 2.0rem;
}

section.top-content p {
	padding: 10px;
}

section.top-content img.map {
	float: left;
	margin-right: 10px;
}

/* sub page */

ul.side {
	float: left;
	width: 240px;
}

ul.side li {
	margin-bottom: 15px;
	display: block;
	width: 240px;
	height: 100px;
	list-style: none;
}

ul.side li:first-child {
	height: 180px;
}

ul.side li a {
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

ul.side li a:hover {
	opacity: 0.5;
}

div.main {
	margin-left: 20px;
	float: left;
	width: 700px;
}

section.content {
	margin-bottom: 30px;
}

section.content h1 {
	padding-left: 30px;
	width: 670px;
	height: 30px;
	background-image: url(../images/h1_bg.png);
	font-size: 20px;
	font-size: 2.0rem;
}

section.content h2 {
	margin-top: 30px;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	border-left: 5px solid #f9c;
	font-size: 16px;
	font-size: 1.6rem;
}

section.content p {
	padding: 10px;
}

section.content ul,
section.content ol {
	margin: 10px 10px 10px 30px;
}

section.content li {
	margin-bottom: 20px;
}

img.left {
	margin: 0 10px 10px 0;
	float: left;
}

img.right {
	margin: 0 0 10px 10px;
	float: right;
}

div.contact-button {
	margin-top: 50px;
}

div.contact-button a {
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

div.contact-button a:hover {
	opacity: 0.7;
}

/* merit */

ul.merit {
	margin: 0;
}

ul.merit li {
	display: block;
	width: 580px;
	height: 60px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 100px;
}

ul.merit li:first-child {
	background-image: url(../images/merit_1.png);
}

ul.merit li:nth-child(2) {
	background-image: url(../images/merit_2.png);
}

ul.merit li:nth-child(3) {
	background-image: url(../images/merit_3.png);
}

ul.merit li:nth-child(4) {
	background-image: url(../images/merit_4.png);
}

ul.merit li:nth-child(5) {
	background-image: url(../images/merit_5.png);
}

/* practice cleaning */

ul.step {
	margin: 0;
}

ul.step li {
	display: block;
	width: 580px;
	height: 60px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 100px;
}

ul.step li:first-child {
	background-image: url(../images/step_1.png);
}

ul.step li:nth-child(2) {
	background-image: url(../images/step_2.png);
}

ul.step li:nth-child(3) {
	background-image: url(../images/step_3.png);
}

ul.step li:nth-child(4) {
	background-image: url(../images/step_4.png);
}

/* clinic */

section.content iframe {
	margin-top: 10px;
}

/* contact */

form.contact-form table {
	margin-top: 30px;
	border-collapse: separate;
	border-spacing: 0px;
}

form.contact-form th {
	padding: 10px 10px 10px 30px;
	background-image: url(../images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	border-bottom: 1px dotted #f9c;
	text-align: left;
	vertical-align: top;
}

form.contact-form td {
	padding: 10px;
	border-bottom: 1px dotted #f9c;
}

form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-appearance: none;
}

form.contact-form input[type="text"],
form.contact-form input[type="email"] {
	width: 400px;
}

form.contact-form textarea {
	width: 400px;
	height: 200px;
}

form.contact-form input[type="submit"],
form.contact-form input[type="button"] {
	padding: 10px;
	width: 250px;
	background-color: #aaa;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-appearance: none;
	color: #fff;
	font-weight: bold;
}

form.contact-form input[type="submit"] {
	margin-right: 5px;
	background-color: #f39;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

form.contact-form input[type="submit"]:hover {
	background-color: #9cf;
}

form.contact-form input[name="email_confirm"] {
	margin-top: 5px;
}

form.contact-form sup {
	font-weight: bold;
	color: #f00;
}

/* footer */

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

footer nav {
	margin: 0 auto;
	width: 960px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer h1 {
	margin-top: 20px;
	font-size: 20px;
	font-size: 2.0rem;
}

footer small {
	display: block;
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* clearfix */

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
