@charset "utf-8";

@media screen and (min-width : 769px) {

    .box .img{
        top: 40px;
        right: 40px;
        width: 256px;
    }

    #oil_filter.box .desc{
        min-height: 95px;
    }

    .bg_box {
        margin-top: 34px;
        padding: 20px 20px 38px;
    }

    .bg_box .info_tbl {
        margin: -18px 3px 0;
        border-collapse: separate;
        border-spacing: 0 21px;
    }

    .bg_box .info_tbl th{
        width: 331px;
        height: 82px;
        background-color: #999;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: var(--font-bold);
        vertical-align: middle;
    }

    .bg_box .info_tbl td {
        padding-left: 16px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: middle;
    }

    .bg_box .info_tbl .type p {
        padding-left: 11px;
        text-indent: -11px;
    }

    .bg_box .info_tbl .type p:not(:first-child) {
        margin-top: 5px;
    }
	
	.link {
		padding-top: 10px;
		text-align: right;
	}
	
	.link span {
		display: inline-block;
    	padding-left: 16px;
		background: url(../../common/image_common/arrow_g.gif) no-repeat left center;
	}
	
	.link a {
		text-decoration: underline;
		font-size: 12px;
        font-family: var(--font-light);
	}
}