@charset "utf-8";
/*
Theme Name: ホスピタテンプレート(黒)
Theme URI: http://hospita.jp/
Description: <a href="http://hospita.jp/" target="_blank">ホスピタ</a> によるテンプレート
Version: 1.0
Author: ホスピタ
Author URI: http://hospita.jp/
Tags: black
Text Domain: hospita
*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*
[YUI Font Size Adjustment]
10px - 77%		11px - 85%		12px - 93%		13px - 100%
14px - 108%		15px - 116%		16px - 123.1%	17px - 131%
18px - 138.5%	19px - 146.5%	20px - 153.9%	21px - 161.6%
22px - 167%		23px - 174%		24px - 182%		25px - 189%
26px - 197%
*/



/*---------------------------------------------------
共通設定
---------------------------------------------------*/

body{
margin:0;
padding:0;
font-family:Meiryo,MS PGothic, Osaka;
text-align:center;
}

.c:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.c{display:inline-block;}
* html .c{height:1%;}
.c{display:block;}

#page{
width:840px;
margin:0 auto;
padding:0;
text-align:left;
border-style:solid;
border-color:#fff;
border-width:0 1px 1px 1px;
}

#back{
width:860px;
margin:0 auto;
padding:0;
background:url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/back_gra.jpg) repeat-y;
border-width:0 0 0 0;
text-align:center;
}

a:link,
a:visited {
	color: #996666;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #999999;
	text-decoration: none;
}

.txtred {
color:red;
}
.txtblue {
color:blue;
}
.bold {
font-weight: bold;
}
.backg{
background:#666;
color:#fff;
}

/*---------------------------------------------------
ヘッダ
---------------------------------------------------*/

#header .description{
margin:0;
padding:1px 15px;
font-size:85%;
font-weight:normal;
line-height:100%;
color:#999;
text-align:right;
abackground-color:#ff9ec9;
あbackground-color:#ffb7d6;
background-color:#e8e8e8;
}

#header .header-contents{
background:url(http://www.tojowomens.com/wp-content/uploads/2010/05/head_haikei.jpg) no-repeat;
background-position:bottom;
}

#header .left{
width:500px;
float:left;
height:80px;
}

#header .right{
width:330px;
height:80x;
float:right;
}

/* ロゴ */
#header .logo img{
border:0;
margin-top:20px;
margin-left:20px;
}

/* 検索フォーム */
#header .right form{
margin:0;
padding:5px 20px 0 0;
text-align:right;
}

#header .right form input{
font-size:108%;
}

/* フリーエリア */
#header #head_free{
margin:3px 20px 0 0;
font-size:93%;
}

#header #head_free p{
margin:0;
padding:0;
}

.gra{
width:840px;
height:20px;
background:url(images/gra_u.gif) no-repeat;
}

/*---------------------------------------------------
グローバルナビゲーション
---------------------------------------------------*/

#global-navi{
margin:0;
padding:0;
font-weight1: bold;
position: relative; z-index: 10;
}

#global-navi .pagenav{

}
#global-navi .page_item{
}
#global-navi .current_page_item{
}
#global-navi .current_page_parent{
}
#global-navi .current_page_ancestor{
}


#global-navi .page-item-18{
width:81px!important;
}
#global-navi .page-item-25{
width:78px!important;
}
#global-navi .page-item-27{
width:68px!important;
}
#global-navi .page-item-1018{
width:81px!important;
}
#global-navi .page-item-31{
width:92px!important;
}
#global-navi .page-item-33{
width:120px!important;
}
#global-navi .page-item-35{
width:180px!important;
}
#global-navi .page-item-43{
width:125px!important;
}
#global-navi .page-item-45{
width:135px!important;
}

#global-navi .page-item-507{
width:180px!important;
}
#global-navi .page-item-511{
width:180px!important;
}
#global-navi .page-item-529{
width:180px!important;
}
#global-navi .page-item-532{
width:180px!important;
}

