@charset "utf-8";

/*------------------------------------- initial setting -------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------- body -------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
	line-height: 1.6em;
	background-color:#FFF;
	-webkit-text-size-adjust: 100%;
 }
ul, ol, li, dl{
	list-style-type: none;
	list-style-position: outside;
}
h1, h2, h3, h4, h5, h6, img, img a, p{
	border:0px;
}
p{
	padding:0;
	margin:0 auto 1em;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1{
   font-size:13px;
   font-weight:normal;
}
h2{
	margin: 0 auto 1em auto;
	padding: 0;
}

h3{
	background-image: url(../images/h3title.jpg);
	font-size: 24px;
	width: 725px;
	height: 36px;
	color: #666666;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	font-weight: normal;
	margin-bottom:1em;
}
h4{
	font-size: 20px;
	color: #659032;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #659032;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5{
	font-size: 16px;
	color: #F90;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEC135;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6{
	font-size: 16px;
	color: #690;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #690;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.circlefont14{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	background-color:#F90;
	width:24px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	margin-right:10px;
	height: 22px;
	padding-top: 2px;
}
.circlefont16{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	background-color:#F90;
	width:32px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	margin-right:10px;
	height: 27px;
	padding-top: 5px;
}


.cf:after {
  content:" ";
  display:block;
  clear:both;
}





/* header ----------------------------------------*/

#header{
	overflow:hidden;
	clear:both;
}






