@charset "UTF-8";

#sub_title_profile {
    width:1000px;
    font-size:1.9em;
    font-weight:bold;
    padding:10px;
    margin:20px 0;
    color:#fff; 
    background: url(../images/corporate/pc_haikei_obi.png);
    background-size:cover;
}

content_body_top {
    width:1020px;
    overflow:hidden;
}

#img_area {
    width:45%;
    float:left;
}

#topimage_area,
#corporate_logo {
    width:350px;
    margin:30px auto;
}

#corporate_detail_area {
    width:55%;
    float:right;
}

table {
    width:100%;
    font-size:0.9em;
    color:#15493a;
    border-collapse:collapse;
    letter-spacing:0.1em;
}

table tr {
    border-bottom:1px solid #15493a;
}

table tr:last-child {
    border-bottom:none;
}

table th {
    width:130px;
    padding:3px;
}

table td {
    padding:3px;
}

#corporate_content_footer {
	width:1020px;
        overflow:hidden;
        margin:10px 0 20px 0;
}

#corporate_content_footer h3 {
	color: #13493a;
	font-size: 1.2em;
        margin:10px 0;
}



