﻿@charset "utf-8";
/* *******************************************************************
	common
******************************************************************* */
.innerwrap {
    width: 100%;
}

#contents {
    float: none;
    width: 100%;
    min-height: 700px;
    padding: 0;
}
#contents h2 {
    /*margin: 0 0 40px;*/
    padding: 0 0 20px;
    line-height: 1.1;
    font-size: 32px;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}
#contents .section {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

.tb-basic th {
    background-color: #fafafa;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
}
.tb-basic thead th {
    background-color: #f4f4f4;
    border-bottom: 3px double #dfdfdf !important;
}

.section.board .table thead th {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #353535;
}
.section.board .table thead th:nth-child(1) {
    border-right: 1px solid rgba(255,255,255,0.5);
}
.section.board .table thead th:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,0.5);
}
.section.board .table tbody td {
    padding: 8px 15px;
}
.section.board .table tbody tr td:nth-child(1) {
    padding: 8px;
    border-right: 1px solid #eee;
}
.section.board .table tbody tr td:nth-child(2) {
    word-break: keep-all;
    border-right: 1px solid #eee;
}
.section.board .table tbody tr td:nth-child(3) {
    padding: 8px;
}


@media screen and (max-width: 767px) {
    #wrap {
        padding-top: 0;
    }
}
