@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
    margin: 0;
    padding: 0;
    font-weight: 300;
}
body {
	font-size: 14px;
	line-height: 160%;
	font-family:'Prompt', Avenir, 'Noto Sans JP', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', メイリオ, Meiryo, sans-serif;
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
li {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
	margin: 0;
    border: 0;
}
#thisweek .pc {
	display: block;
}
#thisweek .mobile {
	display: none;
}
.left {
	float:left;
}
.center {
	margin:0 auto;
}
.top {
	margin-top:40px;
}
.space {
	margin-bottom: 40px;
}
.block {
	display: block;
}
.top_write {
	vertical-align: top;
}
.japanese {
	ime-mode: active;
}
.english {
	ime-mode: disabled;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom:1;
}

#container {
    width: 980px;
    margin: auto;
    padding: 0 0;
}
a:link{color:#000; text-decoration:none;}
a:visited{color:#000;text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
a:active{color:#000;text-decoration:underline;}

#myPageHeader {
	display: none;
}
#mobileHeader {
	display: none;
}
#header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #888888;
    padding: 3px 0;
    min-width:initial;
	top:0;
	margin:0;
}

#header .inner {
    zoom:1; width:980px;
	margin:0 auto;
}

#header .inner:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#header ul {
    float: right;
    overflow: hidden;
    height: 1%;
    font-size: 80%;
}

#header ul li:first-child {
    border-left: none;
}

#header ul li:last-child {
    border-right: none;
}

#header ul li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: solid 1px #151515;
    border-left: solid 1px #999;
}

#header ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    color: #FFF;
}

#header ul li a:visited, #header ul li a:hover {
    color: #FFF;
}
#sidebar {
    background-image: none;
    background-color: rgba(255,255,255,0.8);
    width: 170px;
    margin-left: 10px;
    top: 0px;
    float: left;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
#sidebar #side_menu {
    width: 170px;
    font-size: 85%;
    margin: 0 0 0px 0;
}

#sidebar #side_menu li {
    height: 25px;
    text-align: center;
}
#sidebar #side_menu li span {
	font-weight:400;
	padding-bottom:5px;
}
#sidebar #online_menu {
    clear: both;
    width: 170px;
    font-size: 100%;
    padding: 0px 0 30px 0;
}
#search {
    width: 128px;
    padding: 4px;
    margin: 10px 10px 0px;
    clear: both;
}
#search .inner {
    background: #FFF;
    height: 24px;
    border: solid 1px #ccc;
}

#search .inner input[type="text"] {
    width: 90px;
    height: 18px;
    margin: 2px 6px 2px 6px;
    border: none;
}

#search .inner input[type="image"] {
    padding: 4px 1px 0 2px;
}
.fL {
    float: left;
}
#category {
    width: 170px;
    margin: 10px 0;
}

#category h3 {
    display: none;
}

#category p {
    font-size: 80%;
    padding: 2px 5px;
    text-align: center;
}
#category li a.close {

}
#category li a {

    color: #333;
    font-size: 100%;
    text-decoration: none;
    display: block;
    padding: 2px 5px 2px 20px;
}
#category li a:hover{background: #eee; font-size:100%; text-decoration:none;}
#category li ul li a {
    margin: 0;
    padding: 2px 5px 2px 15px;
    background: none;
    color: #000000;
    font-size: 85%;
    /* border-bottom: 1px dotted #ccc; */
}
#category .acc {
    width: 100%;
    height: 100%;
    margin: 10px;
}
#category .acc li {
    margin: 5px 0;
    display: inline-block;
}
#category .acc li label {
    display: inline-block;
    margin: auto;
}
#category .acc li select{
    font-size: 10px;
}
#category .acc .button {
    margin: 5px 0;
    display: flex;
    justify-content: space-around;
}
#category .acc .button li button{
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}
.fxmn {
	display:none;
}

#main {
    width: 760px;
    margin:0 20px;
    float:right;
}
#main_center {
	width: 760px;
    margin:0 auto;
}
#main h1 {
	margin-top:40px;
    font-size: 138%;
    padding: 1.5rem 0 1.5rem 0;
    text-indent: 1em;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
}
#main .buttonarea {
    padding-top: 40px;
    text-align: center;
}

#main .tableBg {
    display: block;
    margin-bottom: 10px;
    background: #FFF;
}

#main table {
    margin: 20px 0 20px 0;
    padding: 10px;
    background: #FFFF;
    line-height: 160%;
}
#main th.title {
    width: 180px;
    text-align: left;
}
#main th.mypagetitle {
    width: 180px;
    text-align: left;
}
#main th {
    padding: 20px 10px;
    background: #fafafa repeat;
    vertical-align: top;
    font-weight: 500;
    color: #000000;
}

