@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;
	text-align:center;
	background:url(img/mv_bg.png) repeat-x top;
}
p{
	margin-bottom:1em;
}
img{
	vertical-align:top;
}
/* class */
.ttl_border_left_lp{
	border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #676E6F;
    color: #676E6F;
    margin-bottom: 10px;
    width: 1020px;
    text-align: left;
    margin: 0 auto;
}
.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%; }
.textsuper{ vertical-align:super; font-size:60%; }

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

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

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

/* common */
.wrap{
	width:1000px;
	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:#9E065C;
	font-size:20px;
	line-height:1.3;
	margin:40px 0 20px;
	text-align:left;
	font-weight:bold;
}

/* cva */
.cva{
	background:#ddd;
	margin-top:30px;
	padding:30px 0;
}
.cva .wrap{
	background:url(img/cva_bg2.png?date=0227) no-repeat center;
	height:252px;
	text-align:center;
	position:relative;
}
.cva a{
	position: absolute;
	top: 90px;
	left: 550px;
}

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

/* head */
#head{
	text-align:left;
	position:relative;
}
h1{
	font-size: 12px;
	padding-top:3px;
	text-indent:80px;
	color:#ddd;
}
#head .reserve{
	position:absolute;
	top:30px;
	right:0;
}

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

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

/* osusume */
#osusume{
	padding:80px 0 15px;
}
#osusume .floatR{
	width:570px;
}

/* onayami */
#onayami{
	background:url(img/onayami_bg.png);
}

/* discovery */
#discovery{
	padding-bottom:60px;
}
#discovery .floatL{
	width:640px;
}

/* pico */
#pico{
	padding-bottom:60px;
}
#pico .floatR{
	width:710px;
}
#pico .borderbox{
	clear:both;
	border: 1px solid #C08D27;
	padding:30px;
	margin:30px 0;
}
#pico .borderbox .floatL{
	margin:0;
}
#pico .borderbox .floatR{
	width:498px;
	margin:0;
}

/* point */
#point{
	padding:30px 0 60px;
	background:#FBF4E8;
}
#point .floatR{
	width:640px;
}

/* monitor */
#monitor{
	padding:60px 0 0px;
}
#monitor table{
	margin: 0 auto;
	width:1020px;
}
#monitor td{
	padding:10px 50px;
}

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

/* clinic */
#clinic{
	padding: 50px 0 40px;
}
#clinic .inner{
	width:900px;
	margin: auto;
	text-align:left;
	padding-bottom:60px;
}
.clinic_photo img{
	margin:0 20px 20px 0;
}
.clinic_photo .floatR{
	width:260px;
	margin-left:0;
}

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


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

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

/* reserve */
#reserve{
	padding:50px 0;
}
#reserve table{
	margin: 20px auto;
}
#reserve th,
#reserve td{
	text-align:left;
}
#reserve .submit{
	padding:20px 50px;
	font-size:20px;
}
#reserve .rewrite{
	padding:16px 50px;
	font-size:16px;
}

.pico_wrapper{
	text-align: left;
    width: 1000px;
    margin: 0 auto;
}
