@charset "UTF-8";

/*-------------nパーツ(画像なし)------------*/
a#t_c4+div .inner_item_txt {
    padding: 0 !important;
    margin-top: 0 !important;
}
a#t_c4+div .inner_item_txt .heading.block_header_4 {
    background: var(--i_main_color);
    padding: 10px 0;
    margin-bottom: 0;
}
a#t_c4+div .inner_item_txt .heading.block_header_4 .h {
    color: #fff;
}
a#t_c4+div .inner_item_txt p {
    padding: 10px 20px;
    background: var(--i_sub2_color);
}
a#t_c4+div .inner_item_txt .price {
    padding: 10px 20px;
}

/*------------テーブルパーツ_画像--------------*/
a#tb1+div tr:first-child td {
    background-color: var(--i_sub2_color);
}
a#tb1+div tr:first-child td div {
    font-weight: bold;
}
a#tb1+div td img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 220px;
    object-fit: cover;
}
@media screen and (max-width: 700px) {
	a#tb1+div td img {
    max-width: 150px;
    max-height: 230px;
	min-width: 130px;
}
}

/*------------HTML_テーブルパーツ--------------*/
a#tb2+section .outer {
    overflow: auto;
}
a#tb2+section table {
    table-layout: auto;
    white-space: nowrap;
	border-collapse: collapse;
    min-width: 100%;
}
a#tb2+section table thead {
	background: var(--i_sub2_color);
}
a#tb2+section table th {
	background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
    padding: 6px;
}
a#tb2+section table tr:nth-of-type(1)>th:first-child {
	width: 20%;
}
a#tb2+section table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
    padding: 6px;
}
a#tb1+div tr:nth-child(2) td {
    text-align: center;
}