@charset "utf-8";
/* ================================================== */
/*                                                    */
/*                     company.css                    */
/*                                                    */
/* ================================================== */
/* ==================== 基本設定 ==================== */
#contents_wrap{
    width:100%;
}
#contents_wrap .contents_area{
    width:1500px;
    margin:150px auto 80px auto;
}
/* ================== //基本設定// ================== */
#contents_wrap .contents_area h1{
    font-size:1.8rem;
    font-weight:bolder;
    margin:0 0 5px 0;
}
#contents_wrap .contents_area h2{
    font-size:1.4rem;
    color:#af0909;
    margin:0 0 80px 0;
}
#contents_wrap .contents_area table{
    width:800px;
    font-size:1.2rem;
    margin:0 auto;
}
#contents_wrap .contents_area table,tr,td{
    border:2px solid #fff;
}
#contents_wrap .contents_area table td.title{
    width:250px;
    background-color:#ddd;
    padding:20px 0 40px 20px;
}
#contents_wrap .contents_area table td.content{
    width:550px;
    line-height:2.0;
    background-color:#eee;
    padding:30px 0 30px 20px;
}
