@charset "UTF-8";

/*---会員情報変更---*/


/*tbl003*/

.mod-tbl-03 .tbl003 {
    width: 100%;
    display: table;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 60px 0;
}

.mod-tbl-03 table > tbody {
    width: 100%;
    overflow: hidden;
}

.mod-tbl-03 table > tbody > tr > th,
.mod-tbl-03 table > tbody > tr > td {
    vertical-align: middle;
    padding: 16px 24px;
    border: 1px solid #ffffff;
}

.mod-tbl-03 table > tbody > tr > td > span.floatSecond {
    vertical-align: middle;
    float:left;
    margin-right: 20px;
}

.mod-tbl-03 table > tbody > tr > td > span.floatFirst {
    vertical-align: middle;
    float:left;
}

.mod-tbl-03 table > tbody > tr > td img{
    vertical-align: middle;
}
.mod-tbl-03 table > tbody > tr > th.tbl_L,
.mod-tbl-03 table > tbody > tr > th.tbl_R {
    display: none;
}

.mod-tbl-03 table > tbody > tr > th > *:last-child,
.mod-tbl-03 table > tbody > tr > td > *:last-child {
    margin-bottom: 0;
}

.mod-tbl-03 table > tbody > tr > th {
    width: 180px;
    background-color: #efefef;
    vertical-align: top;
}
.mod-tbl-03.input table > tbody > tr > th{
    width: auto;
}

.mod-tbl-03 table > tbody > tr > th.line_L{
    width: 280px;
    vertical-align: middle;
}


.mod-tbl-03 table > tbody > tr > th
.mod-tbl-03 table > tbody > tr > td {
    font-weight: normal;
    background-color: #f9f9f9;
}

.mod-tbl-03 .tbl003 > tbody input[type="text"],
.mod-tbl-03 .tbl003 > tbody input[type="number"],
.mod-tbl-03 .tbl003 > tbody input[type="tel"],
.mod-tbl-03 .tbl003 > tbody input[type="email"],
.mod-tbl-03 .tbl003 > tbody input[type="password"] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0 10px;
}


/*--パスワードリマインダの入力欄（task:101309[2]）(再修正:2/14)*/
#EC_pass .tbl003 > tbody input.name1{
	background-color: #fff;
  display: block;
  width: 100%;
  height: 38px;
  margin: 8px 0;
  padding: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
}

.mod-tbl-03 .tbl003 > tbody input.name1,
.mod-tbl-03 .tbl003 > tbody input.name2 {
    width: 224px;
    display: inline-block;
    margin: 0 16px 0 30px;
}

.mod-tbl-03 .tbl003 > tbody input.name2 {
    margin-right: 0;
}

.mod-tbl-03 .tbl003 > tbody input.kana1,
.mod-tbl-03 .tbl003 > tbody input.kana2 {
    width: 222px;
    display: inline-block;
    margin: 0 16px;
}

