@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */

.contents_box {
    padding: 70px 0;
    text-align: center;
    background: url("../img/bg_right.png")no-repeat right bottom;
}


/* ==========================
category
============================= */
.category {
    background: url(../img/category.png)no-repeat center right;
    padding: 90px 0;
}
.cate_tit {
    background: url(../img/title_bg.png)no-repeat center;
    padding: 30px 0;
    margin: 0 auto 0 10%;
    max-width: 360px;
}
.cate_name {
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
}
.cate_name span {
    font-size: 40%;
}
/* ==========================
category
============================= */

p.contents_title span {
    font-size: 50%;
}
.product_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_box li {
    background: #222222;
    margin: 0 20px 40px;
}
li.pr_b {
    background: #222222;
    text-align: center;
}
li.pr_g {
    background: #444444;
    text-align: center;
}
p.p_li_text {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}



@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
.category {
    background: url(../img/category.png)no-repeat center right;
    background-size: cover;
    padding: 0;
}
	.cate_tit {
    width: 90%;
    margin: auto;
}
}
@media print {


}