@import url('skin_products.css');
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media only screen and (max-width: 300px) {
    header.sp_only {
        display: none;
    }
}
@media only screen and (max-width: 736px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

    img {
        vertical-align: bottom;
        max-width: 100%;
        box-sizing: border-box;
    }
}
[data-bgb]:after {
	content: '';
	display: block;
	clear: both;
}

/* original block */
#wall .bge-contents .bgb-campaign-button p {
    display:none;
}
.bge-contents .bgb-campaign-image[data-bgb],
.bge-contents .bgb-campaign-button[data-bgb] {
    margin-bottom: 0px;
}


/* title */
.bge-contents h2 {
    padding: 0.7em 0.5em 0.5em;
    font-size: 2em;
    color: #19237e;
    border-top: #dbdbdb solid 1px;
    border-right: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px;
    border-left: #19237e solid 2px;
    background: #f8f8f8;
}
.bge-contents h3 {
    font-size: 1.4em;
    color: #545148;
    padding: 1em 0.4em 0.8em 0;
    border: none;
    background: url(/img/common/bg_h01.png);
}
.bge-contents h3:before {
    content: "";
    background: url(/img/common/bg_h02.png) left center no-repeat;
    color: #545148;
    padding: 0;
}
.bge-contents h4 {
    font-size: 1.2em;
    color: #545148;
    padding: 0 0.5em 0.5em;
    border-bottom: #f0f0f0 solid 2px;
}

@media only screen and (max-width: 736px) {
    .bge-contents h2 {
	font-size: 15px;
    }
    .bge-contents h3 {
	padding: 0.5em 0.4em 0.3em 0;
    }
}

/* list */
.bge-ckeditor ol li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    line-height: 1.5;
}
.bge-ckeditor ol li:before {
    display: marker;
    padding-right: 5px;
    content: "(" counter(cnt) ")";
}
.bge-contents ul li {
    list-style: none;
    padding-left: 10px;
    background: url(/img/common/icon_list01.png) left 8px no-repeat;
}

/* blockquote */
.bge-contents blockquote {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 0;
    background: none;
    border-left: 4px solid #f0f0f0;
    border-radius: 0;
}
.bge-contents blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
}
.bge-contents blockquote:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
}

/* table */
.bge-contents table tr th,
.bge-contents table tr td {
    border: 2px solid #e5e5e5;
    padding: 0.8em 0.8em 0.6em;
}

@media only screen and (max-width: 736px) {
    .bge-contents table {
	border-bottom: 2px solid #e5e5e5;
    }
    .bge-contents table tr th {
	display: block;
	border-bottom: none;
    }
    .bge-contents table tr td {
	display: block;
	border-bottom: none;
    }
}

/* link */
.container a:link, .container a:visited {
    color: #19237e;
    text-decoration: underline;
}

/* images */
.bge-contents [data-bgt=image] .bgt-box__image-container {
    background: none;
}
.bge-contents [data-bgt=image] .bgt-box__caption {
    background: none;
}

@media only screen and (max-width: 736px) {
    .bge-contents [data-bgb=image3] .bgt-grid--first {
	padding-right: 0;
    }
    .bge-contents [data-bgb=image3] .bgt-grid {
	width: 100%;
    }
    .bge-contents [data-bgb=image3] .bgt-grid {
	float: none;
	padding-left: 0;
	padding-right: 0;
    }

    .bge-contents [data-bgb=image4] .bgt-grid--first {
	padding-right: 0;
    }
    .bge-contents [data-bgb=image4] .bgt-grid {
	float: none;
	padding-left: 0;
	padding-right: 0;
    }
    .bge-contents .bgt-grid3, .bge-contents [data-bgb=image4] .bgt-grid {
	width: 100%;
    }

    .bge-contents [data-bgb=image5] .bgt-grid--first {
	padding-right: 0;
    }
    .bge-contents [data-bgb=image5] .bgt-grid {
	float: none;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
    }
    .bge-contents .bgt-grid3, .bge-contents [data-bgb=image5] .bgt-grid {
	width: 100%;
    }

    .bge-contents [data-bgb=image-link3] .bgt-grid--first {
	padding-right: 0;
    }
    .bge-contents [data-bgb=image-link3] .bgt-grid {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
    }
}

/* link images */
.bge-contents [data-bgt=image-link] .bgt-box__image-container {
    background: none;
}
.bge-contents [data-bgt=image-link] .bgt-box__caption {
    background: none;
}