/* Superfish設定 */

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu li,
.sf-menu a{
margin:0;
padding:0;
list-style:none;
}
.sf-menu{
line-height:1.0;
}
.sf-menu ul{
position:absolute;
top:-999em;
width:10em;/* left offset of submenus need to match (see below) */
}
.sf-menu ul li{
width:100%;
}
.sf-menu li:hover{
visibility:inherit;/* fixes IE7 'sticky bug' */
}
.sf-menu li{
float:left;
position:relative;
}
.sf-menu a{
display:block;
position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
left:0;
top:28px;/* 最上メニューの縦幅に合わせる */
z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul{
top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul{
left:10em;/* match ul width */
top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{
top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul{
left:10em;/* match ul width */
top:0;
}

/*** DEMO SKIN ***/

.sf-menu a {
height:28px;
line-height:28px;
padding:0 0 0 5px;
font-size:93%;
text-decoration:none;
background-image:url(images/global_navi.gif);
background-repeat:repeat-x;
background-position:0 0;
text-align:left;
}
.sf-menu .first{
border-left:0;
}
.sf-menu a,
.sf-menu a:visited{/* visited pseudo selector so IE6 applies text colour*/
color:#fff;
}
.sf-menu li li{
background-color:#555;
}
.sf-menu li li li {
background-color:#666;
}
.sf-menu a:hover{
outline:0;
background-position:0 -28px;
}

.sf-menu ul a{
height:28x;
line-height:28px;
font-size:93%;
background-image:none;
background-color:#ff75a8;
}
.sf-menu ul a:hover{
background-color:#ffa3c6;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right:5px;
min-width:1px;/* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url('images/arrows-ffffff.png') no-repeat -10px -100px;/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator{/* give all except IE6 the correct values */
top:.8em;
background-position:0 -100px;/* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator{
background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator{
background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator{
background-position:0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator{
background-position:-10px 0;/* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul{
background:url('images/shadow.png') no-repeat bottom right;
padding:0 8px 9px 0;
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
-webkit-border-top-right-radius:17px;
-webkit-border-bottom-left-radius:17px;
}
.sf-shadow ul.sf-shadow-off{
background: transparent;
}

/*---------------------------------------------------
フッタ
---------------------------------------------------*/

#footer{
margin:0 0 0 0;
padding:0 0 0 0;
border-top:1px solid #ccc;
width:840px;
}

/* フッタナビゲーション */

#footer .footer-menu{
height:30px;
margin:0 0 0 0;
padding:0 0 0 0;
}

#footer .footer-menu ul{
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
text-align:center;
}

#footer .footer-menu li{
line-height:30px;
margin:0 10px 0 0;
display:inline;
font-size:90%;
}

/* コピーライト */

#footer .copyright{
height:50px;
margin:0 0 0 0;
padding:0 20px 0 20px;
font-size:77%;
font-family:Verdana,MS PGothic,Osaka;
color:#666;
line-height:100%;
background:#f2f2f2;
}

#footer .copyright .left{
padding:20px 0 0 0;
width:400px;
float:left;
}

#footer .copyright .right{
padding:10px 0 0 0;
width:400px;
float:right;
text-align:right;
}



/*---------------------------------------------------
コンテンツ
---------------------------------------------------*/

#wrapper{
margin:0;
padding:20px 30px 20px 30px;
}

body.home #wrapper{
margin:0;
padding:20px 30px 20px 30px;
background-repeat: no-repeat;
background-position: right bottom;
}

/* ヘッダイメージ */

#header_image{
width:100%;
position:relative;z-index: 1;
overflow:hidden;
}

#header_image h1{
margin:0;
padding:0;
font-size:108%;
}

#header_image img{
position:absolute;
top:0px;
left:0px;
background-color:#fff;
}


/* ヘッダタイトル */

#header_title{
margin:0;
padding:0 0;
clear:both;
border-bottom1:1px solid #999;
}

#header_title h1{
margin:0;
padding:0;
position:relative;
overflow:hidden;
}

#header_title img{
position:absolute;
top:0px;
left:0px;
background-color:#fff;
}



/*---------------------------------------------------
単一ページ
---------------------------------------------------*/

/* コンテンツ */

body.page #content{

}

body.page #content .entry p{
font-size:100%;
line-height:140%;
color:#666;
margin:0 20px 0 20px;
}

.kuzu{
font-size:100%;
line-height:100%;
color:#666;
margin:0 0 0 0;
}


body.page #content .betupage{
font-size:100%;
line-height:140%;
width:780px;
text-align:right;
}

body.page #content .entry h2{
margin:20px 0 5px 0;
padding:0px 0px 8px 25px;
font-size:131%;
font-weight:bold;
color:#666;
line-height:220%;
background-image:url(http://www.tojowomens.com/wp-content/uploads/2010/05/title_h2.jpg);
background-repeat:repeat-x;
background-position:0 0;
height:45px;
width:755px;
}

