@charset "utf-8";


/*================================================
* index
* ================================================= */
/* flick slideshow */
section.index .titleWithImg p {
    height: 11px;
    line-height: 11px;
    margin: 10px 0 0 0;
}
section.index #mainImg {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
section.index #mainImg ul li,
section.index #mainImg ul li img {
    width: 175px;
    height: 205px;
}
/* slideshow nav */
section.index ul.navigator li {
    width:33.333%;
    height:100%;
    float:left;
    text-align:center;
    line-height:140%;
    padding: 0 0 10px 0;
}
section.index ul.navigator li span {
    font-size: 140%;
    display: inline-block;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px){
    section.index ul.navigator li span { font-size: 120%; }
    section.index ul.navigator li { font-size:85%; }
}
@media screen and (max-width: 320px){
    section.index ul.navigator li span { font-size: 120%; }
    section.index ul.navigator li { font-size:85%; }
}
section.index ul.navigator li a {
    display:block;
    width:100%;
    height:100%;
    padding:15px 5px;
    font-weight:bold;
    color: #9c9c9c;
}
section.index ul.navigator li {
    border-bottom: 3px solid #e2e2e2;
}
section.index ul.navigator li.active {
    border-bottom: 3px solid #52bf3d;
}
section.index ul.navigator li a {
    background:url("../sp-common/images/icon-arrow-topMenu-off.png") 85% bottom no-repeat;
    background-size:6px 9px;
}
section.index ul.navigator li.active a {
    background:url("../sp-common/images/icon-arrow-topMenu-on.png") 85% bottom no-repeat;
    background-size:6px 9px;
    color: #333333;
}
section.index ul.navigetor .flavor { left:33%; }
section.index ul.navigetor .beverage {
    left:66%;
    border-right:none;
    margin-right:0px!important;
}
/*================================================
* menu feeling flavor
* ================================================= */
/* pulldown menu area */
nav.menuList .menu {
    background:#f7f7f7;
    max-width:640px;
    margin:0 auto;
}
@media screen and (min-width: 640px)  and (max-width: 909px){
    nav.menuList .menu {
        margin-top: 20px;
    }
}
nav.menuList .menu a {
    color: #333333;
}
nav.menuList .menu select {
    padding:10px;
    width:100%;
}
nav.menuList .menu h1 {
    background: url("../sp-common/images/icon-arrow-mdw.png") no-repeat scroll 95% center transparent;
    background-size: 15px 15px;
}
nav.menuList .menu h1 a {
    font-size:120%;
    font-weight:bold;
}
nav.menuList .menu ol {
    border-top: 1px solid #e2e2e2;
}
nav.menuList .menu ol li {
    border-bottom:1px solid #e2e2e2;
    background:url("../sp-common/images/icon-arrow-cmt.png") 95% center no-repeat #ffffff;
    background-size: 15px 15px;
}
nav.menuList .menu a {
    padding:10px;
    display:block;
}
/* item 3column */
article.itemList { margin-top: 20px; }
article.itemList ul { margin:0 10px; }
article.itemList ul li {
    display:block;
    float:left;
    width:33.33%;
    margin-bottom:1.2em;
    text-align:center;
}
article.itemList ul li a {
    display: block;
}
article.itemList div.more { display: none; }
article.itemList ul li img {
    background:#f7f7f7;
    width:92%;
    margin-bottom :5px;
}
article.itemList ul li span {
    line-height:1.3em;
    font-size:85%;
    display: inline-block;
    width: 92%;
    text-align: left;
}
article.itemList p.btnMore a {
    display:block;
    padding:10px;
    margin: 0 17px;
    background:#ffffff;
    border-top:1px solid #e2e2e2;
    cursor:pointer;
}
article.itemList p.btnMore a.close span {
    padding-left: 18px;
    background:url("../sp-common/images/icon-arrow-ddw.png") left center no-repeat;
    background-size:11px 15px;
}
article.itemList p.btnMore a.open span {
    padding-left: 18px;
    background:url("../sp-common/images/icon-arrow-ddv.png") left center no-repeat;
    background-size:11px 15px;
}
article.itemList.hid { display: none; }
article.itemList p.categoryTitle:first-child {
    border-top: none;
    padding-top: 0;
}
article.itemList p.categoryTitle {
    overflow: hidden;
    line-height: 66px;
    text-align: left;
    margin: 0 17px 15px 17px;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
    color: #888888;
}
@media screen and (max-width: 330px){
    article.itemList p.categoryTitle {
        margin: 0 14px 15px 14px;
    }
}
article.itemList p.categoryTitle img {
    margin-right: 15px;
    width: 67px;
    height: auto;
}
/* category pick area */
article.itemPick {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}
article.all {
    margin: 0 17px;
    border-bottom: 1px solid #e2e2e2;
}
div.mainContents.notExNav article.itemPick.all {
    margin: 0 17px;
}
article.itemPick ul { margin: 0 17px; }
article.itemPick.all ul { margin: 0; }
article.itemPick ul li {
    marign-top: 10px;
    color: #888888;
    text-align: center;
}
article.itemPick.all ul li {
    max-width: 90px;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 1.3em;
    font-size: 85%;
}
article.itemPick ul li p {
    margin: 2px 0;
    width: 100%;
    padding: 2px 0 2px 3px;
    text-align: left;
}
article.itemPick ul li img {
    width: 70%;
}
article.itemPick ul li span { padding: 5px 0 4px 16px; }
@media screen and (max-width: 330px){
    article.itemPick ul li span { font-size: 73%; }
    article.itemPick.all ul li span { font-size: 100%; }
}
article.itemPick ul li.off span {
    background: url("../sp-common/images/icon-check-off.png") left center no-repeat;
    background-size: 13px 13px;
}
article.itemPick ul li.on span {
    background: url("../sp-common/images/icon-check-on.png") left center no-repeat;
    background-size: 13px 13px;
}
/* flavor */
section.flavor #social { margin-top: 40px; }
/* menu */
section.beverage h2 {
    margin:0 5px 10px 0px;
    padding:5px 10px 5px 10px;
    text-align:left;
    color:#333333;
    font-size:140%;
}
section.beverage hr {
    border:solid #cccccc;
    border-width:1.5px 0 0 0;
}
section.beverage #social { padding-top:20px; }
/*================================================
* choice
* ================================================= */
section#main.choice { text-align: left; }
/* title area */
section.choice article.title {
    min-height: 115px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
section.choice article.title div.titleInner {
    width: 320px;
    min-height: 115px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
section.choice article.title span.arrowIcon {
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 40px;
    background: url("../sp-common/images/icon-arrow-cstm.png") left bottom no-repeat;
    background-size: 13px 11px;
}
section.choice article.title div.txt {
    width: 210px;
    padding-right: 10px;
    padding-bottom: 15px;
}
section.choice article.title div.txt h2 {
    padding-top: 25px;
    margin-left: 25px;
    font-size: 12px;
}
section.choice article.title div.txt p {
    margin-top: 10px;
    margin-left: 25px;
}
section.choice article.title div.img {
    width: 100px;
    position: absolute;
    top: 0;
    right: -10px;
}
section.choice article.title div.img p img { margin-top: 25px; }
/* flick frame */
article.choice { margin-top: 25px; }
article.choice h3 {
    height: 15px;
    position: relative;
    margin-left: 10px;
}
article.choice h3.num1 {
    background: url("../sp-common/images/txt-nm1.png") left bottom no-repeat;
    background-size: 14px 13px;
}
article.choice h3.num2 {
    background: url("../sp-common/images/txt-nm2.png") left bottom no-repeat;
    background-size: 14px 13px;
}
article.choice h3.num3 {
    background: url("../sp-common/images/txt-nm3.png") left bottom no-repeat;
    background-size: 14px 13px;
}
article.choice h3 span {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    height: 15px;
    font-size: 12px;
    font-weight: normal;
}
article.choice div.containerOuter {
    width: 100%;
    position: relative;
    padding: 10px 0 20px 0;
    margin-top: 10px;
    background-color: #f3f3f3;
}
article.choice div.container.landscape,
article.choice ul.landscape { margin: 0; }
article.choice div.container.portrait,
article.choice ul.portrait,
article.choice li.portrait { margin-left: 0; }
/* flick area */
article.choice div.container { background-color: #f3f3f3; }
article.choice div.innerBox { width: 9999px; }
article.choice div.containerOuter ul.containerInner {
    z-index: 20;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 10px 20px 5px 10px;
    overflow: hidden;
    margin-right: 20px;
}
article.choice div.containerOuter ul.containerInner li.item {
    float: left;
    position: relative;
    min-width: 80px;
    height: 80px;
    margin-right: 13px;
    background-color: #FFFFFF;
}
article.choice div.containerOuter ul.containerInner li.item img {
    width: auto;
    height: 80px;
}
article.choice div.containerOuter ul.containerInner li.hid {
    float: left;
    height: 80px;
    width: 8px;
    position: relative;
}
article.choice div.containerOuter ul.containerInner li.item.on {
    border: 2px solid #67b834;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: 11px;
}
article.choice div.containerOuter ul.containerInner li.item.on span { display: block; }
article.choice div.containerOuter ul.containerInner li.item.off { border: none; }
article.choice div.containerOuter ul.containerInner li.item.off span { display: none; }
article.choice div.containerOuter ul.containerInner li.item span {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
article.choice div.containerOuter ul.containerInner li.item span img {
    width: 19px;
    height: 19px;
}
/* flick text */
article.choice div.containerOuter ul.txt {
    font-size: 80%;
    color: #909090;
    text-align: center;
    margin: 0 10px;
}
/*article.choice div.containerOuter ul.txt li { display: none; }*/
section.choice article.centerBtn { margin: 40px auto; }
/*================================================
* customize
* ================================================= */
section.customize {
    padding-bottom: 20px;
}
section.customize h1,
section.customize h2,
section.customize h3 { text-align:left; }
/* mainimage area */
section.customize article.main { margin:0 10px; }
section.customize article.main h1 {
    font-size:120%;
    margin-bottom:10px;
}
section.customize article.main img { width:100%; }section.customize article.howto {
    margin:0 10px;
    text-align:left;
}
section.customize article.howto h2 {
    height: 10px;
    line-height: 10px;
    padding: 5px 0 15px 0;
}
section.customize article.howto ul { font-weight:bold; }
section.customize article.howto p { padding-top:10px; }
/* comment area */
article#customizeExec {
    margin:15px 0 10px 0;
    text-align:left;
    background:#f7f7f7;
    position:relative;
}
article#customizeExec h3 {
    padding:10px 10px 5px;
    font-weight: normal;
    border-bottom:3px solid #e2e2e2;
}
article#customizeExec .commentList li {
    margin:0px 10px;
    padding:10px 0;
    border-top: 1px solid #e2e2e2;
    font-size:95%;
}
article#customizeExec .commentList li:first-child {
    border-top:none;
}
article#customizeExec .commentList li p{
    word-wrap: break-word;
}
article#customizeExec .hidden { display: none; }
article#customizeExec p#commentNotyet { margin: 13px 10px; }
article#customizeExec ul#commentExe {
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
}
article#customizeExec ul#commentExe li { display:block; }
article#customizeExec ul#commentExe li a {
    display:block;
    padding:15px 0;
}
article#customizeExec ul#commentExe li span { margin-left: 10px;}
article#customizeExec ul#commentExe .readMore {
    background:url("../sp-common/images/icon-arrow-ddw.png") 97% center no-repeat;
    float:left;
    width:60%;
    padding: 15px 0;
}
article#customizeExec ul#commentExe .readMore.none {
    background: none;
}
article#customizeExec ul#commentExe .write a {
    color: #333333;
}
article#customizeExec ul#commentExe .write {
    background:url("../sp-common/images/icon-arrow-cmt.png") 93% center no-repeat;
    border-left:1px solid #e2e2e2;
    float:right;
    width:39%;
}
@media screen and (max-width: 320px){
    article#customizeExec p#commentNotyet { font-size:74%; }
    article#customizeExec ul#commentExe li { font-size:86%; }
    article#customizeExec ul#commentExe .readMore {
        background-size:15px 20px!important;
    }
    article#customizeExec ul#commentExe .write {
        background-size:15px 15px!important;
    }
}
section.customize article.centerBtn {
    margin: 40px auto 50px auto;
    position: relative;
    height: 70px;
}
section.customize article.centerBtn p.favBtn {
    position: absolute;
    width: 100%;
}
section.customize article.centerBtn p.favorite {
    width: 100%;
    position: absolute;
    top: -22px;
    font-size: 85%;
    color: #6bba39;
}
section.customize article.centerBtn p.toList {
    width: 100%;
    position: absolute;
    top: 40px;
}
section.customize article.centerBtn p.toList a {
    color: #6bba39;
}
section.customize article.centerBtn p.toList a span {
    background:url("../sp-common/images/icon-arrow-fmenu.png") right center no-repeat;
    padding-right: 13px;
    background-size: 6px 10px;
}
/* attention */
section.customize article.attentionText {
    max-width:640px;
    margin:20px auto;
    padding:0 10px;
    text-align:left;
    color:#cbcbcb;
}
@media screen and (max-width: 320px){
    section.customize article.attentionText {
        font-size:74%;
    }
}
/*================================================
* recommend.css
* ================================================= */
section.recommend article.title {
    min-height: 115px;
    border-top: 1px solid #e4e4e4;
}
section.recommend article.title div.titleInner {
    width: 320px;
    min-height: 115px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
section.recommend article.title div.txt {
    width: 210px;
    padding-right: 10px;
    padding-bottom: 15px;
}
section.recommend article.title div.txt h2 {
    padding-top: 25px;
    margin-left: 10px;
    text-align: left;
}
section.recommend article.title div.img {
    width: 100px;
    position: absolute;
    top: 0;
    right: 10px;
}
section.recommend article.title div.img p img { margin-top: 25px; }
section.recommend nav#itemNav ul {
    border-top: 0;
}
section.recommend article.rcContents {
    text-align: left;
}
section.recommend article.rcContents a {
    display: block;
    padding: 15px 0px 20px 10px;
    background: url("../sp-common/images/icon-arrow-cmt.png") 95% center no-repeat;
    background-size: 11px 11px;
    border-left: 3px solid #f2f2f2;
    border-top: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
}
section.recommend article.rcContents.noChange a {
    border-bottom: 3px solid #f2f2f2;
    padding: 15px 0px 10px 10px;
}
section.recommend article.rcContents ul.img li {
    float: left;
    margin-right: 10px;
    width: 17%;
    height: auto;
}
section.recommend article.rcContents ul.img li:last-child {
    margin-right:0;
}
section.recommend article.rcContents ul.img li img {
    width: 100%;
    height: auto;
}
section.recommend article.rcContents h2 {
    margin-top: 15px;
    max-width: 88%;
}
section.recommend article.rcContents p {
    margin-top: 7px;
    max-width: 88%;
}
section.recommend article.rcContents p.readTxt {
    font-size: 85%;
}
section.recommend article.rcContents p.rcTxt {
    font-size: 75%;
    max-width: 93%;
}
section.recommend article.noChange ul li span {
    display: block;
    margin-top: 50%;
}
@media screen and (max-width: 320px){
    section.recommend article.noChange ul li span { margin-top: 22%; }
}
section.recommend article.noChange ul li:last-child {
    width: auto;
}
/*================================================
* favorite
* ================================================= */
article.fvContents div.submitArea {
    width: 99%;
    height: 50px;
    margin: 25px auto;
    text-align: center;
}
article.fvContents div.submitArea a {
    width: 100%;
    height: 100%;
    border: 1px #b4b4b4 solid;
    line-height: 50px;
    display: block;
    color: #bbbbbb;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
article.fvContents {
    padding: 20px 10px;
    text-align: left;
}
article.fvContents p.readTxt {
    font-size: 120%;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 7px;
}
article.fvContents p.back {
    margin-top: 20px;
}
article.fvContents p.back span {
    font-size: 85%;
    background: url("../sp-common/images/icon-footer-back.png") left center no-repeat;
    background-size: 8px 12px;
    padding-left: 18px;
}
article.fvContents p.back span a { color: #888888; }
article.fvContents article.itemList ul {
    margin: 0 0 10px 0;
}
article.fvContents article.itemList ul:last-child {
    margin: 0;
}
article.fvContents article.itemList ul li {
    position: relative;
}
article.fvContents article.itemList ul li img.soldout {
    position: absolute;
    height: 18px;
    width: 60px;
    top: 5%;
    right: 10%;
}
p.loading {
    text-align: center;
}
p.loading img {
    margin-top: -40px;
}

/* 2014.03.12 add */
section.customize article.howto ul li span.taxText {
    color: #CBCBCB;
    font-size: 10px;
    font-weight: normal;
    display:block;
    margin: 5px 0 0;
}

/* 2014.07.03 add */
article.fvContents article.itemList {
    margin-top: 5px;
}
article.fvContents .withImgArea.withBorder {
    border-top: 1px solid #e2e2e2;
    padding-top: 16px;
}
article.fvContents .withImgArea .imgArea {
    float: left;
}
article.fvContents .withImgArea .txtArea {
    margin-left: 90px;
}
article.fvContents .entryArea {
    margin: 11px 0 0 110px;
    width: 294px;
}
article.fvContents .entryArea li {
    float: left;
    margin: 0 7px;
}
article.fvContents .entryRead {
    color: #b1aba7;
    line-height: 1.45;
    margin: 0 90px 0;
}
article.fvContents p.back.noLogin {
    margin-top: 25px;
    margin-bottom: 22px;
    margin-left: 90px;
}
article.fvContents p.back.noFavorite {
    margin-top: 40px;
    margin-bottom: 22px;
}
article.fvContents p.back.loginFavorite {
    margin-top: 30px;
    margin-bottom: 28px;
}
.floatItemAreaWrap {
    background: url("../sp-common/images/bg-customize-item-shadow.png") repeat-x left bottom;
    background-size: 1px 4px;
    padding-bottom: 4px;
    position: fixed;
    top: 0;
    width: 100%;
}
.floatItemArea {
    background-color: #fff;
    padding: 7px;
    z-index: 30;
}
.floatItemArea .floatItemImg {
    height: 20px;
    line-height: 20px;
    float: left;
}
.floatItemArea .floatItemImg img {
    width: 20px;
    height: 20px;
}
.floatItemArea .floatItemName {
    line-height: 20px;
    margin-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}
section.customize article.centerBtn {
    margin-top: 13px;
    margin-bottom: 40px;
}
section.customize article.attentionText {
    font-size: 10px;
    margin-bottom: 15px;
}
article#customizeExec {
    margin-bottom: 48px;
}
section.index .titleWithImg p {
    height: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}
