@charset "UTF-8";
/* ------------------------------------------------------
 *  bootstrap 上書き
 * ------------------------------------------------------ */

.row {
    margin-bottom: 15px;
}
span.glyphicon {
    padding-right: 8px;
}

.ph {
    display: none;
}
@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.table {
    margin-bottom: 0px;
}
.table {
    table-layout: fixed;
}
.table > thead > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
    white-space: nowrap;
}
.table > thead > tr > .id {
    width: 100px;
}
.table > thead > tr > .action {
    width: 168px;
}

input,
textarea,
select {
    font-size: 16px;
    font-weight: normal;
}

.none {
    display: none;
}

.form-group {
    margin-bottom: 5px;
}
form > .form-group:last-child {
    margin-top: 25px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 5px;
}
.form_label {
    vertical-align: 2px;
    margin-left: 5px;
}
.help-block {
    margin-bottom: 0px;
    font-size: 12px;
}
.help-block:before {
    content: '※';
    margin-right: 5px;
    margin-left: 10px;
}

.has-error .help-block {
    color: red;
}

/* ------------------------------------------------------
 *  フッターの固定とデザイン
 * ------------------------------------------------------ */

body {
    height: 100%;
}

html {
    height: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
    padding-bottom: 100px;
}

footer {
    background-color: #cccccc;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
}

footer .text-muted {
    margin-top: 15px;
}

/* ------------------------------------------------------ 
 *  入力フォーム
 * ------------------------------------------------------ */

form .form-group .inline-checkbox {
    margin-bottom: 0;
    padding-top: 7px;
}
form .form-group .inline-checkbox p {
    margin-bottom: 0
}
form .form-group .inline-checkbox label {
    font-weight: normal;
}

.product_listing_img
{
    height: 150px;
    object-fit: cover;
}
.home_wakaba_img
{
	position: relative;
    object-fit: cover;
    margin-bottom: -35px;
    z-index: 100;
}