@charset "utf-8";

/* reset */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th{
	font-weight:normal;
	text-align:left;
}

img {
	max-width: 100%;
	border:0;
	vertical-align:bottom;
	height:auto;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

input,textarea,select {
	font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	*font-size:100%;
}

/* utility */
.clearfix:after {
    content: "";
  clear: both;
    display: block;
}

div:after,
ul:after {
   content: "";
  display: block;
 clear: both;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.2s;
}

/* common */
html {
	background-color:#f2f2f2;
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
}

body{
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	line-height:1.7;
	color:#333333;
}

.sp {
	display:none !important;	
}

.left {
	float:left;
}

.right {
	float:right;
}

a {
  text-decoration: none;
  color: #dd437b;
}

a:hover {
  text-decoration: underline;
}

/* */

header {
	height:120px;
	width:880px;
	margin:0 auto;
}

.logo {
	margin-right:10px;
}


nav.pc {
	width:880px;
	height:46px;
	margin:0 auto 28px;
}


nav.pc ul {
  width:880px;
	margin: 0 auto;
}

nav.pc li {
	display: block;
	float: left;
}

nav.pc li a{
	display: block;
	background: url("../images/gnavi.png") 0 0 no-repeat transparent;
	background-size: auto 92px;
	height: 46px;
	width:110px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

nav.pc .home {
	background-position: 0px 0;
}

nav.pc .medical {
	background-position: -110px 0;
}

nav.pc .equipment {
	background-position: -220px 0;
}

nav.pc .doctor {
	background-position: -330px 0;
}

nav.pc .inplant {
	background-position: -440px 0;
}

nav.pc .whitening {
	background-position: -550px 0;
}

nav.pc .orthodontic {
	background-position: -660px 0;
}

nav.pc .blog {
	background-position: -770px 0;
}


nav.pc li a:hover, nav.pc li a.selected{
	background-position-y: -46px;
}















.contents{
	padding-bottom:16px;
	text-align: center;
}

h1 {
/* 	margin:6px 0 25px; */
text-align: left;
border: #e6e6e6 1px solid;
position: relative;
border-radius: 4px;
color:#00a2bf;
padding: 5px 15px 5px 45px;
font-weight:bold;
width:818px;
margin:0 auto 1.5em;
font-size:17px;
/* background: url('../images/apple.png') no-repeat left center; */
background: linear-gradient(#FFFFFF, #EEEEEE);
}

h1:before {
  content:'';
  position: absolute;
  top:-9px;
  left:6px;
  width:35px;
  height:44px;
  background: url('../images/tooth.png') no-repeat left center;
  background-size: contain;
}

h1.a:before {
  width:37px;
  height:45px;
  background: url('../images/apple.png') no-repeat left center;
  background-size: contain;
}

h1.r:before {
  top:-16px;
  left:6px;
  width:35px;
  height:54px;
  background: url('../images/rabbit.png') no-repeat left center;
  background-size: contain;
}

.wrapper{
	margin:0 auto;
	width:880px;
	text-align:left;
}

h2 {
  position: relative;
  color:#576f73;
  font-size:18px;
  font-weight: bold;
  margin-left: -0.5em;
  padding-left:1.3em;
  margin-bottom:0.5em;
  line-height: 1.5;
}
 
h2:before{
    content: "";
    position: absolute;
    background: #00a2bf;
    top: 5px;
    left: 0.5em;
    height: 18px;
    width: 5px;
}

h2.x{
  margin-left: 0em;
  padding-left:0;
  margin-bottom:0.2em;
  vertical-align: top;
}

h2.x:before {
  display:none;
}

h2 span {
  font-size:15px;
  font-weight: normal;
}

.center {
  text-align: center;
}

/* med */
.med {
  margin-bottom:24px;
}

.med .l {
  float: left;
  width:605px;
  margin-right:27px;
}

.med .r {
  float: left;
  width:248px;
}

.med2{
  margin-bottom:2em;
	float:left;
	width:270px;
	margin-right:30px;
}

div.med2:nth-child(3n) {
	margin-right:0;
}

.med2 p {
  height:5em;
}

.med3 img {
  float:left;
  margin-right:24px;
  margin-bottom:2em;
}

/*equ*/
p.news {
/*   background-color: #0b3a42; */
  font-weight: bold;
/*   border-radius:5px; */
  padding-top:.5em;
  padding-bottom:.5em;
/*   color:#fff; */
  color:#0b3a42;
  width:880px;
  margin:0 auto 2em;
  border-top:2px #66c7d8 dotted;
  border-bottom:2px #66c7d8 dotted;
}

.equ img {
  margin-top:1em;
}

.equ li {
  margin-bottom:1.5em;
}

.equ li h3 {
  display: inline-block;
  border-radius: 3px;
  background-color: #66c7d8;
  padding:0 0.5em;
  color: #fff;
  font-weight: bold;
  margin-bottom:.4em;
}

.equ2 {
  float:left;
  width:425px;
  margin-bottom:2em;
}

.equ2:nth-child(2n+1) {
  margin-right:30px;
}

.equ2 h3 {
  font-size:15px;
  font-weight:bold;
}

.equ2 img{
  margin-bottom:0.5em;
  border-radius:5px;
}

.equ3 {
  width:560px;
  margin-right:auto;
  margin-left:auto;  
}

.equ3 .wrap{
  width:100%;           
  padding-bottom: 56.25%;  
  height:0;              
  position: relative;
}

.equ3 .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.price {
  
}

.price th {
  border:1px solid #ddd;
  padding:.5em 0.75em;
  width:8em;
  background-color: #e1f4f7;
}

.price td {
  border:1px solid #ddd;
  padding:.5em 0.75em;
  vertical-align: top;
}

.price td img {
  border-radius: 5px;
}

.price td.c {
  text-align: center;
}

.price td.b {
  font-weight:bold;
  color:#576f73;
}

.price td.s {
  font-size:13px;
}



/* doc */
.doc {
  margin-bottom:24px;
}

.doc .l {
  float: left;
  width:278px;
  margin-right:27px;
}

.doc .r {
  float: left;
  width:523px;
}

.doc td {
  vertical-align: top;
}

.doc td.nb {
  white-space: nowrap;
}

/* inp */
.inp {
  margin-bottom:24px;
}

.inp .l {
  float: left;
  width:158px;
  margin-right:27px;
}

.inp .r {
  float: left;
  width:523px;
}

/*whi*/
.whi {
  margin-top:3em;
	float:left;
	width:270px;
	margin-right:30px;
}

div.whi:last-child {
	margin-right:0;
}

.whi p {
  height:12em;
}

/* ort */
.ort {
  margin-bottom:24px;
}

.ort .l {
  float: left;
  width:542px;
  margin-right:27px;
}

.ort .l img {
  margin-bottom:5px;
}

.ort .l img:nth-child(2n+1) {
	margin-right:5px;
}

.ort .r {
  float: left;
  width:311px;
}

.ort.x .l {
  margin-right:0;
}

.ort.x .r {
  margin-right:27px;
}


.ort2 {
  margin-top:3em;
	float:left;
	width:425px;
	margin-right:30px;
	margin-bottom:30px;
}

div.ort2:last-child {
	margin-right:0;
}

.ort2.x {
	margin-top:0;
}

.ort2 img {
  margin-top:1em;
}

.ort2 li {
  margin-bottom:1.5em;
}

.ort2 li h3 {
  display: inline-block;
  border-radius: 3px;
  background-color: #66c7d8;
  padding:0 0.5em;
  color: #fff;
  font-weight: bold;
  margin-bottom:.4em;
  width:9em;
}


/*top*/
.wrapper.top {
  position: relative;
  width:880px;
}

.left_column {
/* 	float:left; */
	position:absolute;
	left:0;
	width:160px;
/* 	margin-right:30px; */
}
.center_column {
	float:left;
	width:410px;
	margin-left:190px;
	margin-right:30px;
}

.right_column {
	float:left;
	width:250px;
}

th {
  font-weight: bold;
  width:4.5em;
  vertical-align: top;
}


.third_column {
	float:left;
	width:270px;
	margin-right:30px;
}

.half_column {
	float:left;
	width:425px;
	margin-right:30px;
}

.table td{
	padding: 0 0 3px;
}

td.next{
	padding-left: 54px;
}

.map {
  margin-top:94px;
}


.mb16{
	margin-bottom:16px;	
}
.mb24{
	margin-bottom:24px;	
}
.mb32{
	margin-bottom:32px;	
}
.mt24{
	margin-top:24px;	
}
.mt32{
	margin-top:32px;	
}
.mr0{
	margin-right:0;	
}


.animation {
	position:absolute;
	top:0px;
	left:700px;
	z-index:100;
}

footer {
  text-align: right;
	height:20px;
	padding: 4px 0 16px;
	font-size:10px;
	color:#0b3a42;
	border-top: #ccc 1px solid;
	width:880px;
	margin: 0 auto 20px;
}

#pagetop {
  position: fixed;
	bottom:-70px;
  right: 20px;
	z-index:999;
	width:70px;
	height:70px;
	background-image: url(../images/icon_totop.png);
	background-size: contain;
}

.green {
	color:#00A2BF;
}

.red {
  color:#c22c2e;
}

.clear {
	clear:both;
}
