@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

約款

------------------------------------------------------------ */

.table_container {
    margin: 20px 0;
}

.table_caption {
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    font-size: 1.1em;
    color: #333;
}

.table_wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
    border: 1px solid #333;
}

#table thead th {
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333;
    padding: 10px;
}

#table td {
    padding: 12px;
    border: 1px solid #333;
    vertical-align: top;
    line-height: 1.5;
}

#table tbody td:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
    width: 200px;
}

#table td ul {
    margin: 0;
    padding-left: 1.2em;
}

#table td li {
    margin-bottom: 4px;
}

#table td:nth-child(2),
#table td:nth-child(3) {
    text-align: right;
    white-space: nowrap;
}

#table tbody tr:last-child td:nth-child(2),
#table tbody tr:last-child td:nth-child(3) {
    text-align: left;
    white-space: normal;
}


@media only screen and (max-width:767px) {/* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	約款

	------------------------------------------------------------ */

    #table table {
        min-width: 560px;
    }

    #table td, #table thead th {
        font-size: 14px;
        padding: 8px;
    }

    #table tbody td:first-child {
        width: 140px;
    }

    .table_wrapper {
        border-right: 1px solid #333;
    }


}
