@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}

p{color:#555;}

.head{margin-top:0px;
	width:100%;
	background:#fff;}


.header{
	/*width:980px;
	height:77px;*/
	margin:0 auto;
/*	padding:15px 0;
*/	position:relative;
}
.description-box {
    background-color: #ee859a;
    padding: 2px 2px;
}
    .description {
      font-size: 14px;
/*      max-width: 767px;
*/    line-height: 1.2em;
      margin-top: 2px;
      margin-bottom: 2px;
      font-weight:inherit;
    }


h1{margin-top:11px;
   text-align:center;
}

.header p{
	position:absolute;
	top:20px;
	right:10px;
	text-align:right;
	color:#555555;
}
.wrapper{
	width:980px;
	margin:0px auto 0px;
	background:#fff;
	padding:10px 0 20px;
}

.main_box{

	margin-top:13px;
}
.mainout{
background:url(../img/main_bg.jpg)no-repeat scroll center top / 100% auto transparent;
position: relative;
width:100%;
height:500px;
}

.main{
	width:980px;
	margin:0 auto;

}
.main .right{
	width:320px;
	float:right;
	padding-top:3px;
}
.main .left{
	width:380px;
	float:left;
	margin-top:80px;
}
.main .left img{
}
/* Clearfix */

.clearfix:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.clearfix{
	display:inline-block;
	font-size: 18px;
}
.mainbox .clearfix{background:#e4d0a4;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.clear {
clear: both;
}


.about .left{
	width:490px;
	float:left;
	
}

.about .left p{margin:0 0 0 30px;}

.about .right{
	width:490px;
	float:left;
}

.about .right iframe{margin:0 0 0 30px;}


.border{
	border:#665020 1px solid;
}
h2{
	padding:12px 0 12px 0px;
	color:#555555;
	font-size:26px;
	border-bottom:2px solid #ee859a;
	width:100%;
	font-weight:300;
	margin:0px auto;
}
.doc{
	background:url(../img/doctor.jpg) no-repeat right bottom;
	padding-right:150px;
}
h3{
	color:#ee859a;
	font-size:16px;
	border-bottom:solid 1px #ee859a;
	width:90%;
	margin:15px auto;
}
table{
	width:90%;
	border-collapse:collapse;
	margin:0 auto;
}
table th{
	background:#FFDAE1;
	color:#555;
}
table td{
	color:#555;
}
table td,
table th{
	border:solid 1px #cccccc;
	text-align:center;
}
.copy{
	width:980px;
	margin:5px auto;
	text-align:center;
}
a{
	color:#41a1e5;
}
a:visited{
	color:#41a1e5;
}
.foot{width:100%;
	background-color:#ee859a;
	padding:20px 0;}
	
	
.foot a,.foot p{color:#fff;}

.foot a:hover{color:#aaa;}

.shisetsu{margin-left:80px;}
.shisetsu .img{float:left;
				width:30%;}
		
.center{text-align:center;}

.top-greet{
  width: 980px;
  margin: 0px auto 0;
  background:#FFDAE1;

  /*padding: 40px 0 40px;*/
}
.top-greet__left{
    float: left;
    width: 100px;
}

.top-greet__right{
    float: right;
    background:#FFDAE1;
    border-radius: 13px;
    padding:7px;
    width: 724px;
    margin: 16px 0 16px; 
}
.top-greet__right__text01{
	font-size:22px;
	font-weight:inherit;
	margin: 8px 0 0 8px;
}
.top-greet__right__text{
      line-height: 1.8em;
      border-bottom: 1px dashed $pink;
      margin:20px 10px 20px 10px;
  }
 .top-greet__right__text-right{
 	text-align: right;
     margin: 20px 6px;
 }