@charset "utf-8";

/************************************************************************
****	COMMON
************************************************************************/

button {
    cursor: pointer;
    padding: 0.25em 1em;
    /*font-size: 125%;*/
    border-radius: 1em;
    background-color: transparent;
    border: #666 2px solid;
    margin-right: 1em;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.80) !important;
}

.catalog_responsive_table th {
    width: 8em;
}

.catalog_responsive_table td {
    width: auto;
}


.to_detail_btn {
    border-radius: 1em;
    padding: 0 1em;
    background-color: #444;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    font-size: 75%;
    float: right;
}


.new_item td {
    padding: 0.5em 0.24em;
    border-bottom: #ccc 1px dotted;
}


#member_db .new_item td {
    padding: 0.5em 1em;
}


/************************************************************************
****	MY CATALOG SINGLE
************************************************************************/

.catalog_mylist_item_title {
    border-bottom: #ccc 1px solid;
    padding: 0.5em 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.catalog_mylist_item_title .right_cell {
    text-align: right;
}

.catalog_mylist_item_title .center_cell {
    text-align: right;
}


.to_catalog_item_detail2 {
    font-size: 150%;
    font-weight: bold;
    text-decoration: none;
}

.to_catalog_item_detail_wrap {
    clear: both;
    text-align: center;
}

.to_catalog_item_detail {
    font-size: 125%;
    padding: 0.25em 1em;
    text-decoration: none;
    border: #666 2px solid;
    border-radius: 1em;
    line-height: 1.5 !important;
    margin: 2em auto;
}

.category_mylist_item_left {
    width: 45%;
    float: left;
    text-align: center;
    margin: 0 5% 0 0;
}

.category_mylist_item_right {
    width: 50%;
    float: left;
    margin: 0;
}

.catalog_mycatalog_delete_wrap {
    text-align: center;
    margin: 1em 0;
}

.catalog_mycatalog_delete {
    background-color: #c00;
    color: #fff;
    background-color: transparent;
    color: #c00;
    border: #c00 1px solid;

    padding: 0.5em 1em;
    border-radius: 1em;
}

.mylist_table th, .mylist_table td {
    width: auto;
}


/************************************************************************
****	商品
************************************************************************/

.form-table td input[type="text"],
.form-table td input.text {
    font-size: inherit;
    width: 80%;
}

.checkbox {
    display: inline-block;
    height: 2em;
    margin: 0.15em 0.5em;
}

.catalog_back {
    text-align: right;
}

.category_item_left {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.category_item_right {
    width: 50%;
    float: right;
    text-align: center;
    margin: 0;
    padding: 0 0 0 1em;
    box-sizing: border-box;
}

.catalog_responsive_table2 tbody td .vth {
    display: none;
}

.category_item_full .catalog_image_large, .category_item_full .catalog_image_thumbs {
    float: left;
    max-width: 50%;
}

.sqr {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05) inset;
    text-align: center;
}

.sqr2 {
    border: #fff 2px solid;
    padding: 6px 3px 0 3px;
}

.category_item_full .sqr2 {
    padding-top: 0;
}

@media (max-width: 760px) {

    .category_item_full .sqr2 {
        padding-top: 10px;
    }

    .category_item_left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .category_item_right {
        width: 100%;
        float: none;
        padding: 0;
        box-sizing: border-box;
    }


    .catalog_responsive_table,
    .catalog_responsive_table tbody,
    .catalog_responsive_table tr,
    .catalog_responsive_table th,
    .catalog_responsive_table td {
        width: 100%;
        display: block;
        overflow: hidden;
        box-sizing: border-box !important;
    }

    .catalog_responsive_table thead, .catalog_responsive_table thead * {
        display: none !important;
    }

    .catalog_responsive_table th,
    .catalog_responsive_table td {
        min-height: 2em !important;
    }


    .catalog_responsive_table2 {
        border: none;
    }

    .catalog_responsive_table2 tr {
        margin-bottom: 20px;
        border-width: 2px;
        border-style: solid;
        border-color: #ccc;

    }

    .catalog_responsive_table2 tbody td {
        display: table;
        border-top: none;
    }

    .catalog_responsive_table2 tbody td .vth {
        vertical-align: top;
        display: table-cell;
        width: 7em;
        background-color: #eee;
        padding: 0.25em 0.5em;
        border-right: #ccc 1px solid;
        font-weight: bold;
    }

    .catalog_responsive_table2 tbody td .vtd {
        display: table-cell;
        vertical-align: top;
        padding: 0.25em 0.5em;
    }


    .catalog_mylist_item_title .center_cell {
        text-align: left;
    }

    .catalog_mylist_item_title .right_cell {
        text-align: center;
    }

    /*.catalog_list_item_name{
        font-size: 150%;
    }*/
    .category_mylist_item_left, .category_mylist_item_right {
        width: 100%;
        float: none;
    }

    .catalog_responsive_table2 thead, .catalog_responsive_table2 thead * {
        display: none !important;
    }


    .category_item_full .catalog_image_large, .category_item_full .catalog_image_thumbs {
        float: none;
        max-width: 100%;
    }

}


/************************************************************************
****	吹き出し
************************************************************************/


.balloon {
    width: 15em;
    margin: 0em 0 0 -5em;
    padding: 0.75em 1em;
    background: rgba(240, 240, 240, 0.95);
    border-bottom: #bbb 1px solid;
    border-right: #bbb 1px solid;
    border-radius: 5px;
    position: absolute;
    display: none;
}

.balloon:after {
    border: 10px solid transparent;
    border-bottom-color: rgba(240, 240, 240, 0.95);
    border-bottom-color: #eee;
    border-top-width: 0;
    width: 0;
    left: 50%;
    top: -10px;
    content: "";
    display: block;
    position: absolute;
}

.balloon p {
    margin: 0;
    padding: 0;
    z-index: 100;
}

.balloon button {
    line-height: 1.75 !important;
    text-align: left;
    padding: 0.5em 0.25em;
    border-bottom: #999 1px solid;
    font-size: 100%;
}

.balloon button:hover {
    text-decoration: underline;
}

.add_to_mycatalog_btn {
    border-radius: 1em;
    padding: 0 1em !important;
    background-color: #444;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    margin: 0.5em auto;
    cursor: pointer;
    white-space: nowrap !important;
}

/*.catalog_responsive_table2{
	font-size: 85%;
}*/

/*.add_to_mycatalog:hover .balloon {
	display: inline-block;
}
*/