body.page #content .entry h3{
margin:20px 0 5px 0;
padding:8px 0px 0px 25px;
font-size:116%;
font-weight:bold;
color:#666;
line-height:90%;
background-image:url(http://www.tojowomens.com/wp-content/uploads/2010/05/titile_h3.jpg);
background-repeat:repeat-x;
background-position:0 0px;
height:30px;
width:755px;
}

body.page #content .entry h4{
margin:15px 0 15px 15px;
padding:5px 0px 5px 10px;
font-size:106%;
font-weight:bold;
color:#666;
line-height:100%;
border-bottom:1px #333300 dotted;
width:750px;
}

body.page #content .entry ul,
body.page #content .entry ol{
margin:10px 0;
padding:0 0 0 2.0em;
font-size:108%;
color:#333;
}


/*---------------------------------------------------
ブログページ→病院からのお知らせ
---------------------------------------------------*/

body.blog-page #content{
width:570px;
float:left;
}

body.blog-page #sidebar{
width:180px;
float:right;
}


/* アーカイブページ */


body.archive #content h2{
margin:20px 0 5px 0;
padding:0px 0px 8px 25px;
font-size:131%;
font-weight:bold;
color:#666;
line-height:220%;
background-image:url(http://www.tojowomens.com/wp-content/uploads/2010/05/title_h2.jpg);
background-repeat:repeat-x;
background-position:0 0;
height:45px;
width:550px;
}

body.archive #content .posts{

}

body.archive #content .post{
margin:0 0 40px 0;
padding:10px 0 0 0;
border-bottom1:1px dotted #999;
}

body.archive #content .post .date{
width:55px;
float:left;
font-family:Arial,MS PGothic,Osaka;
text-align:center;
color:#444;
}

body.archive #content .post .date .year{
font-size:93%;
font-weight:bold;
line-height:110%;
}
body.archive #content .post .date .day{
font-size:46px;
font-weight:bold;
line-height:90%;
letter-spacing:-2px;
}
body.archive #content .post .date .time{
font-size:77%;
line-height:100%;
}

body.archive #content .post .inner{
margin:0 0 0 80px;
}

body.archive #content .post h3{
margin:0 0 5px 0;
padding:0;
font-size:116%;
line-height:120%;
}

body.archive #content .post .entry{
margin:0 0 0 0;
padding:0;
font-size:108%;
line-height:130%;
color:#444;
}

body.archive #content .navi{
margin:30px 0 0 0;
}

body.archive #content .navi div{
width:100px;
}

body.archive #content .navi .new{
float:left;
}
body.archive #content .navi .old{
float:right;
text-align:right;
}

body.archive #content .navi a{
padding:3px;
text-decoration:none;
color:#666;
border:1px solid #999;
}

body.archive #content .navi a:hover{
color:#000;
border:1px solid #444;
background-color:#ddd;
}


/* 記事ページ */

body.single #content h1{
margin:0 0 15px 0;
padding:0;
line-height:135%;
color:#333;
font-size:116%;
}

body.single #content .date{
margin:0 0 15px 0;
padding:10px 0 10px 0;
font-size:93%;
line-height:100%;
color:#555;
border-bottom:1px dotted #ddd;
border-top:1px solid #999;
}

body.single #content .entry{
margin:0 0 0 0;
padding:0 0 0 0;
font-size:108%;
line-height:140%;
color:#333;
height:auto;
}



/*---------------------------------------------------
サイドバー
---------------------------------------------------*/

body.blog-page #sidebar .widget{
margin:0 0 20px 0;
border:1px solid #ccc;
}

body.blog-page #sidebar .widget h2{
margin:0;
padding:3px 10px;
font-size:108%;
color:#333;
line-height:120%;
background-image:url(images/gradation1.png);
background-repeat:repeat-x;
background-position:0;
border:1px solid #fff;
}

body.blog-page #sidebar .widget .inner{
margin:0;
padding:10px;
border-top:1px solid #ccc;
}

body.blog-page #sidebar .widget ul{
margin:0;
padding:0 0 0 1.5em;
}

body.blog-page #sidebar .widget ul li{
margin:5px 0;
padding:0;
}

body.blog-page #sidebar .widget ul li a{
font-size:93%;
line-height:120%;
}

body.blog-page #sidebar .widget ul ul{
margin:0;
padding-bottom:1px;
}


/* サイドフリーエリア */