#main td {
    padding: 20px 10px 20px 10px;
    vertical-align: top;
    background: #FFF;
    font-weight: 300;
}
#main #breadcrumbs ,#main #breadcrumbs_detail {
    margin-bottom: 10px;
    font-size: 80%;
}

#main #breadcrumbs a, #main #breadcrumbs_detail a {
    color: #8A763F;
}
#main_center h1 {
    margin-top:40px;
    font-size: 138%;
    padding: 1.5rem 0 1.5rem 0;
    text-indent: 1em;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
}

#main_center .tableBg {
    display: block;
    margin-bottom: 10px;
    background: #FFF;
}
#main_center .buttonarea {
	margin: 10px;
    padding-top: 40px;
    text-align: center;
    margin:20px 0;
}

#main_center table {
    margin: 20px 0 20px 0;
    padding: 10px;
    background: #FFFF;
    line-height: 160%;
}
#main_center th.title {
    width: 180px;
    text-align: left;
}
#main_center th {
    padding: 20px 10px;
    background: #fafafa repeat;
    vertical-align: top;
    font-weight: 500;
    color: #000000;
}

#main_center td {
    padding: 20px 10px 20px 10px;
    vertical-align: top;
    background: #FFF;
    font-weight: 300;
}
#main_center #breadcrumbs {
    margin-bottom: 10px;
    font-size: 80%;
}

#main_center #breadcrumbs a {
    color: #8A763F;
}

#mypage {
    margin-bottom: 20px;
    padding: 5px;
    background: #F6F6F6;
    height:35px;
}

#mypage:after {
    display: block;
    clear: both;
    content: '';
}
#mypage ul li {
    display: inline-block;
    font-size: 88%;
    font-weight: 400;
    color: #000000;
}
#mypage ul li .mjb_edit {
	color: #EF607D;
}
#mypage ul li a {
    padding: 0 5px 3px 26px;
}
#mypage ul li a:hover {
	text-decoration:none;
	color:#EF607D;
}
#main .tableBg {
    display: block;
    margin-bottom: 10px;
    background: #FFF;
}
#main .tableBg select {
    padding: 5px;
    border: 1px solid #777777;
}

#main .tableBg tr {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

#main .tableBg input {
    padding: 3px;
}
#main .buttonarea .button {
    display: inline-block;
    margin: 0 10px;
}
#main_center .tableBg {
    display: block;
    margin-bottom: 10px;
    background: #FFF;
}
#main_center .tableBg select {
    padding: 5px;
    border: 1px solid #777777;
}

#main_center .tableBg tr {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

#main_center .tableBg input {
    padding: 3px;
}
.mobile-1, .mobile-2, .mobile-3 {
	display: none;
}
.login_font {
	font-size:20px;
}
.login_link {
	text-decoration: underline;
	font-weight: bold;
}
input.button {
    border: none;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 0px;
    /* for Safari and Chrome */
    -moz-border-radius: 0px;
    /* for Firefox */
    -o-border-radius: 0px;
    /* for opera */
    border-radius: 0px;
    0
}
td input {
    margin-bottom: 2px;
}
.enter_button {
	padding:40px 0;
}
#footer {
	width:100%;
	background-color:#000;
	padding:0;
	height:250px;
	bottom:0;
	clear: both;
}
#footer .inner {
	width: 95%;
    background: #000;
    clear: both;
    width:980px;
    margin:0 auto;
}
#footer .inner .footer_inner {
	width:980px;
}
#footer .inner .footer_inner img {
	float:right;
	color:#FFF;
	width: 82px;
	height: 63px;
}

#footer_menu {
    padding: 20px 30px;
    font-size: 85%;
    text-align: center;
    width : 100%;
    margin:0;
}

#footer_menu ul {
    padding-bottom: 10px;
    margin:0;
}

#footer_menu ul li {
    display: inline;
    padding: 2px 5px;
    border-right: 1px solid #000000;
}
#footer_menu ul li a {
    color: #FFF;
}

#footer .inner .in {
    margin: 0 auto;
    padding: 0px 10px 10px;
    color: #FFF;
    font-size: 85%;
}

#footer .inner .in p {
    padding-left: 20px;
}

