/*
 * Googleマテリアルアイコン用
 */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*
 * ボタン
 */
.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #50a965;
    border: solid 2px #50a965;
    border-radius: 3px;
    transition: .4s;
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
}

.btn-flat-border:hover {
    background: #50a965;
    color: white;
}

.btn-buy {
    width: 120px;
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    background: #ff6405;/*色*/
    border-radius: 3px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #d27d00;/*線色*/
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
  }
  .btn-buy:hover {
    background: #ff9a50;/*色*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    border: solid 2px #e4b166;/*線色*/
    color: #fff;
  }
  .btn-buy:active {
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2), inset 0 2px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  
  .btn-est {
    width: 120px;
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    background: #0000ff;/*色*/
    border-radius: 3px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #213ea3;/*線色*/
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
  }
  .btn-est:hover {
    background: #0066ff;/*色*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    border: solid 2px #5675e1;/*線色*/
    color: #fff;
  }
  .btn-est:active {
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2), inset 0 2px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  

/*
 * チェックボックス
 */
.checkbox01-input{
    display: none;
}
.checkbox01-parts{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.checkbox01-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
    color: #50a965;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #50a965;
    border-right: 3px solid #50a965;
}

/*
 * ColorBox用
 */
#cboxLoadedContent {
    background-color: #fff;
}

/*
 * シルバーエッグ用 CSS
 */
#segg_tag {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    height: 60px;
}

#segg_tag h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

#segg_tag h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

/* 【シルバーエッグタグ】PC_TOP
----------------------------------------------- */
#recommender_pc111 .dv_recommend .dv_rc_header {
    display: none;
}

#recommender_pc111 .dv_recommend .dv_rc_title {
    display: none;
}

#recommender_pc111 .dv_recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recommender_pc111 > div > div:nth-child(6n+3) {
    width: 14.5%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc111 > div > div:not(:nth-child(6n+3)) {
    width: 14.5%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
}

#recommender_pc111 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc111 .dv_rc_items img {
    width: 80%;
    margin: 0 auto;
    display: block
}

#recommender_pc111 .dv_rc_name {
    height: 66px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#recommender_pc111 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc111 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc111 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_LIST
----------------------------------------------- */
#recommender_pc215 .dv_recommend {
    display: flex;
}

#recommender_pc215 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc215 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc215 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc215 .dv_rc_items img {
    width: 100%;
}

#recommender_pc215 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc215 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc215 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc215 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_CTOP
----------------------------------------------- */
#recommender_pc211 .dv_recommend {
    display: flex;
}

#recommender_pc211 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc211 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc211 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc211 .dv_rc_items img {
    width: 100%;
}

#recommender_pc211 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc211 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc211 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc211 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_SRCH
----------------------------------------------- */
#recommender_pc711 .dv_recommend {
    display: flex;
}

#recommender_pc711 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc711 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc711 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc711 .dv_rc_items img {
    width: 100%;
}

#recommender_pc711 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc711 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc711 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc711 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_PDDT
----------------------------------------------- */
#recommender_pc311_adjust {
    margin-top: 50px;
}

#recommender_pc311 .dv_recommend {
    display: flex;
}

#recommender_pc311 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc311 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc311 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc311 .dv_rc_items img {
    width: 100%;
}

#recommender_pc311 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc311 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc311 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc311 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_PDDT2
----------------------------------------------- */
#recommender_pc312_adjust {
    margin-top: 50px;
}

#recommender_pc312 .dv_recommend {
    display: flex;
}

#recommender_pc312 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc312 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc312 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc312 .dv_rc_items img {
    width: 100%;
}

#recommender_pc312 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc312 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc312 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc312 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_CART
----------------------------------------------- */
#recommender_pc411 .dv_recommend .dv_rc_header {
    display: none;
}

#recommender_pc411 .dv_recommend .dv_rc_title {
    display: none;
}

#recommender_pc411 .dv_recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recommender_pc411 > div > div:nth-child(6n+3) {
    width: 14.5%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc411 > div > div:not(:nth-child(6n+3)) {
    width: 14.5%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
}

#recommender_pc411 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc411 .dv_rc_items img {
    width: 80%;
    margin: 0 auto;
    display: block
}

#recommender_pc411 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc411 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc411 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc411 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_THKY
----------------------------------------------- */
#recommender_pc511 {
    margin-bottom: 30px;
}

#recommender_pc511 .dv_recommend {
    display: flex;
}

#recommender_pc511 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc511 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc511 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc511 .dv_rc_items img {
    width: 100%;
}

#recommender_pc511 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc511 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc511 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc511 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_MYPG
----------------------------------------------- */
#recommender_pc611_adjust {
    margin-top: 30px;
}

#recommender_pc611 .dv_recommend {
    display: flex;
}

#recommender_pc611 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc611 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc611 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc611 .dv_rc_items img {
    width: 100%;
}

#recommender_pc611 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc611 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc611 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc611 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】エラーページ
----------------------------------------------- */
#recommender_pc712_adjust {
    margin-top: 40px;
}

