@charset "utf-8";
/* CSS Document */
body {
	background: top center;
	margin: 0;
	padding: 0;
	text-align:left;
    font-size:14px;
	letter-spacing: 1px;
	color:#333;
	/*line-height:1.6; */
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
}

* {
	padding:0;
	margin: 0;
}


/* テキストのリンク */
a{
	text-decoration:none;
	color:#333;
}

a:hover{
	color:#333;
	text-decoration:underline;
}

a:visit{
	color:#333;
}




#wrapper{
	margin:0 auto;
/*	height: 2300px;*/
    height: 2450px;
}

/*　Index　TOPページ　*/

/* ヘッダー */
#headerWrapper {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(/wp-content/assets/bgheaderWrapper.jpg) repeat-x;
}

#header {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    width:960px;
    height:118px;
}

#header .hedText {
	position: absolute;
	width:565px;
	height:20px;
	font-size:12px;
	left:0px;
	top:6px;
}


#header h1.siteTitle {
	position: absolute;
	top: 33px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 300px;
	height:70px;
	display: block;
	float: left;
	background: url(/wp-content/assets/bgSiteTitle.gif) 0px 0px;
	z-index: 999;
}


#header #topTel {
	position: absolute;
	top:5px;
	right: 1px;
	margin: 0;
	padding: 0;
	width:370px;
	height:110px;
	display: block;
}


#header #topTel .companyTel1 {
	position: absolute;
	top: 0px;
	right:1px;
	margin: 0;
	padding: 0;
	width:370px;
	height:110px;
	display: block;
	background: url(/wp-content/assets/imgTopTel.gif);
}

.altText {
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}
/* ヘッダー終わり */
#corona{
	  text-align: center;
}

/* ナビゲーションボタン */
#gMenu {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    height:50px;
    background: url(/wp-content/assets/bgGMenu.jpg) repeat-x;
}
#navi{
	width:960px;
	height:50px;
	margin:0 auto;
}

.gmenuHome{
	width:auto;
	height:50px;
	float:left;
}

img{
	border:none}

#containerUpper{
	width:960px;
	margin:0 auto;
	padding:0;
}

#main{
	width:960px;
	margin:0px auto;
}

p{
	margin:0;
	padding:0;
}


#left{
	width: 695px;
	height: auto;
	float: left;
	margin-top: 30px;
}



/* メイン画像 */
#mainImg {
	width: 960px;
	height: 350px;
	margin: 10px 0 5px;
}


#left h2{
	margin:0;
	padding:0;
}


#left p{
	margin:0 5px 20px;
}



/* 2つのカテゴリ */
.topCategori{
border: 1px solid #99C55A;
width: 250px;
height: 250px;
padding: 30px;
background-color:#F1F8E9;
font-size: 12px;
float: left;
}

.CategoriImg{
	margin: auto 25px;
}

.main01 {
margin-right:70px;
}


.main02 {
margin-right:0px;
}


.topCategori a:hover img{
    opacity: 0.75;
    filter: alpha(opacity=75);
}



p.textTitle{
	font-size:14px;
	padding-left:22px;
	background: url(/wp-content/assets/greenArrow.png) no-repeat 0 3px;
}

p.textTitle a{
	color:#333;
	text-decoration:none;
}

p.textTitle a:hover{
	color:#333;
	text-decoration:underline;
}


.left-bar{
	width:695px;
	height:auto;
	float:left;
	margin:20px 0 0;
}



/* 新着情報 */

#news{
	width:695px;
	height:auto;
	float:left;
	margin-bottom:20px;
}



#news div.news-wrap {
    height:auto;
}

#news div.news-wrap dl {
    zoom: 1;
}

#news div.news-wrap dl {
    width:695px;
    padding:6px 0;
    background: url(/wp-content/assets/dot.gif) repeat-x left bottom;
		float:left

}

dl {
    display: block;
	margin:0;
}

#news div.news-wrap dt {
    float: left;
    width:110px;
	padding-left:10px;
}

dt {
    display: block;
}

#news div.news-wrap dd {
    width:570px;
		float:left

}

#news div.news-wrap dd a{
	color:#333;
	text-decoration:none;
}


#news div.news-wrap dd a:hover{
	color:#333;
	text-decoration:underline;
}


dd {
    display: block;
}

#news div.news-wrap dl::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/* アクセス */
#access {
width: 695px;
zoom: 1;
float:left;
}

#access .info {
float: left;
width:300px;
margin-left:10px;
}

#access .info dl {
margin-bottom:25px;
float:left;
}


#access .info dl dt {
float: left;
width:284px;
font-weight: bold;
margin-bottom:8px;
background:url(/wp-content/assets/greenArrow2.gif) no-repeat 0 6px;
padding-left:16px;
}

#access .info dl dd {
float:left;
width:300px;
margin-left:0;
}


br {
letter-spacing: 0;
}


#access #map {
float: right;
width:370px;
height:330px;
border:1px solid #CCC
}

#access #map dt {
font-size:14px;
text-align:center;
}


dt {
display: block;
}

dd {
display: block;
margin-left:0
}


dl {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}



dl, dt, dd, ul, li, tr, th, td {
margin: 0;
padding: 0;
vertical-align: baseline;
}

#access span{
color:#a40000;
}



/*　診療時間　*/

#time{
	width:695px;
	height:auto;
	float:left;
}


