/* ==========================================================================
   HTML TAG
   ========================================================================== */

div,p,span,ul,li,a,h1,h2,h3,h4,h5,h6,section,article,header,footer,nav {
#    color: #d0102c;
#    border-color: #d0102c;
    color: #666;
    border-color: #666;
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: bold !important;
}
body {
	min-width: 320px;
}
ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"],input[type="number"],input[type="password"],input[type="email"],input[type="button"],input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
input[type="radio"],input[type="checkbox"],textarea {
	border: 1px solid #4c4c4c;
}
input[type="text"],input[type="number"],input[type="password"],input[type="email"],select,option,textarea {
	color: #333333;
}
input[type="text"],input[type="number"],input[type="password"],input[type="email"] {
	margin:0;
	padding:0;
	text-indent: 5px;

}
button {
	padding: 0;
	border: none;
	-moz-appearance:none;
    -webkit-appearance:none;
}
span {
	word-break:break-all;
}
/* ==========================================================================
   Layout
   ========================================================================== */

.l-block {
    margin: 10px;
	position: relative;
}
.l-block-nav {
    margin: 10px 10px 0px 10px;
	position: relative;
}
.l-block-hd {
    margin: 0px 0px 10px 0px;
	position: relative;
}
.row {
	display: table-row;
	position: relative;
}
.col-full {
	display: table-cell;
	vertical-align: middle;
    width: 100%;
}
.col-half {
	display: table-cell;
	vertical-align: middle;
    width: 50%;
}
.col-half:nth-child(2n) {

}
.col-third {
	display: table-cell;
	vertical-align: middle;
    width: 33.3333%;
}
.col-two-thirds {
	display: table-cell;
	vertical-align: middle;
	width: 66.6666%;
}
.col-quarter {
	display: table-cell;
	vertical-align: middle;
    width: 25%;
}
.col-third-quarters {
	display: table-cell;
	vertical-align: middle;
    width: 75%;
}
.col-half--padding {
	padding-left: 0;
	padding-right: 0.8%;
	padding-bottom: 1%;
}
.col-half--padding:nth-child(2n) {
	padding-left: 0.8%;
	padding-right: 0;
}
.col-half--border {
	padding-left: 0;
	padding-right: 2%;
	padding-bottom: 4%;
#    background: url(/img2/sp/border_vertical_red.png) no-repeat right bottom, url(/img2/sp/border_horizontal_red.png) no-repeat right bottom;
	background: url(/img2/sp/border_vertical_gray.png) no-repeat right bottom, url(/img2/sp/border_horizontal_gray.png) no-repeat right bottom;
    background-size: auto , auto;
}
.col-half--border:nth-child(2n) {
	padding-left: 2%;
	padding-right: 0;
#    background: none, url(/img2/sp/border_horizontal_red.png) no-repeat left bottom;
	background: none, url(/img2/sp/border_horizontal_gray.png) no-repeat left bottom;
    background-size: auto , auto;
}
.row--border:nth-last-child(1) .col-half--border {
#    background: url(/img2/sp/border_vertical_red.png) no-repeat right bottom, none;
	background: url(/img2/sp/border_vertical_gray.png) no-repeat right bottom, none;
    background-size: auto , auto;
}
.row--border:nth-last-child(1) .col-half--border:nth-child(2n) {
    background: none;
}


/* ==========================================================================
   Common Parts
   ========================================================================== */

.s-arrowRight ,
.s-arrowTop,
.s-arrowBottom,
.s-arrowRight--thin,
.s-arrowLeft {
	position: relative;
}
.s-arrowRight:after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:3px solid;
	border-right:3px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
.s-arrowTop:after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:3px solid;
	border-right:3px solid;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
.s-arrowBottom:after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:3px solid;
	border-right:3px solid;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
.s-arrowLeft:before{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-bottom:3px solid;
	border-left:3px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:10px;
	top:50%;
	margin-top:-4px;
}
.s-arrowRight--thin:after {
	border-top:2px solid;
	border-right:2px solid;
}


