@charset "utf-8";
/* リスト/アコーディオンページ PC版 */

.cateSet {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.cateSet .cursor {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #FFF;
}

.cate_1 {
    background-color: #333;
    padding: 6px;
    color: #FFF;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
}

.cate_1:hover {
    background-color: #555;
}

.cate_1 .arrow {
    float: right;
    transition: transform 0.3s;
}

.cate_content {
    overflow: hidden;
    transition: all 0.3s ease;
}

.cate_1_ttl {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
}

.cate_2 {
    margin-bottom: 20px;
    padding: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
}

.category .item {
    border-bottom: 1px dotted #ccc;
    padding: 0px 0 10px 0;
    margin-bottom: 10px;
}

.category .item img {
    max-width: 100%;
    height: auto !important;
}

.category .item .item_left {
    float: left;
    width: 482px;
    padding-left: 10px;
}

.category .item .item_right {
    float: right;
    width: 200px;
}

.category .item .body {
    line-height: 1.8;
    color: #333;
}

.tt_menu {
    font-size: 12px;
    margin-bottom: 10px;
}

.i_tt_menu {
    width: 392px;
    float: left;
    line-height: 1.8em;
    padding: 0 0 0 6px;
    margin: 10px 0 0 0;
}

.price {
    margin: 10px 0 0 0;
}

/* サイドメニュー */
.cate_block {
    margin-top: 14px;
    width: 224px !important;
    float: right !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FFF;
    padding: 14px;
    overflow: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.cate_block h2 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.cate_block li {
    list-style: none;
    padding: 5px 0px;
}

.cate_block li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.cate_block li a:hover {
    color: #666;
}

#menu_cate {
    font-size: 14px;
}

/* ページ本文 */
.page_content {
    padding: 20px 10px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333;
    border-bottom: 2px solid #ccc;
}

.page_content p {
    margin-bottom: 1em;
}

.page_content h2,
.page_content h3,
.page_content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.page_content h2 {
    font-size: 20px;
}

.page_content h3 {
    font-size: 18px;
}

.page_content h4 {
    font-size: 16px;
}

.page_content ul,
.page_content ol {
    margin-left: 2em;
    margin-bottom: 1em;
}

.page_content img {
    max-width: 100%;
    height: auto;
}