#footer .inner .in:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#footer_permit {
	margin-left: 200px;
	display: block;
}
#footer_allow {
	margin-left: 0px;
	display: none;
}
#footer .in a {
    width: 82px;
    height: 63px;
    background: url(../img/mypage/footer_logo.jpg) no-repeat;
    text-indent: -9999px;
}
button.positive {
    background: #777777;
    border: 1px solid #777777;
    color: #FFFFFF;
}
button.medium {
    max-width: 230px;
    min-width: 200px;
    font-size: 14px;
}
button.button {
    border: none;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    0: ;
}
.agreement {
	height: 150px;
    width: 740px;
    overflow: scroll;
    border: 1px solid #ededed;
    font-size: 85%;
    padding: 10px;
    margin: 10px 0 30px 0;
    background-color: #ebebeb;
}
.agreement h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.agreement h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.agreement h4 {
    display: block;
    font-size: 85%;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.agreement h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.border-bottom h4 {
	font-weight: 400;
}
.border-bottom p {
	font-weight: 300;
}
.none{
    display: none;
}
.block {
	display: block;
}
#regemail-tab2 {
	width: 740px;
}
#regemail-tab4 .noticeText{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 18px auto;
}
.text-muted {
	margin: 0 auto;
}
#regemail-wz {
	margin-top: 20px;
}
#memberRes {
    color: #5A461F;
    border: solid #A66470 1px;
    background-color: #F3E2E7;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}
.error {
	padding: 5px;
    color: #f00;
    font-weight: 300;
    vertical-align: middle;
    line-height: 150%;
    margin: 20px;
    font-size: 80%;
}
.already {
	text-align:right;
	margin:10px 0 10px 0;
	padding-bottom:10px;
}
.alreadys {
	padding:5px 10px;
	border: 1px solid #000000;
}
.term_area {
	height: 150px;
    width: 740px;
    overflow: scroll;
    border: 1px solid #ededed;
    font-size: 85%;
    padding: 10px;
    margin: 10px 0 30px 0;
}
#main .term_area h1 {
	font-size: 138%;
    padding: 0 0 5px;
    margin-top: 40px;
    border: none;
    text-indent: 0;
}
.term_area h2 {
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.term_area h3 {
	display: block;
    font-size: 1.3em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.term_area h4 {
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 100%;
}
#main_img_area {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    top: 0px;
    text-align: center;
    width: 100%;
    left: 0px;
}
#main_img_area #main_img img {
    margin: 0 auto;
    object-fit: cover;
    object-position: 100% 55%;
}
#thisweek:hover{ background:#eee;}
#ec_news:hover{background:#eee;}
#ectop_brands #cartier:hover,#ectop_brands #tiffany:hover,#ectop_brands #bvlgari:hover,#ectop_brands #others:hover{ background:#eee;}
#ectop_stone #dia:hover,#ectop_stone #rub:hover,#ectop_stone #sap:hover,#ectop_stone #eme:hover{ background:#eee;}
#ectop_stone {
    margin: 30px 15px;
}
#ectop_brands {
    margin: 10px 15px;
}
#ectop_brands #cartier, #ectop_brands #tiffany, #ectop_brands #bvlgari, #ectop_brands #others {
    width: 170px;
    float: left;
    margin: 10px 6px;
    padding: 15px 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#ectop_brands #cartier ul, #ectop_brands #tiffany ul, #ectop_brands #bvlgari ul, #ectop_brands #others ul {
    text-align: center;
}
#ectop_brands #cartier li, #ectop_brands #tiffany li, #ectop_brands #bvlgari li, #ectop_brands #others li {
    display: inline;
    padding: 5px;
    font-size: 90%;
}
#ectop_stone #dia, #ectop_stone #rub, #ectop_stone #sap, #ectop_stone #eme {
    width: 170px;
    float: left;
    margin: 10px 6px;
    padding: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#ectop_stone #dia ul, #ectop_stone #rub ul, #ectop_stone #sap ul, #ectop_stone #eme ul {
    text-align: center;
    padding: 0;
}
#ectop_stone #dia li, #ectop_stone #rub li, #ectop_stone #sap li, #ectop_stone #eme li {
    padding: 2px 5px;
    font-size: 90%;
}
#ectop_stone h2 {
    font-size: 80%;
    font-weight: 300;
}
#ectop_stone #dia h3, #ectop_stone #rub h3, #ectop_stone #sap h3, #ectop_stone #eme h3 {
    float: left;
    padding-left: 5px;
}
#item_itemListImage .item_area {
    float: left;
    width: 163px;
    height: 230px;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}