#recommender_pc712 .dv_recommend {
    display: flex;
}

#recommender_pc712 > div > div:nth-child(3) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc712 > div > div:nth-child(n + 4) {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc712 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc712 .dv_rc_items img {
    width: 100%;
}

#recommender_pc712 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc712 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc712 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc712 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 【シルバーエッグタグ】PC_CONT
----------------------------------------------- */
#recommender_pc811 .dv_recommend .dv_rc_header {
    display: none;
}

#recommender_pc811 .dv_recommend .dv_rc_title {
    display: none;
}

#recommender_pc811 .dv_recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recommender_pc811 > div > div:nth-child(5n+3) {
    width: 17%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-bottom: 15px;
}

#recommender_pc811 > div > div:not(:nth-child(5n+3)) {
    width: 17%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#recommender_pc811 .dv_rc_items a {
    color: #50a965;
}

#recommender_pc811 .dv_rc_items img {
    width: 100%;
}

#recommender_pc811 .dv_rc_name {
    height: 49px;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#recommender_pc811 .dv_rc_description {
    height: 3.6em;
    font-size: 75%;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.2em;
}

#recommender_pc811 .dv_rc_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
}

#recommender_pc811 .dv_recommend .dv_rc_footer {
    display: none;
}

/* 商品詳細画面のお気に入りボタン
----------------------------------------------- */
.favorite_btn a.square_btn{
    margin-top: 5px;
    margin-right: 3px;
    margin-bottom: 20px;
}

.favorite_btn a.square_btn_added{
    margin-top: 5px;
    margin-right: 3px;
    margin-bottom: 20px;
}

.favorite_btn .square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    transition: .4s;
}

.favorite_btn .square_btn:hover{
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 70%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
}

.favorite_btn .square_btn_added{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#777777 0%, #aaaaaa 100%);
    background-image: linear-gradient(#777777 0%, #aaaaaa 100%);
}

/* マイページメニュー
----------------------------------------------- */
.mynavi_list  a:hover {
    color: #fff;
}

.square_btn_mypage {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #249226;
    border: solid 2px #249226;
    border-radius: 3px;
    transition: .2s;
    height: 40px;
    padding-top: 20px;
    width: 250px;
    font-size: 80%;
}

.square_btn_mypage:hover {
    background: #249226;
    color: white;
}

.square_btn_mypage_sel {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: white;
    background: #249226;
    border: solid 2px #249226;
    border-radius: 3px;
    transition: .2s;
    height: 40px;
    padding-top: 20px;
    width: 250px;
    font-size: 80%;
}

#mynavi_area {
    margin-bottom: 30px;
}

#mynavi_area .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    width: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;

    display: inline-flex;
    vertical-align: middle;
}

#mynavi_area i {
    padding-bottom: 2px;
}

/* トップ画面の新着情報
----------------------------------------------- */
#title h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 23px;
    font-weight: bold;
    padding-left: 0px;
}

#title h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

/* 工程別
----------------------------------------------- */
#process-edit-tbody tr:first-child {
    display: none;
}

#process-edit-tbody td {
    padding: 5px 2px;
    font-size: 85%;
}

#process-edit-tbody .item_quantity {
    width: 80%;
}

#process-edit-tbody .selected_item img {
    width: 35% !important;
}

#form1 table {
    /*table-layout: fixed;*/
    word-break: break-all;
    word-wrap: break-word;
}

#colorbox_content .process_item {
    width: 23%;
    float: left;
    padding: 3px;
    position: relative;
}

#colorbox_content .process_price {
    font-size: 80%;
}

#colorbox_content .item_check {
    cursor: pointer;
}

#colorbox_content .item_check_icon {
    position: absolute;
    display: none;
    top: 5px;
    right: 15px;
    color: #50a965;
}
#form1 .tag_accordion .colorbox_tag {
    color: #000;
}

#form1 .tag_list {
    margin-top: 0px;
    border: 0px;
}

#form1 .tag_list_tr {
    border: 0px;
}

#form1 .tag_list_td {
    border: 0px;
    cursor: pointer;
}

#form1 a.colorbox {
    margin-bottom: 0px;
}

#mypagecolumn .info-area {
    display: inline-flex;
    width: 100%;
}

#mypagecolumn .fav-box-nav {
    width: 25%;
}

#mypagecolumn .fav-box {
    width: 75%;
}

#mypagecolumn .tag_peeloff {
    cursor: pointer;
}

#mypagecolumn .tag_remove {
    cursor: pointer;
}

.process-edit-reg-mes {
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #fffacd;
    padding: 30px;
    font-size: 200%;
    margin-bottom: 30px;
}

/*
 * お気に入りのタグ用
 */
.favorite_tag a {
    color: #fff;
    font-size: 40%;
}

.favorite_tag {
    color: #fff;
    padding: 10px;
    width: 300px;
}

.favorite_tag li {
    background: #50a965;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 5px 5px;
    padding: 0 10px;
    position: relative;
}

