@charset "utf-8";


/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}


/* ページ送り
----------------------------------------------- */
.pagenumberarea, .pagecondarea {
    clear: both;
    width: 100%;
    margin: 20px 0;
    padding: 0px 10px;
    background-color: #f3f3f3;
    list-style-type: none;
}

ul.pagenumberarea {
    height: 2.5ex;
}

ul.pagecondarea {
    border: 1px solid #CCCCCC;
}

ul.pagenumberarea li {
    float: left;
    width: 32.9%;
}

ul.pagenumberarea li.left {
    text-align: left;
    white-space: nowrap;
}

ul.pagenumberarea li.center {
    text-align: center;
    white-space: pre;
}

ul.pagenumberarea li.right {
    text-align: right;
    white-space: nowrap;
}

.pagenumberarea .pagenumber{
    color: #ff0000;
    font-weight: bold;
}

p.pagenumberarea .number{
    font-weight: bold;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */
div#listtitle {
    width: 600px;
    margin: 0 0 10px 0;
    border-top: 2px solid #ff0000;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #999;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #ffebca;
}

div#listtitle h2 {
    padding: 10px 0 10px 30px;
}


/* 商品
----------------------------------------------- */
div.listarea {
    height: 346px;
    text-align: center;
}

div.listphoto {
}

div.listrightblock {
}

div.listrightblock li {
    display: inline;
    padding: 0 0 10px 0;
}

div.listrightblock h3 {
    text-align: center;
}

#recommend_area .listrightblock h3{
    line-height: 80%;
}

div.listrightblock h3 a {
    font-weight: bold;
}

div.listrightblock .listcomment {
    margin: 0 0 10px 0;
}

div.listrightblock .pricebox {
    float: left;
}

div.listrightblock .soldout {
    clear: both;
    line-height: 17px;
}

div.listrightblock .in_cart {
    margin: 20px auto 5px 130px;
    padding: 10px;
    width: 285px;
    clear: both;
    background-color: #ecf5ff;
    border: 1px solid #CCCCCC;
}

div.listrightblock .quantity {
    width: 150px;
}

div.listrightblock .btnbox {
    margin: 0 0 10px 0;
    padding: 1px;
    float: right;
}

div.listrightblock dt {
    width: 75px;
    float: left;
    text-align: right;
    padding: 3px;
    font-weight: bold;
}

div.listrightblock dd {
    padding: 3px;
}

div.listrightblock .cartbtn {
    clear: both;
    text-align: center;
}

div.listrightblock .cartbtn img {
    display: block;
    width: 115px;
    margin: 5px auto 0 auto;
}

div.listrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
    width: 580px;
    margin: 0 0 10px 0;
    border-top: 2px solid #ff0000;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #999;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #ffebca;
}

div#detailtitle h2 {
    padding: 10px 0 10px 30px;
}

div#category_info img{
    max-width:690px !important;
}

/* 商品
----------------------------------------------- */
div#detailarea {
    margin: 15px 0 15px 0;
}

div#detailphotoblock {

}

div#detailphotoblock p {
    margin: 5px 0 0 0;
}

div#detailrightblock {
   
}
div#detailrightblock > * {
    padding: 0.4em 0;
}
div#detailrightblock li {
    display: inline;
}

div#detailrightblock h2 {

}

div#detailrightblock dl {
    padding: 15px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url("../img/common/arrow_gray.gif") no-repeat left center;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailrightblock .btn {
    clear: both;
}

table.review td{
	padding: 5px 0;
}

.title_detail{
    background: url("../img/arahataen/products/img_52.jpg") no-repeat;
    width:680px;
    height:30px;
    padding:6px 0px 0px 15px;
    color:#12350d;
    font-weight:bold;
}

#fsrecommenddiv2 div.listrightblock h3 a{
	font-weight:normal;
	line-height:130%;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    width: 580px;
    padding: 30px 0 0 0;
}

div.subarea h3 {
    width: 560px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
    width: 365px;
}

div.subphotoimg {
    float: right;
    width: 202px;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}


/* お客様の声
----------------------------------------------- */
div#customervoicearea {
    clear: both;
    padding: 35px 0px 0px 0px;
    max-width: 100%;
    word-wrap: break-word;
}

