@charset "utf-8";

/*=============================================================================
    this page style
=============================================================================*/


/*=============================================================================
    spec style
=============================================================================*/
#spec{
}
    #spec #main{
    }
        #spec #c01{
            padding:20px 0 0;
            text-align: left;
        }
        #spec #c01 .headline{
            font-size: 2.4rem;
            font-weight: bold;
            padding:0 0 5px;
            color: #0071BC;
            border-bottom: 1px solid #E5A326;
        }
        #spec #c01 .items{
            padding:20px 0 ;
            border-bottom: 1px solid #E6E6E6;
            margin:0 -1.5%;
        }
        #spec #c01 .items:last-child{
            border-bottom: none;
        }
        #spec #c01 .items .item{
            float: left;
            width: 30.333333%;
            margin:0 1.5%;
        }
        #spec #c01 .item .thumbnail{
        }
        #spec #c01 .item .thumbnail img{
            width: 100%;
            height:auto;
        }
        #spec #c01 .item .crosshead{
            font-weight: bold;
            font-size: 1.4rem;
            padding:10px 0 0;
        }
        #spec #c01 .item .cat{
            font-size: 1.2rem;
            padding:10px 0 0;
        }
        #spec #c01 .item .cat span{
            border: 1px solid #0071BC;
            margin:0 10px 0 0;
            padding:2px 5px;
            background:#0071BC;
            color:#FFF;
        }
        #spec #c01 .item .pdf{
            margin:5px 0 0;
            display: inline-block;
            padding:10px 0 10px 25px;
            background: url(../images/spec/icon02.png) left center no-repeat;
        }

        #spec #c02{
            margin:30px 0 0;
            text-align: left;
            border: 1px solid #E6E6E6;
            line-height: 1.8;
            padding:20px;
            font-size: 1.2rem;
        }


        #spec #c03{
            margin:30px 0 0;
        }

        #spec #c03 .link{
            padding:30px 0 0;
            text-align: center;
        }
        #spec #c03 .link a{
            padding:10px 50px;
            width: 60%;
            display: inline-block;
            background-color: #0071bc;
            font-size: 1.6rem;
            border:#EEE 1px solid;
            color:#FFF;
            font-weight: bold;
        }