@charset "UTF-8";
/*====================================================================
 definition list - w/link
====================================================================*/
.n_dl_normal dt {
    margin-bottom:8px;
    padding-left:18px;
    background:url(../images/icon_gt_red.png) no-repeat 4px 5px;
    font-weight:bold;
}
.n_dl_normal dd {
    margin:0 15px 20px;
}
.n_dl_normal ul.n_list_triangle01 {
    padding-left:0;
    padding-bottom:0;
}
.n_dl_normal ul.n_list_triangle01 li {
}

/*====================================================================
 definition list - text w/o link
====================================================================*/
.n_dl_text dt {
    margin-bottom:8px;
    padding-left:18px;
    background:url(../images/icon_gt_black.png) no-repeat 4px 5px;
    font-weight:bold;
}
.n_dl_text dd {
    margin:0 15px 20px;
}
.n_dl_text ul.n_list_triangle01 {
    padding-left:0;
    padding-bottom:0;
}
.n_dl_text ul.n_list_triangle01 li {
	background:url(../images/btn_triangle_black.png) no-repeat left 3px;
	font-size:120%;
}
.n_dl_text a {
	text-decoration: underline;
}

/*====================================================================
 table
====================================================================*/
table.n_table_normal {
    border:#adadad 1px solid;
    margin-bottom:20px;
    line-height:1.4;
}
table.n_table_normal th,
table.n_table_normal td {
    padding:5px 6px;
    border-right:#adadad 1px solid;
    border-bottom:#adadad 1px solid;
    vertical-align:middle;  
}
table.n_table_normal th {
    background:#d1d1d1;
    font-weight:bold;
    text-align:center;
}
table.n_table_normal td.n_subitem {
    background:#f5f5f5;
    text-align:center;
}
table caption {
    /* display:none; */
}

/* normal icon */
ul.n_list_normal li {
    padding-left:10px;
    padding-bottom:5px;
    background:url(../images/btn_triangle_red.png) no-repeat left 3px;
    line-height:1.2;
}

/*====================================================================
 note
====================================================================*/
.n_note {
    margin:0 15px 15px 0;
	font-size:93%;
}