/*------------------------------------- 診療項目の見出し -------------------------------------*/
.summary01{
	width: 120px;
	background-color: #666;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}
.summary04{
	width: 120px;
	background-color: #666;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.summary05L{
	float:left;
	padding:5px;
	background-color: #009A44;
	color:#FFF;
	font-size:14px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	width:80px;
	height:50px;
	text-align:center;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.summary05R{
	float:left;
	padding-left:10px;
	margin-bottom: 10px;
	width: 265px;
}

.summary02{
	padding: 3px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.summary03{
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #e9d4b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9d4b3 0%, #9e8453 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9d4b3), color-stop(100%,#9e8453)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9d4b3 0%,#9e8453 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9d4b3 0%,#9e8453 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9d4b3 0%,#9e8453 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9d4b3 0%,#9e8453 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#9e8453',GradientType=0 ); /* IE6-9 */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/** Gradation by http://www.colorzilla.com/gradient-editor/ **/



/*------------------------------------- 文字の大きさ -------------------------------------*/
.textsizer{
	margin: 0px;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.textsizer img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/*------------------------------------- color -------------------------------------*/
.col_white{
	color:#ffffff;
}
.col_black{
	color:#000000;
}
.col_pink{
	color: #F075A9;
}
.col_blue{
	color: #96bde6;
}
.col_orange{
	color:#FF9900;
}
.dayoff{/* 休診日 */
	color:#FF9900;
}




/*-------------------------------------- spot background color --------------------------------------*/
.bgcol_pink{
	background-color:#F075A9;
}
.bgcol_blue{
	background-color: #96bde6;
}





/*-------------------------------------- link color --------------------------------------*/
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}


/** リンクイメージは基本マウスオーバーで半透明に。 **/
a:hover img
{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/** 半透明が不都合な場合は下記nopageクラスを用い、画像名に_on、_offをつけて2種類用意する。 **/
.nopage a:hover img
{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}





/*-------------------------------------- linkbox --------------------------------------*/
.txtlink{
	margin-top:20px;
}
.txtlink a {
	background-color: #666666;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.txtlink a:hover {
	background-color: #CCCCCC;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}








/*-------------------------------------- リスト --------------------------------------*/
.ListStyle{
	border: 3px double #CCC;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	background-color: #EDF5FA;
	padding: 10px;
	margin-bottom: 20px;
	line-height:1.6em;
}
.ListStyle li{
	margin: 0 0 10px 5px;
	padding: 0 0 0 18px;
	background: url(../images/listmark.png) 0 0.4em no-repeat; /* emで縦位置の指定 */
	color: #355B82;
}
.ListTitle{
	font-size:18px;
	color:#666;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}



.ListStyle2{
	margin-bottom: 20px;
}
.ListStyle2 td{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
}


.IndexStyle2 {
	background-color: #34729D;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	width:100px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: center;
	margin-bottom:10px;
}
.IndexStyle2_txt {
	margin-left:30px;
	margin-bottom:20px;
}



.roundbox {
	background-color: #34729D;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}


.SList li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: -20px;
	color: #DB8400;
}





/*-------------------------------------- spacing --------------------------------------*/
.imgbtm{
	margin-bottom:10px;
}
.imgbtm20{
	margin-bottom:20px;
}

.marginR10{ margin-right: 10px; }
.marginR11{ margin-right: 11px; }
.marginR20{ margin-right: 20px; }
.marginR30{ margin-right: 30px; }
.marginR40{ margin-right: 40px; }
.marginR50{ margin-right: 50px; }

.marginL10{ margin-left: 10px; }
.marginL20{ margin-left: 20px; }
.marginL30{ margin-left: 30px; }
.marginL40{ margin-left: 40px; }
.marginL50{ margin-left: 50px; }
.marginL80{ margin-left: 80px; }

.marginB10{ margin-bottom:10px; }
.marginB20{ margin-bottom:20px; }
.marginB30{ margin-bottom:30px; }
.marginB40{ margin-bottom:40px; }
.marginB50{ margin-bottom:50px; }

.marginT5{ margin-top:5px; }
.marginT10{ margin-top:10px; }
.marginT20{ margin-top:20px; }
.marginT30{ margin-top:30px; }
.marginT40{ margin-top:40px; }
.marginT50{ margin-top:50px; }



.float-l{
	float:left;
}
.float-r{
	float:right;
}


.clmL{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.clmR{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}


.cboth{
	clear:both;
	visibility: hidden; 
	height: 0px;
	margin: 0px;
}


.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right {
	text-align: right;
}


.txt_under{
	text-decoration:underline;
}
.txt_through{
	text-decoration:line-through;
}



.ft8{ font-size:8px; }
.ft10{ font-size:10px; }
.ft12{ font-size:12px; }
.ft14{ font-size:14px; }
.ft16{ font-size:16px; }
.ft18{ font-size:18px; }
.ft20{ font-size:20px; }
.ft22{ font-size:22px; }
.ft24{ font-size:24px; }
.ft26{ font-size:26px; }
.ft28{ font-size:28px; }
.ft30{ font-size:30px; }
.ft32{ font-size:32px; }
.ft34{ font-size:34px; }
.ft36{ font-size:36px; }
.ft40{ font-size:40px; }
.ft50{ font-size:50px; }

.w100{ width:100px; }
.w150{ width:150px; }
.w200{ width:200px; }
.w230{ width:230px; }
.w250{ width:250px; }
.w300{ width:300px; }
.w330{ width:330px; }
.w350{ width:350px; }
.w400{ width:400px; }
.w430{ width:430px; }
.w450{ width:450px; }
.w500{ width:500px; }
.w530{ width:530px; }
.w550{ width:550px; }
.w600{ width:600px; }
.w630{ width:630px; }
.w650{ width:650px; }
.w700{ width:700px; }
.w730{ width:730px; }
.w750{ width:750px; }
.w800{ width:800px; }
.w850{ width:850px; }
.w900{ width:900px; }


/* サイドナビ 部分 bannerのみ */

.left-area{
	width:236px;
	text-align:center;
	margin:0 auto 1.5em;
}

.left-area li{
	text-align:center;
	margin:0 auto 10px auto;
}

.left-area li.no-mb{
	margin-bottom:0;
}

.left-area li a:hover{
	filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;
}
	




/*-------------------------------------- information --------------------------------------*/
#topinfo dt, #toprecruit dt {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 40px;
}
#topinfo dd, #toprecruit dd {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.date {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #999;
}
.date2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #555;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}




/*-------------------------------------- timetable --------------------------------------*/

table.timetable {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
.timetable th{
	color: #ffffff;
	background-color: #90C31F;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	border: 1px solid #90C31F;
}
.timetable td{
	color: #90C31F;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #90C31F;
}

/** image list**/
.imagelistbox{
	background-color:#D1FBC4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9FCB40;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	margin-bottom:10px;
}
.imagelisttitle{
	font-size:18px;
	color:#690;
	margin-bottom:10px;
}
.imagelist dt {
	float:left;
	clear : both;
	padding: 10px;
	width:240px;
}
.imagelist dd {
	float:left;
	margin-bottom: 10px;
	width:468px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
}