.mod-tbl-03 .tbl003 > tbody input.kana2 {
    margin-right: 0;
}
.mod-tbl-03 .tbl003 > tbody select {
    border: 1px solid #cccccc;
    color: #333333;
    background-color: #ffffff;
    z-index: 2;
    min-width: 100px;
    height: 36px;
    padding: 0 0 0 8px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mod-tbl-03 .tbl003 > tbody input.year,
.mod-tbl-03 .tbl003 > tbody input.month,
.mod-tbl-03 .tbl003 > tbody input.day {
    display: inline-block;
    width: 100px;
    margin: 0 16px;
}

.mod-tbl-03 .tbl003 > tbody input.zip01,
.mod-tbl-03 .tbl003 > tbody input.zip02 {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 0 16px;
}

.mod-tbl-03 .tbl003 > tbody input.zip01 {
    margin-left: 0;
}

.mod-tbl-03 .tbl003 > tbody input.zip02 {
    margin-right: 0;
}

.mod-tbl-03 .tbl003 > tbody input.tel2 {
    display: inline-block;
    width: 100px;
    margin: 0 16px;
}

.mod-tbl-03 .tbl003 > tbody input.tel2:first-child {
    margin-left: 0;
}

.mod-tbl-03 .tbl003 > tbody input.tel2:last-child {
    margin-right: 0;
}

.mod-tbl-03 .tbl003 > tbody .listInline {
    list-style: none;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li {
    margin: 0 0 16px 0;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > input {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > label,
.mod-tbl-03 .tbl003 > tbody td.line_T input {
    position: relative;
    padding: 0 0 0 32px;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > label:before,
.mod-tbl-03 .tbl003 > tbody .listInline > li > label:after {
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
}

.mod-tbl-03 .tbl003 > tbody td.line_T input:before,
.mod-tbl-03 .tbl003 > tbody td.line_T input:after {
    position: absolute;

    top: 0;
    left: -1px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > label:before,
.mod-tbl-03 .tbl003 > tbody td.line_T input:before {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -470px;
    width: 16px;
    height: 16px;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > label:after,
.mod-tbl-03 .tbl003 > tbody td.line_T input:after {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -404px;
    width: 16px;
    height: 16px;
    transition: .3s;
    opacity: 0;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > input:focus+label,
.mod-tbl-03 .tbl003 > tbody td.line_T label:focus {
    opacity: .6;
}

.mod-tbl-03 .tbl003 > tbody .listInline > li > input:checked+label:after,
.mod-tbl-03 .tbl003 > tbody td.line_T label input:checked:after {
    opacity: 1;
}

.mod-tbl-03 .tbl003 .line_T input {
    margin: 0 8px 0 6px;
}


/*tbl005*/

.mod-tbl-03 .tbl005 {
    margin: 20px 0;
    width: 100%;
}

.mod-tbl-03 .tbl005 tr {
    float: left;
    width: 33%;
}

.mod-tbl-03 .tbl005 td {
    background: #fff;
    border: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.mod-tbl-03 .tbl005 td.line_L+td,
.mod-tbl-03 .tbl005 td.cnt label {
    display: none;
}

.mod-tbl-03 .tbl005 td.cnt {
    float: left;
    text-align: center;
}

.mod-tbl-03 .tbl005 td.cnt label {
    position: absolute;
    left: -99999px;
}

.mod-tbl-03 .tbl005 td.cnt input {
    position: relative;
    padding: 0 0 0 32px;
    vertical-align: middle;
}

.mod-tbl-03 .tbl005 td.cnt input:before,
.mod-tbl-03 .tbl005 td.cnt input:after {
    display: block;
    position: absolute;
    top: -2px;
    left: -1px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
}

.mod-tbl-03 .tbl005 td.cnt input:before {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -140px;
    width: 16px;
    height: 16px;
}

.mod-tbl-03 .tbl005 td.cnt input:after {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -272px;
    width: 16px;
    height: 16px;
    transition: .3s;
    opacity: 0;
}

.mod-tbl-03 .tbl005 td.cnt input:focus {
    opacity: .6;
}

.mod-tbl-03 .tbl005 td.cnt input:checked:after {
    opacity: 1;
}



/*---メルマガ購読変更---*/

.mod-checkList-02[data-col="4"] .tbl005 {
    margin: 20px 0;
    width: 100%;
}

.mod-checkList-02[data-col="4"] .tbl005 tr {
    float: left;
    width: 25%;
}

.mod-checkList-02[data-col="4"] .tbl005 tr:first-child {
    display: none;
}

.mod-checkList-02[data-col="4"] .tbl005 td {
    background: #fff;
    border: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.mod-checkList-02[data-col="4"] .tbl005 td.line_L+td,
.mod-checkList-02[data-col="4"] .tbl005 td.cnt label {
    display: none;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt {
    float: left;
    text-align: center;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt label {
    position: absolute;
    left: -99999px;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input {
    position: relative;
    padding: 0 0 0 32px;
    vertical-align: middle;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:before,
.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:after {
    display: block;
    position: absolute;
    top: -2px;
    left: -1px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:before {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -140px;
    width: 16px;
    height: 16px;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:after {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -998px -272px;
    width: 16px;
    height: 16px;
    transition: .3s;
    opacity: 0;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:focus {
    opacity: .6;
}

.mod-checkList-02[data-col="4"] .tbl005 td.cnt input:checked:after {
    opacity: 1;
}


/*---配送先---*/

.comp-addressList > .list > li > .inner > .utility a{
    float: right;
}

/*---クレジットカード---*/

.comp-cardList .tbl006{
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
.comp-cardList h5,
.comp-cardList .tbl006 th{
    display: none;
}
.comp-cardList .tbl006 tr{
    border-top: 1px solid #ccc;
}
.comp-cardList .tbl006 td{
    padding: 10px;
    vertical-align: middle;
}
.comp-cardList .tbl006 td.linr_L{
    text-align: center;
}
.comp-cardList .tbl006 td img{
    vertical-align: middle;
}

/*商品詳細カラーアイコン*/

.mod-colorSelect > .inner > .list > li > label > span > a >img {
  display: block;
  width: 100%;
}

/*お気に入りポップアップ*/

#dialog {
    border: 3px solid #fffd62;
    border-radius: 6px;
    width: 500px;
    padding: 0;
}

#dialog-title,
#dialog-header,
#dialog-close {
    display: none;
}

body #dialog-content.success{
    border: 0;
    background: #000;
    color: #fff;
    height: auto;
    line-height: 200px;
    opacity: .6;
    padding: 0;
    text-align: center;
}
body #dialog-inner{
    height: 200px;
    overflow: initial;
    font-size: 24px;
}
#dialog-mask {
    width: 100%;
    min-width: 1200px;
    opacity: .7;
}

/*Yahoo # brqtask84908[5]　*/

.region-main .relate.align-right{
    width: 100%;
    text-align: right;
    transition: .3s;
    padding-right: 15%;
}
.region-main .relate.align-right input{
    background: #888;
    border: 1px solid #888;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    height: 50px;
    margin-bottom: 10px;
    transition: .3s;
    width: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.region-main p.relate.align-right:hover,
.region-main .relate.align-right input:hover{
    opacity: .7;
}

/*pointer-events*/

.mod-pager > .inner > .list > li.of-current > a{
    pointer-events: none;
}

/*配送先変更（マイページ）*/

#address_input .mod-tbl-03 > table > tbody > tr > td > a{
	display: none;
}

/*(100個まで選択可）を非表示*/

.mod-tbl-03 .input_block .input_info {
	display: none;
}

#mainForm .input_block .input_info {
	display: none;
}


/*/cart/addressoptchk 利用可能ポイントの非表示対応*/

.option table.tbl001 td:nth-child(3) {
    display: none;
}

/*/cart/addressoptchk クーポンダイアログの非表示対応*/
.option a[href^="javascript:showCouponSelectDialog()"] {
    display: none;
}


/**************************************
#100094 ヘッダー内のキャッチ文言の修正
****************************************/
header .site-catch{
    width: 225px;
}

/*/TPPシンプルヘッダーに対応させた記述*/
header .site-catch2 {
  left: 178px;
}

header .site-catch2 {
  font-size: 14px;
  font-size: 1.4rem;
  top: 31px;
  left: 400px;
  line-height: 1.8;
  letter-spacing: .02em;
  position: absolute;
  margin: 0 0 20px 0s;
}

/**************************************
#101308 メルマガ解除ページの文字数制限文言修正
***************************************/
#EmailNewsRelease > div > table > tbody > tr > th > span{
    display: none;
}


#EmailNewsRelease > div > table > tbody > tr > th {
  background-color: #efefef;
  width: 280px;
}


/**************************************
#99698 合計金額、エラーMSG、カートボタンの修正
****************************************/

.comp-itemSelect > .bto_simulate > #EC_sumCountArea {
  	border-top: 1px solid #cccccc;
	clear: left;
	padding-top:10px;
}

.comp-itemSelect > .bto_simulate > #EC_sumPriceArea {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0 50px 8px 0;
    text-align: right;
}

.comp-itemSelect > .bto_simulate > #EC_sumPriceArea > .bto_sumTotal {
    /* font-size: 30px; */
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 50px 0px 50px;
}

.comp-itemSelect > .bto_simulate > #EC_sumPriceArea > em {
    font-size: 30px;
    font-size: 3rem;
    border-bottom: 3px solid #cccccc;
}

#EC_simCartInError {
    color: #ff0000;
    font-weight: bold;
}

.comp-itemSelect > .bto_simulate > #EC_simCartIn {
	display: block;
	width:300px;
	margin: 30px auto 0 auto;
}

.comp-itemSelect > .bto_simulate > #EC_simCartIn span.EC_cart_btn.EC_cart_btn_deal {
    font-size: 1.9rem;
    min-width: 300px;
}

.comp-itemSelect > .bto_simulate > #EC_simCartIn > p {
	text-align: center;
}

span.EC_cart_btn.EC_cart_btn_deal {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: #fffd62;
    display: inline-block;
    min-width: 148px;
    padding: 9px 2px;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*#100286 カートボタンのちらつき制御*/
#cartBox img[src*="/layout/SWS/common/image/btn_buy_off.gif"] {
    display:none;
}
#cartBox img[src*="/layout/SWS/common/image/btn_nobuy_off.gif"] {
    display:none;
}

/**************************************
#99698 お気に入りブランドボタン
***************************************/
/*.mod-addFavBtn-02 > span   copy */
.btn > .cstPropBtn > span {
    padding: 0 0 0 28px;
    position: relative;
}

.btn > .cstPropBtn > span::before {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -636px -808px;
    width: 19px;
    height: 17px;
}

.btn > .cstPropBtn > span::after {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -774px -808px;
    width: 19px;
    height: 17px;
    opacity: 0;
    transition: .3s;
}

.btn > .cstPropBtn > span::before, .btn > .cstPropBtn > span::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* after registered */
.btn > .registered > span::before {
    background-image: url(/layout/SWS/image/sprite.png);
    background-position: -774px -808px;
    width: 19px;
    height: 17px;
}

/*クーポンエリアの非表示
.couponhasarea {
    display:none;
}
*/


/**************************************
#103410 brand名非表示
***************************************/
#sns_coordinate > a{
display:none
}