/* table */
.bge-contents table tr th {
    background: #f0f0f0;
    font-size: 1.2em;
    color: #545148;
}

/* button */
.bge-contents .bgt-btn--primary {
    min-width: 214px;
    color: #b79732;
    border: #b79732 solid 2px;
    padding: 16px 20px 12px 14px;
    background: url(/img/common/icon_arrow06.png) 95% center no-repeat;
}
.bge-contents .bgt-btn--primary a {
    display: block;
    color: #b79732;
    background: #fff url(/img/common/icon_arrow06.png) 194px center no-repeat;
}
.bge-contents .bgt-btn--primary:hover {
    color: #b79732;
    background: #fff url(/img/common/icon_arrow06.png) 194px center no-repeat;
}
.bge-contents .bgt-btn--primary:link, .bge-contents .bgt-btn--primary:visited {
    color: #b79732;
}

.bge-contents .bgt-btn--success,
.bge-contents .bgt-btn--info,
.bge-contents .bgt-btn--warning,
.bge-contents .bgt-btn--danger {
    min-width: 214px;
    padding: 16px 20px 12px 14px;
}

/* download button */
.bge-contents .bgt-download-file__link {
    border: #b79732 solid 2px;
    color: #b79732;
    padding: 1.2em 1em;
    border-radius: 0;
}
.bge-contents .bgt-download-file__link:link,
.bge-contents .bgt-download-file__link:visited {
    color: #b79732;
    text-decoration: none;
    font-weight: normal;
}
.bge-contents .bgt-download-file__link:hover {
    background: #fff;
}

.txt_link a {
    color: #b79732;
    text-decoration: none;
}
.reset_btn a {
    color: #bbb;
    text-decoration: none;
}
.reset_btn a:link,
.reset_btn a:visited {
    text-decoration: none;
}

/* 2????????? */
@media only screen and (max-width: 736px) {
    .bge-contents [data-bgb=wysiwyg2] .bgt-grid--first {
	padding-right: 0;
    }
    .bge-contents [data-bgb=wysiwyg2] .bgt-grid {
	float: none;
	width: 100%;
    }
}

/*************************
 * bge original block
 */
.bgb-main-item .box_photo .main_photo img {
    width: 100%;
}

.bgb-main-item .box_photo .box_photo_list td{
    border: 0px solid #FFF;
}
.bgb-main-item .box_photo .box_photo_list td img{
    width: 100%;
}
.bgb-main-item .box_photo .box_photo_list td:empty{
}


.bgb-main-item .h3_ttl01 {
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
    color: #e674ae;
    font-weight: bold;
    font-size: 16px;
}

.bgb-main-item .box_txt .p_02{
    text-decoration: underline;
    padding-left: 25px;
    background: transparent url(/img/system/products_icon02.gif) no-repeat 2px 50%;
    line-height: 100%;
    margin: 0 0 10px 0;
}
.bgb-main-item .box_txt .box_seibun{
    background-color: #f6f6f6;
    padding: 10px;
    /*display: none;*/
    margin-bottom: 10px;
}
.bgb-main-item .box_txt .box_form {
    border-collapse: collapse;
    border-spacing: 0;
}
.bgb-main-item .box_txt .box_form .title th{
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    background-color: #FFF;
    border: none;
}
.bgb-main-item .box_txt .box_form .price td{
    background-color: #FFF;
    border: none;
    text-align: right;

    font-weight: bold;
    color: #e60000;
    font-size: 16px;
}

