@charset "shift_jis";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 900px){
	
	
/* =======================================
 Base
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {
    font:15px/1 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    }
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

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

/* =======================================
	Structure CSS
========================================== */
*{
	margin:0;
	padding:0;
}

a {outline:none}

html {
	background: #FFF url();
	color: #333;
	overflow-y:scroll;/*スクロールバーのずれ防止*/
}

body {
	color:#111;
	background-color:#fff;
	background-repeat:repeat-x;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


* html body {     
    background: url(null) fixed;     
}  

#wrapper {
	margin: 0 auto;
	width: px;
}
  
#container{
	margin:0 auto;
}

#header {
}

#contents {
}

#footer {
	clear: both;
}

ul#globalnavi {
}



.main{
}

.topbase{
        text-align: center;
        margin: 0px;
        padding: 0px;
        background:url(01.) repeat-x #fff;	
        line-height:1em;
        font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.ishi1{
	float:left;
	width:52%
}
.ishi2{
	float:right;
	width:46%
}
/* =======================================
 "base/header.css"
========================================== */
/* Header Navi
========================================== */
#header ul#header-navi {
}

#header ul#header-navi li {
	float: left;
	width: px;
}

#header ul#header-navi li a {
	display: block;
	height: px;
	background: url() no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* =======================================
"base/footer.css"
========================================== */
#footer ul#footer-navi li a {
	display: block;
	height: px;
	background: url() no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/* Copyright
========================================== */
#footer p#copyright {
}


.copy{
	font-size:8px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

.gositemap{
	margin: 0 0 0 20px;
}
.gositemap a {
	color:#F90;
}
.gositemap a:hover {
	text-decoration:underline;
}


/* =======================================
"base/globalnavi.css";
========================================== */

ul#globalnavi li {
	float: left;
	width: px;
}
ul#globalnavi li a {
	display: block;
	height: px;
	background: url() no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#globalnavi li a:hover {
	background-color: #FFF;
}

ul#globalnavi li a:hover img {
	visibility: hidden;
}
div#menu {  
    width: 100%;  
    padding: 10px;
	height:77px;
    background: url(../images/common/gnavibg.png) repeat-x;
    position: fixed;  
    top:0;  
    left:0;
	z-index:100;

}  
* html div#menu    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
} 

ul.gnavi{
	margin:5px auto 5px;
	width:850px;
}

ul.gnavi li{
	float:left;
	list-style-type:none;
}

#example-one li a img { 
	border:none;}



/* =======================================
 "base/textdecorations.css";
========================================== */

h1{
	font-size:24px;
	padding:8px 5px 5px 20px;
	background:#81D136;
	color:#FFF;
	margin-bottom:15px;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 20px;         /* CSS3 */
}
h1.toph1{
	font-size:12px;
	font-weight:normal;
	background-color: #FFF;
	color:#F90;}

#contents p, #contents address, #contents th, #contents td {
	font-size: 92.4%;
	line-height: 1.5em;
}

#contents li, #contents dt, #contents dd {
	font-size: 92.4%;
	line-height: 1.335;
}

/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
	font-size: 100%;
}

#contents strong {
	font-weight: bold;
}

#contents a {
	text-decoration:;
}
	
#contents a {
	text-decoration:;
}

#contents a:hover {
	text-decoration:;
}

a{	outline:none;
	text-decoration:none;
	color:#2DBC2E;
}

table.doctor a:link {
	font-size:16px;
	color:#2DBC2E;
	text-decoration:none;
}
table.doctor a:visited  {
	font-size:16px;
	color:#2CB62C;
	text-decoration:none;
}
table.doctor a:hover {
text-decoration:underline;
}
h2.shikaku{
	font-size:18px;
}

.shikakugreen{
	color:#95D815;
	margin-left:-4px;
}
#fadein_sub > div > p{
	margin-bottom:2px;
	}
	
.marbot{
	margin-bottom:1.8em;
}

.marbot_s{
	margin-bottom:1em;
}
	
#fadein_sub > div > p.marbot{
	margin-bottom:1.8em;
}

#fadein_sub > div > p.marbot_s{
	margin-bottom:1em;
}
	
.messagetitle{
	font-size:20px;
	line-height:1.5em;
}

ul.message li a:link{
	color:#2DBC2E;
}
ul.message li a:hover{
	text-decoration:underline;
}

h2.shikaku{
	font-size:18px;
}
.rubi{
	font-size:10px;
}
.menutext{
	display:none;
}
.accesstel a{
}
.br-sp{
	display:none;
}
.br-pc{
display:block;
}