.is-condition {
	background:#D0102C;
	width:10px;
	height:2px;
	position:absolute;
	top: 50%;
	right: 8px;
}
.is-condition-open:before {
	background:#D0102C;
	content:"";
	width:2px;
	height:10px;
	position:absolute;
	top:-4px;
	left:4px;
}
.is-condition-close {
}
.s-title {
	/*
    height: 40px;
    line-height: 40px;
	*/
	padding:5px 0px;
}
.s-productName {
	display: block;
	letter-spacing: 0px;
}
.s-productColor {
	display: block;
}
.s-productColor:before {
	content: "color: ";
}
.s-productPrice {
	display: block;
	font-weight: bold;
}
.s-productPrice:before {
	content: "\00A5";
	font-size: 10px;
	margin-right: 0px;
	font-weight: normal;
}
.s-productPrice:after {
	content: "(+税)";
	font-size: 10px;
	margin-left: 0px;
	font-weight: normal;
}
.s-productPrice-zeinashi {
	display: block;
	font-weight: bold;
}
.s-productPrice-zeinashi:before {
	content: "\00A5";
	font-size: 10px;
	margin-right: 0px;
	font-weight: normal;
}
.s-productPrice--large:before {
	font-size: 14px;
}
.s-productPrice--large:after {
	font-size: 12px;
}

