@charset "utf-8";

/*=============================================================================
    this page style
=============================================================================*/
#main{
    padding: 0;
    width: 100%;
}


/*=============================================================================
    lnav style
=============================================================================*/
#lnav {
    text-align: left;
    margin: 30px 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #d5d5d5;
}
    #lnav .sbContent h1 {
        font-weight: bold;
        color: #808080;
        font-size: 2.4rem;
        padding: 0 0 5px;
        border-bottom: 1px solid #E5A326;
    }
    #lnav ul {
        overflow: hidden;
        padding-top: 0;
        margin: 0 -1%;
    }
        #lnav li {
            font-weight: bold;
            font-size: 1.5rem;
            float: left;
            padding: 15px 0 0;
            margin: 0 1%;
            width: 23%;
        }
        #lnav li:nth-of-type(4n+1) {
            clear: both;
        }
            #lnav li a {
                display: block;
                padding: 8px 10px;
                /*background-color: #ffecc8;*/
                font-weight: normal;
                border: 3px solid #ccc;
                border-radius: 6px;
            }
                #lnav li a::before {
                    content: "\f063";
                    font-family: FontAwesome;
                    color: #E5A326;
                    padding: 0 5px 0 0;
                }


/*=============================================================================
    news style
=============================================================================*/
#cad{
}
    #cad #main{
    }
        #cad .products {
            padding: 60px 0 0;
            border-bottom: 1px solid #E5A326;
        }
        #cad .product .items{
            display: none;
        }
        #cad #c01{
            text-align: left;
        }
        #cad #c01 .tit01 {
            font-size: 2.4rem;
            font-weight: bold;
            border-left: 6px solid #333;
            line-height: 1;
            padding: 4px 0 0 1rem;
            margin: 0 0 1.5rem;
        }
        #cad #c01 .product{
            padding: 0;
        }
        #cad #c01 .product:first-child{
            padding:0;
        }
        #cad #c01 .headline {
            position: relative;
            font-size: 2.4rem;
            font-weight: bold;
            padding: 14px 0 10px 0;
            color: #0071BC;
            border-top: 1px solid #E5A326;
        }
            #cad #c01 .headline:hover {
                cursor: pointer;
            }
            #cad #c01 .headline::after {
                position: absolute;
                right: 10px;
                top: 12px;
                content: "\f0fe";
                font-family: FontAwesome;
                color: #E5A326;
            }
            #cad #c01 .headline.active::after {
                content: "\f146";
            }
        #cad #c01 .items table{
            width: 100%;
        }
        #cad #c01 .items table tr{
            border-top:1px solid #ccc;
        }
        #cad #c01 .items table tr td{
            padding: 14px 10px;
            vertical-align: middle;
        }
        #cad #c01 .items table tr td.tit{
            width: 25%;
            font-size:1.4em;
        }
        #cad #c01 .items table tr td.icon{
            font-size: 1.2rem;

        }
        #cad #c01 .items table tr td.icon span{
            border: 1px solid #0071BC;
            margin:0 10px 0 0;
            padding:2px 5px;
            color:#0071BC;
        }
        #cad #c01 .items table tr td.icon span.color01{
            background:#0071BC;
            color:#FFF;
        }
        #cad #c01 .items table tr td.dxf{
            width: 20%;
        }
        #cad #c01 .items table tr td.dxf a{
            padding: 10px 0 10px 30px;
            background: url(../images/cad/icn01.png) left center no-repeat;
        }
        #cad #c01 .items table tr td.pdf{
            width: 20%;
        }
        #cad #c01 .items table tr td.pdf a{
            padding: 10px 0 10px 30px;
            background: url(../images/cad/icn02.png) left center no-repeat;
        }