/*-----------------------------------------
テーブルデザイン
------------------------------------------*/
@charset "Shift_JIS";

/*レイアウト用テーブル*/
.layout_t{border-collapse:collapse;border:hidden;}
.layout_t tr td{vertical-align:top;margin:0px;padding:0px;border:hidden;}

/*枠線無しテーブル*/
.noborder_t{border-collapse:collapse;border:hidden;}
.noborder_t tr td{
vertical-align:top;
padding:5px;
border:hidden;}

/*枠線有りテーブル*/
.solid_t{border-collapse:collapse;width:480px;}
.solid_t tr td{
padding:3px 5px;
border:1px solid #cccccc;}

.solid_t .td1{
width:80px;
background:#15CCC6;
color:#ffffff;}
.solid_t .td2{}
.solid_t .td2{background:#def9ff;width:50px;}

/*下線テーブル*/
.underdash_t{border-collapse:collapse;width:485px;}
.underdash_t tr td{
padding:3px 5px;
border-bottom:1px dashed #385FCE;}
.underdash_t .td1{width:100px;}

/*implant*/
.implant_t{border-collapse:collapse;width:485px;}
.implant_t tr td{
vertical-align:top;
padding:5px;
border-bottom:1px dashed #385FCE;}
.implant_t .td1{width:160px;}

/*診察時間*/
.shinsatsu_t{border-collapse:collapse;width:480px;font-size:16px;}
.shinsatsu_t tr td{padding:3px 5px;border:1px solid #cccccc;}
.shinsatsu_t .td1{background:#daf9ff;}
.shinsatsu_t .td3{background:#daf9ff;}
.shinsatsu_t .td4{text-align:center;}

/*診察時間*/
.shinsatsu_t2{border-collapse:collapse;width:400px;font-size:12px;}
.shinsatsu_t2 tr td{padding:3px 5px;border:1px solid #cccccc;}
.shinsatsu_t2 .td1{background:#daf9ff;}
.shinsatsu_t2 .td3{background:#daf9ff;}
.shinsatsu_t2 .td4{text-align:center;}
