/*------------------------
  toraya check_style
-------------------------*/


/************** メインコンテンツ **************/

#contents .contents_inner {
    width: 980px;
    margin: 0 auto;
    display: inline-block;
}

#contents .contents_inner .main_contents {
    width: 700px;
    float: right;
    text-align: left;
    display: inline-block;
}

#contents .contents_inner .main_contents .company_img {
    margin: 18px 0 30px 0;
}

#contents .contents_inner .main_contents .company_prof {
    font-size: 75%;
    margin: 0 0 100px 0;
}

#contents .contents_inner .main_contents .company_prof th {
    width: 160px;
    border-right: 1px solid #ccc;
    letter-spacing: 1px;
}

#contents .contents_inner .main_contents .company_prof td {
    line-height: 1.8em;
    color: #3F3F3F;
}

#contents .contents_inner .main_contents .company_prof td img {
    vertical-align: top;
}




