@charset "utf-8";
/* ---------------------------------------
 * Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
	font-size: 16px;
	line-height:1.5;
	min-width:1000px;
	background:url(img/body_bg.png) repeat-x top;
	text-align:center;
}
p{
	margin-bottom:1em;
}
img{
	vertical-align:top;
}
/* class */
.font-white{
	color: #fff;
}
.font-white a:link{color: #9AC5FF;}
.font-white a:visited{color: #D4BAFF;}
.font-white a:hover,a:active{color: #89FFEA;}

.font-pink{
	color: #EB6C65;
}

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.floatR{ float:right; margin:0 0 20px 20px; }
.floatL{ float:left; margin:0 20px 20px 0; }

.textSS{ font-size:60%; }
.textS{ font-size:80%; }
.textL{ font-size:120%; }
.textLL{ font-size:170%; }

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }

.br10px{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

/* list */
.list_circle{
	list-style:circle;
}
.list_circle li{
	margin-left:2em;
	padding-left:1em;
}
.list_point{
	font-size:16px;
}
.list_point li{
	margin: 5px 0 5px 20px;
	padding-left:26px;
	background:url(img/list_point.png) no-repeat left 5px;
}
.list_float li{
	float:left;
	width:40%;
}

/* linkbtn */
.linkbtn{
	border:1px solid #666;
	display: inline-block;
	margin:1em 0;
	padding:10px 20px;
	line-height:1;
}
.linkbtn:after{
	content:"▼";
	font-size:12px;
}
.linkbtn{
	color: #333;
}

/* table */
.table_basic{
	margin:20px 0;
	border-collapse:collapse;
}
.table_basic td,
.table_basic th{
	padding:10px 20px;
	border:1px solid #Fae4cF;
	text-align:center;
}
.table_basic th{
	background:#FFF4DF;
}

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

/* Detail
 * --------------------------------------- */

/* common */
.wrap{
	width:960px;
	margin:0 auto;
}
h2.border{
	color: #FF5B74;
	font-size: 45px;
	line-height:1.2;
	margin:40px -20px 20px;
	padding-bottom: 10px;
	border-bottom:10px solid #ECF0F0;
	text-align:center;
}
h3{
	color:#FF5B74;
	font-size:20px;
	line-height:1.3;
	margin:40px 0 20px;
	text-align:left;
	font-weight:bold;
}

/* cvp */
.cvp{
	background:url(img/cvp_bg.png) no-repeat center;
	height:210px;
	text-align:center;
	position:relative;
}
.cvp a{
	position:absolute;
	top:80px;
	left:495px;
}

/* blocktitle */
.blocktitle{
	margin: 80px 0 50px;
	text-align:center;
	background:url(img/blocktitle_bg.png);
}
.blocktitle img{
	vertical-align:top;
}

/* head */
#head{
}
h1{
	font-size: 12px;
	padding-top:10px;
	float:left;
}

#mv{
	background:url(img/mv.jpg) no-repeat center top;
	height:696px;
	min-width:1000px;
	position:relative;
}

/* gl */
#gl{
	background: url(img/gl_bg.png);
	height: 80px;
	position: absolute;
	width: 100%;
	min-width:1000px;
	top: 616px;
	z-index:10000;
}
#gl.fixed {
	position: fixed;
	top: 0px;
}
#gl li{
	display:inline;
}

/* intro */
#intro{
	padding:75px 0 15px;
}

/* care */
#care{
	background:url(img/care_bg.png) repeat-x;
	padding-bottom:15px;
}

/* check */
#check{
	background:url(img/check_bg.jpg) repeat-x;
	padding:15px 0;
}

/* nayami */
#nayami{
	padding: 50px 0 50px;
	background:url(img/nayami_bg.png) no-repeat center 50px;
}

/* remain */
#remain{
	background:url(img/remain_bg.png) repeat-x;
}

/* contact_02 */
#contact_02{
	padding:30px 0;
}

/* pickup */
#pickup{
}

/* price */
.price{
	padding-bottom:30px;
}
.price h2{
	margin:50px 0 40px;
}
.price .floatR{
	margin-right:30px;
}
.price .text{
	margin-left:30px;
	text-align:left;
}
.price_table{
	font-size:16px;
	border-collapse:collapse;
	margin-left:30px;
}
.price_table.width_short{
	width:610px;
}
.price_table.width_long{
	width:900px;
}
.price_table th,
.price_table td{
	border: 1px solid #D0DBDB;
	padding:10px;
	text-align:center;
}
.price_table th{
	background:#F2F4F4;
}
#price_btn{
	margin:30px;
}

/* contact_03 */
#point{
	background:#FFDDEB;
	padding: 70px 0 40px;
}
#point p{
	margin-bottom:40px;
}

/* clinic */
#clinic{
	background:url(img/bgarrow_02.png) no-repeat center top;
	padding: 50px 0 40px;
}
#clinic .inner{
	width:900px;
	margin: auto;
	text-align:left;
}
#clinic_doctor .floatR{
	width:560px;
}
#clinic_photo img{
	margin:0 20px 20px 0;
}
#clinic_photo .floatR{
	width:260px;
	margin-left:0;
}

/* contact_04 */
#contact_04{
	background:#FFDFE4;
	padding:30px 0;
}


/* foot */
#foot{
	text-align:center;
	font-size:12px;
	padding:20px;
	background:#FFA4B1;
}

/* gototop */
#gototop{
	position:fixed;
	right:6px;
	bottom:6px;
	display:none;
}