body.blog-page #sidebar .side_free{
margin:0 0 20px 0;
padding:0;
}


/*---------------------------------------------------
トップページ
---------------------------------------------------*/

body.home #visual{
margin:0;
padding:0;
}

body.home .blogblog{
width:780px;
}

/* ウェルカムエリア */

body.home #welcome{
margin:0 0 15px 0;
padding:0;
border:0px solid #ccc;
}

body.home #welcome h2{
margin:0;
padding:0 0 0 0;
font-size:120%;
color:#555;
line-height:100%;
height:45px;
width:780px;
}

body.home #welcome .inner img{

}
body.home #welcome .alignleft{
float:left;
margin-right:15px;
}

body.home #welcome .inner{
padding:0px 10px 10px 10px;
}

body.home #welcome .inner {
margin:0;
font-size:93%;
line-height:160%;
clear:both;
color:#666;
}
body.home #welcome .top_information img{
float:left;
margin:10px 5px 0 0;
}
body.home #welcome .top_aisatu img{
float:right;
}

/* トップ表示記事 */

body.home #top-entry{
margin:0 0 0 0;
padding:0;
border:0px solid #ccc;
background-image:url(images/haikei_g.gif);
border-top:1px #999 dotted;
border-bottom:1px #999 dotted;
border-left:1px #999 dotted;
border-right:1px #999 dotted;
width:379px;
float:left;
}

body.home .news{
margin:0 0 20px 0;
padding:0;
border:0px solid #ccc;
background-image:url(images/haikei_g.gif);
border-top:1px #999 dotted;
border-bottom:1px #999 dotted;
border-left:1px #999 dotted;
border-right:1px #999 dotted;
}

body.home #top-entry h2{
margin:0;
padding:0 0 0 0;
font-size:120%;
color:#555;
line-height:100%;
border-bottom:1px #999 dotted;
width:380px;
}

body.home #top-entry .inner{
margin:0 0 0 0;
padding:0px 30px 0 15px;
background-repeat:repeat-x;
background-position:0 -80px;
height:170px;
width:335px;
overflow:auto;
}

body.home #top-entry .post{
margin:0 0 0 0;
padding:15px 0 0 0;
}

body.home #top-entry .post h3{
margin:0 0 5px 0;
padding:0 0 0 18px;
font-size:95%;
line-height:120%;
background-image:url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/yazirushi.gif);
background-repeat:no-repeat;
background-position:0px 50%;
}

body.home #top-entry .post .entry p{
margin:0;
padding:0 0 0 18px;
font-size:90%;
color:#000;
line-height:120%;
color:#666;
}

body.home #top-entry .post .more{
margin:0;
padding:5px 0 0 28px;
font-size:93%;
line-height:100%;
}


/* メッセージ・更新情報 */

body.home #middle{
margin:0 0 0 0;
width:380px;
float:right;
}

body.home #middle .left,
body.home #middle .right{
float:right;
border:1px dotted #999;
}

body.home #middle h3{
margin:0 0 0 0;
padding:0 0 0 0;
font-size:100%;
font-weight:bold;
color:#fff;
line-height:100%;
background-repeat:repeat-x;
background-position:0 0;
border-bottom:1px dotted #999;
height:25px;
}

body.home #middle .inner{
margin:0;
padding:10px;
height:150px;
overflow:auto;
width:360px;
}

/* 院長メッセージ */

body.home #middle .left .inner p{
margin:0;
padding:8px 10px 0 10px;
font-size:108%;
line-height:130%;
}

/* 更新情報 */

body.home #middle .right dl{
margin:0;
padding:0;
}

body.home #middle .right dl dt,
body.home #middle .right dl dd{
font-size:108%;
line-height:130%;
}

body.home #middle .right dl dt{
width:85px;
margin:0;
padding:0;
float:left;
clear:left;
color:#666;
}

body.home #middle .right dl dd{
margin:0 0 8px 0;
padding:0 0 8px 85px;
border-bottom:1px dotted #ccc;
}


/* フリーエリア */

body.home #top_free{
margin:0 0 0 0;
font-size:93%;
line-height:120%;
color:#666;
}

body.home #top_free img{
border:none;
margin-bottom:0;
}

body.home #top_free .top_s_kamioooka{
float:left;
width:250px;
height:180px;
padding-right:15px;
margin-top:5px;
margin-bottom:10px;
}
body.home #top_free .top_s_kamioooka a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 180px;
}
body.home #top_free .top_s_kamioooka a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_kamioo.jpg);
}
body.home #top_free .top_s_kamioooka a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_kamioo.jpg);
}

