@charset "shift_jis";


/*
================================================
制作：FPサービス
http://www.doctorsupportnet.jp/
================================================
*/

*{
	margin:0;
	padding:0;
	line-height:1.7;
	color:#543125;
	font-size:16px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


html{
	overflow-y:scroll;
}
	
body#home{
	min-width: 1200px;
}


body#sub{
	min-width: 1200px;
}


ul,
ol,
dl,
dt,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}



/* リンクカラー設定
===============================================
*/

a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}


/* テキスト設定
===============================================
*/


/* カラー
-------------------------------------------*/


.tRed{
	color:#ff0000;
}

.tGreen{
	color:#090;
}

.tblue{
	color:#06F;
}

.tOrenge{
	color:#FF9900;
}

.tPink{
	color:#f97ce0;
}

/* 寄せ
-------------------------------------------*/

.tCenter{
	text-align:center;
}

.tLeft{
	text-align:left;
}

.tRight{
	text-align:right;
}


/* 画像右寄せ
--------------------------------------------- */


.imgRig img{
 	margin-left:40px;
	margin-bottom:20px;
	float:right;
}

.imgRig p{
	margin-left:0;
}

.imgRig:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

.imgRig{
	zoom:100%;
	margin-right:20px;
}


/* 画像左寄せ
----------------------------------------------- */

.imgLef img{
 	margin-right:20px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

.imgLef p{
	margin-left:10px;
}


div.imgLef:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

div.imgLef{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/* サイズ、太さ
-------------------------------------------*/

.f10{
	font-size:10px;
}

.f12{
	font-size:12px;
}

.f24{
	font-size:24px;
}

.f30{
	font-size:30px;
}

.f36{
	font-size:36px;
}

span.tOrenge{
	color:#ffae00;
}


/*width調整用*/
.w50{
	width:50px;
}
.w100{
	width:100px;
}
.w150{
	width:150px;
}
.w200{
	width:200px;
}
.w250{
	width:250px;
}
.w300{
	width:300px;
}
.w350{
	width:350px;
}
.w400{
	width:400px;
}
.w450{
	width:450px;
}
.w500{
	width:500px;
}



/* 診療時間 
----------------------------------------------*/


table#time{
	margin-left:10px;
	margin-bottom:10px;
	width:750px;
	border:1px solid #ffb257;
	border-collapse:collapse;
}

 
table#time th {
	font-weight:normal;
	background-color:#ffb257;
	color:#fff;
	text-align:center;
	padding:10px 15px 10px 15px;
	width:30px;
}
 
table#time td{
	font-size:22px;
	padding:5px 15px 5px 15px;
	text-align: center;
	border:1px solid #ffb257;
	width:30px;
	line-height:2.4;
	background-color:#fff;
}

table#time td.t_time{
	width:110px;
	font-size:17px;
	vertical-align:middle;
	line-height:1.4;
}
	

/* 区切り
----------------------------------------------*/

.bBottom{
	border-bottom:1px solid #cccccc;
}

/*　wrapper
================================================
*/

#wrapper{
	margin:0 auto 0;
	padding:0;
	text-align: center; /*for IE*/
	line-height:1.7;
	text-align:left;
}






/* リスト設定
---------------------------------------- */

/* ul01
------------------------------ */

ul.ul01{
	margin-left:10px;
	margin-bottom:20px;
}

ul.ul01 li{
	background-image:url(../img/common/li04.png);
	background-repeat:no-repeat;
	background-position: left 12px;
    padding-left: 20px;
	margin-bottom:10px;
}

/* ul02
------------------------------ */

ul.ul02{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px 20px 10px 20px;
	background-color:#fff8ef;
}


ul.ul02:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

ul.ul02 li{
	background-image:url(../img/common/li04.png);
	background-repeat:no-repeat;
	width:280px;
background-position: left 12px;
    padding-left: 25px;
	margin-bottom:10px;
	float:left;
	font-size:18px;
}

ul.ul02 li a{
	font-size:18px;
}

/* ul02_2
------------------------------ */

ul.ul02_2{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:30px 30px 20px 30px;
	background-color:#FAF3DE;
}


ul.ul02_2:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

ul.ul02_2 li{
	background-image:none;
	background-repeat:no-repeat;
	margin-bottom:10px;
	float:left;
}


ul.ul02_2 li + li{
	margin-left:55px;
}


ul.ul02_2 li a:hover{
	filter:alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity: 0.7;
}

/* ul03
------------------------------ */

ul.ul03{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px 20px 10px 20px;
	background-color:#f3f3f3;
}


ul.ul03:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

ul.ul03 li{
	background-image:url(../img/common/li04.png);
	background-repeat:no-repeat;
	width:200px;
	background-position:0 10px;
	padding-left:10px;
	margin-bottom:10px;
	float:left;
	font-size:18px;
}

ul.ul03 li a{
	font-size:18px;
}
/*------------------------------------*/

ul.ul04{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:20px 20px 10px 20px;
	background-color:#FAF3DE;
	
}

ul.ul04:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

ul.ul04 li{
	background-image:url(../img/common/li04.png);
	background-repeat:no-repeat;
	width:360px;
	background-position:0 10px;
	padding-left:10px;
	margin-bottom:10px;
}

/*=========パンくずリスト=========*/

ul.breadcrumb{
	margin-top:30px;
}


/* ol01
------------------------------ */