#item_itemListImage .item_area .photo_area {
	text-align: center;
	width: 100%;
	height: 70%;
}
#item_itemListImage .item_area .photo_area img {
	width: 77%;
	height: 95%;
    border: 1px solid #CCCCCC;
    object-fit: contain;
    margin: 5px;
}
#item_itemListImage .item_area .text {
	width: 100%;
	height: 30%;
}
#item_itemListImage .item_area .text .textIn h3 {
    display: block;
    margin: 2px 20px 0 20px;
    font-size: .8em;
    line-height: 120%;
    color: #000000;
}
#item_itemListImage {
    margin: 20px 0;
}
#item_itemListImage .item_area .text .textIn p.price {
    font-size: .85em;
    margin: 2px 20px 0 15px;
    color: #FFF;
    text-align: right;
    white-space: nowrap;
    line-height: 120%;
}
#itemDetail .iconarea {
    float: left;
    width: 420px;
}
#itemDetail .photoArea {
    padding-bottom: 14px;
    background-color: url(../images/goods_bg_btm.jpg) center bottom no-repeat;
}
#itemDetail .photoAreaIn {
    width: 420px;
    height: 487px;
    border: solid 1px #ededed;
}
#itemDetail .photoAreaIn img.main {
    width: 345px;
    height: 400px;
    object-fit: contain;
}
#itemDetail .text {
    float: right;
    width: 320px;
}
#itemDetail .price {
    background-color: #EEEEEE;
    display: block;
    width: 315px;
    height: auto;
    margin: 0 10px 5px 0;
    padding: 10px 0 0 0;
    font-size: 100%;
    text-align: right;
}
#itemDetail .button {
    display: block;
    margin: 20px 10px 20px 0;
}
#itemDetail .explanation1 {
    display: block;
    margin: 5px 10px 0 5px;
    font-size: 90%;
}
#itemDetail .explanation3 {
    display: block;
    margin: -1px 10px 0 5px;
    font-size: 90%;
}
#itemDetail .explanation2 {
    display: block;
    margin: -1px 10px 0 5px;
    font-size: 90%;
}
#itemDetail table {
    width: 100%;
    margin: 0;
}
table#item_data0, table#item_data1, table#item_data2, table#item_data3 {
    width: 100%;
    border-collapse: collapse;
}
#item_data0 td, #item_data1 td, #item_data2 td, #item_data3 td {
    margin: 0;
    padding: 1px 2px;
    border: #ccc 1px solid;
    background: #fff;
    width: 50%;
}
#item_data0 th, #item_data1 th, #item_data2 th, #item_data3 th {
    background-color: #eee;
    font-weight: 300;
    margin: 0;
    padding: 1px 2px;
    border: #ccc 1px solid;
    vertical-align: middle;
    width: 50%;
}
#itemDetail td {
    padding: 5px 10px;
}
#recommendBox {
    background: #F9F9F9;
    padding: 10px;
}
#recommendBox h2 {
    display: block;
    width: 149px;
    height: 18px;
    padding-bottom: 10px;
    background: url(../images/recommend_title.gif) no-repeat;
    text-indent: -9999px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 740px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 690px;
    height: 180px;
    margin-left: 34px;
}
#itemListCategory {
    margin: 20px 10px;
    padding: 10px 15px;
    clear: both;
    /* border: #CCC 1px dotted; */
}
#itemListCategory ul {
    display: block;
    zoom: 1;
}
#itemListCategory li {
    display: block;
}
#itemListCategory li a {
    padding: 2px 5px;
    color: #333;
    font-size: 80%;
    text-decoration: none;
    text-indent: 15px;
    white-space: nowrap;
}
#itemDetail th {
    width: 100px;
    padding: 5px 10px;
    text-align: left;
}
#itemDetail .price .namae {
    display: block;
    margin: 5px 20px 5px 20px;
    /* font-weight: 400; */
    font-size: 90%;
}
#itemDetail .price .teika {
    display: block;
    margin: 5px 15px;
    font-weight: 400;
    font-size: 140%;
}
#itemDetail .price .teika_shousai {
    display: block;
    margin: 5px 20px;
    /* font-weight: 400; */
    font-size: 90%;
}
#itemDetail .explanation0 {
    display: block;
    margin: 5px 20px 5px auto;
    /* font-weight: 400; */
    font-size: 90%;
}
.jcarousel-skin-tango {
    margin: 0;
    padding: 0;
}
#recommendBox .box {
    float: left;
    width: 120px;
    /* height: 120px; */
    margin: 0 18px 0 0;
    /* background: #FFF; */
    overflow: hidden;
}
.ui-tabs-panel {
	text-align: center;
    margin: auto;
}
.ui-tabs-hide {
    display: none;
}
.wrap ul {
	margin: 0 20px;
    padding: 10px 0 0 0;
}
.wrap ul li {
    float: left;
    width: 59px;
    height: 68px;
    margin: 0 5px;
    border: solid 1px #ededed;
    overflow: hidden;
}
.wrap ul li img {
    width: 59px;
    height: 68px;
    object-fit: contain;
    margin: 0;
}
#about_aidect_jewel_2 p {
    font-size: 80%;
    padding: 10px;
}
.clear {
    clear: both;
}
.jcarousel-skin-tango ul li {
    width: 110px;
    font-size: 75%;
}
strong {
    font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -2px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-top: 10px solid transparent;
	border-right: 10px solid #AAAAAA;
	border-bottom: 10px solid transparent;

}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #AAAAAA;
}
#recommendBox .box a img:hover{border:1px solid #000;}
#itemListCategory li a:hover{ color:#930; text-decoration:underline;}
#list .rearrange {
    float: right;
    width: 200px;
    font-size: 75%;
    text-align: right;
}
#list .pageguide {
    float: left;
    width: 500px;
    font-size: 75%;
}
#list .rearrange select{
    font-family: none;
    font-size: 14px;
    line-height: 60%;
        box-sizing: border-box;
        text-transform: none;
}
#list .pagelink select{
font-family: none;
    font-size: 12px;
}
#list .pagelink {
    clear: both;
    font-size: 75%;
}
h2.head-04 {
    background: #ccc;
    padding: 5px;
    margin: 10px 0;
    font-size: 1.5em;
}
h3.head-06 {
	font-size: 1.17em;
}
#ext li {
    list-style: disc;
    margin: 5px 40px;
    font-size: 80%;
}
.blocks {
    float: left;
    margin: 10px 0 10px 40px;
}
#ext ul {
    padding-bottom: 10px;
}
#guide h4#credit {
    background: url(../img/mypage/kessai_card.png) 160px 0 no-repeat;
}
#guide h4#daibiki {
    background: url(../img/mypage/kessai_daibiki.png) 110px 0 no-repeat;
}
#guide h4#convini {
    background: url(../img/mypage/kessai_convini.png) 160px 0 no-repeat;
}
#guide p {
    margin: 20px 10px;
    font-size: 90%;
    line-height: 180%;
}
#guide h3 {
    background: #eee;
    border-left: 4px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 10px;
    font-size: 100%;
    color: #666;
}
#terms ol {
    margin: 20px;
    font-size: 95%;
}
#guide ol li {
    list-style-type: decimal;
}
#guide li, #privacy li {
    font-size: 95%;
    list-style: square;
    margin: 10px 0px 10px 30px;
    padding: 0;
}
#guide h4 {
    margin: 5px 10px;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    font-size: 95%;
    line-height: 160%;
}
#terms p {
    margin: 20px;
}
#registterms  p {
    margin: 20px;
    text-align: center;
}
#registterms a{
	font-weight: 500;
    text-decoration: underline;
}
ul#guide_menu {
    border: 1px solid #eee;
    padding: 10px;
    margin: 20px 10px;
}
#guide_menu p {
    font-size: 90%;
}
#guide_menu li {
    display: inline;
    text-decoration: none;
    font-size: 90%;
    padding: 10px 10px 10px 0;
    margin: 0;
    line-height: 150%;
}
#guide ul, #privacy ul {
    margin: 40px 10px;
}
#guide a {
    text-decoration: underline;
}
.backtotop {
    width: 980px;
    margin: 0 auto;
}
#backtotop {
    width: 980px;
    margin: 0 auto;
}
#backtotop a {
    text-align: center;
    float: right;
    padding: 5px 10px;
    margin: 10px 0;
    display: block;
    width: 120px;
    font-size: 90%;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#backtotop a:hover{ background:#eee;}