/**************************************
EFO postNo search 郵便番号サジェスト整形
***************************************/
/*#103565 サジェスト非表示*/

div.efo-post-dlg {
display:none !important
}

.efo-post-dlg .efo-post-header {
    background-color: #456789;
    cursor: move;
    padding: 0 5px;
}
.efo-post-dlg .efo-post-list {
    border-top: 2px solid #123456;
    max-height: 200px;
    min-height: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.efo-post-dlg {
    background-color: #123456;
    border: 2px solid #123456;
    box-shadow: 5px 5px 10px #ababab; */
    color: #d31414;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    width: 280px;
     z-index: 500;
}

.efo-post-dlg .efo-post-list li {
    cursor: pointer;
    padding: 0 5px;
    white-space: nowrap;
}


.efo-post-dlg .efo-post-dlg-ad {
    padding-left: 5px;
}

.efo-post-dlg .efo-post-caption {
    font-weight: bold;
}
.efo-post-dlg .efo-post-dlg-no span {
    color: #ff7;
    font-weight: bold;
}
ul.efo-post-list {
font-size: 80%;
}

/**************************************
住所入力時の「住所検索」ボタンを非表示
***************************************/
/*#104278 ゲスト購入（カート）*/

#ecTable01 tr.row_postnoKeys td a:not(.popUpAddress) {
 display: none;
}