ol.ol01

ol.ol01 li{
}


/* dl01
------------------------------ */

dl.dl01{
	margin-left:10px;
	margin-bottom:20px;
	background-color:#faf3de;
	padding:15px 10px 25px 20px
}

dl.dl01 dt{
	color:#fb976e;
	padding: 9px 0 8px 15px;
	font-size:18px;
	border-bottom:solid 1px #fff;
}

dl.dl01 dd{
	margin-left:10px;
	padding:10px 10px 8px 15px;
}

dl.dl01 dd + dt{
	margin-top:30px;
}

dl.dl01 dd + h3{
	margin-top:40px;
}





/* dl02
------------------------------ */

div.dl02_box{

}

div.dl02_box:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}


dl.dl02{
	margin-left:0px;
	margin-bottom:20px;
	float:left;
	width:500px;
}

dl.dl02 + dl.dl02{
	margin-left:70px;
}


dl.dl02 dt{
	font-size:22px;
	margin-bottom:20px;
	border-bottom:1px dashed #aaa;
	margin-left:10px;
	font-weight:normal;	
	color:#f18d00;
}

dl.dl02 dd{
	background-image:url(../img/common/li04.png);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-left:10px;
	margin-bottom:10px;
	margin-left:10px;
}

dl.dl02 dd + dt{
	margin-top:30px;
}



/* dl02_2
------------------------------ */

dl.dl02_2{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:15px 20px 10px 20px;
	background-color:#fef2e4;
}


dl.dl02_2:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}


dl.dl02_2 dt{
	color:#7b5754;
	font-weight:bold;
	font-size:19px;
	margin-bottom:10px;
}



dl.dl02_2 dd{
	background-image:url(../img/common/li04.png);
	background-position:2px 9px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:5px;
	margin-left:0px;
	float:left;
	width:300px;
	font-size:18px;
}




dl.dl02_2 dd a:hover{
	filter:alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity: 0.7;
}

dl.dl02_2 + h3{
	margin-top:70px;
}

dl.dl02_2 + h4{
	margin-top:70px;
}


/* dl02_3
------------------------------ */

dl.dl02_3{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:20px 20px 10px 20px;
	background-color:#FAF3DE;
}


dl.dl02_3 dt{
	font-size:22px;
	margin-bottom:20px;
	border-bottom:1px dashed #aaa;
	margin-left:0px;
	font-weight:normal;	
	color:#ffbe26;
}


dl.dl02_3 dd{
	background-image:url(../img/common/li01.png);
	background-position:2px 9px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:5px;
	margin-left:0px;
}

dl.dl02_3 dd + dt{
	margin-top:30px;
}

/*table スタッフ募集要項
------------------------------ */

table.tbl_rec{
	border-collapse:collapse;
	border:1px solid #ff961b;
	margin-left:10px;
}

table.tbl_rec th{
	border:1px solid #ff961b;
	padding:5px 10px 5px 20px;
	background-color: #ffb257;
	color:#fff;
	width:170px;
}

table.tbl_rec td{
	border:1px solid #ff961b;
	padding:10px 10px 10px 20px;
}


/*table01
------------------------------ */

table.tbl01{
	width:700px;
	border-collapse:collapse;
	border:1px solid #ff961b;
	margin-left:10px;
	margin-bottom:30px;
}

table.tbl01 th{
	border:1px solid #ff961b;
	padding:8px 0 5px 12px;
	background-color: #ffb257;
	color:#fff;
	vertical-align:top;
}

table.tbl01 td{
	border:1px solid #ff961b;
	padding:5px 10px;
}
/*テーブル内にリスト入れたら調節用*/
table.tbl01 td ul{
	margin-top:20px;
}

/*table02
------------------------------ */

table.tbl02{
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:collapse;
	width:1030px;
}

table.tbl02 th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	background-color:#eee;
	font-weight:normal;
	text-align:left;
}

table.tbl02 td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

table.tbl02 td.price{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	width:150px;
}

table.tbl02 td.tRight{
	text-align:right;
}

/*table fo events
------------------------------ */

table.tbl_e{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	margin-left:10px;
	margin-bottom:25px;
}

table.tbl_e th{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:5px 10px;
	background-color: #987e69;
	color:#fff;
	width:250px;
	
	text-align:center;
}

table.tbl_e td{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:5px 10px;
}



/* p枠
ー--------------------------- */

p.waku{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:30px 30px 20px 30px;
	background-color:#FAF3DE;
}


/* pagetop 
------------------------- */

p#pagetop {
	z-index:100;
	position: fixed;  
	right: 10px; 
	bottom:50px;
	margin:0 10px 30px 0;
}

/*スライドショー部分（フェードタイプ）*/

div#ss_h2{
	position:relative;
	width:1000px;
	padding:0;
	margin:0 auto;
}

/* slideshow */
#slideshow{
    position:relative;
	padding:0;
	width:1000px;
	height:450px;
	margin:0 auto 30px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active{
    z-index:10;
}

#slideshow img.last-active{
    z-index:9;
}

#ss_h2 p#slide_txt{
	position:absolute;
	top:0;
	right:0;
	z-index:11;
}



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

.opacity:hover{
	opacity:0.7;
}

div.attention{
	margin: 20px auto;
    border: 2px solid #ffb0b0;
    padding: 20px 25px;
    background-color: #fff4f4;
}