#ext #sitemap {
    zoom: 1;
    padding: 10px;
    /* border: solid 1px #E0E0E0; */
}
#ext #sitemap .siteL {
    float: left;
    width: 100%;
    padding-left: 10px;
    border-left: 1px solid #eee;
}
#ext #sitemap ul {
    padding-top: 10px;
}
#ext #sitemap ul li {
    margin: 0 0 0 5px;
    padding: 0 0 15px 16px;
    line-height: 130%;
    font-size: 12px;
    list-style: none;
}
#category li ul li a.select {
    margin: 0;
    padding: 2px 5px 2px 15px;
    background: #eee;
}
#tableLog{
	display: block;
    margin-bottom: 10px;
    background: #FFF;
    width: 60%;
}
#mobile_regist{
	display:none;
}
#itemDetail .price .rsp_teika_shousai{
	display:none;
}
#itemDetail .rsp_explanation0{
	display:none;
}
#itemDetail #rsp_button{
	display: none;
}
.acc .button button{
	-webkit-appearance: none
}

/*
タブレットサイズ
 */
@media screen and (max-width: 1024px) {
body {
	width: 100%;
	font-size: 150%;
}
p {
	width: 90%;
	margin: auto;
}
#container {
    width: 100%;
    margin: auto;
    padding: 0 0;
}
#sidebar {
  	display: none;
}
#main {
    width: 95%;
    margin:auto;
    float: none;
}
.row {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 20px 0 20px;
}
#main table {
	width: 100%;
    padding: 10px;
    background: #FFFF;
    line-height: 160%;
}
#main th.title {
	width: 40%;
}
#main th.q_title {
	display: block;
    font-size: 110%;
    padding: 11px;
	width: 100%;
}
#main .size table {
	width: 100%;
    margin: 0;
    padding: 10px;
    background: #FFFF;
    line-height: 160%;
}
#main .blocks table {
	width: 50%;
}
#main .size  td{
	width: 100%;
}
#main .size th{
	width: 100%;
	display: block;
}
#main .blocks th {
	width: 50%;
	display: table-cell;
}
#main .size  tbody{
	margin-right: 15px;
}
#main .size .blocks {
    float: none;
    margin: 10px;
}
#main .tableBg tr {
    border-top: none;
    border-bottom: none;
}
#main th {
	width: 100%;
    padding: 20px 10px;
    margin: 0 0 -20px 0;
    background: #fff repeat;
    vertical-align: top;
    font-weight: 500;
}
#main td {
	width: 100%;
    padding: 20px 10px;
    vertical-align: top;
    background: #FFF;
    font-weight: 300;
    display: block;
}
.blocks {
    float: none;
    margin: 10px 0 10px 40px;
}
#main h1 {
	width: 100%;
	margin-top:100px;
    font-size: 150%;
    text-indent: 1em;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    text-align: center;
}
#main .buttonarea input{
    transform: scale(1.5);
}
#main_img_area #main_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 80px;
  aspect-ratio: 16 / 6;
}
#main #breadcrumbs {
	width: 90%;
    font-size: 90%;
    margin-left: 20px;
}
#main #breadcrumbs_detail {
	width: 90%;
    font-size: 90%;
    margin-left: 20px;
    margin-top: 80px;
    margin-bottom: 10px;
}
form {
	width: 100%;
}
.ml-3, .mx-3 {
	margin-right: 1rem!important;
}
/*
商品一覧
*/
#item_itemListImage .item_area .photo_area {
	text-align: center;
	height: auto;
	width: auto;
	aspect-ratio: 1.06 / 1;
}
#item_itemListImage .item_area .text {
    width: 100%;
    height: 185px;
}
#item_itemListImage .item_area .text .textIn {
	width: 77%;
	margin: auto;
}
#item_itemListImage .item_area .text .textIn h3 {
	display: block;
    margin: 2px 0 5px 5px;
    font-size: .9em;
    line-height: 120%;
    color: #000000;
}
#item_itemListImage .item_area .text .textIn p.price {
	font-size: .85em;
    margin: 2px 20px 0 15px;
    color: #FFF;
    text-align: right;
    white-space: nowrap;
    line-height: 120%;
}
/*
商品詳細画面
*/
.itemName h1 {
	display: none;
}
.box div {
	width: 100%;
}
#itemDetail .iconarea {
    width: 95%;
    float: none;
    margin: 0 10px;
}
#itemDetail .photoArea {
	width: 100%;
    padding: 0 50px;
    background-color: transparent;
}
#itemDetail .photoAreaIn {
    width: 100%;
    height: 480px;
    border: solid 1px #ededed;
}
#itemDetail .wrap {
	width: 100%;
	height: 480px;
}
#itemDetail .photoAreaIn img.main {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
#itemDetail .text {
	float: none;
    width: 100%;
    padding: 0 50px;
}
#itemDetail .price {
    background-color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0 0 0;
    font-size: 100%;
    text-align: center;
}
#itemDetail #rsp_button {
    display: block;
    text-align: center;
}
#itemDetail th {
	width: 40%;
	min-width: 150px;
}
#itemDetail td {
	width: 100%;
}
#itemDetail .explanation1 {
	padding: 10px 0 0 0;
	margin: 0;
}
#itemDetail .explanation3 {
    margin: -1px 0 0 0;
}
#item_data3 br {
	display: block;
}
#itemDetail .explanation2 {
    margin: -1px 0 0 0;
    padding: 0 0 20px 0;
}
#itemDetail table {
	width: 80%;
	margin: auto;
}
#item_data3  #rsp_size{
	height: 117.8px;
}
#about_aidect_jewel_2 p {
    padding: 0 10px;
}
#itemListCategory {
    margin: 20px 0 0 0;
    text-align: center;
}
#try_on{
	display: none
}
#rsp_button{
	display: block;
}
/* header */
#header {
	display: none;
}
#myPageHeader {
	display: none;
}
img {
	margin: auto;
    border: 0;
}
#thisweek{
	padding-top: 50px;
}
#thisweek .pc {
	display: none;
}
#thisweek .mobile {
	display: block;
	font-size: 80%;
	line-height: 150%;
	margin-top: 20px;
}

