@charset "UTF-8";

.section-type02 {
    position: relative;
}

.section-type02 img {
    position: relative;
    z-index: 1;
}

.section-type02 .mv-new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.section-type02 .label-release {
    display: inline-block;
    border: 1px solid #f00000;
    color: #f00000;
    padding: 3px 10px 2px;
    line-height: 1.167;
    position: relative;
    top: 0px;
    border-radius: 12px;
    font-size: 12px;
}

/* 共通
----------------------------------------*/
.text-left {
	text-align:left!important;
}
.text-right {
	text-align:right!important;
}
.red {
	color: #f00;
}
.blue {
	color: #3060c0;
}
.bg_blue {
    background-color: #8dd5ff!important;
}
/* 注釈
----------------------------------------*/
.note {
	display: block;
	font-size: 12px;
}

.table_newmetal_plate {
    width: 540px !important;
}

.type_th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.has_bg_td {
    background: #f1f1f2;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.td_w_01 {
    width: 100px !important;
}

.td_w_02 {
    width: 120px !important;
}

.td_w_03 {

}

.td_w_04 {
    width: 80px !important;
}

@media only screen and (min-width: 640px) {

    .table_newmetal_plate {
        width: 100% !important;
    }

    .td_w_01 {
        width: auto !important;
    }

    .td_w_02 {
        width: 220px !important;
    }

    .td_w_03 {
        width: 220px !important;
    }

    .td_w_04 {
        width: 220px !important;
    }

}









