@charset "utf-8";

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

 File name:      print.css
 Update:         2010.03.16
 Style Info:     Q&A印刷用CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　レイアウト設定
----------------------------------------------------------- */
dl {
 width: 650px;
}
dt {
 margin-top: 20px;
 padding-left: 45px;
 line-height: 35px;
 background: url(../../img/icon_q.gif) no-repeat left top;
 color: #008D7E;
 font-size: 108%;
 zoom: 1;/*印刷バグ*/
}
dd {
 margin-top: 10px;
 padding: 0 0 5px 45px;
 background: url(../../img/icon_a.gif) no-repeat left top;
 border-bottom: 1px solid #C0C5C4;
 zoom: 1;/*印刷バグ*/
}
dd.oneline {
 line-height: 35px;
}


