@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Update:         2009.07.17
 Style Info:     患者さん向け指導箋ページCSSファイル
----------------------------------------------------------- */
table.recept {
 margin-top: 5px;
 background-color: #FFF;
 border-top: solid 3px #DCDCDC;
}
table.recept, table.recept th, table.recept td {
 border-collapse: collapse;
 font-size: 95%;
}
table.recept th, table.recept td {
 border-bottom: solid 1px #D8D8D8;
 border-right: solid 1px #D8D8D8;
}
table.recept th {
 padding: 3px;
 border-bottom: solid 1px #D8D8D8;
 font-weight: bold;
 text-align: center;
 background-color: #E9F9FD;
}
table.recept td {
 padding: 10px 8px;
}
.recept-sample {
 margin-bottom: 1em;
}
.recept-title {
 color: #192487;
 font-weight: bold;
 font-size: 120%;
}
.recept-detail {
 margin-top: 1em;
}
table.recept td.recept-color {
 background-color: #fff9f7;
}
table.recept td.recept-end, table.recept th.recept-end {
 border-right: solid 1px #FFF;
}
table.recept td.recept-border, table.recept th.recept-border {
 border-bottom: solid 3px #DCDCDC;
}


/* -----------------------------------------------------------
　　IE PNG FIX 2.0設定
----------------------------------------------------------- */
img, div {
 behavior: url(../common/js/iepngfix.htc);
}
