@charset "utf-8";
a img{
  transition: 0.3s;
}
.noborder{
  border-top: none !important;
}
.priceLabel{
  display: none;
}
.typeDetail{
  display: none;
}
.typeImgs{
  display: none;
}
.detailText .wp_social_bookmarking_light{
  display: none !important;
}
.detailText .wpcr3_in_content{
  display: none !important;
}
.detailNote p{
  display: none;
}
.detailNote p.detailTextOn{
  display: block;
}
.ringttl{
}
.ringttl span{
  display: block;
  text-align: center;
}
.serviceLabel{
  font-weight: bold !important;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 768px){
  .ringUi{
  }
  .ringCategoryList{
    display: table;
    margin: 20px auto;
  }
  .ringCategoryList li{
    display: table-cell;
    width: 300px;
  }
  .ringCategoryList li a{
    display: block;
    text-align: center;
    line-height: 100%;
  }
  .ringCategoryList li.on a,.ringCategoryList li a:hover{
    color: #e2261a;
  }
  .ringCategoryList li:nth-child(2){
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
  }
  .ringSearch{
    display: table;
    margin: 15px 0;
    width: 100%;
  }
  .ringSearch .ringSelect{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .ringSearch .ringSelect select{
    width: 100%;
    height: 35px;
    background: #E6211A;
    color: #FFF;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
    border-radius: 0;
  }
  .ringSearch .ringSelect .selectWap{
    position: relative;
  }
  .ringSearch .ringSelect .selectWap::after{
    content: ' ';
    position: absolute;
    z-index: 1;
    right: 0;
    top: -5px;
    font-size: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 70%;
    color: #FFF;
    background: url(../img/ring/ring_search_off.gif) no-repeat right center #E6211A;
    background-size: 21px 17px;
    height: 28px;
    width: 24px;
  }
  
  #jewelryWap{
    margin-bottom: 30px;
  }
  .jHeader{
    margin: 0 auto;
    text-align: center;
  }
  .jewelryMainVisual{
    margin-bottom: 40px;
  }
  .jewelrySubVisual{
    margin-bottom: 15px;
  }
  .jewelryTitle{
    max-width: 440px;
    width: 80%;
    margin: 0 auto 25px;
  }
  .jewelryTitle img{
    width: 100%;    
  }
  .mainRead p{
    font-size: 13px;
    line-height: 180%;
    padding: 10px;
  }
  .jewelryCategory{
    margin: 20px 1% 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    width: 98%;
  }
  .jewelryCategory li{
    display: inline-block;
    padding: 10px 0px;
  }
  .jewelryCategory li a,.jewelryCategory li span{
    display: block;
    padding: 0 10px;
    border-right: 1px solid #333;
    font-size: 13px;
    line-height: 12px;
  }
  .jewelryCategory li a:hover,.jewelryCategory li.on a{
    color: #E6211A;
  }
  .jewelryCategory li:last-child a{
    border-right: none;
  }
  
  #jewelryCatImg{
    margin: 0 auto;
  }
  #jewelryCatImg .jewelryBox{
    width: 47%;
    margin: 1% 1.5% 15px;
    float: left;
    text-align: center;
  }
  .jewelryBox a:hover img{
    opacity: 0.7;
  }
  .jewelryBox h2{
    margin-top: 7px;
  }
  
  /* cat */
  .jewelryCatpage .jewelryCategory{
    border-top: none;
    margin: 10px 1% 10px;
  }
  .catItems{
    box-sizing: border-box;
    border: 1px solid #7F7F7F;
    position: relative;
    margin-bottom: 15px !important;
  }
  .favIcon{
    display: none;
  }
  .catInfoLabel{
    text-align: center;
    width: 100%;
    padding: 0 10px;
    z-index: 100;
  }
  .catImg{
    position: relative;
  }
  .catImg img{
    display: block;
  }
  .newItem{
    position: absolute;
    top: 15px;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .newItem span{
    color: #E6211A;
  }
  .price{
    font-weight: bold;
  }
  .pager{
    text-align: center;
    margin: 15px 0 20px;
  }
  .pager a{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #666;
  }
  .pager a:hover,.pager span{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #E6211A;
    background: #E6211A;
    color: #FFF;
  }
  
  /* detail */
  .detailContents{
    width: 96%;
    margin: 0px auto 10px;
  }
  .detailContents .jewelryCategory{
    margin: 0 0 10px;
    padding-top: 10px;
  }
  .detailLeft{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .detailMainImg{
    margin-bottom: 20px;
  }
  .detailImgList{
    text-align: center;
  }
  .detailImgList li{
    float: left;
    margin-right: 2%;
    margin-bottom: 1%;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    width: 15%;
  }
  .detailImgList li:nth-child(6n){
    margin-right: 0;
  }
  .detailRight{
    width: 90%;
    float: none;
    padding-top: 10px;
    margin: 0 auto;
  }
  .detailRight h1{
    font-size: 20px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
  }
  .detailRight h1 span{
    font-size: 16px;
  }
  .detailRight h1 strong{
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  .detailRight p{
    font-size: 13px;
  }
  .detailType{
    display: table;
    margin: 15px 0;
  }
  .detailType .typeLabel{
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
  }
  .typeBtn{
    display: table-cell;
  }
  .typeBtn span{
    display: block;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 20px;
    border: 2px solid #FFF;
    vertical-align: middle;
    margin-right: 2px;
  }
  .typeBtn:hover span,.typeBtn .on span{
    border: 2px solid #E6211A !important;
  }
  .type01 span{
    background: #E2E2E2;
  }
  .type02 span{
    background: #EA8571;
  }
  .type03 span{
    background: #F4CD0B;
  }
  .type04 span{
    background: #F4E08C;
  }
  .type05 span{
    background: #9B9B9B;
  }
  .type01-a span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #ed9483 50%, #ed9483 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ed9483',GradientType=1 );
  }
  .type01-b span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4CD0B 50%, #F4CD0B 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4CD0B',GradientType=1 );
  }
  .type01-c span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4E08C 50%, #F4E08C 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4E08C',GradientType=1 );
  }
  .price{
    margin: 0 0 7px;
  }
  .price strong{
    font-size: 24px;
    font-weight: bold;
  }
  .detalBtns{
    margin: 20px 0;
  }
  .detalBtns li{
    float: left;
    width: 49%;
    background: #E6211A;
  }
  .detalBtns li:nth-child(2n){
    margin-left: 2%;
  }
  .detalBtns li a{
    display: inline-block;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 8px 10px 8px 40px;
    font-weight: bold;
    font-size: 13px;
  }
  .detalBtns li.detaiBtn01 a{
    background: url(../img/jewelry/detail_btnicon01.gif) no-repeat 10px center;
    background-size: 30px 30px;
  }
  .detalBtns li.detaiBtn02 a{
    /*background: url(../img/jewelry/detail_btnicon02.gif) no-repeat 10px center; */
    background-size: 30px 30px;
    padding: 8px 10px 8px 10px;
  }
  .detailText{
    margin: 25px 0;
    padding: 16px 0;
    border-bottom: 1px dotted #BFBFBF;
    border-top: 1px dotted #BFBFBF;
  }
  .itemSpec th{
    width: 80px;
  }
  .snsIcons{
    display: table;
    margin: 20px 0;
  }
  .snsIcons strong{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  .snsIcons .snsIcon{
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
  }
  
  /*setItem*/
  .setitemWap{
    background: url(../img/jewelry/set_bg.png) repeat-x;
    padding: 40px 0 10px;
    margin: 10px 0 40px;
  }
  .setItemInner{
    width: 100%;
    margin: 0 auto;
  }
  .setItemInner h2{
    text-align: center;
    margin-bottom: 20px;
  }
  .setItemInner h2 span{
    display: block;
  }
  .setItemList{
    text-align: center;
  }
  .setItem a:hover img{
    opacity: 0.7;
  }
  .setItemList {
    text-align: center;
  }
  .setItem{
    position: relative;
    width: 46%;
    margin: 1.5%;
    background: #FFF;
    display: inline-block;
  }
  .setItem h3{
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .setItem h3 span{
    display: block;
  }
  
  .review{
    width: 100%;
    margin: 20px auto 50px;
  }
  .review h2{
    text-align: center;
  }
  .review h2 span{
    display: block;
    padding-top: 10px;
  }
  .reviewText{
    padding: 30px 10px;
    text-align: center;
  }
  .reviewText p{
    font-size: 13px;
  }
  .reviewBtnWap{
    text-align: center;
    margin: 0 0 50px;
    width: 100%;
  }
  .review .reviewBtn a{
    background: url(../img/jewelry/review_icon.gif) no-repeat 10px center #E6211A;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 12px 24px 12px 50px;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
  }
  .detailNote{
    font-size: 12px;
    margin: 10px;
    text-align: center;
  }
  .detailContact{
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  
  /* add */
  .priceLabel div span{
    display: block;
  }
  .itemSpec{
    border-top: 1px dotted #333;
    padding-top: 15px;
  }
  /*designstory*/
  .designstory{
    margin:30px auto 30px auto;
    clear:both;
    overflow:hidden;
    width:100%;
  }
  .designstory h3{
    text-align:center;
    margin-bottom:28px;
    font-size:15px;
    font-weight:bold;
  }
  .semiorder h3{
    text-align:center;
    margin-bottom:28px;
    font-size:15px;
    font-weight:bold;
  }
  .designstory_img{
    float:none;
    width:100%;
  }
  .designstory_text{
    float:none;
    background:url(../img/collection/haikei_c.jpg) no-repeat;
    width:100%;
    text-align:center;
    padding-bottom: 30px;
  }
  .designstory_text1{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    padding-top:30px;
    letter-spacing:2px;
  }
  .designstory_text2{
    font-size:19px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    margin-top:19px;
    letter-spacing:2px;
  }
  .designstory_text3{
    font-size:12px;
    margin-top:33px;
    font-weight:bold;
    line-height:1.8;
    letter-spacing:1.5px;
  }
  .designstory_text4{
    margin-top:25px;
    line-height:1.8;
    letter-spacing:1px;
    font-size:12px;
  }
  
  /*designpoint*/
  .designpoint{
    overflow:hidden;
    clear:both;
    margin:0 auto 0px auto;
    width:100%;
  }
  .designpoint_left{
    background:#000000;
    text-align:center;
    width:100%;
    padding:50px 5px 0;
    float:none;
  }
  .designpoint_left h4{
    color:#FFF;
    font-size:25px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  }
  .designpoint_left p{
    color:#FFF;
    margin-top:28px;
    line-height:1.8;
    height: 220px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .designpoint_right{
    width: 100%;
    float: none;
  }
  .collection_text{
    margin-left:60px;
    overflow:hidden;
  }
  .design_name_words{
    float:left;
    font-size:9px;
    font-weight:bold;
    margin-top:9px;	
    width:110px;
    letter-spacing:-1px;
  }
  .collection_right h1{
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: -0.1px;
    margin-bottom: 17px;
    text-indent: 0px!important;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif!important;
	}	
  .collection_right h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight:bold;	
    padding-top:5px;
	}
  .popTtl{
    position: relative;
  }
  .panel01 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    width: 150px;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
    z-index: 10000000000000000000000;
  }
  .panel01::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
      border-bottom-width: 15px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panel {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
  }
  .panel li{
    padding: 5px;
  }
  .panel::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
        border-bottom-width: 15px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panelOn{
    display: block;
  }
  
  /*review*/
  .review{
    margin: 67px auto 0px auto;
    clear: both;
    overflow: hidden;
  }
  .review h3{
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .review p.reviewRead{
    font-size: 11px;
    text-align: center;
  }
  
  .semiorder {
    width: 100%;
    margin: 30px auto 20px;
  }
  
  .desiSlider img{
    max-width: 70%;
    margin: 0 auto;
  }
  .desiSlider li div{
    font-size: 12px;
    color: #666;
    max-width: 70%;
    margin: 10px auto;
  }
  .bx-wrapper .bx-controls-direction a{
    top: 33%;
  }
  .semiorderContents{
    border:1px solid #BFBFBF;
    padding: 20px 0px;
    margin: 20px auto;
  }
  .semiorderLeft{
    margin-bottom: 15px;
  }
  .semiorderLeft p{
    margin: 10px;
  }
  .semiorderLeft h2{
    text-align: center;
    margin-bottom: 10px;
  }
  .semiorderRight{
  }
  .semibtn{
    text-align: center;
    margin: 15px 0;
  }
  
  /* cta */
  .entryCta{
    width: 100%;
    background: #EFEFEF;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 20px 0;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 13px;
  }
  .entryCtaText strong{
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .spEntryCtaImg{
    float: left;
    max-width: 38%;
  }
  .entryCtaReserve{
    float: right;
    max-width: 58%;
    margin-bottom: 10px;
  }
  .entryCtaTel{
    float: right;
    max-width: 58%;
  }
  .ringBanner{
    margin: 5px 10px 15px;
    text-align: center;
  }
  
  .ringBottomContents{
    width: 96%;
    margin: 20px auto;
  }
  .ringBottomContents h3.ringBottomTitle{
    text-align: center;
    margin-bottom: 20px;
  }
  .serviceMain{
    margin-bottom: 25px;
  }
  .serviceMainLeft{
    width: 100%;
    margin-bottom: 10px;
  }
  .serviceMainRight{
    width: 100%;
    margin-bottom: 10px;
  }
  .serviceMainRight h4{
    margin-bottom: 10px;
  }
  .serviceMainRight p{
    margin-bottom: 20px;
  }
  .ringBottomList{}
  .ringBottomList li{
    width: 47%;
    margin: 1.5%;
    float: left;
  }
  .ringBottomList li p{
    font-size: 12px;
    margin: 10px 0;
  }
  .ringBottomList li a{
    font-size: 12px;
    font-weight: bold;
  }
  .ringBottomContents{
    margin-bottom: 45px;
  }
  .ringBottomList li h5{
    margin-top: 10px;
    font-weight: bold;
  }
  .serviceBtn{
    margin-bottom: 15px;
    text-align: center;
  }
  
  /*ringRingList*/
  #ringRingList{}
  #ringRingList li{
    border: solid 1px #ddd;
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 13px !important;
  }
  #ringRingList li h3,#ringRingList li span{
    margin-bottom: 10px;
  }
  #ringRingList li span{
    font-size: 12px;
  }
  /* collection */
  .collection{
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
  }
  .collection .collectionImg{
    width: 100%;
    float: none;
  }
  .collection .collectionInfo{
    width: 100%;
    float: none;
    padding: 20px 0px 0;
    box-sizing: border-box;
  }
  .collection .collectionInfo .ringLabels{
    clear: both;
  }
  .collection .collectionInfo .ringLabels span{
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
  .collection .collectionInfo p.ringInfoLabel{
    width: 50%;
    font-size: 9px;
    float: left;
    font-weight: bold;
    margin-top: 9px;
    letter-spacing: -1px;
    text-align: center;
  }
  #rings .collection .collectionInfo h1,#rings .collection .collectionInfo .collectionRingText{
    float: left;
    padding: 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif !important;
    font-weight: bold;
    letter-spacing: -0.1px;
    width: 50%;
    text-align: center;
  }
  #rings .collection .collectionInfo h1{
    font-size: 1.4em;
    margin-bottom: 17px;
  }
  #rings .collection .collectionInfo .collectionRingText{
    font-size: 1.1em;
    padding-top: 8px;
  }
  .collectionInfo .ringAction{
    padding-top: 60px;
  }
  .collectionInfo .ringAction ul{
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .collectionInfo .ringAction ul li{
    background: #C14040;
    display: table-cell;
    width: 200px;
    max-width: 100%;
  }
  .collectionInfo .ringAction ul li:nth-child(1){
    border-right: 6px solid #FFF;
  }
  .collectionInfo .ringAction ul li a{
    font-size: 12px;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
  }
  .collectionInfo .popBox{
    background: #DDD;
    display: table;
    width: 100%;
    margin: 20px 0 10px;
    position: relative;
  }
  .popPrice{
    position: absolute;
    left: 0;
    top: 32px;
    background: #FFF;
    border: solid 1px #BBBBBB;
    padding: 10px;
    width: 80%;
    display: none;
  }
  .popPrice .close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .popPrice p{
    font-size: 9px !important;
    line-height: 1.5;
  }
  .popPrice h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 5px;
  }
  .popPrice h2 em{
    font-size: 10px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h2 span{
    font-size: 12px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h3{
    font-size: 14px !important;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .popPrice table{
    font-size: 9px !important;
    padding: 5px;
    width: 100%;
  }
  .popPrice table th,.popPrice table td {
    padding: 5px;
    text-align: left !important;
  }
  
  .collectionInfo .popTtl{
    display: table-cell;
    text-align: center;
    font-size: 10px;
    width: 150px;
    padding: 8px;
    cursor: pointer;
  }
  .ringType{
    clear: both;
    margin-top: 20px;
  }
  .ringType ul{
    text-align: center;
  }
  .ringType li:nth-child(1){
    border-left:none;
  }
  .ringType li{
    float: left;
    display: block;
    padding: 0px;
    font-size: 9px;
    color: #666666;
    font-weight: bold;
    border-left: solid 1px #666666;
    cursor: pointer;
    width: 20%;
    box-sizing: border-box;
  }
  .ringType li a:hover{
    color: #E00000;
  }
  .ringImgs{
    margin-top: 50px;
  }
  .ringImgs li{
    width: 25%;
    float: left;
    cursor: pointer;
  }
  .ringOtherMenu{
    width: 100%;
    margin: 50px auto 0px auto;
    clear: both;
    display: table;
    height: 26px;
    padding: 0 3px;
  }
  .ringOtherMenu li{
    display: table-cell;
    padding: 5px;
    width: 120px;
  }
  .ringOtherMenu li a{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 10px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #000000;
    color: #000;
    line-height: 100%;
    box-sizing: border-box;
  }
  .ringOtherMenu li a:hover{
    background-color: #E00000;
    text-align: center;
    font-size: 10px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e00000;
    color: #FFF;
  }
  
  /*designstory*/
  .designstory{
    margin:30px auto 0px auto;
    clear:both;
    overflow:hidden;
    width:100%;
  }
  .designstory h3{
    text-align:center;
    margin-bottom:48px;
    font-size:15px;
    font-weight:bold;
  }
  .designstory_img{
    float:none;
    width:100%;
  }
  .designstory_text{
    float:none;
    background:url(../img/collection/haikei_c.jpg) no-repeat;
    width:100%;
    height:428px;
    text-align:center;
  }
  .designstory_text1{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    padding-top:90px;
    letter-spacing:2px;
  }
  .designstory_text2{
    font-size:19px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    margin-top:19px;
    letter-spacing:2px;
  }
  .designstory_text3{
    font-size:12px;
    margin-top:33px;
    font-weight:bold;
    line-height:1.8;
    letter-spacing:1.5px;
  }
  .designstory_text4{
    margin-top:25px;
    line-height:1.8;
    letter-spacing:1px;
    font-size:12px;
    height:155px;
  }
  
  /*designpoint*/
  .designpoint{
    overflow:hidden;
    clear:both;
    margin:0 auto 0px auto;
    width:100%;
  }
  .designpoint_left{
    background:#000000;
    text-align:center;
    width:100%;
    padding:50px 5px 0;
    float:none;
  }
  .designpoint_left h4{
    color:#FFF;
    font-size:25px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  }
  .designpoint_left p{
    color:#FFF;
    margin-top:28px;
    line-height:1.8;
    height: 220px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .designpoint_right{
    width: 100%;
    float: none;
  }
  .collection_text{
    margin-left:60px;
    overflow:hidden;
  }
  .design_name_words{
    float:left;
    font-size:9px;
    font-weight:bold;
    margin-top:9px;	
    width:110px;
    letter-spacing:-1px;
  }
  .collection_right h1{
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: -0.1px;
    margin-bottom: 17px;
    text-indent: 0px!important;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif!important;
	}	
  .collection_right h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight:bold;	
    padding-top:5px;
	}
  .popTtl{
    position: relative;
  }
  .panel01 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    width: 150px;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
    z-index: 10000000000000000000000;
  }
  .panel01::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
      border-bottom-width: 15px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panel {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
  }
  .panel li{
    padding: 5px;
  }
  .panel::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
        border-bottom-width: 15px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panelOn{
    display: block;
  }
  .ringSearch .ringSearchList li{
    border-right: 1px solid #999;
  }
  .ringSearch .ringSearchList li:last-child{
    border-right: none;
  }
}
  
@media screen and (min-width: 769px) and (max-width: 999px) {
  
  .ringUi{
  }
  .ringCategoryList{
    display: table;
    margin: 50px auto;
    width: 760px;
  }
  .ringCategoryList li{
    display: table-cell;
    width: 300px;
  }
  .ringCategoryList li a{
    display: block;
    text-align: center;
    line-height: 100%;
  }
  .ringCategoryList li.on a,.ringCategoryList li a:hover{
    color: #e2261a;
  }
  .ringCategoryList li:nth-child(2){
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
  }
  .ringSearch{
    display: table;
    margin-bottom: 20px;
  }
  .ringSearch li{
    display: table-cell;
    text-align: center;
    background-color: #E6211A;
    padding: 15px 0;
    width: 400px;
    color: #fff;
    cursor: pointer;
    background: url(../img/ring/ring_search_off.gif) no-repeat right center #E6211A;
  }
  .ringSearch li:nth-child(2){
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .ringSearch li.stabOn{
    background: url(../img/ring/ring_search_on.gif) no-repeat right center #E6211A;
  }
  .collectionTabOn{
  }
  .ringSearch div.searchTabOn{
    display: block;
  }
  .ringSearch .ringSearchList{
    padding: 50px 0 30px;
    display: none;
  }
  .ringSearch .ringSearchList ul{
    text-align: center;
    width: 100%;
  }
  .ringSearch .ringSearchList li{
    display: inline;
    background: none;
    padding: 0;
  }
  .ringSearch .ringSearchList li a{
    background: none;
    display: inline;
    color: #212121;
    padding: 0 13px;
  }
  
  .jHeader{
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .jewelryMainVisual{
    margin-bottom: 80px;
  }
  .jewelrySubVisual{
    margin-bottom: 80px;
  }
  .jewelryTitle{
    margin-bottom: 35px;
  }
  .mainRead p{
    font-size: 16px;
    line-height: 180%;
  }
  .jewelryCategory{
    width: 96%;
    margin: 80px auto;
    text-align: center;
  }
  .jewelryCategory li{
    display: inline-block;
    padding: 5px 0px;
  }
  .jewelryCategory li a,.jewelryCategory li span{
    display: block;
    padding: 0 16px;
    border-right: 1px solid #333;
    font-size: 14px;
    line-height: 12px;
  }
  .jewelryCategory li a:hover,.jewelryCategory li.on a{
    color: #E6211A;
  }
  .jewelryCategory li:last-child a{
    border-right: none;
  }
  
  #jewelryCatImg{
    width: 96%;
    margin: 0 auto;
  }
  #jewelryCatImg .jewelryBox{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 45px;
    float: left;
    text-align: center;
  }
  #jewelryCatImg .jewelryBox:nth-child(4n){
    margin-right: 0;
  }
  .jewelryBox a:hover img{
    opacity: 0.7;
  }
  .jewelryBox h2{
    margin-top: 7px;
  }
  
  /* cat */
  .catItems{
    box-sizing: border-box;
    border: 1px solid #7F7F7F;
    position: relative;
  }
  .favIcon{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  .catInfoLabel{
    text-align: center;
    width: 100%;
    padding: 0 10px;
    z-index: 100;
  }
  .catImg{
    position: relative;
  }
  .newItem{
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .newItem span{
    color: #E6211A;
  }
  .price{
    font-weight: bold;
  }
  .pager{
    text-align: center;
  }
  .pager a{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #666;
  }
  .pager a:hover,.pager span{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #E6211A;
    background: #E6211A;
    color: #FFF;
  }
  
  /* detail */
  .detailContents{
    width: 96%;
    margin: 0px auto 10px;
  }
  .detailContents .jewelryCategory{
    margin: 0 0 10px;
    padding-top: 10px;
  }
  .detailLeft{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .detailMainImg{
    margin-bottom: 20px;
  }
  .detailImgList{
    max-width: 430px;
  }
  .detailImgList li{
    float: left;
    margin-right: 2%;
    margin-bottom: 1%;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    width: 15%;
  }
  .detailImgList li:nth-child(6n){
    margin-right: 0;
  }
  .detailRight{
    width: 90%;
    float: none;
    padding-top: 10px;
    margin: 0 auto;
  }
  .detailRight h1{
    font-size: 20px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-bottom: 15px;
  }
  .detailRight h1 span{
    font-size: 16px;
  }
  .detailRight h1 strong{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .detailRight p{
    font-size: 13px;
  }
  .detailType{
    display: table;
    margin: 15px 0;
  }
  .detailType .typeLabel{
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
  }
  .typeBtn{
    display: table-cell;
  }
  .typeBtn span{
    display: block;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 20px;
    border: 2px solid #FFF;
    vertical-align: middle;
    margin-right: 2px;
  }
  .typeBtn:hover span,.typeBtn .on span{
    border: 2px solid #E6211A !important;
  }
  .type01 span{
    background: #E2E2E2;
  }
  .type02 span{
    background: #EA8571;
  }
  .type03 span{
    background: #F4CD0B;
  }
  .type04 span{
    background: #F4E08C;
  }
  .type05 span{
    background: #9B9B9B;
  }
  .type01-a span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #ed9483 50%, #ed9483 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ed9483',GradientType=1 );
  }
  .type01-b span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4CD0B 50%, #F4CD0B 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4CD0B',GradientType=1 );
  }
  .type01-c span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4E08C 50%, #F4E08C 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4E08C',GradientType=1 );
  }
  .price{
    margin: 0 0 7px;
  }
  .price strong{
    font-size: 24px;
    font-weight: bold;
  }
  .detalBtns{
    margin: 20px 0;
  }
  .detalBtns li{
    float: left;
    width: 49%;
    background: #E6211A;
  }
  .detalBtns li:nth-child(2n){
    margin-left: 2%;
  }
  .detalBtns li a{
    display: inline-block;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 8px 10px 8px 40px;
    font-weight: bold;
    font-size: 13px;
  }
  .detalBtns li.detaiBtn01 a{
    background: url(../img/jewelry/detail_btnicon01.gif) no-repeat 10px center;
    background-size: 30px 30px;
  }
  .detalBtns li.detaiBtn02 a{
    /*background: url(../img/jewelry/detail_btnicon02.gif) no-repeat 10px center; */
    background-size: 30px 30px;
    padding: 8px 10px 8px 10px;
  }
  .detailText{
    margin: 25px 0;
    padding: 16px 0;
    border-bottom: 1px dotted #BFBFBF;
    border-top: 1px dotted #BFBFBF;
  }
  .itemSpec th{
    width: 80px;
  }
  .snsIcons{
    display: table;
    margin: 20px 0;
  }
  .snsIcons strong{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  .snsIcons .snsIcon{
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
  }
  
  /*setItem*/
  .setitemWap{
    background: url(../img/jewelry/set_bg.png) repeat-x;
    padding: 40px 0 10px;
    margin: 10px 0 40px;
  }
  .setItemInner{
    width: 100%;
    margin: 0 auto;
  }
  .setItemInner h2{
    text-align: center;
    margin-bottom: 20px;
  }
  .setItemInner h2 span{
    display: block;
  }
  .setItemList{
    text-align: center;
  }
  .setItem a:hover img{
    opacity: 0.7;
  }
  .setItem{
    float: left;
    position: relative;
    width: 23%;
    margin: 1%;
    background: #FFF;
  }
  .setItem h3{
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .setItem h3 span{
    display: block;
  }
  
  .review{
    width: 100%;
    margin: 20px auto 50px;
  }
  .review h2{
    text-align: center;
  }
  .review h2 span{
    display: block;
    padding-top: 10px;
  }
  .reviewText{
    padding: 30px 10px;
    text-align: center;
  }
  .reviewText p{
    font-size: 13px;
  }
  .reviewBtnWap{
    text-align: center;
    margin: 0 0 50px;
    width: 100%;
  }
  .review .reviewBtn a{
    background: url(../img/jewelry/review_icon.gif) no-repeat 10px center #E6211A;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 12px 24px 12px 50px;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
  }
  .detailNote{
    font-size: 12px;
    margin: 10px;
    text-align: center;
  }
  .detailContact{
    width: 100%;
    margin: 0 auto 15px;
  }
  /* add */
  .priceLabel div span{
    display: block;
  }
  .itemSpec{
    border-top: 1px dotted #333;
    padding-top: 15px;
  }
  
  /*designstory*/
  .designstory{
    margin:30px auto 30px auto;
    clear:both;
    overflow:hidden;
    width:100%;
  }
  .designstory h3{
    text-align:center;
    margin-bottom:48px;
    font-size:15px;
    font-weight:bold;
  }
  .designstory_img{
    float:none;
    width:100%;
  }
  .designstory_text{
    float:none;
    background:url(../img/collection/haikei_c.jpg) no-repeat;
    width:100%;
    height:428px;
    text-align:center;
  }
  .designstory_text1{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    padding-top:90px;
    letter-spacing:2px;
  }
  .designstory_text2{
    font-size:19px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    margin-top:19px;
    letter-spacing:2px;
  }
  .designstory_text3{
    font-size:12px;
    margin-top:33px;
    font-weight:bold;
    line-height:1.8;
    letter-spacing:1.5px;
  }
  .designstory_text4{
    margin-top:25px;
    line-height:1.8;
    letter-spacing:1px;
    font-size:12px;
    height:155px;
  }
  
  /*designpoint*/
  .designpoint{
    overflow:hidden;
    clear:both;
    margin:0 auto 0px auto;
    width:100%;
  }
  .designpoint_left{
    background:#000000;
    text-align:center;
    width:100%;
    padding-top:50px;
    float:none;
  }
  .designpoint_left h4{
    color:#FFF;
    font-size:25px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  }
  .designpoint_left p{
    color:#FFF;
    margin-top:28px;
    line-height:1.8;
    height: 220px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .designpoint_right{
    width: 100%;
    float: none;
  }
  .collection_text{
    margin-left:60px;
    overflow:hidden;
  }
  .design_name_words{
    float:left;
    font-size:9px;
    font-weight:bold;
    margin-top:9px;	
    width:110px;
    letter-spacing:-1px;
  }
  .collection_right h1{
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: -0.1px;
    margin-bottom: 17px;
    text-indent: 0px!important;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif!important;
	}	
  .collection_right h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight:bold;	
    padding-top:5px;
	}
  .popTtl{
    position: relative;
  }
  .panel01 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    width: 150px;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
    z-index: 10000000000000000000000;
  }
  .panel01::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
      border-bottom-width: 15px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panel {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
  }
  .panel li{
    padding: 5px;
  }
  .panel::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
        border-bottom-width: 15px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panelOn{
    display: block;
  }
  
  /*review*/
  .review{
    margin: 67px auto 0px auto;
    clear: both;
    overflow: hidden;
  }
  .review h3{
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .review p.reviewRead{
    font-size: 11px;
    text-align: center;
  }
  
  .semiorder {
    width: 100%;
    margin: 50px auto 30px;
  }
  .semiorder h3{
    text-align:center;
    margin-bottom:48px;
    font-size:15px;
    font-weight:bold;
  }
  .desiSlider li div{
    font-size: 12px;
    margin: 5px 0;
    color: #666;
  }
  .bx-wrapper .bx-prev{
    left: -50px;
  }
  .bx-wrapper .bx-next{
    right: -50px;
  }
  .bx-wrapper .bx-controls-direction a{
    top: 40%;
  }
  
  .semiorderContents{
    border:1px solid #BFBFBF;
    padding: 20px 30px;
    margin: 50px auto 30px;
  }
  .semiorderLeft{
    float: left;
    width: 35%;
  }
  .semiorderLeft p{
    margin: 10px 0;
  }
  .semiorderRight{
    float: right;
    width: 63%;
    max-width: 630px;
  }
  
  /* cta */
  .entryCta{
    width: 100%;
    padding: 30px 50px 10px 250px;
    margin: 40px auto;
    background: url(../img/ring/ringcta_img.jpg) no-repeat left top #EFEFEF;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 15px;
  }
  .entryCtaText strong{
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .entryCtaReserve{
    float: left;
    max-width: 49%;
  }
  .entryCtaTel{
    float: right;
    max-width: 49%;
  }
  

  
  .ringBottomContents{
    width: 96%;
    max-width: 920px;
    margin: 20px auto;
  }
  .ringBottomContents h3.ringBottomTitle{
    text-align: center;
    margin-bottom: 40px;
  }
  .serviceMain{
    margin-bottom: 35px;
  }
  .serviceMainLeft{
    width: 50%;
    float: left;
  }
  .serviceMainRight{
    width: 48%;
    float: right;
  }
  .serviceMainRight h4{
    margin-bottom: 10px;
  }
  .serviceMainRight p{
    margin-bottom: 20px;
  }
  .ringBottomList{}
  .ringBottomList li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .ringBottomList li:last-child{
    margin-right: 0;
  }
  .ringBottomList li p{
    font-size: 12px;
    margin: 10px 0;
  }
  .ringBottomList li a{
    font-size: 12px;
    font-weight: bold;
  }
  .ringBottomContents{
    margin-bottom: 65px;
  }
  .ringBottomList li h5{
    margin-top: 10px;
    font-weight: bold;
  }
  
  /*ringRingList*/
  #ringRingList{}
  #ringRingList li{
    border: solid 1px #ddd;
    width: 24%;
    margin: 25px 0.5% 0.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 13px !important;
  }
  #ringRingList li h3,#ringRingList li span{
    margin-bottom: 10px;
  }
  /* collection */
  .collection{
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
  }
  .collection .collectionImg{
    width: 100%;
    float: none;
  }
  .collection .collectionInfo{
    width: 100%;
    float: none;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .collection .collectionInfo .ringLabels{
    margin-left: 60px;
    clear: both;
  }
  .collection .collectionInfo .ringLabels span{
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  .collection .collectionInfo p.ringInfoLabel{
    width: 110px;
    font-size: 9px;
    float: left;
    font-weight: bold;
    margin-top: 9px;
    letter-spacing: -1px;
  }
  #rings .collection .collectionInfo h1,#rings .collection .collectionInfo .collectionRingText{
    float: left;
    padding: 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif !important;
    font-weight: bold;
    letter-spacing: -0.1px;
  }
  #rings .collection .collectionInfo h1{
    font-size: 1.4em;
    margin-bottom: 17px;
  }
  #rings .collection .collectionInfo .collectionRingText{
    font-size: 1.1em;
    padding-top: 8px;
  }
  .collectionInfo .ringAction{
    padding-top: 60px;
  }
  .collectionInfo .ringAction ul{
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .collectionInfo .ringAction ul li{
    background: #C14040;
    display: table-cell;
    width: 200px;
    max-width: 100%;
    vertical-align: top;
  }
  .collectionInfo .ringAction ul li:nth-child(1){
    border-right: 6px solid #FFF;
  }
  .collectionInfo .ringAction ul li a{
    font-size: 12px;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
  }
  .collectionInfo .popBox{
    background: #DDD;
    display: table;
    width: 100%;
    margin: 20px 0 10px;
    position: relative;
  }
  .collectionInfo .popTtl{
    display: table-cell;
    text-align: center;
    font-size: 10px;
    width: 300px;
    padding: 8px;
    cursor: pointer;
  }
  .popPrice{
    position: absolute;
    left: 0;
    top: 32px;
    background: #FFF;
    border: solid 1px #BBBBBB;
    padding: 10px;
    width: 60%;
    display: none;
  }
  .popPrice .close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .popPrice p{
    font-size: 9px !important;
    line-height: 1.5;
  }
  .popPrice h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 5px;
  }
  .popPrice h2 em{
    font-size: 10px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h2 span{
    font-size: 12px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h3{
    font-size: 14px !important;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .popPrice table{
    font-size: 9px !important;
    padding: 5px;
    width: 100%;
  }
  .popPrice table th,.popPrice table td {
    padding: 5px;
    text-align: left !important;
  }
  .ringType{
    clear: both;
    margin-top: 20px;
  }
  .ringType ul{
    text-align: center;
  }
  .ringType li:nth-child(1){
    border-left:none;
  }
  .ringType li{
    display: inline-block;
    padding: 0px 20px;
    font-size: 9px;
    color: #666666;
    font-weight: bold;
    border-left: solid 1px #666666;
    cursor: pointer;
  }
  .ringType li a:hover{
    color: #E00000;
  }
  .ringImgs{
    margin-top: 50px;
  }
  .ringImgs li{
    width: 25%;
    float: left;
    cursor: pointer;
  }
  #ringRingList .ringImg{
    overflow: hidden;
  }
  .ringOtherMenu{
    width: 560px;
    margin: 50px auto 0px auto;
    overflow: hidden;
    clear: both;
  }
  .ringOtherMenu li{
    list-style: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 154px;
    height: 40px;
    float: left;
    margin: 0px 15px;
    transition: all 0.5s ease;
    background-color: #fff;
  }
  .ringOtherMenu li a{
    width: 154px;
    height: 40px;
    text-align: center;
    font-size: 11px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #000000;
    color: #000;
    line-height: 100%;
  }
  .ringOtherMenu li a:hover{
    background-color: #E00000;
    width: 154px;
    height: 40px;
    text-align: center;
    font-size: 11px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e00000;
    color: #FFF;
  }
  .ringSearch .ringSearchList li{
    border-right: 1px solid #333;
  }
  .ringSearch .ringSearchList li:last-child{
    border-right: none;
  }
  .ringSearch .ringSearchList li:hover a{
    color: #E6211A
  }
}

@media screen and (min-width: 1000px)  {
  
  .ringUi{
  }
  .ringCategoryList{
    display: table;
    margin: 50px auto;
    width: 800px;
  }
  .ringCategoryList li{
    display: table-cell;
  }
  .ringCategoryList li a{
    display: block;
    padding: 0 100px;
    line-height: 100%;
  }
  .ringCategoryList li.on a,.ringCategoryList li a:hover{
    color: #e2261a;
  }
  .ringCategoryList li:nth-child(2){
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
  }
  .ringSearch{
    display: table;
    margin-bottom: 20px;
  }
  .ringSearch li{
    display: table-cell;
    text-align: center;
    padding: 15px 0;
    width: 400px;
    color: #fff;
    cursor: pointer;
    background: url(../img/ring/ring_search_off.gif) no-repeat right center #E6211A;
  }
  .ringSearch li:nth-child(2){
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .ringSearch li.stabOn{
    background: url(../img/ring/ring_search_on.gif) no-repeat right center #E6211A;
  }
  .collectionTabOn{
  }
  .ringSearch div.searchTabOn{
    display: block;
  }
  .ringSearch .ringSearchList{
    padding: 50px 0 30px;
    display: none;
  }
  .ringSearch .ringSearchList ul{
    text-align: center;
    width: 100%;
  }
  .ringSearch .ringSearchList li{
    display: inline;
    background: none;
    padding: 0;
  }
  .ringSearch .ringSearchList li a{
    background: none;
    display: inline;
    color: #212121;
    padding: 0 13px;
  }
  
  .jHeader{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .jewelryMainVisual{
    margin-bottom: 80px;
  }
  .jewelrySubVisual{
    margin-bottom: 80px;
  }
  .jewelryTitle{
    margin-bottom: 35px;
  }
  .mainRead p{
    font-size: 16px;
    line-height: 180%;
  }
  .jewelryCategory{
    width: 1200px;
    margin: 80px auto;
    text-align: center;
  }
  .jewelryCategory li{
    display: inline-block;
    padding: 5px 0px;
  }
  .jewelryCategory li a,.jewelryCategory li span{
    display: block;
    padding: 0 25px;
    border-right: 1px solid #333;
    font-size: 14px;
    line-height: 12px;
  }
  .jewelryCategory li a:hover,.jewelryCategory li.on a{
    color: #E6211A;
  }
  .jewelryCategory li:last-child a,.jewelryCategory li:last-child span{
    border-right: none;
  }
  
  #jewelryCatImg{
    width: 1140px;
    margin: 0 auto;
  }
  #jewelryCatImg .jewelryBox{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 45px;
    float: left;
    text-align: center;
  }
  #jewelryCatImg .jewelryBox:nth-child(4n){
    margin-right: 0;
  }
  .jewelryBox a:hover img{
    opacity: 0.7;
  }
  .jewelryBox h2{
    margin-top: 7px;
  }
  
  /* cat */
  .catItems{
    box-sizing: border-box;
    border: 1px solid #7F7F7F;
    position: relative;
  }
  .favIcon{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  .catInfoLabel{
    text-align: center;
    width: 100%;
    padding: 0 10px;
    z-index: 100;
  }
  .catImg{
    position: relative;
  }
  .newItem{
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .newItem span{
    color: #E6211A;
  }
  .price{
    font-weight: bold;
  }
  .pager{
    text-align: center;
  }
  .pager a{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #666;
  }
  .pager a:hover,.pager span{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #E6211A;
    background: #E6211A;
    color: #FFF;
  }
  
  /* detail */
  .detailContents{
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 50px;
  }
  .detailLeft{
    width: 48%;
    float: left;
    min-width: 430px;
  }
  .detailMainImg{
    margin-bottom: 20px;
    width: 430px;
  }
  .detailImgList{
    max-width: 430px;
  }
  .detailImgList li{
    float: left;
    margin-right: 2%;
    margin-bottom: 1%;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    width: 15%;
  }
  .detailImgList li:nth-child(6n){
    margin-right: 0;
  }
  .detailRight{
    width: 49%;
    float: right;
  }
  .detailRight h1{
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold;
    border-bottom: 2px solid #BFBFBF;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-bottom: 30px;
  }
  .detailRight h1 span{
    font-size: 18px;
  }
  .detailRight h1 strong{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .detailRight p{
    font-size: 13px;
  }
  .detailType{
    display: table;
    margin: 25px 0;
  }
  .detailType .typeLabel{
    vertical-align: middle;
    display: table-cell;
    padding-right: 20px;
  }
  .typeBtn{
    display: table-cell;
  }
  .typeBtn span{
    display: block;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 20px;
    border: 2px solid #FFF;
    vertical-align: middle;
    margin-right: 5px;
  }
  .typeBtn:hover span,.typeBtn .on span{
    border: 2px solid #E6211A !important;
  }
  .type01 span{
    background: #E2E2E2;
  }
  .type02 span{
    background: #EA8571;
  }
  .type03 span{
    background: #F4CD0B;
  }
  .type04 span{
    background: #F4E08C;
  }
  .type05 span{
    background: #9B9B9B;
  }
  .type01-a span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #ed9483 50%, #ed9483 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#ed9483 50%,#ed9483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ed9483',GradientType=1 );
  }
  .type01-b span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4CD0B 50%, #F4CD0B 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4CD0B 50%,#F4CD0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4CD0B',GradientType=1 );
  }
  .type01-c span{
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #e2e2e2 50%, #F4E08C 50%, #F4E08C 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#e2e2e2 50%,#F4E08C 50%,#F4E08C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#F4E08C',GradientType=1 );
  }
  .price{
    margin: 0 0 7px;
  }
  .price strong{
    font-size: 24px;
    font-weight: bold;
  }
  .detalBtns{
    margin: 20px 0;
  }
  .detalBtns li{
    float: left;
    margin-right: 10px;
    background: #E6211A;
  }
  .detalBtns li a{
    display: inline-block;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 12px 24px 12px 50px;
    font-weight: bold;
  }
  .detalBtns li.detaiBtn01 a{
    background: url(../img/jewelry/detail_btnicon01.gif) no-repeat 10px center;
    background-size: 30px 30px;
  }
  .detalBtns li.detaiBtn02 a{
    /*background: url(../img/jewelry/detail_btnicon02.gif) no-repeat 10px center; */
    background-size: 30px 30px;
    padding: 12px 24px 12px 24px;
  }
  .detailText{
    margin: 25px 0;
    padding: 16px 0;
    border-bottom: 1px dotted #BFBFBF;
    border-top: 1px dotted #BFBFBF;
  }
  .itemSpec th{
    width: 80px;
  }
  .snsIcons{
    display: table;
    margin: 20px 0;
  }
  .snsIcons strong{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  .snsIcons .snsIcon{
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
  }
  
  /*setItem*/
  .setitemWap{
    background: url(../img/jewelry/set_bg.png) repeat-x;
    padding: 60px 0 40px;
    margin: 80px 0;
  }
  .setItemInner{
    width: 1200px;
    margin: 0 auto;
  }
  .setItemInner h2{
    text-align: center;
    margin-bottom: 40px;
  }
  .setItemInner h2 span{
    display: block;
  }
  .setItemList{
    text-align: center;
  }
  .setItem a:hover img{
    opacity: 0.7;
  }
  .setItem{
    position: relative;
    width: 250px;
    display: inline-block;
    margin: 20px;
    background: #FFF;
  }
  .setItem h3{
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .setItem h3 span{
    display: block;
  }
  
  .review{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .review h2{
    text-align: center;
  }
  .review h2 span{
    display: block;
    padding-top: 10px;
  }
  .reviewText{
    padding: 30px 10px;
    text-align: center;
  }
  .reviewText p{
    font-size: 13px;
  }
  .reviewBtnWap{
    text-align: center;
    margin: 0 0 50px;
    width: 100%;
  }
  .review .reviewBtn a{
    background: url(../img/jewelry/review_icon.gif) no-repeat 10px center #E6211A;
    background-size: 30px 30px;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    padding: 12px 24px 12px 50px;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
  }
  .detailNote{
    font-size: 12px;
    margin: 10px;
    text-align: center;
  }
  .detailContact{
    width: 100%;
    margin: 0 auto 15px;
  }
  
  /* add */
  .priceLabel div span{
    display: block;
  }
  .itemSpec{
    border-top: 1px dotted #333;
    padding-top: 15px;
  }
  
  /*designstory*/
  .designstory{
    margin:67px auto 70px auto;
    clear:both;
    overflow:hidden;
    width:1024px;
  }
  .designstory h3{
    text-align:center;
    margin-bottom:48px;
    font-size:15px;
    font-weight:bold;
  }
  .designstory_img{
    float:left;
    width:50%;
  }
  .designstory_text{
    float:right;
    background:url(../img/collection/haikei_c.jpg) no-repeat;
    width:50%;
    height:428px;
    text-align:center;
  }
  .designstory_text1{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    margin-top:90px;
    letter-spacing:2px;
  }
  .designstory_text2{
    font-size:19px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    margin-top:19px;
    letter-spacing:2px;
  }
  .designstory_text3{
    font-size:12px;
    margin-top:33px;
    font-weight:bold;
    line-height:1.8;
    letter-spacing:1.5px;
  }
  .designstory_text4{
    margin-top:25px;
    line-height:1.8;
    letter-spacing:1px;
    font-size:12px;
    height:155px;
  }
  
  /*designpoint*/
  .designpoint{
    overflow:hidden;
    clear:both;
    margin:15px auto 0px auto;
    width:1024px;
  }
  .designpoint_left{
    background:#000000;
    text-align:center;
    width:410px;
    padding-top:50px;
    float:left;
  }
  .designpoint_left h4{
    color:#FFF;
    font-size:25px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  }
  .designpoint_left p{
    color:#FFF;
    margin-top:28px;
    line-height:1.8;
    height: 220px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .designpoint_right{
    width: 614px;
    height: 350px;
    float: left;
  }
  .collection_text{
    margin-left:60px;
    overflow:hidden;
  }
  .design_name_words{
    float:left;
    font-size:9px;
    font-weight:bold;
    margin-top:9px;	
    width:110px;
    letter-spacing:-1px;
  }
  .collection_right h1{
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: -0.1px;
    margin-bottom: 17px;
    text-indent: 0px!important;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif!important;
	}	
  .collection_right h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight:bold;	
    padding-top:5px;
	}
  .popTtl{
    position: relative;
  }
  .panel01 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    width: 150px;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
    z-index: 10000000000000000000000;
  }
  .panel01::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
      border-bottom-width: 15px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panel {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1000;
    margin-left: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #eeeeee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    text-align: left !important;
    font-size: 10px;
    letter-spacing: 0.8;
  }
  .panel li{
    padding: 5px;
  }
  .panel::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 35px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
        border-bottom-width: 15px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    border-bottom: 15px solid #eeeeee;
  }
  .panelOn{
    display: block;
  }
  
  /*review*/
  .review{
    margin: 67px auto 0px auto;
    clear: both;
    overflow: hidden;
  }
  .review h3{
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .review p.reviewRead{
    font-size: 11px;
    text-align: center;
  }
  
  .semiorder {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 30px;
  }
  .semiorder h3{
    text-align:center;
    margin-bottom:48px;
    font-size:15px;
    font-weight:bold;
  }
  .desiSlider li div{
    font-size: 12px;
    margin: 5px 0;
    color: #666;
  }
  .bx-wrapper .bx-prev{
    left: -50px;
  }
  .bx-wrapper .bx-next{
    right: -50px;
  }
  .bx-wrapper .bx-controls-direction a{
    top: 40%;
  }
  
  .semiorderContents{
    border:1px solid #BFBFBF;
    padding: 20px 30px;
    margin: 50px auto 30px;
  }
  .semiorderLeft{
    float: left;
    width: 35%;
  }
  .semiorderLeft p{
    margin: 10px 0;
  }
  .semiorderRight{
    float: right;
    width: 63%;
    max-width: 630px;
  }
  
  /* cta */
  .entryCta{
    width: 100%;
    max-width: 920px;
    padding: 30px 50px 10px 250px;
    margin: 40px auto;
    background: url(../img/ring/ringcta_img.jpg) no-repeat left top #EFEFEF;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 15px;
  }
  .entryCtaText strong{
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .entryCtaReserve{
    float: left;
    max-width: 49%;
  }
  .entryCtaTel{
    float: right;
    max-width: 49%;
  }
  

  
  .ringBottomContents{
    width: 920px;
    margin: 20px auto;
  }
  .ringBottomContents h3.ringBottomTitle{
    text-align: center;
    margin-bottom: 40px;
  }
  .serviceMain{
    margin-bottom: 35px;
  }
  .serviceMainLeft{
    width: 50%;
    float: left;
  }
  .serviceMainRight{
    width: 48%;
    float: right;
  }
  .serviceMainRight h4{
    margin-bottom: 10px;
  }
  .serviceMainRight p{
    margin-bottom: 20px;
  }
  .ringBottomList{}
  .ringBottomList li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .ringBottomList li:last-child{
    margin-right: 0;
  }
  .ringBottomList li p{
    font-size: 12px;
    margin: 10px 0;
  }
  .ringBottomList li a{
    font-size: 12px;
    font-weight: bold;
  }
  .ringBottomContents{
    margin-bottom: 65px;
  }
  .ringBottomList li h5{
    margin-top: 10px;
    font-weight: bold;
  }
  
  /*ringRingList*/
  #ringRingList{}
  #ringRingList li{
    border: solid 1px #ddd;
    width: 24%;
    margin: 25px 0.5% 0.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 13px !important;
  }
  #ringRingList li h3,#ringRingList li span{
    margin-bottom: 10px;
  }
  
  /* collection */
  .collection{
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
  }
  .collection .collectionImg{
    width: 650px;
    float: left;
  }
  .collection .collectionInfo{
    width: 340px;
    float: right;
    padding-top: 160px;
  }
  .collection .collectionInfo .ringLabels{
    margin-left: 60px;
    clear: both;
  }
  .collection .collectionInfo .ringLabels span{
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  .collection .collectionInfo p.ringInfoLabel{
    width: 110px;
    font-size: 9px;
    float: left;
    font-weight: bold;
    margin-top: 9px;
    letter-spacing: -1px;
  }
  #rings .collection .collectionInfo h1,#rings .collection .collectionInfo .collectionRingText{
    float: left;
    padding: 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif !important;
    font-weight: bold;
    letter-spacing: -0.1px;
  }
  #rings .collection .collectionInfo h1{
    font-size: 1.4em;
    margin-bottom: 17px;
  }
  #rings .collection .collectionInfo .collectionRingText{
    font-size: 1.1em;
    padding-top: 8px;
  }
  .collectionInfo .ringAction{
    padding-top: 60px;
  }
  .collectionInfo .ringAction ul{
    display: table;
    width: 100%;
  }
  .collectionInfo .ringAction ul li{
    background: #C14040;
    display: table-cell;
    width: 200px;
    max-width: 100%;
    vertical-align: top;
  }
  .collectionInfo .ringAction ul li:nth-child(1){
    border-right: 6px solid #FFF;
  }
  .collectionInfo .ringAction ul li a{
    font-size: 12px;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    width: 160px;
    cursor: pointer;
  }
  .collectionInfo .popBox{
    background: #DDD;
    display: table;
    width: 100%;
    margin: 20px 0 10px;
    position: relative;
  }
  .collectionInfo .popTtl{
    display: table-cell;
    text-align: center;
    font-size: 10px;
    width: 150px;
    padding: 8px;
    cursor: pointer;
  }
  .popPrice{
    position: absolute;
    left: 0;
    bottom: 32px;
    background: #FFF;
    border: solid 1px #BBBBBB;
    padding: 10px;
    display: none;
  }
  .popPrice .close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .popPrice p{
    font-size: 9px !important;
    line-height: 1.5;
  }
  .popPrice h2{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 5px;
  }
  .popPrice h2 em{
    font-size: 10px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h2 span{
    font-size: 12px;
    font-weight: normal !important;
    padding-left: 5px;
  }
  .popPrice h3{
    font-size: 14px !important;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .popPrice table{
    font-size: 9px !important;
    padding: 5px;
    width: 100%;
  }
  .popPrice table th,.popPrice table td {
    padding: 5px;
    text-align: left !important;
  }
  
  .ringType{
    clear: both;
    margin-top: 20px;
  }
  .ringType ul{
    text-align: center;
  }
  .ringType li:nth-child(1){
    border-left:none;
  }
  .ringType li{
    display: inline-block;
    padding: 0px 20px;
    font-size: 9px;
    color: #666666;
    font-weight: bold;
    border-left: solid 1px #666666;
    cursor: pointer;
  }
  .ringType li a:hover{
    color: #E00000;
  }
  .ringImgs{
    margin-top: 50px;
  }
  .ringImgs li{
    width: 25%;
    float: left;
    cursor: pointer;
  }
  #ringRingList .ringImg{
    height: 210px;
    overflow: hidden;
  }
  .ringOtherMenu{
    width: 560px;
    margin: 50px auto 0px auto;
    overflow: hidden;
    clear: both;
  }
  .ringOtherMenu li{
    list-style: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 154px;
    height: 40px;
    float: left;
    margin: 0px 15px;
    transition: all 0.5s ease;
    background-color: #fff;
  }
  .ringOtherMenu li a{
    width: 154px;
    height: 40px;
    text-align: center;
    font-size: 11px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #000000;
    color: #000;
    line-height: 100%;
  }
  .ringOtherMenu li a:hover{
    background-color: #E00000;
    width: 154px;
    height: 40px;
    text-align: center;
    font-size: 11px;
    display: block;
    padding-top: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e00000;
    color: #FFF;
  }
  .ringSearch .ringSearchList li{
    border-right: 1px solid #999;
  }
  .ringSearch .ringSearchList li:last-child{
    border-right: none;
  }
  .ringSearch .ringSearchList li:hover a{
    color: #E6211A
  }
}