@charset "utf-8";

section {
    width: 1240px;
    margin: 0 auto;
}

section .detail_pg_head {
    margin-top: 30px;   
    text-align: center;
}

section .detail_pg_head p {
    color: #b5b5b5;
    font-size: 33px;
    font-weight: 500;
}

section .detail_pg_head h4 {
    font-size: 43px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 30px;
}

section .product_tab {
    padding-top: 50px;
    text-align: center;
    width: 1240px;
    font-size: 20px;
}

section .product_tab a {
    margin-left: 25px;
    color: #939393;
    font-weight: 400;
}

section .product_tab .tab1:after {
    content: "|";
    margin-left: 25px;
    color: #939393;
}

section .product_tab a.tab_on span, section .product_tab a span:hover {
    text-decoration: none;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 5px;
    color: #000;
}

section .product_explain {
    margin-bottom: 100px;   
}

section .product_explain h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 60px 0 10px;
}

section .product_explain p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
}

section span.refer {
    color: #484848;
    font-size: 16px;
    line-height: 30px;
}

section .product_spec {
    margin-bottom: 100px;
}

section .product_spec table {
    width: 100%;
    border-top: 2px solid #000;
    border-collapse: collapse;
    margin-top: 40px;
	table-layout: fixed;
}

section .product_spec table th, section .product_spec table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    line-height: 25px;
}

section .product_spec th {
    width: 200px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    padding-left: 200px;
}

section .product_spec td {
	width: auto;
}

section .product_spec th span.procut_spec_ttl {
    margin-left: 10px;    
}

section .product_spec_title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: -30px;
	margin-top: 40px;
}