@charset "utf-8";
/* CSS Document */


/*--------------------------
	reset
--------------------------*/
body,article,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
th,td { vertical-align: top; }
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
html {background-color: transparent; background-image: none;}
input{font-style:inherit; font-weight:inherit; margin:0; padding:0; vertical-align:baseline;} 
img{vertical-align:bottom;}

/*--------------------------
	common
--------------------------*/
.clearfix:before,.clearfix:after {content:"";display:table;} 
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

.fLeft{float:left;}
.fRight{float:right;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

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

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.bold{font-weight:bold;}
.red{color:#F00;}
.blue{color:#00F;}
.gray{color:#666;}

.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}

.vtop{vertical-align:top;}
.vmiddle{vertical-align:middle;}
.vbottom{vertical-align:bottom;}


ol.ol{list-style:decimal;}
ul.ul{list-style:disc;}

input[type="submit"]:hover{cursor:pointer;}

a {
    text-decoration: none;
    color: #08C;
}
  
a:hover { color: #0AF; }

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;  
}

/*------------------------------------------

	hover時アニメーション！hover前に入れる
	-webkit-transition: 0.5s ease-in-out;
	   -moz-transition: 0.5s ease-in-out;
		 -o-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
	
	透過
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	

------------------------------------------*/



/*--------------------------
	base
--------------------------*/
html{webkit-text-size-adjust:100%;}

body{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:180%;
	background:#FAFAFA;
	color:#2A2624;
}



#wrapper{
}



/* header -------------------------*/
#header_wrapper{
	background:#FFF;
	padding:30px 0 30px 0;
	margin-bottom:40px;
	}

#header{
	margin:0 auto;
	width:950px;
	position:relative;
	}

.header_seo{
	color:#666;
	font-size:10px;
	letter-spacing:.1em;
	position:absolute;
	top:30px;
	right:0;
}

.logo{margin-bottom:20px;}


#gNavi{float:left;}
#gNavi li{float:left;}

#gNavi a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.header_tel{float:right;margin-top:-18px;}

/* contents -------------------------*/

#contents_wrapper{
	margin:0 auto 40px auto;
	width:950px;
	}


/*static*/
.static{
	background:#FFF;
	padding:0 20px 20px 20px;
	width:910px;
	}

.static h2{margin-bottom:20px;}



/* footer -------------------------*/

#footer_wrapper{
	background:#FFF;
	color:#2A2724;
	font-size:12px;
	letter-spacing:1px;
	}

#footer{
	margin:auto;
	width:950px;
	position:relative;
	padding:50px 0 50px 0;
	}

.address{float:left;}

.copyright{padding-top:8px;}

.pagetop{
	position:absolute;
	top:-25px;
	right:0;
}

#foot_logo{float:right;}



/*medical_box----------------------------*/

.medical_box h3{margin-bottom:27px;}

.medical_box{
	background:#FFFFFF;
	padding:0 20px 35px 20px;
	font-size:13px;
	}
.medical_box h4{margin-bottom:15px;}
.medical_box table{border-top:#999999 1px dotted;}
.medical_box th{
	font-weight:bold;
	padding:15px;
	background:url(images/icon02.png) 0 center no-repeat;
	border-bottom:#999999 1px dotted;
	line-height:120%;
	}

.medical_box td{
	border-bottom:#999999 1px dotted;
	padding:15px;
	vertical-align:middle;
	line-height:120%;
	}

/*privacy----------------*/

.privacy_box{
	overflow-y:scroll;
	height:300px;
	font-size:12px;
	border:1px #eee solid;
	}
.privacy_box ol li{float:none;}
.privacy_box p{
	margin-bottom:15px;
	}
.privacy_box .ol{
	margin:0 0 20px 20px;
	}
.privacy_box h3{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #666666;
	
	}

.privacy_box_inner{
	padding:10px;
	}