table.basis {
	float:left;
    border-collapse: collapse;
    margin: 20px 0 10px 10px;
    font-size: 108%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    order-color: inherit;
}


tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

table.basis {
border-collapse: collapse;
font-size: 108%;
}


table.basis th {
font-weight: normal;
border: 1px solid #666;
text-align: center;
background-color: #F1F8E9;
padding: 8px;
}

td, th {
display: table-cell;
vertical-align: inherit;
}


table.basis td {
border: 1px solid #666;
text-align: center;
padding:8px;
}

table.basis td span{
	font-size:12px
}


table.basis td span.red {
color:#a40000;
font-size:14px;
}

.timeBox{
	width:695px;
	height:auto;
	float:left;
}


.time-text {
text-align: right;
}

.time-text span{
color:#a40000;
}



#right{
	width:240px;
	height:auto;
	float:right;
}




/* サイドメニュー */
#sideMenu{
	width:240px;
	height:auto;
	float:right;
	margin:15px 0 0;
}


#sideMenu h4{
	width:240px;
	height:40px;
	float:left;
    margin:0
}


#sideMenu ul {
    margin:0px 0 0 0px;
    float:left;
}

#sideMenu ul.contents li a {
    padding-left:28px;
    background: url(/wp-content/assets/sideArrow.gif) no-repeat 8px 2px;
	color:#333;
	text-decoration:none;
}

#sideMenu ul.contents li a:hover {
	text-decoration: underline;
}



#sideMenu ul.contents li{
     width: 240px;
     padding:6px 0;
	 letter-spacing:2px;
     background: url(/wp-content/assets/dot.gif) repeat-x left bottom;
}

#sideMenu ul li {
     list-style: none;
}

#sideMenu ul li span{
	font-size:12px;
}



/* サイドバーの診療時間など */
.sideTime{
margin:20px 0 0;
padding:8px;
width:222px;
float:left;
border:1px solid #ccc
}


.sideTime p {
line-height:140%!important;
margin:10px 5px;
}

.orange {
color: #ff9f02!important;
font-size:smaller
}


.sideTime table {
border: 1px solid #CCC;
border-collapse: collapse;
width: 100%;
margin:5px 0;
padding: 0;
}

.sideTime table {
border-collapse: collapse;
}

.sideTime table {
border-collapse: collapse;
}

.sideTime th {
font-weight: normal;
border: 1px solid #CCC;
text-align: center;
background-color: #fef9db;
padding: 2px;
}

.sideTime td {
background-color: #fff;
border: 1px solid #c2c8bb;
font-size: 100%;
text-align: center;
color: #2d2d2d;
padding: 2px;
width: 40px!important;
}

.red{
color:#a40000!important;
}



p.sideText{
	font-size:12px;
}





/* サイドバーアクセス */
.sideAcc{
margin:20px 0 0;
width:240px;
height:331px;
float:left;
background:url(/wp-content/assets/sideAcc.gif);
}

.side_accBox{
	width:220px;
	height:auto;
	float:left;
	margin:245px 10px 0;
	font-size:12px;
}


p.accText{
	margin-top:10px;
}



/* サイドバーカード */
.sideCard{
margin:20px 0 0;
padding:8px;
width:222px;
float:left;
border:1px solid #ccc
}


.cardInner{
	width:220px;
	height:auto;
	float:left;
	margin:5px 5px 0;
	font-size:12px;
}




/* ページの先頭に戻る */
.top{
	width:960px;
	float:left;
}

.pagetop a{
	color:#286C89;
　　text-decoration: none;
　　padding-bottom:5px;
}


.pagetop:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.pagetop {
width:118px;
float:right;
text-align: right;
cursor:pointer;
margin-top:20px;
}





/* フッター */
#footerWrapper {
	background: url(/wp-content/assets/bgFooterWrapper.gif);
}


#footer {
    margin: 0 auto;
    padding:0;
    width:960px;
    text-align: left;
	color:#333;
}



#link{
　　padding: 0px 0 0;
　　width:960px;
	height:50px;
	text-align:left;
	margin:0px auto;
	line-height:50px;
	border-bottom:1px solid #FFF;
}

#menu{
	list-style-type:none;
	margin:0
}

#menu li{
	display:inline;
	padding:0 15px;
	background-image:url(/wp-content/assets/greenArrowFooter.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}




#footerItem.clearFix{
	width:auto;
	height:162px;
}


.clearFix::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



#footerAdd {
    width:960px;
    float: left;
	margin:15px 0 0 0;
}

#footerAdd1 {
    width:300px;
    float: left;
    font-style: normal;
	line-height:1.4
}

#footerAdd1 a:hover{
	opacity: 0.75;
    filter: alpha(opacity=75);
}



#footerAdd2 {
    width:300px;
	height:90px;
    float:left;
    font-style: normal;
	padding-top:20px
}

p.addText{
	text-align:left;
	font-size:13px;
	line-height:1.6;
}


#footerAdd p {
    margin: 0;
    padding: 0;
}


address {
   display: block;
}

.corona-box{
	width:300px;
	height:300px;
}

.footerCopyright{
	width:960px;
	height:37px;
	line-height:37px;
	font-size:13px;
	color:#FFF;
	text-align:center;
	float:left;
}

/*
     FILE ARCHIVED ON 23:48:12 Jan 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:58:50 Jul 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.309
  load_resource: 66.891
  PetaboxLoader3.resolve: 34.613
  PetaboxLoader3.datanode: 9.547
*/