@charset "Shift_JIS";

/* 共通 */
@import "../../../../../css/lv3.css";

/****************************** コンテンツ ********************************/

/*********** 行間 ***********/
.space-between0{line-height:normal;}
.space-between1{line-height:1.4em;}
.space-between1 table{line-height:1.4em;}
.space-between1 table.space-between0{line-height:normal;}


/*********** 書式 ***********/
.font-normal{font-style:normal;}
.font-italic{font-style:italic;}
.font-bold{font-style:normal;font-weight:bold;}

.font-red{color:#f00;}
.font-blue{color:#00f;}
.font-gray{color:#999;}


/*********** 打ち消し線 ***********/
.denial-line{text-decoration:line-through;}


/*********** 下線 ***********/
.underline{border-bottom:1px solid #000;}
.underline-gray{border-bottom:1px solid #999;}
.underline-red{border-bottom:1px solid #f00;}
.underline-blue{border-bottom:1px solid #00f;}

/*********** 下線　太 ***********/
.underline2{border-bottom:2px solid #000;}
.underline2-gray{border-bottom:2px solid #999;}

/*********** 下線　点 ***********/
.underline-d{border-bottom:1px dashed #000;}
.underline-d-gray{border-bottom:1px dashed #999;}

/*********** 下線　点太 ***********/
.underline-d2{border-bottom:2px dashed #000;}
.underline-d2-gray{border-bottom:2px dashed #999;}

/*********** 下線　二重 ***********/
.underline-w{border-bottom:3px double #000;line-height:1.55em;}


