/* 
  ID          : wp-starry-base.css
  NAME        : STARRY 基本 スタイルシート
  DESCRIPTION : 
  CREATE      : 2015/12/07 
  UPDATE      :     /  /   
              :     /  /   
*/

#join_text {
    border: none;
    font-family: Merriweather, Georgia, serif;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
}
#payment_title {
    font-size: 150%;
    margin-top: 10px;
    margin-bottom: 0px;
}
#payment_text {
    border: none;
    font-family: Merriweather, Georgia, serif;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
#service_title {
    font-size: 150%;
    margin-top: 10px;
    margin-bottom: 0px;
}
#service_text {
    border: none;
    font-family: Merriweather, Georgia, serif;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
#rule_title {
    font-size: 150%;
    margin-top: 10px;
    margin-bottom: 0px;
}
pre.entry_rule {
    overflow: scroll;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    padding: 10px 10px 10px 10px;
    background-color: #EEEEEE;
    align-self: center;
    font-family: Merriweather, Georgia, serif;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
#entry_area {
    font-family: Merriweather, Georgia, serif;
    padding-top: 20px;
}
p.trade_mark {
    font-size: 15px;
    font-family: 'Times New Roman';
    margin: 10px;
    padding: 5px;
}

#birthday_yyyy, #birthday_mm, #birthday_dd {
    display: inline-block !important;
    width: 5em !important;
}

div.img-thumbnail {
    width: 250px;
    height: 250px;
}

img.img-thumbnail {
    height: 100%;
}

.streaming-cl {
    width: 640px;
}
@media screen and (max-width: 768px) {
    .streaming-cl {
        width: 100%;
    }
}
#login01_input1_area {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#login01_input2_area {
    padding-bottom: 15px;
    margin-bottom: 0px;
}
#login01_button_area {
    padding-top: 15px;
}

/* 決済方法 */
#div_logo_area {
    padding-top: 20px;
}
#div_logo_card {
    width: 300px;
}
#div_logo_docomo {
    width: 300px;
}
#div_logo_au {
    width: 300px;
}
#div_logo_softbank {
    width: 300px;
}
#div_logo_cvs {
    width: 300px;
}
#div_logo_payeasy {
    width: 300px;
}
#div_logo_cod {
    width: 300px;
}

/* 決済方法ロゴ */
#logo_card {
    width: 100%;
    height: 100%;
}
#logo_docomo {
    width: 100%;
    height: 100%;
}
#logo_au {
    width: 100%;
    height: 100%;
}
#logo_softbank {
    width: 100%;
    height: 100%;
}
#logo_cvs {
    width: 100%;
    height: 100%;
}
#logo_payeasy {
    width: 100%;
    height: 100%;
}
#logo_cod {
    width: 100%;
    height: 100%;
}
#img_logo_auID {
    margin: 15px;
}

@media screen and (max-width: 768px) {
    #div_logo_card {
        width: 100%;
    }
    #div_logo_docomo {
        width: 100%;
    }
    #div_logo_au {
        width: 100%;
    }
    #div_logo_softbank {
        width: 100%;
    }
    #div_logo_cvs {
        width: 100%;
    }
    #div_logo_payeasy {
        width: 100%;
    }
    #div_logo_cod {
        width: 100%;
    }
    #logo_card {
        width: 100%;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_docomo {
        width: 100%;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_au {
        width: 100%;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_softbank {
        width: 100%;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_cvs {
        width: 100%;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_payeasy {
        width: 100%;
        height: 100%;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #logo_cod {
        width: 100%;
        height: 100%;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* 
  ID          : wp-starry-ec.css
  NAME        : STARRY EC スタイルシート
  DESCRIPTION : 
  CREATE      : 2016/05/30
  UPDATE      :     /  /   
              :     /  /   
*/

.img-thumbnail {
    width: 250px;
    height: 250px;
}

/* 商品詳細画面（ITEM_EC02） */
#navigation {
    padding-bottom: 20px;
}
div.ItemDetail {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    height: Auto;
}
div.ItemImage {
    order: 1;
    -webkit-order: 1;
    flex-basis: 45%;
    -webkit-flex-basis: 45%;
    height: 400px;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
div.ItemImage0 {
    order: 1;
    -webkit-order: 1;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
div.ItemImageList {
    order: 2;
    -webkit-order: 2;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
div.ItemImage1 {
    order: 1;
    -webkit-order: 1;
    width: 100px;
}
div.ItemImage2 {
    order: 2;
    -webkit-order: 2;
    width: 100px;
}
div.ItemImage3 {
    order: 3;
    -webkit-order: 3;
    width: 100px;
}
div.ItemContent {
    order: 2;
    -webkit-order: 2;
    flex-basis: 55%;
    -webkit-flex-basis: 55%;
    height: Auto;
}
#item-image {
    width: 300px;
    height: 300px;
}
#item-thumbnail1{
    width: 100px;
    height: 100px;
}
#item-thumbnail2{
    width: 100px;
    height: 100px;
}
#item-thumbnail3{
    width: 100px;
    height: 100px
}
@media screen and (max-width: 768px){
    div.ItemDetail {
        height: auto;
    }
    div.ItemImage {
        order: 1;
        -webkit-order: 1;
        flex-basis: 90%;
        -webkit-flex-basis: 90%;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
        height: auto;
    }
    div.ItemImage0 {
        order: 1;
        -webkit-order: 1;
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    div.ItemImageList {
        order: 2;
        -webkit-order: 2;
        width: 100%;
        height: auto;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
        padding-top: 20px;
    }
    div.ItemImage1 {
        order: 1;
        -webkit-order: 1;
        width: 33%;
        height: 33%;
    }
    div.ItemImage2 {
        order: 2;
        -webkit-order: 2;
        width: 33%;
        height: 33%;
    }
    div.ItemImage3 {
        order: 3;
        -webkit-order: 3;
        width: 33%;
        height: 33%;
    }
    div.ItemContent {
        order: 2;
        -webkit-order: 2;
        flex-basis: 90%;
        -webkit-flex-basis: 90%;
        padding-top: 50px;
        width: 100%;
        height: auto;
    }
    #item-image {
        width: 100%;
    }
    #item-thumbnail1{
        width: 33%;
    }
    #item-thumbnail2{
        width: 33%;
    }
    #item-thumbnail3{
        width: 33%;
    }
}

/* カート画面（ITEM_EC03） */
#cart table {
    width: 640px;
    border-spacing: 0;
    margin: 0 auto;
}
#cart td {
    text-align: center;
    padding: 5px;
}
#item1 {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 30%;
}
#item2 {
    border-top: 1px solid;
    border-left: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 25%;
}
#item3 {
    border-top: 1px solid;
    border-left: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 10%;
}
#item4 {
    border-top: 1px solid;
    border-left: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 25%;
}
#item5 {
    border-top: 1px solid;
    border-left: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 10%;
}

/* カート画面（ITEM_EC03） */
@media screen and (max-width: 768px) {
    #cart table {
        width: 100%;
        border: none;
        padding: 10px;
    }
    #cart tr {
        display: block;
        margin-bottom: 20px;
    }

    #cart td {
        display: block;
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
    #item1 {
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: none;
    }
    #item2 {
        border-top: none;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: none;
    }
    #item3 {
        border-top: none;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: none;
    }
    #item4 {
        border-top: none;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: none;
    }
    #item5 {
        border-top: none;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
    }
}

/* お客様情報入力画面（ITEM_EC04） */