.none-sp{
	display:inline;
}
.none-pc{
display:none;
}	
	
/* =======================================
@import "parts/others.css";
========================================== */
.topimage{
	display:none;
}

#logo{
	margin-top:150px;
}

#logotel{
	display:none;
}
.sum{
	position:relative;
	display: inline;
}


.photo{
	position:absolute;
	top:47%;
	left:50%;
	margin:-261px 0 0 -477px;
	width:954px;
	height:583px;
}


#news #container #fadein #fadein_sub .oshirasekorona {
	font-size:15px;
	margin:1em auto 0.7em;
	padding:0.3em;
	text-align:left;
    line-height: 1.8em;
}
#news #container #fadein #fadein_sub .oshirasekyuujin {
	font-size:15px;
	margin:1.5em auto 0.7em;
	padding:0.3em;
	text-align:left;
}
#news #container #fadein #fadein_sub .oshirasekorona strong{
	font-size:16px;
	margin-left:-0.5em;
	color: #F30;
	font-weight:bold;
}

.faqs{
	color:#F90;
	font-size:10px;
	margin-top:15px;
}
.faqs dt:hover{
	cursor:pointer
	}
	
.faqs dd {
	padding:0;
	margin:0;
}

div#menu2 {
	 width: 100%;
	padding: 0px;
	z-index:100;
}

.accessmapsmart{
	display:none;
}

.nonebr br{
	display:none;
}

p.accesstel a{
}

p.accesstel{
	display: block;
}

.datesmart{
	display:none;
}

/* =======================================
"parts/table.css";
========================================== */

table.doctor{
	margin: 10px 0 10px 50px;
}
table.doctor tr td {
	width:400px;
}
p.doctor_p{
	line-height:2.7em;
	
}
table.doctor tr td{
	padding:8px 5px 8px 0px;
	vertical-align: top;
	margin: 10px;
}
table.link{
	float:left;
	font-size:17px;
	margin: 10px 0 10px 50px;
}
table.link tr td {
	width:300px;
}
p.link_p{
	line-height:2.7em;
	
}
table.link tr td{
	padding:8px 5px 8px 0px;
	vertical-align: top;
	margin: 10px;
}
table.link tr td a:link{
	color:#2DBC2E;
}
table.link tr td a:hover{
	text-decoration:underline;
}

.docinfotable{
	margin:5px 0 5px 0;
}

.toptable{
	float:left;
	margin-left:25px;
}
.toptable td{
	padding:5px;
}


/* =======================================
"parts/form.css"
========================================== */

#contents input {
	position: relative;
	height: em;
	font-size: 100%;
	line-height: ;
	vertical-align: middle;
}
/* 2.Select
========================================== */
#contents select {
	position: relative;
	font-size: 100%; /* Reset */
	line-height: ;
	vertical-align: middle;
}
/* 3.Textarea
========================================== */
#contents textarea {
	position: relative;
	margin: ;
	width: 100%;
	line-height: ;
	vertical-align: middle;
}

/* =======================================
"individual/others.css"
========================================== */

/* =======================================
 -----------------------------------------
	FADE IN
 -----------------------------------------
========================================== */


#fadein{
	line-height:1.7em;
	width:650px;
	text-align:left;
	position:absolute;
	top:80px;
	left:50%;
	margin:0px 0 30px -430px;
	padding:0px 0px 30px 0px;
	display:none;
}
#fadein_sub{
	width:720px;
	text-align:left;
	border:#0C3 1px solid;
	padding:30px 50px 30px;
	background: rgba(228, 248, 215, 0.9); /* RGBを10進数(0～255)で指定、不透明度を0～1.0で指定 */
	*bsackground-color:#F0FFE1; /* IE7 and below */
}
	
#fadein_sub p{
    line-height: 2.3em;
    margin-top: 5px;
}

#doctor #fadein_sub p{
    line-height: 1.7em;
}
#clinic #fadein_sub p{
    line-height: 1.9em;
}
#scurinfo #fadein_sub p{
    line-height: 2.1em;
}
    
.ie9 #fadein_sub{
	background-color:#F0FFE1; /* IE9 and below */
}

html.ie8 #fadein_sub{
	background-color:#F0FFE1; /* IE8 and below */
}


#fadein img{
}

/* large.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"]{
	width:720px;
	 height: 400px;
}
  .underline{
    text-decoration: underline;
    text-underline-offset: 4px;  
  }
  
}
