﻿@charset "utf-8";


/*DLドクタープロフィール*/
/* TOP　ドクター紹介 */
dl.boxBlog {
	display: block;
	font-size: 14px;
	margin-left: 14px;
	margin-bottom: 20px;
	line-height:1.6em;
	}

dl.boxBlog dt {
	clear:both;
	padding: 0px 0 0px 15px;
	background: url(../img/arrow_1.png) no-repeat left;
	}

dl.boxBlog dd {
	margin: 0 0 6px 16px;
	}

/*----------------------------
  テーブル　料金表　設定
----------------------------*/
#contentContainer table.tableFee {
	border-collapse: collapse;
	width: 98%;
	 font-size: 11px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableFee th {
	 background-color: #F3F1E4;
	 font-weight: normal;
	 padding: 2px;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 display: table-cell;
	}
#contentContainer table.tableFee td {
	clear: both;
	 padding: 2px;
	 border: 1px solid #CCCCCC;
	 text-align: right;
	}
#contentContainer table.tableFee p {
	margin:0;
	padding:0;
	 text-align: left;
	 font-size: 11px;
	 line-height: 1.3em;
	}
#contentContainer table.tableFee p.center {
	 text-align: center;
	}

#contentContainer table.tableFee th img {
	float: left;
	margin-right: 10px;
}

span.del {
color: red;
text-decoration: line-through;
}

/*----------------------------
  テーブル　路線所要時間　設定
----------------------------*/
#contentContainer table.tableRail {
	border-collapse: collapse;
	width: 98%;
	 font-size: 16px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableRail th {
	 background-color: #F3F1E4;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 display: table-cell;
	 text-align: center;
	}
#contentContainer table.tableRail td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableRail p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableRail p {
	margin:0;
	 text-align: center;
	}

#contentContainer table.tableRail td img {
	margin-right: 10px;
}
/*----------------------------
  テーブル　医療費　設定
----------------------------*/
#contentContainer table.tableDed {
	border-collapse: collapse;
	width: 98%;
	 font-size: 14px;
	 margin-left: 10px;
	 margin-bottom: 20px;
	}
#contentContainer table.tableDed th {
	 background-color: #F3F1E4;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 display: table-cell;
	}
#contentContainer table.tableDed td {
	clear: both;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	}
#contentContainer table.tableDed p {
	margin:0;
	padding:0;
	 text-align: left;
	}
#contentContainer table.tableDed p.center {
	 text-align: center;
	}


/*----------------------------
  テーブル　求人　設定
----------------------------*/
.tableJob {
	display: block;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}
.tableJob th {
	 background-color: #F5F2EB;
	 font-weight: normal;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 text-align: center;
	 font-size: 14px;
	white-space: nowrap;
	}
.tableJob td {
	clear: both;
	 background-color: #FFF;
	 padding: 4px;
	 border: 1px solid #CCCCCC;
	 font-size: 14px;
	}
.tableJob p.center {
	 text-align: center;
	}
table.tableJob th,
table.tableJob td {
}
/*求人フォーム　ボタン*/
.btn_job a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 366px;
	height: 50px;
	line-height: 50px;
	background: url(../img/btnjob.jpg) no-repeat;
	color: #000000;
	}

/*----------------------------
  テーブル　医院情報　設定
----------------------------*/

/*Dr経歴表示*/
dl.drProfile {
	display: block;
	margin-bottom: 10px;
	line-height: 1.7em;
	 font-size: 14px;
	}

dl.drProfile dt {
	float: left;
	clear: both;
	width: auto;
	}

dl.drProfile dd {
	margin: 0;
	margin-left: 74px;
	}

/*インプラント相談表示*/
dl.impList {
	display: block;
	margin: 0 0 10px 10px;
	line-height:1.7em;
	font-size: 14px;
	border-bottom: dotted #CCCCCC 1px;
	}

dl.impList dt {
	float: left;
	clear: both;
	width: 200px;
	border-top: dotted #CCCCCC 1px;
	padding-left: 15px;
	background: url(../img/arrow_3.gif) no-repeat left center;
	}