div#customervoicearea h2 {
}

div#customervoicearea .voicedate{
    font-weight: bold;
    margin: 0;
}

div#customervoicearea .voicetitle{
    padding: 5px 0;
    font-weight: bold;
}
div#customervoicearea ul {
    
}

div#customervoicearea .detail_review_area {
    height: 500px;
    overflow: auto;
    border: 0;
    width: 100%;
    margin: 15px auto;
    padding: 0;
}
 
div#customervoicearea li {
    list-style-type: none;
    border-bottom: 1px dotted #B00E13;
    margin: 0 15px;
    padding: 15px;
}

div#customervoicearea li.user {
    list-style-type: none;
    border-bottom:0px #ffffff solid;
    background: #efe9d9;
    padding: 15px;
}

/* トラックバック
----------------------------------------------- */
div#trackbackarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#trackbackarea h2 {
    padding: 0 0 10px 0;
}

div#trackbackarea h3 {
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
div#whoboughtarea {
    clear: both;
    width: 98%;
    padding: 0;
    margin: auto;
}

div#whoboughtarea .title1 {
    background: url(../img/arahataen/products/img_52.jpg) no-repeat;
    height: 30px;
    padding: 6px 0px 0px 10px;
    color: #12350d;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

div.whoboughtblock {
    clear: both;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

div.whoboughtleft {
    float: left;
    width: 20%;
    margin: 0px 1px;
    text-align: center;
    min-height: 220px;
    border: 1px solid #008000;
    padding-top: 15px;
}
div.whoboughtleft h3 {
	font-size: 13px;
    padding: 5px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
	line-height: 1.5em;
	height: 85px;
    overflow: auto;
}
div.whoboughtleft h3 a{
    /*text-decoration: none;*/
}
div.whoboughtleft .whobough-photo{
	height: 95px;
}
div.whoboughtleft img {
    margin: 0 auto;
}
div.whoboughtleft .price{
	font-size: 13px;
}

div.whoboughtleft p {
    margin: 0 0 5px 0;
}

div.whoboughtright {
    float: right;
    width: 280px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtright p {
    margin: 0 0 5px 0;
}

div.whoboughtleft h3 {
}

div.whoboughtright h3 {
}

/* 軽減税率対応 */
#recuded
{
  position       : relative;
  text-align     : center;
  font-size      : 14px;
  line-height    : 1.3;
  display        : inline-block;
  padding        : 0.25em 0.5em;
  text-decoration: none;
  color          : #000;
  background     : #ffcd7c;/*背景色*/
  border-radius  : 4px;/*角の丸み*/
}


/*
 * teiki_btn_area
 ________________________________________________*/
.teiki_btn_area {
    list-style-type: none;
    padding: 10px 0;
}
.teiki_btn_area li {
    float: left;
    width: 231px;
    height: 182px;
    background-repeat: no-repeat;
    position: relative;
}
.teiki_btn_area li a {
    display: block;
    height: 31px;
    bottom: 5px;
    left: 15px;
    position: absolute;
    width: 201px;
}
.teiki_btn_area li#twog {
    background: url(../img/arahataen/teiki_2gkochira.jpg);
}
.teiki_btn_area li#fiveg {
    background: url(../img/arahataen/teiki_5gkochira.jpg);
    margin: 0px 3px;
}
.teiki_btn_area li#setg {
    background: url(../img/arahataen/teiki_setkochira.jpg);
}
#teiki_otoku {
    background: url(../img/arahataen/teiki_desc.jpg) no-repeat 0px 20px;
    width: 689px;
    height: 505px;
    position: relative;
}
#teiki_otoku a {
    display: block;
    position: absolute;
}
#teiki_otoku a#to_btn1 {
    bottom: 13px;
    left: 32px;
    height: 36px;
    width: 235px;
}
#teiki_otoku a#to_btn2 {
    bottom: 11px;
    right: 16px;
    height: 41px;
    width: 388px;
}

/*
 * saryu
 _________________________________________________________*/
