@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.box_info {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}

/* ブログ用2カラム */
.box_l820 {
    width: 820px;
    height: auto;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_r250 {
    width: 250px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
}

/* 商品一覧用2カラム */
.box_l250 {
    width: 250px;
    height: auto;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_r820 {
    width: 820px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_lr {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box_l450 {
    width: 450px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r620 {
    width: 620px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_l50 {
    width: 48%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_r50 {
    width: 48%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_l50_sp100 {
    width: 48%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_r50_sp100 {
    width: 48%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_l3 {
    width: 32%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
}

.box_r3 {
    width: 32%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}


/*----------------------------------------------------
	ボックス(スマートフォン)
----------------------------------------------------*/

@media screen and (max-width: 768px) {

.box {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
}

.box_info {
    width: 95%;
    max-width: 400px;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* ブログ用2カラム */
.box_l820,
.box_r820 {
    width: 95%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
}

.box_l250,
.box_r250 {
    width: 95%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
}

.box_l450 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_r620 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

.box_l50_sp100 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.box_r50_sp100 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

}