/*#104278 配送先指定→task:105279 配送先指定ではボタン表示させるため、コメントアウト

.s_v_newaddr_show.s_v_nonewaddr_hide table#ecTable01 td a:not(.popUpAddress) {
 display: none;
}
*/

/*104277 基本情報変更入力（マイページ）*/
.mod-tbl-03 .tbl003 > tbody th em {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 2px 6px;
  color: #ffffff;
  background-color: #ff343c;
}

/*104277 基本情報変更入力（マイページ）*/
.efo-navi{
position:fixed;
background:#ce4b45;
border-radius:6px;
color:#fff;
cursor:move;
padding:1em;
z-index:100;
}


.name1.keyup.efo-req-count.efo-must.must{
    background-color: #ffeeee;
}
.name2.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}

/*104277 基本情報変更入力（マイページ）*/
/*EFO balloon*/
.efo-must {
    background-color: #ffeeee;
}
.efo-error {
    background-color: #ff6666;
}
.efo-navi {
    cursor: move;
    position: absolute;
    background-color: #123456;
    color: #ffffff;
    opacity: 0.7;
    padding: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 100;
}
.efo-navi .count span {
    color: #ffff00;
    font-weight: bold;
    margin: 0 0.5em;
}
.efo-balloon {
    cursor: move;
    position: absolute;
    display: none;
    z-index: 100;
}
.efo-balloon > div {
    position: relative;
    color: #ffffff;
    opacity: 0.7;
    padding: 2px 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.efo-balloon > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 5px 0 0;
}
.efo-balloon > div.efo-balloon-info {
    background-color: #66aaff;
}
.efo-balloon > div.efo-balloon-info:before {
    border-top-color: #66aaff;
}
.efo-balloon > div.efo-balloon-error {
    background-color: #ff3333;
}
.efo-balloon > div.efo-balloon-error:before {
    border-top-color: #ff3333;
}
/* EFO baloon <<< */
.kana1.keyup.efo-req-count.efo-must.must{
    background-color: #ffeeee;
}
.kana2.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.zip01.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.zip02.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.address02.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.address02.keyup.must{
    background-color: #ffeeee;
}
.tel2.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.mail.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.pass.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}
.pass.nopaste.keyup.must.efo-must.efo-req-count{
    background-color: #ffeeee;
}