.saryu_tanpin_area, .saryu_set_area {
    padding: 10px 0px;
}
.saryu_tanpin_area div a {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 69px;
    width: 201px;
    height: 31px;
}
.saryu_tanpin_area div {
    height: 183px;
    width: 334px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
.saryu_tanpin_area #v650 {
    background: url(../img/arahataen/saryu_650.jpg);
}
.saryu_tanpin_area #v1575 {
    background: url(../img/arahataen/saryu_1575.jpg);
    margin-left: 17px;
}

.saryu_set_area div a {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 69px;
    width: 201px;
    height: 31px;
}
.saryu_set_area div {
    height: 274px;
    width: 334px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
.saryu_set_area #v4725 {
    background: url(../img/arahataen/saryu_4725.jpg);
}
.saryu_set_area #v3150 {
    background: url(../img/arahataen/saryu_3150.jpg);
    margin-left: 17px;
}
.saryu_large_area {
    background: url(../img/arahataen/saryu_large_0921.jpg) no-repeat;
    width: 693px;
    height: 512px;
    position: relative;
}
.saryu_large_area a {
    display: block;
    position: absolute;
}
.saryu_large_area a#la_btn1 {
    width: 243px;
    height: 36px;
    left:438px;
    top: 180px;
}
.saryu_large_area a#la_btn2 {
    width: 600px;
    height: 46px;
    left:50px;
    top:444px;
}

.cat_title{
	background:url(../img/arahataen/category/title_line.jpg) no-repeat left bottom;
    padding: 5px 0 10px 12px;
	color: #12350d;
    font-weight: bold;
}

.cat_title a{
	text-decoration:none;
	color: #12350d;
    font-weight: bold;
	
}


#detail-wrap{
    font-size: 16px;
    line-height: 1.6em;
}
#detail-wrap  #detailrightblock .product-name h2{
    border: 0;
    line-height: 1.5em;
}
#detail-wrap h2{
    margin-bottom: 15px;
    line-height: 1.5em;
}
#detail-wrap .navi_plus_block{
    height: auto;
}
#detail-wrap .navi_plus_products_li {
    float: left;
    list-style: none;
    width: 20%;
    margin: 15px 0;
    padding: 0 15px;
    text-align: center;
}
.navi_plus_img_block {
    width: 100%;
}

div#customervoicearea .detail_review_wrap{
    border: 1px solid #000;
}
/*----Produce list----*/

#product_list .pagenumberarea, .pagecondarea {
    clear: both;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    background-color: #f3f3f3;
    font-size: 110%;
}
#product_list .pagenumberarea a{
    color: #0000ee;
    text-decoration: underline;
    line-height:22px;
}
#product_list .pagenumberarea a:hover{
    color: #ff6600;
}
#product_list .listrightblock a {
    color: #0000ee;
    text-decoration: underline;
}
#product_list .listrightblock a:hover {
    color: #ff6600;
    
}
#product_list .listrightblock .text_s_10 {
    font-size: 100%;
}
.box-status {
    background-color:#ff450e;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:white;
    font-size:10px;
    float: left;
    margin: 1px;
    padding: 0 4px;
    line-height: 18px;
}

/* up sell */
.upsale_product{
    background-image:url(../img/upsale/upsale_2.jpg);
    background-size: auto;
    height: 432px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 310px;
    line-height: 1.6em;
}

.qty3{
    background-image:url(../img/upsale/upsale_3.jpg);
}
.qty4{
    background-image:url(../img/upsale/upsale_4_1.jpg);
}
.one_product{
    background-image:url(../img/upsale/upsale_4.jpg);
}