body.home #top_free .top_s_art{
float:left;
width:250px;
height:180px;
padding-right:15px;
margin-top:5px;
margin-bottom:10px;
}
body.home #top_free .top_s_art a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 180px;
}
body.home #top_free .top_s_art a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://www.tojowomens.com/wp-content/uploads/2010/06/photo_s_art.jpg);
}
body.home #top_free .top_s_art a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(http://www.tojowomens.com/wp-content/uploads/2010/06/photo_s_art.jpg);
}

body.home #top_free .top_s_club{
float:left;
width:250px;
height:180px;
margin-top:5px;
margin-bottom:10px;
}
body.home #top_free .top_s_club a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 180px;
}
body.home #top_free .top_s_club a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_club.jpg);
}
body.home #top_free .top_s_club a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_club.jpg);
}

body.home #top_free .top_s_nyuuin{
float:left;
width:250px;
height:135px;
margin-right:15px;
margin-top:5px;
margin-bottom:10px;
}
body.home #top_free .top_s_nyuuin a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 135px;
}
body.home #top_free .top_s_nyuuin a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_nyuuin.jpg);
}
body.home #top_free .top_s_nyuuin a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_nyuuin.jpg);
}

body.home #top_free .top_s_bus{
float:left;
width:250px;
height:135px;
margin-right:15px;
margin-top:5px;
margin-bottom:10px;
}
body.home #top_free .top_s_bus a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 135px;
}
body.home #top_free .top_s_bus a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_bus.jpg);
}
body.home #top_free .top_s_bus a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(http://mt19.sakura.ne.jp/tojowomens/wp-content/uploads/2010/04/photo_s_bus.jpg);
}

body.home #top_free .top_s_mobil{
float:left;
width:250px;
height:135px;
margin-top:5px;
margin-bottom:10px;
}

body.home #top_free .qr{
float:left;
}

.pagetop{
width:780px;
height:20px;
text-align:right;
}

.pagetop img{
folat:right;
border:none;
margin-top:10px;
}

/*---------------------------------------------------
診療案内
---------------------------------------------------*/

.time table{
width1:600px;
border:1px solid #ccc;
color:#666;
text-align:center;
border-collapse:collapse;
margin:0 0 10px 20px;
}
.time th,td{
border:1px solid #ccc;
padding:8px;
text-align:center;
}
.time th{
background:#eee;
width:70px;
text-align:center;
}
.time_left th{
background:#eee;
width:30px;
text-align:center;
}
.time td{
width:70px;
padding:auto 0;
}

/*---------------------------------------------------
診療科目
---------------------------------------------------*/

.kamoku table{
width:550px;
border:1px solid #ccc;
color:#666;
text-align:left;
border-collapse:collapse;
margin:0 0 10px 20px;
}
.kamoku th,td{
border:1px solid #ccc;
padding:8px;
}
.kamoku th{
background:#eee;
width:150px;
}
.kamoku td{
text-align:left;
}

/*---------------------------------------------------
アクセス
---------------------------------------------------*/

.busannai{
width:760px;
height:120px;
}

.busphoto{
width:200px;
height:120px;
border:none;
margin:0 0 0 20px;
float:left;
}

.bussetumei{
width:520px;
height:120px;
border:none;
float:right;
}

.zikokuhyo table{
width:180px;
border:1px solid #ccc;
color:#666;
border-collapse:collapse;
margin:0 0 10px 20px;
text-align:center;
float:left;
}
.zikokuhyo th,td{
border:1px solid #ccc;
padding:5px;
}
.zikokuhyo th{
background:#eee;
}
.zikokuhyo .zi{
width:30px;
}
.zikokuhyo .hun{
width:150px;
}
.zikokuhyo .hun2{
text-align:left;
}

.donichi {
background-color:#999;
color:#fff;
padding: 5px 5px; 
}

.busnori {
margin:0 0 0 0;
width:760px;
}
.busnori_zu {
float:left;
margin:0 0 0 0;
}
.busnori_map {
float:right;
margin:0 0 0 0;
}

/*---------------------------------------------------
医師紹介
---------------------------------------------------*/

.ishi_shokai{
width:780px;
}

.ishi_photo{
width:150px;
height:200px;
border:none;
margin:0 0 0 20px;
float:left;
}

.ishi_rireki{
width:590px;
border:none;
float:right;
}

