@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: 13px;
	line-height:1.5;
}
p{
	margin-bottom:1em;
}
img{
	width:100%;
	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-bottom:15px; }
.floatL{ float:left; margin-bottom:15px; }

.textSS{ font-size:60%; }
.textS{ font-size:80%; }
.textL{ font-size:100%; }
.textLL{ font-size:170%; }
.textsuper{ vertical-align:super; font-size:60%; }

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

/* width */
.width100{width:100% !important;}
.width95{width:95% !important;}
.width90{width:90% !important;}
.width80{width:80% !important;}
.width70{width:70% !important;}
.width60{width:60% !important;}
.width50{width:50% !important;}
.width45{width:45% !important;}
.width40{width:40% !important;}
.width35{width:35% !important;}
.width30{width:30% !important;}
.width20{width:20% !important;}
.width10{width:10% !important;}

.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 10px;
	border:1px solid #ddd;
	text-align:center;
}
.table_basic th{
	background:#eee;
}

.clr{ clear:both; }

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

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

/* common */
.wrap{
	width:90%;
	margin:0 auto;
}
h2.img{
	margin:10px -5% 10px;
	padding-bottom: 10px;
}
h2.border{
	color:#9E065C;
	font-size: 25px;
	line-height:1.2;
	margin:30px -5% 10px;
	padding-bottom: 10px;
	border-bottom:10px solid #ECF0F0;
	text-align:center;
}
h3{
	color:#9E065C;
	font-size:20px;
	line-height:1.3;
	margin:30px 0 10px;
	text-align:left;
	font-weight:bold;
}

/* cva */
.cva{
  border:3px solid #ddd7db;
  border-radius: 10px;
	padding:6px;
  margin:3% 2% 5%;
}
.cva_inner{
	padding:10px 14px 14px;
}
.cva_inner > a{
	display:block;
  margin-bottom:6px;
}

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

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

#mv{
}

/* osusume */
#osusume{
	padding:0 0 50px;
}

/* pico */
#pico .borderbox{
	clear:both;
	border: 1px solid #C08D27;
	padding:20px 20px 1px;
	margin:30px 0;
}

/* point */
#point{
	background:#FBF4E8;
	padding-bottom:20px;
}

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

/* doctor */
#doctor{
	padding:30px 0;
}
#doctor .inner{
	padding-bottom:20px;
}
#doctor dt{
	float:left;
	width:8em;
}
#doctor dd{
	margin-left:8em;
}

/* reserve */
#reserve{
	padding:30px 0;
}
.form_dl{
	border:1px solid #Fae4cF;
	margin:20px 0;
}
.form_dl dt,
.form_dl dd{
	padding:10px 20px;
	border:1px solid #Fae4cF;
	text-align:center;
}
.form_dl dt{
	background:#FFF4DF;
}
.form_dl dd{
	text-align:left;
}
input[type=text],
textarea,
select{
	font-size:16px;
	padding:5px 0;
	margin-bottom:5px;
}
input[type="radio"], input[type="checkbox"] {
    font-size: x-large;
    height: 30px;
    width: 30px;
	margin-bottom:5px;
}
input, select {
    vertical-align: middle;
}
.submit{
	font-size: 170%;
    padding: 15px 7%;
	color:#fff;
	border:3px double #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6687+0,ff3863+100 */
background: #ff6687; /* Old browsers */
background: -moz-linear-gradient(top,  #ff6687 0%, #ff3863 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff6687 0%,#ff3863 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff6687 0%,#ff3863 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6687', endColorstr='#ff3863',GradientType=0 ); /* IE6-9 */
}
.rewrite{
	font-size:24px;
	padding:15px 40px;
	color:#fff;
	border:3px double #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#898989+0,666666+100 */
background: #898989; /* Old browsers */
background: -moz-linear-gradient(top,  #898989 0%, #666666 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #898989 0%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #898989 0%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}



/* clinic */
#clinic{
	background:url(img/bgarrow_02.png) no-repeat center top;
	padding: 10px 0 40px;
}
#clinic .inner{
	text-align:left;
}
.clinic_photo{
	width:90%;
	margin:0 auto 40px;
}

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

/* menu
 * --------------------------------------- */
/* menubtn */
#menubtn{
	width:16%;
	position:fixed;
	top:6px;
	right:1%;
	z-index:10000;
}
#overray{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11000;
	background:rgba(0,0,0,0.70);
	display:none;
}
/* gl */
#gl{
	position: fixed;
	width: 90%;
	top: 5px;
	right:3%;
	z-index:12000;
	border:5px solid #dEc6dC;
	display:none;
}
#gl li a,
#gl li span{
	display:block;
	background:#EDEFF1;
	padding:15px;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	color:#333;
}
#gl li.cv a{
	color:#fff;
	background:#9E065C;
	border-top:1px solid #bE267C;
	border-bottom:1px solid #7E003C;
}
#gl li.close span{
	background:#dDdFe1;
}

/* accordion
 * --------------------------------------- */
.accordion_btn:after{
	content:"▼続きを読む";
	display:block;
	margin:5px 0 30px;
	padding:15px;
	background:#CCCCCC;
	text-align:center;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
}
.accordion_btn.accordion_hide:after{
	content:"▲閉じる";
	display:block;
	margin:5px 0 30px;
	padding:15px;
	background:#CCCCCC;
	text-align:center;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
}

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

.ttl_border_left_lp{
	border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #676E6F;
    color: #676E6F;
}

.pico_text{
	margin: -30px 20px 30px 20px;
}

.pico_text2{
	margin: 0px 0px 0px 0px;
}

.pico_text3{
	margin: 0px 20px 30px 20px;
}