@charset "utf-8";

/*------------------------------------- initial setting -------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

.text-center { text-align: center; }

/*------------------------------------- body -------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
	line-height: 1.4em;
	background-color:#F3F3F3;
	-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{
	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{
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



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: #F29200;
	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;
}


/*------------------------------------- 診療項目の見出し -------------------------------------*/
.SubjectIndex{
	width: 120px;
	background-color: #0072bc;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}
.SubjectIndex2{
	width:160px;
	background-color: #57943A;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

/*------------------------------------- 文字の大きさ -------------------------------------*/
#textsizer{
	margin: 0px;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	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_green{
	color: #693;
}
.col_orange{
	color:#FF9900;
}
.col_red{
	color:#ee1c23;
}
.col_gray{
	color:#444;
	}
.dayoff{/* 休診日 */
	color:#FF9900;
}




/*-------------------------------------- spot background color --------------------------------------*/
.bgcol_pink{
	background-color:#F075A9;
}
.bgcol_blue{
	background-color: #96bde6;
}





/*-------------------------------------- link color --------------------------------------*/
a:link {
	color: #0072BC;
	text-decoration: none;
}
a:visited {
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	color: #f01a20;
	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: #0072BC;
	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: #FF993A;
	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;
}
.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;
}








/*-------------------------------------- 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;
	margin-right: 1em;
	margin-bottom: 1em;
}
.float-r{
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;
}


.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;
}


.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; }


/*-------------------------------------- information --------------------------------------*/
#topinfo dt {
	font-size: 16px;
	font-weight: bold;
	color: #0072bc;
	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 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	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: 0;
	empty-cells: show;
}
.timetable th{
	color: #ffffff;
	background-color: #0072BC;
	border: 1px solid #999;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	
}
.timetable td{
	color: #666;
	border: 1px solid #999;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.table001{
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.table001 td{
	color: #666;
	border: 1px solid #999;
	padding:10px;
}
.table002{
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #999;
}
.table002 th{
	color: #1846a8;
	border-bottom: 1px solid #999;
	padding:15px 0;
	background: #d3dff9;
	width: 50%;
}
.table002 th.table_ttl{
	color: #ffffff;
	border-bottom: 1px solid #999;
	background: #0068b7;
	font-size: 20px;
}
.table002 td{
	border-bottom: 1px solid #999;
	padding:15px 0;
	width: 50%;
	text-align: center;
	background: #ffffe5;
	color: #ee1c23;
	font-weight: bold;
}
.table002 td span{
	color: #666;
}
.table002 td span.price{
	color: #ee1c23;
	font-size: 24px;
}
.table002 th.in_bd,.table002 td.in_bd{
	border-bottom: 1px dashed #999;
}

/*-------------------------------------- youtube動画 --------------------------------------*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
margin:1em auto;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* いいねボタンの下の余白 */
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

/*-------------------------------------- Twitter Frame --------------------------------------*/
.tttop {
border: #1DA1F2 1px solid;
box-sizing: border-box;
padding: 2px;
background: #1DA1F2;
color: #fff;
}

.tt {
border: #1DA1F2 1px solid;
box-sizing: border-box;
padding: 5px;
}