/*
スマホ用ヘッダー
*/
#mobileHeader {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: #000;
    padding: 3px 0;
    min-width:initial;
	top:0;
	margin:0;
	font-size: 14px;
    line-height: 150%;
    display: block;
}

#mobileHeader .mobileInner {
	width: 95%;
    zoom:1;
	margin:0 auto;
}

#mobileHeader .mobileInner:after {
	width: 95%;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#mobileHeader ul {
	width: 100%;
    height: 85px;
    font-size: 80%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#mobileHeader ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
	font-family: 'Prompt', Avenir, 'Noto Sans JP', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', メイリオ, Meiryo, sans-serif;
}

#mobileHeader ul li a:visited, #mobileHeader ul li a:hover {
    color: #FFF;
}

#mobileHeader span img{
	height: 90px;
	margin: 0 0 -2px 0;
}

#mobileHeader img{
	height: 35px;
	margin: 5px;
}
/* ハンバーガーボタン */
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
}
.nav_toggle {
  display: block;
  position: relative;
  width: 30px;
  height: 40px;
  margin: 10px;
  background-color: #000;
}
.nav_toggle i {
  display: block;
  width: 80%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
  margin: 28px 0 0 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: 20px 0 0 0;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
  margin: -10px 0 0 0;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}
/* メニュー部分 */
#mobileHeader .menu {
  width: 80%;
  height: calc(100% - 91px);
  position: fixed;
  top: 0;
   /* メニューを外に出しておく */
  right: 150%;
  margin: 91px 10px 0 0;
  z-index: 1;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
  font-size: 18px;
}
#mobileHeader #menu-btn-check:checked ~ .menu {
  right: 23%; /*メニューを画面内へ動かす*/
}

