/* 共通 */
#contents p {
    font-size: 16px !important;
    margin: 0 !important;
}

.temp_lay {
    padding: 40px 0;
}

.temp_border {
    height: 1px;
    background-color: #333;
}

/* テキストエリア */
.temp_text {
    padding: 0 0 30px !important;
}

.temp_text:last-child {
    padding-bottom: 0 !important;
}

.temp_text-contents {
    font-size:16px !important;
    text-indent:1em;
}

.temp_text-link {
    margin: 0 !important;
}

/* テーブルエリア（2行目からインデント） */
.temp_table-wrapper {
    padding: 0 0 10px;
}

.temp_table-wrapper:last-child {
    padding-bottom: 0;
}

.temp_table-title {
    line-height: 1.5;
}

.temp_table-block {
    padding: 0 0 0 77px;
}

.temp_table-block-text {
    line-height: 1.5;
    text-indent: -62px;
    padding: 0 -62px 0 0;
}

/* 画像エリア */
.temp_cap {
    text-align: center;
    padding: 0 0 20px;
}

.pictures {
    font-size:0;
    text-align: center;
}

.pictures-lay {
    font-size:0;
    text-align: center;
    padding: 0 0 30px;
}

.pictures-lay-cap {
    font-size:0;
    text-align: center;
    padding: 0 0 10px;
}

.pictures-lay:last-child {
    padding-bottom: 0;
}

.pic:first-child{
    margin: 0 20px 0 0;
}

.pic{
    display:inline-block;
}

.pic img {
    padding: 5px 0;
}

.center img {
    padding: 5px 0;
}

p.cap{
    font-size:16px !important;
    margin: 0 !important;
}

p.cap_over{
    font-size:16px !important;
    margin: 0 !important;
}