.keireki table{
border:0px solid #fff;
color:#666;
text-align:left;
border-collapse:collapse;
margin:0 0 10px 20px;
font-size:100%;
line-height:110%;
}
.keireki th,td{
border:0px solid #ccc;
vertical-align:top;
}
.keireki th{
width:90px;
vertical-align:top;
font-weight:normal;
}
.keireki td{
border:0px solid #ccc;
width:450px;
vertical-align:top;
margin:0px;
padding:2px;
text-align:left;
}

/*---------------------------------------------------
入院案内
---------------------------------------------------*/

.setubi{
width:780px;
height:170px;
}

.setubi_pho{
width:210px;
height:150px;
border:none;
margin:0 0 0 20px;
float:left;
}

.setubi_setu{
width:510px;
border:none;
float:right;
}

.shokuzi img{
width:210px;
height:150px;
border:none;
margin:0 0 0 20px;
float:left;
}

/*---------------------------------------------------
施設案内
---------------------------------------------------*/

.sisetu{
width:780px;
height:180px;
}

.sisetu_photo{
width:250px;
height:170px;
border:none;
margin:0 0 0 0;
float:left;
}

.sisetu_shokai{
width:510px;
border:none;
float:right;
}

.sisetu_photo img{
width:230px;
height:170px;
border:none;
margin:0 0 0 20px;
float:left;
}

.sisetu_sui{
width:780px;
height:300px;
}
.sisetu_photo_sui{
width:780px;
margin:0 0 0 0;
}
.sisetu_photo_sui img{
width:750px;
height:250px;
border:none;
margin:0 0 0 15px;
}

/*---------------------------------------------------
不妊センター
---------------------------------------------------*/

.funin{
width:780px;

}

.funin_pho{
width:230px;
height:170px;
border:none;
margin:0 0 0 20px;
float:left;
}

.funin_setu{
width:510px;
border:none;
float:right;
}

.funin img{
width:210px;
height:150px;
border:none;
margin:0 0 0 20px;
float:left;
}

.f_ishi_shokai{
width:780px;
}

.f_ishi_photo{
width:150px;
height:200px;
border:none;
margin:0 0 0 40px;
float:left;
}

.f_ishi_rireki{
width:580px;
border:none;
float:right;
}

.ryokin table{
width:400px;
border:1px solid #ccc;
color:#666;
border-collapse:collapse;
margin:0 0 10px 40px;
text-align:center;
}
.ryokin th,td{
border:1px solid #ccc;
padding:5px;
}
.ryokin th{
background:#eee;
}
.shoti{
width:120px;
text-align:left;
}

.ryokin_setu{
width:760px;
margin:0 0 0 20px;
}

/*---------------------------------------------------
ウィメンズクラブ
---------------------------------------------------*/

.clasyo table{
width:760px;
border:1px solid #ccc;
color:#666;
border-collapse:collapse;
margin:0 0 10px 20px;
}
.clasyo th,td{
border:1px solid #ccc;
padding:8px;
}
.clasyo th{
background:#eee;
text-align:center;
}

.clasyo td{
text-align:left;
}

.clasyo .clasyo-s{
text-align:center;
margin:auto auto;
}

.clasyo .clamei{
width:120px;
}
.clasyo .naiyo{
width:260px;
}
.clasyo .juko{
width:140px;
}
.clasyo .hiyo{
width:140px;
}
.clasyo .kaisai{
width:150px;
}
.clasyo .syosai{
width:40px;
}

.clasyo img{
border:none;
}

.club{
margin-top:20px;
}
.club_l img {
float:left;
margin-left:20px;
margin-right:20px;
}
.club_r img {
float:right;
margin-left:20px;
margin-right:20px;
}

/*---------------------------------------------------
クリニック紹介
---------------------------------------------------*/

.gaiyo table{
width:550px;
border:1px solid #ccc;
color:#666;
text-align:left;
border-collapse:collapse;
margin:0 0 10px 20px;
}
.gaiyo th,td{
border:1px solid #ccc;
padding:8px;
}
.gaiyo th{
background:#eee;
width:150px;
text-align:center;
}
.gaiyo td{
text-align:left;
}

/*---------------------------------------------------
分院
---------------------------------------------------*/

.bun_sisetu {
width:780px;
}

.bun_photo {
width:240px;
margin-right:0;
margin-bottom:10px;
float:left;
}



/*================
clearfix
================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