.upsale_product .price{
    text-align:center;
    color: #623c18;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

.upsale_product .price1{
    font-size: 38px;
    text-align:right;
    padding-right: 0;
}

.upsale_product .upsale-btn{
    padding-left: 5%;
    padding-top: 0;
}
.upsale_product .upsale-btn a{
    max-width: 180px;
    display: block;
}

@media screen and (max-width: 1200px){
    .upsale_product{
        padding-left: 7%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1024px){
    .upsale_product{
        padding-right: 0%;
        padding-left: 3%;
    }
}

@media screen and (max-width: 850px){
    .upsale_product{
        background-size: 100%;
        padding-top: 40%;
        padding-left: 4%;
        height: 450px;
    }
    .upsale_product .price{
        font-size: 26px;
    }
    .upsale_product .price1{
        font-size: 33px;
        padding-top:0;
    }
    .upsale_product .upsale-btn{
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px){
    .upsale_product{
        background-image:url(../img/upsale/upsale_2_sp.jpg);
        background-size: 600px;
        padding: 245px 0 0 0;
        height: 540px;
        padding-left: 9%;
        padding-right: 9%;
    }
    
    .qty3{
        background-image:url(../img/upsale/upsale_3_sp.jpg);
    }
    
    .qty4{
        background-image:url(../img/upsale/upsale_4_sp_1.jpg);
    }
    
    .one_product{
        background-image:url(../img/upsale/upsale_4_sp.jpg);
    }
    
    .upsale_product .price{
        font-size: 31px;
        padding: 0;
        margin-bottom: 20%;
        text-align:center;
        padding-left: 0;
    }
    
    .upsale_product .price1{
        font-size: 35px;
        margin-bottom: 5% !important;
    }
    .upsale_product .upsale-btn{
        padding: 0 7px;
        text-align: center;
    }
    .upsale_product .upsale-btn img{
        width: 95%;
    }
    .one_product .price{
        margin-top: 1%;
        margin-bottom: 10%;
    }
    .one_product .price1{
        margin-bottom: 0 !important;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
    .one_product .upsale-btn{
        margin-top:2%;
    }
}

@media screen and (max-width: 736px){
    .upsale_product{
        padding-left: 8%;
        padding-right: 8%;
    }
    
}

@media screen and (max-width: 700px){
    .upsale_product .upsale-btn img {
        width: 90%;
    }
    .upsale_product{
        padding-left: 3%;
        padding-right: 3%;
    }
    .one_product .price{
        margin-top: 1%;
        margin-bottom: 9%;
    }
    .one_product .price1{
        margin-bottom: 0 !important;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
    .one_product .upsale-btn{
        margin-top:2%;
    }
}


/*----Produce list----*/
@media screen and (max-width: 640px){
    #detail-wrap .navi_plus_products_li {
        width: 50%;
    }
    .upsale_product{
        background-size: 100%;
        padding-top: 41%;
        height: 450px;
        padding-left: 0;
        padding-right: 0;
    }
    .upsale_product .price{
        font-size: 23px;
        margin-bottom: 20%;
    }
    
    .upsale_product .price1{
        margin-bottom: 0 !important;
        font-size: 28px;
    }
    .upsale_product .upsale-box{
        margin: 0;
    }
    .upsale_product .upsale-btn img {
        width: 95%;
    }
    .upsale_product .upsale-btn{
        margin-top:4%;
    }
    
    .one_product .price{
        margin-top: 0;
        margin-bottom: 10%;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
    .one_product .upsale-btn{
        margin-top:2%;
    }

}

@media screen and (max-width: 480px){
    .upsale_product{
        height: 350px;
        padding-top: 38.5%;
        padding-left: 0;
        padding-right: 0;
    }
    .upsale_product .price{
        margin-bottom: 18%;
        font-size: 17px;
        margin-top: 5%;
    }
    .upsale_product .price1{
        font-size: 24px;
    }
    .upsale_product .upsale-btn{
        margin-left: 0;
        padding: 5px 0;
        margin-top: 0;
    }
    .one_product .price{
        margin-top: 2%;
        margin-bottom: 6%;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
}

@media screen and (max-width: 400px){
    .upsale_product .price{
        margin-bottom: 15%;
        margin-top: 3%;
    }
    .one_product .price{
        margin-top: 1.5%;
        margin-bottom: 6%;
    }
    .upsale_product{
        height: 290px;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
}

@media screen and (max-width: 320px){
    .upsale_product{
        padding: 38% 0 0 0;
        height: 230px;
    }
    
    .upsale_product .price{
        font-size: 15px;
        padding: 0;
        margin-bottom: 9%;
    }
    .one_product .price{
        margin-bottom: 4%;
    }
    
    .upsale_product .price1{
        font-size: 19px;
        margin-bottom: 0;
    }
    .upsale_product .upsale-box{
        padding: 0;
    }
    .upsale_product .upsale-btn{
        padding: 0 7%;
        margin: 0;
    }
    .upsale_product .upsale-btn img {
        width: 100%;
    }
    .one_product .upsale-btn img{
        width: 55%;
    }
}

