/***************index.css***************/


/***************slider***************/
.flexslider{
    border: none;
    margin-bottom: 14px;
}

.flexslider ol.flex-control-nav{
    width: auto;
    margin: 0;
    padding: 10px 13px 10px 20px;
    border: 1px solid #d4d4d4;
    background-color: #ebebeb;
}

.flex-control-thumbs li{
    width: 144px;
    margin-right: 6px;
}

.flex-direction-nav a{
    width: 10px;
    height: 10px;
    margin: 145px 0 0;
    opacity: 1;
}

.flex-direction-nav a:before {
    color: #858585;
    font-size: 10px;
    content: '<';
}

.flex-direction-nav a.flex-next:before {
    content: '>';
}

.flex-direction-nav .flex-prev {
    left: 6px;
}
.flex-direction-nav .flex-next {
    right: 6px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 6px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 6px;
}

/***************ranking***************/
#ranking{
    margin-top: 33px;
    height: auto;
    overflow: hidden;
}

#ranking h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 23px;
}

#ranking h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#ranking li{
    position: relative;
    float: left;
    width: 158px;
    height: 280px;
    padding: 10px 10px 15px 10px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
}

#ranking li a{
    position: relative;
    z-index: 90;
}

#ranking li a img{
    width: 158px;
    height: auto;
}

#ranking li h3 a{
    font-size: 15px;
    line-height: 150%;
    color: #50a965;
    word-break: break-all;
}

#ranking li p{
    font-size: 12px;
    line-height: 150%;
    color: #424242;
    word-break: break-all;
}

#ranking li p.price{
    font-size: 11px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

#ranking li span img{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}


/***************recom***************/
#recom{
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

#recom h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 23px;
}

#recom h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#recom li{
    position: relative;
    float: left;
    width: 158px;
    height: 280px;
    padding: 10px 10px 15px 10px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
}

#recom li a{
    position: relative;
    z-index: 90;
}

#recom li img{
    width: 158px;
    height: auto;
}

#recom li h3 a{
    height: 86px;
    font-size: 15px;
    line-height: 150%;
    color: #50a965;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#recom li p{
    font-size: 12px;
    line-height: 150%;
    color: #424242;
    word-break: break-all;
}

#recom li p.price{
    font-size: 11px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

/***************history***************/
#history{
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

#history h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 23px;
}

#history h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#history li{
    position: relative;
    float: left;
    width: 158px;
    height: 280px;
    padding: 10px;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    margin-right: 10px;
    margin-bottom: 10px;
}

#history li a{
    position: relative;
    z-index: 90;
}

#history li img{
    width: 156px;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

#history li h3 a{
    font-size: 15px;
    line-height: 150%;
    color: #50a965;
    word-break: break-all;
}

#history li p{
    font-size: 12px;
    line-height: 150%;
    color: #424242;
    word-break: break-all;
}

#history li p.price{
    font-size: 11px;
    color: #6c6c6c;
    margin-bottom: 10px;
}


#ranking li.new:before,
#recom li.new:before,
#history li.new:before{
    width: 34px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    content: '';
    background-image: url("../img/icon/icon_new.png");
    background-repeat: no-repeat;
    background-position: center center;
}

/***************index.css***************/


/***************item***************/
#item_list{
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

#item_list h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 10px;
}

#item_list h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#item_list ul{
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin: 10px 0 15px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

#item_list li{
    position: relative;
    float: left;
    width: 158px;
    height: 280px;
    padding: 10px 10px 15px 10px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
}

#item_list li img{
    width: 158px;
    height: auto;
}

#item_list li h3 a{
    font-size: 15px;
    line-height: 150%;
    color: #50a965;
    word-break: break-all;
}

#item_list li p{
    font-size: 12px;
    line-height: 150%;
    color: #424242;
    word-break: break-all;
}

#item_list li p.price{
    font-size: 11px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

#item_list li.new:before{
    width: 34px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    content: '';
    background-image: url("../img/icon/icon_new.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#item_list>p{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
    margin-bottom: 15px;
}

#item_list>p span{
    color: #ff6102;
}

#item_list .pager_area{
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 150%;
    color: #424242;
}

#item_list .pager_area .pager{
    float: left;
}

#item_list .pager_area .sort{
    float: right;
}

#item_list .pager_area a{
    color: #387eb4;
}

#item_list .pager_area .pager a{
    margin-right: 5px;
}

/***************detail.css***************/


/***************item***************/
#item_detail {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

#item_detail h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

#item_detail h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#item_detail .img_area{
    width: 340px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 65px;
}

#item_detail .img_area>img{
    width: 338px;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

#item_detail .img_area li{
    width:  109px;
    height: auto;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    float: left;
    margin-right: 2px;
}

#item_detail .img_area a img{
    width: 338px;
    height: auto;
    cursor: zoom-in;
}

#item_detail .img_area li img{
    width: 100%;
    height: auto;
}

#item_detail .info_area{
    width: 570px;
    float: right;
    margin-bottom: 65px;
}

#item_detail .info_area h3{
    font-size: 20px;
    color: #50a965;
    line-height: 140%;
    margin-bottom: 15px;
}

#item_detail .info_area h4{
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #424242;
    padding-left: 30px;
    margin-bottom: 7px;
    background-color: #f3f3f3;
    background-image: url("../img/icon/icon_detail_subttl.gif");
    background-position: 11px center;
    background-repeat: no-repeat;
}