#mobileHeader #sidebar {
	width: 400px;
	display: block;
	height: 100%;
	padding: 0 5px 0 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: rgba(255,255,255);
}

#mobileHeader #sidebar .image{
	display: none;
}

#mobileHeader #sidebar #side_menu {
    width: 100%;
    height: 50px;
    font-size: 150%;
}

#mobileHeader #sidebar #side_menu ul {
	width: 100%;
	height: 100px;
	display: block;
}

#mobileHeader #sidebar #side_menu li {
	height: 30px;
	margin: 15px 0 0 0;
}
#mobileHeader #sidebar #side_menu li span {
	height: 40px;
	padding-bottom: 0;
	font-weight:200;
	font-size: 110%;
	color: #000;
}

#mobileHeader #sidebar div a img {
	display: none;
}
#mobileHeader #sidebar #online_menu {
    clear: both;
    width: 100%;
    font-size: 100%;
    padding: 0px 0 30px 0;
    margin: 40px 0 0 0;
}
/* マイページ */
#myPageHeader {
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #888888;
    padding: 3px 0;
    min-width:initial;
	top:0;
	margin:0;
	font-size: 14px;
    line-height: 150%;
    display: block;
}

#myPageHeader .myPageInner {
    zoom:1;
	margin:0 auto;
}

#myPageHeader .myPageInner:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#myPageHeader ul {
    overflow: hidden;
    height: 1%;
    font-size: 80%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#myPageHeader ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#myPageHeader ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
	font-family: 'Prompt', Avenir, 'Noto Sans JP', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', メイリオ, Meiryo, sans-serif;
}

#myPageHeader ul li a:visited, #myPageHeader ul li a:hover {
    color: #FFF;
}

/*
*検索ボックス
*/
#mobileHeader #search {
    width: 80%;
    height: 30px;
    margin: 0 0 0 44px;
}
#mobileHeader #search .inner {
    height: 35px;
    box-sizing: content-box;
}

#mobileHeader #search .inner input[type="text"] {
    width: 100%;
    margin: 0;
    border: none;
    height: 35px;
}

#mobileHeader #search .inner input[type="image"] {
    padding: 2px 1px 1px 1px;
    margin: 5px 0 0 260px;
}
#mobileHeader input.button {
    width: 25px;
    height: 25px
}