.favorite_tag li:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #50a965;
    content: '';
    display: block;
    margin-left: -15px;
    position: absolute;
    left: 0;
}

.favorite_tag li:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    line-height: 30px;
    position: absolute;
    top: 13px;
    left: 0px;
    width: 4px;
}

/*
 * 工程管理
 */
#mypagecolumn button {
    cursor: pointer;
    cursor: hand;
}

#mypagecolumn .koutei_btn {
    cursor: pointer;
    cursor: hand;
}

#mypagecolumn .koutei_sel {
    cursor: pointer;
    cursor: hand;
}

/* 工程別 タブ */
#mypagecolumn .tab{
    overflow: hidden;
}

#mypagecolumn .tab li{
    background:#ccc;
    padding:5px 25px;
    float:left; margin-right:1px;
}

#mypagecolumn .tab li.select{
    background: #eee;
}

#mypagecolumn .content li{
    background:#eee;
    padding: 20px;
}

#mypagecolumn .hide {
    display: none;
}
/* 工程別 タブ ここまで */


/*
 * エラーページ改修用
 */
#undercolumn_error .message_area {
    height: 100px;
    margin-bottom: 0px !important;
}

#undercolumn_error .message_area .error {
    padding-top: 50px !important;
}

#undercolumn_error #ex_message_area {
    width: 87%;
    margin: 0px auto 30px auto;
    line-height: 1.5em;
    font-size: 90%;
}

/* ポイント変更
----------------------------------------------- */
#point_exchange {
    margin: 30px 0px;
}

#point_exchange th {
    text-align: center;
}

#point_exchange td {
    vertical-align: middle;
}

#point_exchange .pe_quantity {
    width: 100%;
}

#point_exchange .mes_point_area {
    font-size: 110%;
    font-weight: bold;
    margin: 30px 0px;
    line-height: 1.5em;
}

#point_exchange h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 23px;
    font-weight: bold;
    padding-left: 0px;
}

#point_exchange h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#point_exchange .p_val {
    color: #F00;
}

#point_exchange .pe_memo {
    width: 100%;
}

/* 新商品
----------------------------------------------- */
#new_pro_wrap h2 {
    position: relative;
    color: #fff;
    font-size: 24px;
    background: linear-gradient(to bottom,#E0363B,#EF454A 13% 87%,#E0363B);
    margin: 20px 0px;
    padding: 8px 0 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-align: center;
    line-height: 1;
  }
  .ribbon16 {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 6px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 44px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #fa8383;
  border-radius: 2px 0 0 0;
  }

.ribbon16:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon16:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 10px solid #fa8383;
}
  #new_pro_wrap h2:before {
    left: 0;
    border-right: 5px solid #000;
  }
  #new_pro_wrap h2:after {
    right: 0;
    border-left: 5px solid #000;
  }
  #new_product .np_inner .np_header {
      display: none;
  }
  #new_product .np_inner .np_title {
      display: none;
  }
  #new_product .np_inner .np_footer {
      display: none;
  }
  #new_product > div > div:nth-child(4n+4) {
      position: relative;
      width: 23%;
      border: 1px solid red;
      padding: 5px;
      margin-bottom: 15px;
      border-radius: 5px;
  }
  #new_product > div > div:not(:nth-child(4n+4)) {
      position: relative;
      width: 23%;
      border: 1px solid red;
      padding: 5px;
      margin-bottom: 15px;
      border-radius: 5px;
  }
  #new_product .np_description {
      height: 2.4em;
      font-size: 100%;
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 8px;
      overflow: hidden;
      padding-top: 5px;
      line-height: 1.2em;
  }
  #new_product .np_price {
    font-size: 120%;
    font-weight: bold;
    color: #f70000;
    text-align: right;
  }
  #new_product .np_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  #new_product .np_items img {
      width: 100%;
      margin: 0 auto;
      display: block;
  }
  #new_product .np_items a {
      color: #50a965;
  }
  #new_product .np_name {
      height: 56px;
      font-size: 100%;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.3em;
      overflow: hidden;
      padding-bottom: 2px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
  }
  #new_product .material-icons {
    color: red;
    position: absolute;
    top: 64px;
    left: 5px;
    z-index: 1;
    font-size: 42px;
  }
  #new_pro_wrap h2 img {
    opacity: 0.3;
    height: 38px;
  }

  #more_new_wrapper {
    display:flex;
    width:100%;
    }
  .more_new_inner {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-right: 8px;
  }

  .more_new_inner p {
    vertical-align: middle;
    color: #EF454A;
    width: auto;
    float: right;
    background: #efefef;
    padding: 7px 23px 7px 58px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.7);
  }

    .more_new_inner p:before {
    margin-right:5px;
    font-family: FontAwesome;
    }

    .more_new:before {
    content: "\f101";
  margin-right: 10px;
    font-size: 32px;
    position: absolute;
    left: -40px;
    top: -23px;
    }

/* 商品閲覧履歴ブロック用 */
#detail_history h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 0px;
}

#detail_history h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}