.bgb-main-item .box_txt .p_btn02 {
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: bold;
    overflow: hidden;
    background-color: #e572ac;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod???EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e572ac 0%, #d64f94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e572ac), color-stop(100%,#d64f94));
    background: -webkit-linear-gradient(top, #e572ac 0%,#d64f94 100%);
    background: -o-linear-gradient(top, #e572ac 0%,#d64f94 100%);
    background: -ms-linear-gradient(top, #e572ac 0%,#d64f94 100%);
    background: linear-gradient(to bottom, #e572ac 0%,#d64f94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e572ac', endColorstr='#d64f94',GradientType=0 );
    box-shadow: 1px 1px 5px #dadada;
    -moz-box-shadow: 1px 1px 5px #dadada;
    -webkit-box-shadow: 1px 1px 5px #dadada;
    width: 100%;
    color: #ffffff;
    padding: 10px 0;
    display: block;
    border: 0px;
    cursor: pointer;
}


@media screen and (min-width: 751px) {
    .bgb-main-item .box_photo {
	float: left;
	width: 320px;

    }
    .bgb-main-item .box_photo .main_photo{
	width: 320px;
	height: 320px;
	display: block;
	margin-bottom: 10px;
    }
    .bgb-main-item .box_photo .box_photo_list {
	width: 320px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
    }
    .bgb-main-item .box_photo .box_photo_list td{
	padding: 0 5px;
	width: 56px;
    }


    .bgb-main-item .box_txt{
	float: left;
	min-width: 390px;
	max-width: 425px;
	margin-left: 15px;

    }
    .bgb-main-item .box_txt .h3_ttl01{
	line-height: 160%;
    }
    .bgb-main-item .box_txt .p_detail {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 100%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
    }
    .bgb-main-item .box_txt .p_02{
	font-size: 12px;
	cursor: pointer;

	text-decoration: underline;
	padding-left: 8px;
	background: transparent url(/img/system/products_icon01.gif) no-repeat 0 50%;
	line-height: 100%;
	margin: 0 0 10px 0;
    }

    .bgb-main-item .box_txt .box_form .price td{
	font-size:22px;
	padding-bottom: 10px;
    }

    .bgb-main-item .box_txt .p_btn02 {
	margin: 0 0 10px 150px;
	width: 220px;
    }

}


/* ????????? */
.bge-contents .bgb-opt--bg-gray {
    padding: 20px;
}

.bge-contents .bgb-opt--bg-gray p:last-child {
    margin-bottom: 0;
}


/*??????*/
.eye-catch,.post-body {
    display:none;
}
.box02_01,.box03_2 {
    float:left;
    clear: both;
}
p.icon_teiki {
    float: left !important;
    margin: 0 !important;
    background-color: #BBB177 !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 100% !important;
    padding: 2px !important;
    text-align: center !important;
}

.tabel_form tr th,.tabel_form tr td {
    border:0px !important;
    background: none !important;
}
.p_btn03 {
    float:right;
}
.p_btn {
    width:130px;
}
.bgb-main-item {
    margin-top: 8px;
}
/*????????便?????????????????????????*/
.box02 input.p_btn02,.box02 h5.h5_ttl {
    display: none;
}
.box02 input.p_btn03,.box02 h4.h4_ttl {
    display: block;
}
.box03_2 input.p_btn03,.box03_2 h4.h4_ttl,.box03_2 .box_teiki {
    display: none;
}
.box03_2 input.p_btn02,.box03_2 h5.h5_ttl {
    display: block;
}
.box03_2 .border {
    border:0px !important;
}
.ttl_box {
    clear:both;
}
#BlogComment,.meta,.more {
    clear:both;
}
/*????????*/
.productinfo {
    float:left;
}
#main h2:not(.h2_title02):not(.h2_ttl) {
    padding: 0.7em 0.5em 0.5em;
    font-size: 2em;
    color: #545148;
    border-top: #e1d9c8 solid 1px;
    border-right: #e1d9c8 solid 1px;
    border-bottom: #e1d9c8 solid 1px;
    border-left: #ff9dcd solid 2px;
    background: #fbf9f5;
}
#main h2,#main h3,#main h4 {
    margin-bottom: 8px;
}
#main h3:not(.h3_ttl01):not(.h3_ttl) {
    font-size: 1.4em;
    color: #545148;
    padding: 1em 0.4em 0.8em 0;
    border: none;
    background: url(/img/common/bg_h01.png);
}
#main h3:before:not(.h3_ttl01):not(.h3_ttl) {
    content: "???";
    background: url(/img/common/bg_h02.png) left center no-repeat;
    color: #545148;
    padding: 0;
}
#main h4:not(.h4_ttl02):not(.h4_ttl01) {
    font-size: 1.2em;
    color: #545148;
    padding: 0 0.5em 0.5em;
    border-bottom: #f0f0f0 solid 2px;
}

h4.expand_title {
    background-image: -webkit-gradient( linear , left top , left bottom , from(#FFFFFF) , to(#F6F3ED));
    font-size: 16px;
}

.active h4.expand_title {
    background-image: none;
    background-color: #EB658D;
    color: #fff !important;
    font-size: 16px;
}


@media only screen and (max-width: 736px) {
    #main h2 {
	font-size: 15px;
    }
    #main h3 {
	padding: 0.5em 0.4em 0.3em 0;
    }
    #main h3:not(.h3_ttl01):not(.h3_ttl) {
        font-size: 1.4em;
        color: #545148;
        padding: 0.3em 0.4em 0.2em 0;
        border: none;
        background: url(/img/common/bg_h01.png);
    }
}