/*
*絞り込み
*/
#mobileHeader #category {
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 50%;
}
#category .acc li {
    margin: 10px 0;
    display: list-item;
}
#mobileHeader #category p {
	width: 100%;
    font-size: 150%;
    margin: 30px 0 0 25px;
    text-align: left;
}
#mobileHeader #category ul {
	height: auto;
    font-size: 150%;
    margin: 0 0 0 30px;
}
#mobileHeader #category li a{
	height: 50px;
	width: 100%;
	color: #333;
    font-size: 150%;
    text-decoration: none;
    padding: 20px 5px 10px 0;
    margin: 0 0 0 40px;
}
#mobileHeader #category li a:hover {
	background: #eee;
	font-size:150%;
	text-decoration:none;
	width: 100%;
}
#mobileHeader #category ul li ul {
	display: block;
}
#mobileHeader #category li ul li a {
    margin: 0;
    padding: 15px 5px 10px 15px;
    background: none;
    color: #000;
    font-size: 150%;
    display: block;
}
#category .acc li label {
    font-size: 20px;
}
#category .acc li select {
    font-size: 20px;
}
#category .acc .button li button{
	font-size: 20px;
}
#mobileHeader #category ul .button {
    margin: 10px 0;
}
/*
footer
*/
.backtotop {
    width: 100%;
    padding: 3px 0;
}
#backtotop {
    width: 100%;
}
#backtotop a {
    width: 100%;
}
#footer {
	width:100%;
}
#footer .inner {
    width:100%;
}
#footer .inner .footer_inner {
	width:100%;
}
/*#footer_menu {
	margin: 0 30px 0 -40px;
}*/
#footer_menu ul li {
    display: list-item;
    padding: 2px 5px;
    border-right: 1px solid #000000;
}
#footer .inner .in {
    margin: 0 auto;
    padding: 0px 10px 10px;
    color: #FFF;
    font-size: 85%;
    display:flex;
    align-items: center;
    flex-flow: column;
}
#footer .inner .in p {
    text-align: center;
}
#footer_permit {
	margin-left:0px;
	display: none
}
#footer_allow {
	margin-top:20px;
	margin-right: 0;
	display: block
}
#rsp_footer{
	display:none;
}
#ext #sitemap .siteL a{
    font-size: 150%;
}
/*
login
*/
#tableLog{
	display: block;
    margin-bottom: 10px;
    background: #FFF;
    width: 100%;
    height: 300px;
}
#tableLog .row {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 20px 0 20px;
    height: 100%;
}
#tableLog .row table{
    width: 80%;
    height: 100%;
    margin: auto;
    table-layout: fixed;
}
#tableLog .row table th {
    width: 100%;
    white-space: unset;
    height: auto;
}
#tableLog .row table td {
    width: 100%;
    padding: 20px 10px;
    vertical-align: top;
    background: #FFF;
    font-weight: 300;
    display: block;
}
.failLogin .mb-5 {
	display: none;
}
 .deskInfo.mb-5 {
	display: none;
}
.mobile-1 {
	display: block;
}
.mobile-2, .mobile-3 {
	display: block;
	margin-top: 20px;
}
#regist{
	display:none;
}
#mobile_regist{
	display:block;
}
#main .tableBg input, #main .tableBg select, #main .tableBg textarea, #main .tableLog input{
    width: 100%;
}
#area_2_name, #mail_1 {
    width: 100%;
}
.txL{
	display:block;
}
}
/*
スマホサイズ
 */
@media screen and (max-width: 520px) {
	body{
	font-size: 120%;
	}
/*
商品詳細画面
 */
#itemDetail .price .teika_shousai{
	display:none;
}
#itemDetail .price .rsp_teika_shousai{
	display: block;
    margin: 5px 20px;
    font-size: 90%;
}
#itemDetail .explanation0{
	display:none;
}
#itemDetail .rsp_explanation0{
	display: block;
    margin: 5px 20px 5px auto;
    font-size: 90%;
}
#itemDetail .text{
	padding: 0 10px;
}
#itemDetail .photoarea{
	padding: 0;
}
#itemDetail table {
    width: 100%;
    margin: 0;
}
/*
メニュー画面
 */
#mobileHeader #sidebar {
	width: 240px;
	font-size: 80%;
}
#mobileHeader #sidebar {
	padding: 0;
}
#mobileHeader #search .inner input[type="image"] {
	margin: 0;
	display: block;
}
#mobileHeader #category ul {
	margin: 0 0 0 5px;
}
#category .acc li label, #category .acc li select, #category .acc .button li button{
    font-size: 13px;
}
#mobileHeader #search {
    width: 80%;
    height: 30px;
    margin: 0 0 0 30px;
}
#mobileHeader #search .inner input[type="text"] {
    width: 150px;
}
#mobileHeader #category li a {
    margin: 0 0 0 20px;
}
#mobileHeader #category p {
    margin: 30px 0 0 0;
}
#mobileHeader #search .inner, #mobileHeader #search .inner input[type="text"] {
    height: 30px;
}
#mobileHeader #search .inner input[type="image"] {
    padding: 2px 1px 1px 1px;
    margin: 3px 0 0 150px;
}
#ectop_brands #cartier li, #ectop_brands #tiffany li, #ectop_brands #bvlgari li, #ectop_brands #others li {
    display: block;
}
#main .blocks table {
    width: 100%;
}
#main .buttonarea .button {
    margin: 10px 10px;
}
}