#item_detail .info_area li{
    margin-bottom: 20px;
}

#item_detail .info_area li p{
    color: #424242;
    font-size: 14px;
    line-height: 150%;
}

#item_detail .info_area li p.btn{
    text-align: center;
    padding: 10px 0;
    margin-top: 7px;
    border-top: 1px dotted #9f9f9f;
}

#item_detail .info_area table{
    margin-top: 20px;
}

#item_detail .info_area table th,
#item_detail .info_area table td{
    color: #424242;
    font-size: 14px;
    line-height: 150%;
    border: 1px solid #b3b3b3;
    padding: 10px;
    vertical-align: middle;
}

#item_detail .info_area table th{
    background-color: #e9e9e9;
    width: 130px;
}

#item_detail .order_area{
    clear: both;
}

#item_detail .order_area h4{
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #424242;
    padding-left: 30px;
    margin-bottom: 7px;
    background-color: #f3f3f3;
    background-image: url("../img/icon/icon_detail_subttl.gif");
    background-position: 11px center;
    background-repeat: no-repeat;
}

#item_detail .order_area p.btn{
    text-align: right;
    margin: 7px 0;
}

#item_detail .order_area table th,
#item_detail .order_area table td{
    color: #424242;
    font-size: 14px;
    line-height: 150%;
    border: 1px solid #b3b3b3;
    vertical-align: middle;
    text-align: center;
}

#item_detail .order_area table th{
    color: #fff;
    background-color: #9b9b9b;
    padding: 10px;
}

#item_detail .order_area table td{
    padding: 0;
}

#item_detail .order_area table td p{
    text-align: left;
    border-bottom: 1px dotted #a9a9a9;
    padding: 0 5px;
    line-height: 250%;
}

#item_detail .order_area table td p:nth-last-of-type(1){
    border: none;
}

#item_detail .order_area table td input{
    width: 48px;
    border: 1px solid #a9a9a9;
}

#item_detail .order_area table tr.dark{
    background-color: #e9e9e9;
}

#item_detail .catalog_data {
    clear: both;
}
#item_detail .catalog_data .catalog {
    display: block;
    width: 150px;
    float: left;
}
#item_detail .catalog_data .page {
    display: -webkit-box;

}

/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    width: 100%;
}

div#mynavi_area {
    width: 100%;
}

div#mycontents_area {
    width: 100%;
}
div#mynavi_area .mynavi_list {
    margin-bottom: 20px;
    width: 100%;
}
div#mynavi_area .mynavi_list li {
    margin:0 15px 5px 0;
    /* padding-left: 15px; */
    float: left;
    /* background: url('../img/icon/ico_arrow_01.gif') no-repeat left ; */
    font-size: 120%;
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ffcc62;
    background-color: #fffaf0;
}
div#mynavi_area div.point_announce p {
    padding-left: 20px;
    background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}

div#mypagecolumn .paging{
    padding:10px 0 0 0;
}

div#mypagecolumn .paging ul {
    width: 100%;
    text-align: left;
}
div#mypagecolumn .paging li {
    display: inline;
}

/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;

}
div#mycontents_area div.mycondition_area p {
    float: left;
}
div#mycontents_area div.mycondition_area .btn {
    width: 184px;
    margin-top: 15px;
    float: right;
}
.add_address {
    margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
}

div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}

div#undercolumn_login .login_area {
    margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}


/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 100%;
    float: left;
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
}

div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}
/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}

div#undercolumn_login .login_area {
    margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}

#customervoice_area h2 {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #424242;
    padding-left: 30px;
    margin-bottom: 7px;
    background-color: #f3f3f3;
    background-image: url("../img/icon/icon_detail_subttl.gif");
    background-position: 11px center;
    background-repeat: no-repeat;
}
#customervoice_area .review_bloc {
    margin: 10px 0;
    line-height: 150%;
}

#customervoice_area .review_bloc button {
    text-align: right;
    margin: 0 0 0 auto;
    display: block;
}

#customervoice_area .voice_bloc {
    line-height: 120%;
    margin-bottom: 15px;
}
#customervoice_area .voice_bloc div {
    margin-bottom: 10px;
}
#customervoice_area .voice_bloc .voicetitle {
    font-weight: bolder;
}
#customervoice_area .voice_bloc .voicedate,
#customervoice_area .voice_bloc .voicecomment {
    padding-left: 15px;
}

.button {
    background: #097c25;
    background-image: -webkit-linear-gradient(top, #097c25, #359D50);
    background-image: -moz-linear-gradient(top, #097c25, #359D50);
    background-image: -ms-linear-gradient(top, #097c25, #359D50);
    background-image: -o-linear-gradient(top, #097c25, #359D50);
    background-image: linear-gradient(to bottom, #097c25, #359D50);
    border: none;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}

.button:hover {
    background: #359D50;
    background-image: -webkit-linear-gradient(top, #359D50, #097c25);
    background-image: -moz-linear-gradient(top, #359D50, #097c25);
    background-image: -ms-linear-gradient(top, #359D50, #097c25);
    background-image: -o-linear-gradient(top, #359D50, #097c25);
    background-image: linear-gradient(to bottom, #359D50, #097c25);
    text-decoration: none;
}

/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
    width:80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#undercolumn_error .message_area .error {
    padding: 120px 0;
}


