@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-repeat: repeat;
	background-image: url(../images/background.jpg);
	-webkit-text-size-adjust: 100%;
 }
ul, ol, li, dl{
	list-style-type: none;
	list-style-position: outside;
}
 

/*------------------------------------- spot color -------------------------------------*/
.col_pink{
	color: #F075A9;
}
.col_blue{
	color: #96bde6;
}
.col_blue2{
	color: #34729D;
}
.col_white{
	color:#ffffff;
}
.col_black{
	color:#000000;
}
.col_orange{
	color:#f4af0a;
}


/*-------------------------------------- spot background color --------------------------------------*/
.bgcol_pink{
	background-color:#F075A9;
}
.bgcol_blue{
	background-color: #96bde6;
}




/*-------------------------------------- link color --------------------------------------*/
a:link {
	color: #1FA6A4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1FA6A4;
}
a:hover {
	text-decoration: none;
	color: #F60;
	text-decoration: underline;
}
a:hover img
{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
}
.toppage a:hover img
{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fff;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}


#footer_in a:link {
	color: #FFF;
	text-decoration: none;
}
#footer_in a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer_in a:hover {
	color: #F90;
	text-decoration: none;
}


/*-------------------------------------- linkbox --------------------------------------*/
.txtlink{
	margin: 1em auto 1em auto;
}
.txtlink a {
	background-color: #1FA6A4;
	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: #FEC135;
	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用 */
}


.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;
}



.ft_wrapper a:link {
	color: #F90;
	text-decoration: none;
}
.ft_wrapper a:visited {
	text-decoration: none;
	color: #F90;
}
.ft_wrapper a:hover {
	text-decoration: none;
	color: #3671DE;
	text-decoration: underline;
}
.ft_wrapper a:active {
	text-decoration: none;
	color: #F90;
}





/*-------------------------------------- リスト --------------------------------------*/
.ListStyle{
	border: 3px double #CCC;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	background-color: #E9FAFE;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.ListStyle li{
	margin:0 0 18px 5px;
	padding:0 0 0 20px;
	background:url(../images/c_listmark2.jpg) 0 0.4em no-repeat; /* emで縦位置の指定 */
	color: #0B82BB;
}

/*-----
<div class="ListStyle">
<ul>
<li>患者様のお悩みにしっかり耳を傾け、薬だけに頼らない丁寧な診療を行います。</li>
<li>診断・病状の説明は患者様にとってわかりやすい説明を心がけ、ご家族の方にも安心を与えられる医療を提供してまいります。</li>
<li>電子カルテを導入し、出来る限り患者様にお待たせしない工夫に取り組んでまいります。</li>
<li>患者様の利便性・負担軽減を考え、薬は院内処方でお出しいたします。</li>
</ul>
</div>
----------*/

/*-------------------------------------- h1 color --------------------------------------*/
h1, h2, h3, h4, h5, h6, img, img a, p{
	border:0px;
}
p{
	border:0px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

h1{
   font-size:13px;
   font-weight:normal;
}

h2{
/*	width: 730px;
	height: 50px;*/
	margin: 0 auto 20px auto;
	padding: 0px;
}

h3{
	margin: 0 auto 0 auto;
	padding: 0 ;
	clear: both;
}

.deco_h3{
	background: url(../images/Navigation_08.png) repeat-x;
	text-align: center;
	padding: 0.5em;
}




h4{
	font-size: 18px;
	color: #1FA6A4;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1FA6A4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.headindex{
	width: 110px;
	background-color: #cce6e3;
	text-align: center;
	padding: 3px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-weight: bold;
	color: #1fa6a4;
	margin-bottom: 10px;
	font-size: 14px;
}




/*-------------------------------------- spacing --------------------------------------*/
.imgbtm{
	margin-bottom:10px;
}

.imgbtm20{
	margin-bottom:20px;
}

.marginR10{ margin-right: 10px; }
.marginR15{ margin-right: 15px; }
.marginR20{ margin-right: 20px; }
.marginR30{ margin-right: 30px; }
.marginR40{ margin-right: 40px; }
.marginR50{ margin-right: 50px; }

.marginL5{ margin-left: 5px; }
.marginL10{ margin-left: 10px; }
.marginL20{ margin-left: 20px; }
.marginL30{ margin-left: 30px; }
.marginL40{ margin-left: 40px; }
.marginL50{ margin-left: 50px; }
.marginL80{ margin-left: 80px; }

.imgbtm{ margin-bottom:10px; }
.marginB5{ margin-bottom:5px; }
.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; }
.marginT25{ margin-top:25px; }
.marginT30{ margin-top:30px; }
.marginT40{ margin-top:40px; }
.marginT50{ margin-top:50px; }


.marginLB{
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom:20px;
}

.marginRB{
	margin-right: 20px;
	margin-bottom:20px;
}

.clear{
	clear: both;
}

.float-l{
	float:left;
}
.float-r{
	float:right;
}
.cboth{
	clear:both;
	visibility: hidden; 
	height: 0px;
	margin: 0px;
}

.clmL{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.clmR{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right {
	text-align: right;
}

figure{
	text-align: center;
	margin: 0 auto 2em auto;
}


.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; }
.w250{ width:250px; }
.w300{ width:300px; }
.w350{ width:350px; }
.w400{ width:400px; }
.w450{ width:450px; }
.w500{ width:500px; }
.w550{ width:550px; }
.w600{ width:600px; }
.w650{ width:650px; }
.w700{ width:700px; }
.w750{ width:750px; }
.w800{ width:800px; }
.w850{ width:850px; }
.w900{ width:900px; }


/*-------------------------------------- information --------------------------------------*/
#topinfo dt {
	font-size: 16px;
	font-weight: normal;
	color: #1FA6A4;
	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 {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.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 {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
.timetable th{
	background-color: #96bde6;
	color: #ffffff;

	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	
}
.timetable td{
	color: #4068AA;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}





/*-------------------------------------- footer_list --------------------------------------*/
.footer_list li{
	/* background: url("../images/list_dot.png") no-repeat; */
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px; /* space of list */
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight:bold;
}
.footer_list a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_list a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_list a:hover {
	text-decoration: none;
	color: #CF456F;
}
.footer_list a:active {
	text-decoration: none;
	color: #CF456F;
}

.footer_list li.hoge{
	margin-top:1.7em;
}

/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
	z-index: 100;
}
#page-top a {
    display: block;
    text-align: center;
    background: #337ab7 none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 1em 1.5em;
    opacity: 0.8;
    color: #FFF;
}

#page-top a:before{
	content:"\f0aa";
	font-family:FontAwesome;
	padding-right:0.5em;
}
#page-top a:hover {
	text-decoration: none;

}