.btn-pagetop {
    padding-right: 19px;
    background: url(/img2/sp/icon_circlearrow.png ) no-repeat right center;
    background-size: 12px;
}
.s-attention {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 5px;
}
.s-attention:before {
	content: "※";
	display: inline;
	color: #333333;
}
.s-attention:nth-last-child(1) {
	margin-bottom: 0px !important;
}
.s-attention-lightgray {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 5px;
}
.s-attention-lightgray:before {
	content: "※";
	display: inline;
	color: #999999;
}
.s-attention-lightgray:nth-last-child(1) {
	margin-bottom: 0px !important;
}
.s-attention-red {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 5px;
}
.s-attention-red:before {
	content: "※";
	display: inline;
	color: #d0102c;
	font-size: 9px;
}
.s-attention-red:nth-last-child(1) {
	margin-bottom: 0px !important;
}
.s-attention-check {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 5px;
}
.s-attention-check:before {
	height: 15px;
	width: 20px;
	content: "";
	display: inline-block;
	background: url(/img2/sp/icon_check.png) no-repeat left center;
	background-size: 15px 15px;
	vertical-align: top;
}
.s-attention-check:nth-last-child(1) {
	margin-bottom: 0px !important;
}
.s-searchcolor {
	height:25px;
	/*width:16.6%;*/
	width: 10%;
	padding: 5px 3.3% 5px 3.3%;
	background-color:#f5f5f5;
	position: relative;
	display: table;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.s-searchcolor img {
	/*position: absolute;*/
	z-index:1;
	border: 1px solid #f5f5f5;
}
.s-searchcolor input {
	position: absolute;
	z-index:0;
	left: -9999px;
}
.is-searchcolor-active {
	background-color: #FDF6F7;
}
.is-searchcolor-active > img {
	border-color: #ff0000;
}
.s-icon {
	display: inline-block;
	padding: 1px 2px;
	margin-right: 3px;
	font-size: 8px;
}
.l-icon {
	display: inline-block;
	padding: 1px 2px;
	margin-right: 3px;
	font-size: 16px;
}
.s-modal {
    background: rgba(0,0,0,0.5) no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.mod-modal__close {
	z-index: 10000;
}
.s-modal-payment-init {
	visibility: hidden;
    background: rgba(0,0,0,0.5) no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	overflow: scroll;
}
.s-modal-dosuu-select {
    background: rgba(0,0,0,0.5) no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	overflow: scroll;
}
.s-modal-dosuu-kakutei {
    background: rgba(0,0,0,0.5) no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	overflow: scroll;
}
.s-soldout {
	position:absolute;
    background: rgba(0,0,0,0.2) no-repeat;
	width:100%;
	height:100%;
	display: block;
}
.s-soldout__text {
	position:absolute;
	width:100%;
	text-align:center;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-bottom: 2px;
}
.is-selected-lens img {
	border: 1px solid #ff0000;
}
.is-selected-case img {
	border: 1px solid #ff0000;
}
/* ==========================================================================
   Partial Style
   ========================================================================== */

/* font color */
.C-white{color:white !important;}
.C-gray{color:#333333 !important;}
.C-black{color:black !important;}
.C-red{color:#d0102c !important;}
.C-lightgray{color:#bfbfbf !important;}

/* background */
.Bgc-gray{background-color:#e6e6e6 !important;}
#.Bgc-pink{background-color:#fae7e9 !important;}
.Bgc-pink{background-color:#e6e6e6 !important;}
.Bgc-lightgray{background-color:#f5f5f5 !important;}
.Bgc-red{background-color:#d0102c !important;}
.Bgc-white{background-color:#ffffff !important;}
.Bg-n{background:none !important;}
.Bgc-darkgray{background-color:#c0c0c0 !important;}
.Bgc-black{background-color:#000000 !important;}

/* position & layout */
.Fl-l{float:left !important;}
.Fl-r{float:right !important;}

.Pos-a{position:absolute !important;}
.Pos-r{position:relative !important;}
.Pos-f{position:fixed !important;}

.Tbl-f{table-layout:fixed !important;}
.Tbl-a{table-layout:auto !important;}

.Bdcl-c{border-collapse:collapse !important;}
.Bdcl-s{border-collapse:separate !important;}

.Bds-10{border-spacing: 10px 10px !important;}
.Bdsy-10{border-spacing: 0px 10px !important;}
.Bdsy-5{border-spacing: 0px 5px !important;}
.Bdsx-10{border-spacing: 10px 0px !important;}

.Va-t{vertical-align:top !important;}
.Va-m{vertical-align:middle !important;}
.Va-b{vertical-align:bottom !important;}
.Va-tt{vertical-align:text-top !important;}

.D-n{display:none !important;}
.D-b{display:block !important;}
.D-i{display:inline !important;}
.D-ib{display:inline-block !important;*display:inline;zoom:1 !important;}
.D-tb{display:table !important;}
.D-tbr{display:table-row !important;}
.D-tbc{display:table-cell !important;}

.T-0{top:0 !important;}
.T-50{top:50% !important;}
.R-0{right:0 !important;}
.B-0{bottom:0 !important;}
.L-0{left:0 !important;}

.Fl-l{float:left !important;}
.Fl-r{float:right !important;}
.Cl-l{clear:left !important;}
.Cl-b{clear:both !important;}

/* text */
.Td-n{text-decoration:none !important}
.Td-u{text-decoration:underline !important;}

.Ta-c{text-align:center !important;}
.Ta-l{text-align:left !important;}
.Ta-r{text-align:right !important;}

/* fontsize */
.Fz-ss{font-size: 9px !important;}
.Fz-s{font-size: 10px !important;}
.Fz-l{font-size: 14px !important;}
.Fz-ll{font-size: 18px !important;}
.Fz-3l{font-size: 22px !important;}
.Fw-b{font-weight: bold !important;}
.Fw-n{font-weight: normal !important;}

/* display */
.D-inb{display: inline-block !important;}

/* margin */
.M-0{margin:0 !important;}
.M-5{margin:5px !important;}
.M-10{margin:10px !important;}
.M-20{margin:20px !important;}
.Mt-0{margin-top:0px !important;}
.Mt-2{margin-top:2px !important;}
.Mt-5{margin-top:5px !important;}
.Mt-10{margin-top:10px !important;}
.Mt-neg-10{margin-top:-10px !important;}
.Mt-20{margin-top:20px !important;}
.Mr-0{margin-right:0px !important;}
.Mr-3{margin-right:3px !important;}
.Mr-5{margin-right:5px !important;}
.Mr-10{margin-right:10px !important;}
.Mr-20{margin-right:20px !important;}
.Mb-0{margin-bottom:0px !important;}
.Mb-5{margin-bottom:5px !important;}
.Mb-10{margin-bottom:10px !important;}
.Mb-20{margin-bottom:20px !important;}
.Mb-30{margin-bottom:30px !important;}
.Mb-neg-20{margin-bottom:-20px !important;}
.Ml-0{margin-left:0px !important;}
.Ml-5{margin-left:5px !important;}
.Ml-10{margin-left:10px !important;}
.Ml-20{margin-left:20px !important;}
.Ma-0{margin:0 auto !important;}

/* padding */
.P-0{padding:0 !important;}
.P-2{padding:2px !important;}
.P-5{padding:5px !important;}
.P-10{padding:10px !important;}
.P-20{padding:20px !important;}
.Pt-0{padding-top:0px !important;}
.Pt-5{padding-top:5px !important;}
.Pt-10{padding-top:10px !important;}
.Pt-20{padding-top:20px !important;}
.Pr-0{padding-right:0px !important;}
.Pr-5{padding-right:5px !important;}
.Pr-10{padding-right:10px !important;}
.Pr-20{padding-right:20px !important;}
.Pb-0{padding-bottom:0px !important;}
.Pb-5{padding-bottom:5px !important;}
.Pb-10{padding-bottom:10px !important;}
.Pb-20{padding-bottom:20px !important;}
.Pl-0{padding-left:0px !important;}
.Pl-3{padding-left:3px !important;}
.Pl-5{padding-left:5px !important;}
.Pl-10{padding-left:10px !important;}
.Pl-20{padding-left:20px !important;}

/* border */
.Bd-0{border:0 !important;}
.Bd-1{border:1px solid !important;}
.Bd-2{border:2px solid !important;}
.Bd-5{border:5px solid !important;}
.Bdt-0{border-top:0px !important;}
.Bdt-1{border-top:1px solid !important;}
.Bdt-5{border-top:5px solid !important;}
.Bdr-0{border-right:0px solid !important;}
.Bdr-1{border-right:1px solid !important;}
.Bdr-5{border-right:5px solid !important;}
.Bdb-0{border-bottom:0px solid !important;}
.Bdb-1{border-bottom:1px solid !important;}
.Bdb-5{border-bottom:5px solid !important;}
.Bdl-0{border-left:0px solid !important;}
.Bdl-1{border-left:1px solid !important;}
.Bdl-5{border-left:5px solid !important;}

#.Bc-pink{border-color:#fae7e9 !important;}
.Bc-pink{border-color:#e6e6e6 !important;}
.Bc-gray{border-color:#e5e5e5 !important;}
.Bc-darkpink{border-color:#fad6da !important;}
.Bc-white{border-color:#ffffff !important;}
.Bc-red{border-color:#d0102c !important;}

/* width */
.W-10{width:10% !important;}
.W-20{width:20% !important;}
.W-25{width:25% !important;}
.W-30{width:30% !important;}
.W-40{width:40% !important;}
.W-50{width:50% !important;}
.W-60{width:60% !important;}
.W-70{width:70% !important;}
.W-80{width:80% !important;}
.W-90{width:90% !important;}
.W-95{width:95% !important;}
.W-100{width:100% !important;}
.Wpx-5{width:5px !important;}
.Wpx-10{width:10px !important;}
.Wpx-15{width:15px !important;}
.Wpx-20{width:20px !important;}
.Wpx-25{width:25px !important;}
.Wpx-30{width:30px !important;}
.Wpx-40{width:40px !important;}
.Wpx-50{width:50px !important;}
.Wpx-60{width:60px !important;}
.Wpx-70{width:70px !important;}
.Wpx-75{width:75px !important;}
.Wpx-80{width:80px !important;}
.Wpx-90{width:90px !important;}
.Wpx-100{width:100px !important;}


/* height */
.H-100{height:100% !important;}
.Hpx-5{height:5px !important;}
.Hpx-10{height:10px !important;}
.Hpx-15{height:15px !important;}
.Hpx-20{height:20px !important;}
.Hpx-25{height:25px !important;}
.Hpx-30{height:30px !important;}
.Hpx-40{height:40px !important;}
.Hpx-45{height:45px !important;}
.Hpx-50{height:50px !important;}
.Hpx-55{height:55px !important;}
.Hpx-60{height:60px !important;}
.Hpx-70{height:70px !important;}
.Hpx-80{height:80px !important;}
.Hpx-100{height:100px !important;}

/* list */
.Lst-dc{list-style-type:decimal !important;}
.Lst-di{list-style-type:disc !important;}


/* ==========================================================================
   Module
   ========================================================================== */

.mod-header {
	padding-top: 5px;
}
.mod-logo {
	height: 40px;
	width: 120px;
}
.mod-naviItem:last-child {
#    background-color: #fae7e9;
    background-color: #e6e6e6;
}
.mod-naviItem__link {
    width: 100%;
    text-align: center;
    display: table;
    margin: 5px 0;
    border-left: 1px solid;
}
.mod-naviItem:first-child .mod-naviItem__link{
    border-left: none;
}
.mod-search {
    height: 40px;
}
.mod-search__text {
    height: 40px;
    width: 88%;
    background: url(/img2/sp/icon_search.png) no-repeat 10px 10px #f5f5f5;
    background-size: 16px 16px;
    padding-left: 12% !important;
}
.mod-search__btn {
    height: 40px;
    width: 100%;
    background: #e6e6e6;
}
.mod-tab__item__inner {
    height: 35px;
    width: 100%;
    display: table;
#    background: #fae7e9;
    background: #e6e6e6;
    margin-top: 2px;
}
.is-tab-active .mod-tab__item__inner {
#    border: 1px solid #fae7e9;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background: none;
    margin-top: 0px;
}
.mod-tab__target {
    display: none;
}
.is-tab-visible {
    display: block;
}
.mod-rankItem {

}
.mod-rankItem__prize {
    padding-top: 26px;
    background: url(../../img2/sp/rank1.png) no-repeat 3px top;
    background-size: 26px 26px;
    width: 48%;
    padding-left: 2%;
	vertical-align: top;
}
.mod-rankItem:nth-child(2) .mod-rankItem__prize {
    background-image: url(/img2/sp/rank2.png);
}
.mod-rankItem:nth-child(3) .mod-rankItem__prize {
    background-image: url(/img2/sp/rank3.png);
}
.mod-rankItem:nth-child(4) .mod-rankItem__prize {
    background-image: url(/img2/sp/rank4.png);
}
.mod-rankItem:nth-child(5) .mod-rankItem__prize {
    background-image: url(/img2/sp/rank5.png);
}
.mod-accordion__children {
    display: none;
}
.mod-accordion__children_new_create {
    display: none;
}
.mod-accordion__parent {

}
.mod-accordion__parent_new_create {

}

.mod-etcnavi__item::after {
	content:"/";
	display: inline;
	margin: 0 2px 0 2px;
}
.mod-etcnavi__item:nth-last-child(1)::after {
	content: none;
}
.mod-footer__logo {
	height: 25px;
	width: 75px;
}
.mod-footer__copyright {
	height: 12px;
	width: 150px;
}
.mod-footer__pclink {
	height: 30px;
	width: 51px;
}
.mod-breadcrumb {
	display: inline-block;
}
.mod-breadcrumb:first-child {
	margin-left: 5px;
}
.mod-breadcrumb a:after {
	content:"-";
	margin: 0 5px;
	font-size: 8px;
	color: #cccccc;
}
.mod-radio__item {
	height: 30px;
	width: 30px;
}
.mod-radio__text {
}
.mod-radio__content {
	display: none;
}
.is-radio-active .mod-radio__item {
#	background-color: #fae7e9 !important;
        background-color: #e6e6e6 !important;
}
.is-radio-active {
	background-color: #fdf6f7 !important;
}
.mod-changekarte {
	background: url(/img2/sp/icon_pencil-disable.png) no-repeat 5px center;
	background-size: 11px 11px;
	padding-left: 10px;
}
.is-radio-active .mod-changekarte {
	background-image: url(/img2/sp/icon_pencil.png) !important;
	background-color: #d0102c !important;
}
.is-radio-active .mod-changekarte span {
	color: white !important;
}
.mod-icons {
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}
.mod-pager__left {
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.mod-pager__left.enable{
#	background-color: #fae7e9;
        background-color: #e6e6e6;
}
.mod-pager__left.disable{
	background-color: #f5f5f5;
}

.mod-pager__right {
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
}
.mod-pager__right.enable{
#	background-color: #fae7e9;
        background-color: #e6e6e6;
}
.mod-pager__right.disable{
	background-color: #f5f5f5;
}

.mod-pager__link {
	height: 24px;
	width: 12%;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ffffff;
	text-decoration: none;
}

.is-pager-active {
	border: 1px solid #d0102c;
}
.mod-alert {
	background: url(/img2/sp/icon_alert.gif) no-repeat 10px center;
	background-size: 30px 27px;
	padding: 10px 10px 10px 44px;
}
/* ==========================================================================
   etc
   ========================================================================== */

.bx-wrapper {
    margin: 0px;
}
.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
}
.bx-wrapper .bx-pager {
    bottom: 0px;
}
.bx-wrapper .bx-viewport {
    left: 0px;
}
.bx-prev {
	background: none !important;
	left: 4px !important;
}
.bx-prev:before {
	content:"";
	display: block;
	width:9px;
	height:9px;
	border-top:4px solid;
	border-left:4px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
.bx-next {
	background: none !important;
	right: 4px !important;
}
.bx-next:after {
	content:"";
	display: block;
	width:9px;
	height:9px;
	border-top:4px solid;
	border-right:4px solid;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
.postcode-notfound:after {
	content:"郵便番号が見つかりません";
	display: inline-block;
}
.postcode-error:after {
	content:"エラー";
	display: inline-block;
}

#link_to_pc {
	cursor:pointer;
}

.coupon_atten{
	margin-bottom:10px;
	padding:5px;
	color:#ffffff;
	background-color: #d0102c;
	font-weight:bold;
	text-align:left;
}

.auth_capy{
	max-width:100%;
	max-height:100%;
	padding:20px 0;
}

.auth_capy .auth_capy_intro{
	color: #d0102c;
	text-align:center;
}
.auth_capy .capy-captcha{
	margin: 0 auto;
}

/* MEME商品購入時留意事項表示用　20151014Add  */

#emergency-msg-meme {
	height: 100%;
	overflow: hidden;
	padding: 0px 10px 10px;
	font-size: 12px;
	margin:10px;
	border: 1px solid #d0102c;
	color:#333333;
}
#emergency-msg-meme .title {
	font-weight:bold;
}

#emergency-msg-meme a {
	color:#333333;
	text-decoration: underline;
}

#emergency-msg-meme p {
	margin-bottom: 1em;
	color:#333333;
}

/* MEME商品購入時留意事項表示用　20160208Update  */

.message {
    position: relative;
}

.message span.remark {
    display: none;
}

.message a:hover span.remark {
    position:absolute; opacity: 0.95;
    background: none repeat scroll 0 0 #EFEFEF;
    color: #000000;
    display: block;
    padding: 0.5em;
    left: 4px;
    width: 96%;
    z-index: 1;
    font-weight: bold;
    line-heigh: 1.5em;
}

/* PAINT商品購入時留意事項表示用 2016.11.15 ADD */
#emergency-msg-paint {
	height: 100%;
	overflow: hidden;
	padding: 10px;
	font-size: 12px;
	margin: 13px auto 18px;
	border: 1px solid #da0024;
}

#emergency-msg-paint .title {
	font-weight:bold;
}

#emergency-msg-paint a {
	color:black;
	text-decoration: underline;
}

#emergency-msg-paint p {
	margin-bottom: 1em;
}

.message {
    position: relative;
    margin: -10px 0;
}

.message span.remark {
    display: none;
}

.message a:hover span.remark {
    position:absolute; opacity: 0.95;
    background: none repeat scroll 0 0 #EFEFEF;
    color: #000000;
    display: block;
    padding: 0.5em;
    left: 4px;
    width: 96%;
    z-index: 1;
    font-weight: bold;
    line-heigh: 1.5em;
}
/* PAINT商品購入時留意事項表示用 2016.11.15 END */

.topContMenu{
  padding-left: 10px;
  padding-right: 10px;
}

#AmazonPayButton {
	padding-top:8px;
}

#AmazonPayButton img{
	max-width:100%;
	height:auto!important;
}

#AmazonAttention {
	padding-top:5px;
	padding-bottom:15px;
}

#getTokenForm input[type="text"] {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(169, 169, 169);
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-indent: 2px;
}

/* 決済代行対応 */

#credit_button01 p,
#cvs_button02 p,
#cash_button04 p,
#carrier_button10 p {
	font-size: 9.5px;
}

#convenienceStore img {
	height: 43%;
}

img.carrier_docomo {
	height: 24px;
	padding-top: 0px;
}
img.carrier_au {
	height: 8px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
}
img.carrier_softbank {
	height: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
}
img.img_credit {
	width: 70%;
	height: 60%;
	margin-top: 10px;
}
button#useCard {
	background-color: #E6E6E6;
}
button#changeCard {
	background-color: #E6E6E6;
}

.P-pay1 {
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
}

/* 新CV導線対応 2016.05.25 ADD*/
.payment_button_box {
	width:100%;
	background-color:#FFFFFF;
	border-top:none;
	border-collapse:collapse;
}

.payment_button_box .select_button {
	height:53px;
	width:94%;
	margin:10px 3px 10px 3px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	border:none;
	background-color:#E6E6E6;
	font-color:#000000;
}
.select_button p {
	font-size:10px;
}
.payment_button_box p{
	-webkit-margin-before: 4px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 4px !important;
	-webkit-margin-end: 4px !important;
}
input#cardno1,
input#cardno2,
input#cardno3,
input#cardno4 {
	width: 35px;
}
input#holdername {
	width: 145px;
}

/* シークレットセール対応 2016.05.31 ADD */
.secret_salebanner img {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 0px;
}
/* 楽天ID */
#RakutenLoginButton{
	align: center;
	padding-top: 8px;
}
#RakutenLoginButton input{
	max-width:100%;
}

#RakutenC-gray{
	color:#333333;
}

div .kessai_shubetsu_kbn {
	padding:17px 10px 17px 10px;
}

div #kessai_shubetsu_applepay .kessai_shubetsu_kbn {
	padding:17px 10px 0px 10px;
}

div .kessai_shubetsu_kbn ,
#method_cc, #method_cvs, #method_cod,
#method_carrier, #method_rakuten_id, #method_applepay {
	background:url(/img2/pc/common/line-dot.gif) bottom left repeat-x;
}

.kessai_shubetsu_kbn input {
	float:left;
}

.kessai_shubetsu_kbn label {
	color:black;
	padding-left:5px;
}

#jmo_option_area{
	display:none;
}

.clearfix:after{
	content:"";
	clear:both;
	display:block;
}