/*--task:100089*/
/*--/CstBaseRegInputChk*/
#confirm_reg_wap li {
       background: #fff;
    border: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    float: left;
    width: 33%;
}


#confirm_reg_wap li span {
    font-size: 1.4rem;
    font-weight: normal;
}
.mag-receive {
    margin-top: 60px;
}


#confirm_reg_wap ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}


div#confirm_reg_wap {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.reg-tbl-03 .tbl005 td {
    font-size: 1.4rem;
    font-weight: normal;
}

/*--/CstBaseModInputChk*/

#confirm_mod_wap li {
       background: #fff;
    border: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    float: left;
    width: 33%;
}

#confirm_mod_wap li span {
    font-size: 1.4rem;
    font-weight: normal;
}

#confirm_mod_wap ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}


div#confirm_mod_wap {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.mod-tbl-03 .tbl005 td {
    font-size: 1.4rem;
    font-weight: normal;
}

/*--/task:100089*/

#ecTable01 tr.row_seibetu td.noneborder select#seibetu,
#ecTable01 tr.row_seibetu td.noneborder span {
　display:none;
}

/*--/task:104277*/

.tbl003 > tbody th em {
    margin: 0 0 0 8px;
}

.mod-tbl-03 .tbl005 td.line_L {
	cursor: pointer;
}


/*task:105197 noimageの縦幅調節（RANKING@TOP）*/
.mod-lyt[data-col^="5"] .mod-productPnl > .inner > .link > .img > img[src^="/layout/template/common/image/noimage.gif"] {
	height: 192px;
}

/*task:105197 noimageの縦幅調節（NEW ARRIVAL@TOP）*/
.mod-lyt[data-col^="4"] .mod-productPnl > .inner > .link > .img > img[src^="/layout/template/common/image/noimage.gif"] {
	height: 250px;
}

/*task:105197 noimageの縦幅調節（COORDINATE@TOP）*/
.mod-lyt.of-type-02[data-col^="3"] .mod-productPnl > .inner > .link > .img > img[src^="/layout/template/common/image/noimage.gif"] {
	height: 345px;
	width: 300px;
}

/*task:105197 noimageの縦幅調節（RECCOMEND@TOP）*/
.mod-lyt.of-type-02[data-col^="5"] .mod-productPnl > .inner > .link > .img > img[src^="/layout/template/common/image/noimage.gif"] {
	height: 158px;
	width: 135px;
}


/*task:104965 リンク文字下線非表示*/
#autologin > a{
    text-decoration: none;
}

/*task:105880 ゲストカートの規約表示*/
#baroque-guest-cart #AgreementBox>.txtbox {
    display: none;
}

/*task:108721 会員登録時、生年月日のefo-errorを赤くする*/

#year_select.efo-error {
	    background-color: #ffeeee;
}

#month_select.efo-error{
	    background-color: #ffeeee;
}

#date_select.efo-error {
		  background-color: #ffeeee;
}

#phoneNo01.efo-error {
	    background-color: #ffeeee;
}

#phoneNo02.efo-error {
	    background-color: #ffeeee;
}

#phoneNo03.efo-error {
	    background-color: #ffeeee;
}

#mlAddress.efo-error {
	    background-color: #ffeeee;
}

#mlAddress_confirm.efo-error {
	    background-color: #ffeeee;
}


/*-/cart/g_base 規約-*/
#baroque-guest-cart div#AgreementBox {
    background-image: url(/common/images/mod/mod-box-02.png);
    background-repeat: repeat;
    font-size: 1.4rem;
    margin: 0 0 24px 0;
    padding: 18px 21px;
    line-height: 1.9;
}

/*レコメンドエリアにて、カテゴリ名を見えなくする*/
div[id^="recommender"] .mod-productPnl .name { 
    display: none;
}

/* サンプルの実施名を表示させない */
.sampleArea .tbl005 tr.sampleNm {
    display: none;
}

/**************************************
for quit form inspection
***************************************/
[disabled].mod-btn, [disabled].mod-btn-02, .comp-contactLoginBox > .inner > .content > .inner > .btn > a[disabled], [disabled].mod-btn-03, [disabled].mod-btn-06, [disabled].mod-btn-07, [disabled].mod-buyBtn {
    pointer-events: none;
}

