@charset "utf-8";
/* CSS Document */

#d_caution li {
    list-style: none;
}
#main #d_caution dt {
    margin-bottom: 10px;
    border-bottom: #CCC solid 1px;
    font-weight: bold;
}
#main .box_b {
    font-weight: bold;
}

.box_caution{
	padding: 20px;
	font-size: 14px;
	background: var(--color-info-bg);
}
.box_caution a{
	text-decoration: underline;
}

/* 納期テーブル調整 */
#nouki_tbl table{
	width:550px;
}
.headline th:first-child{
	width:33% !important;
}
.box_caution{
padding: 20px;
font-size: 14px;
background: var(--color-info-bg);
}
.box_caution a{
text-decoration: underline;
}
