@charset "utf-8";
/* 
class */

.page{
	padding-top: 88px;
}
.page_ti {
    background: url(../img/top_contact_bg.png);
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
}
.page .cont{padding: 40px 0;}
.company_text {
    margin: 0 0 20px 0;
}

.company_icon {
    background-image: url(/2017/images/company_icon.jpg);
    background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    padding: 0 0 0 20px;
}

#company {
    width: 1000px;
    margin: 0 auto 100px;
}

#company tr {
    border-bottom: #ccc 1px dotted;
}

#company tr:nth-child(even) {
    background: #F9F9F9;
}

#company th {
    padding: 20px 10px;
    font-weight: normal;
    width: 30%;
    box-sizing: border-box;
}

#company td {
    padding: 20px 10px;
    font-weight: normal;
    width: 70%;
    box-sizing: border-box;
}

#company a {
    color: #bb1716;
    text-decoration: none;
}

#message_wrapper {
    width: 1000px;
    margin: 0 auto 100px;
}
/* 
privacy */
.privacy h3.sub_ti {
    font-size: 20px;
    color: black;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    text-align: left;
}
.privacy ul li { 
    margin-bottom:10px;
}
.privacy p{
    margin-bottom: 20px;
}
section.privacy_box {
    margin-bottom: 40px;
}
/* 
biziness */
section.bixiness_cam {
    margin-bottom: 40px;
}
section.bixiness_cam table{
    margin: 0 auto;
}
section.bixiness_cam table th {
    padding: 8px 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
section.bixiness_cam table td {
    padding: 10px 20px;
    border: 1px solid #ccc;
    text-align: center;
}