dl.impList dd {
	margin: 0;
	margin-left: 218px;
	padding-left: 17px;
	background: url(../img/arrow_a.gif) no-repeat left center;
	border-top: dotted #CCCCCC 1px;
	}

/*-------------------------------
リスト
---------------------------------*/

#contentContainer ul {
	display: block;
	list-style-image: url(../img/arrow_3.png);
	line-height:1.7em;
	margin: 0 0 15px 40px;
	font-size:16px;
	}
#contentContainer ol {
	display: block;
	line-height:1.7em;
	margin: 0 0 15px 40px;
	font-size:16px;
	}


/* リスト　初めての方へ*/
ul.listArrow2 {
	display: block;
	list-style-image: url(../img/arrow_3.png);
	line-height:1.7em;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	}
ul.listArrow2 li {
	margin-bottom: 1em;
	}

/*3つ並びのリスト*/
ul.listArrow4 {
	display: block;
	margin: 0 0 5px 30px;
	line-height:1.7em;
	overflow: auto;
	}
ul.listArrow4 li {
	display: block;
	padding-left: 15px;
	background: url(/img/arrow_1.png) no-repeat left center;
	}
ul.listArrow4 li a {
	color: #000000;
	}

/*2つ並びのリスト*/
ul.listArrow5 {
	display: block;
	margin: 0 0 8px 30px;
	line-height:1.7em;
	overflow: auto;
	}
ul.listArrow5 li {
	display: block;
	padding-left: 15px;
	background: url(/img/arrow_1.png) no-repeat left center;
	}
ul.listArrow5 li a {
	color: #000000;
	}

/*文字数に対して追従するリスト*/
ul.listSp {
	display: block;
	margin: 0 0 8px 20px;
	line-height:1.7em;
	overflow: auto;
	font-size: 14px;
	}
ul.listSp li {
	display: block;
	width: auto;
	float: left;
	padding-left: 15px;
	margin-right: 1.5em;
	background: url(/img/arrow_1.png) no-repeat left center;
	}

/* リスト　チェックリスト */
ul.listCheck li {
	display: block;
	background: url(../img/list_chck.jpg) no-repeat left;
	line-height:24px;
	text-indent:28px;
	}

/*電車マーク*/

ul.listTrain li {
	display: block;
	line-height:30px;
	text-indent:28px;
	margin-bottom: 4px;
	}


/*200pxを2つ*/
ul.imgList0 {
	margin-left: 150px;
	}

ul.imgList0 li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	width: 200px;
	background-color: #FFF;
	text-align: center;
	}

/*200pxを3つ*/
ul.imgList {
	margin-left: 40px;
	}

ul.imgList li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	width: auto;
	background-color: #FFF;
	text-align: center;
	}

/*300pxを2つ*/
ul.imgList2 {
	margin-left: 50px;
	}

ul.imgList2 li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	width: 300px;
	background-color: #FFF;
	text-align: center;
	}

/*電車マーク*/

ul.listTrain li {
	display: block;
	line-height:30px;
	padding-left: 28px;
	margin-bottom: 4px;
	}
ul.listTrain li.bgBlue { background: url(../img/train_icon_blue.gif) no-repeat left 4px; }
ul.listTrain li.bgGreen { background: url(../img/train_icon_green.gif) no-repeat left 4px; }
ul.listTrain li.bgRed { background: url(../img/train_icon_red.gif) no-repeat left 4px; }
ul.listTrain li.bgGlay { background: url(../img/train_icon_glay.gif) no-repeat left 4px; }

/*バスマーク*/

ul.listBus li {
	display: block;
	line-height:30px;
	padding-left: 40px;
	margin-bottom: 4px;
	}
ul.listBus li.busB { background: url(../img/bus_icon_b.gif) no-repeat left 4px; }
ul.listBus li.busG { background: url(../img/bus_icon_g.gif) no-repeat left 4px; }
ul.listBus li.busP { background: url(../img/bus_icon_p.gif) no-repeat left 4px; }
ul.listBus li.busO { background: url(../img/bus_icon_o.gif) no-repeat left 4px; }

