@charset "Shift_JIS";

/*============================================================
共通
============================================================*/
/* web font */
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/*------------------------------------------------------------
	微調整用クラス（※多用しないようにしてください）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }

.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.t_center{ text-align:center !important;}
.fs_normal{ font-size: 12px !important;}
.fs_medium{ font-size: 14px !important;}
.fs_large{ font-size: 15px !important;}

.fs12{
    font-size:12px !important;
}
.fs13{
    font-size:13px !important;
}
.fs14{
    font-size:14px !important;
}

.pd20{
	padding:20px !important;
}

.pos_rela{
	position:relative;
}

.w100p{
    width: 100% !important;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

label input {
	vertical-align: -1px !important;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans JP';
    font-weight: 400;
}

ul {
	list-style: none;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #666;
}

a:active {
	color: #666;
}

input {
	font-size: 100%;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: none;
}

#container {

}

/*-- header footer for common START --*/

#header a,
#footer a {
	text-decoration: none;
}

/*-- header footer for common END --*/



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.other_head{
	position: relative!important;
	margin:0px;
	background:#EDEDED!important;
	padding:30px !important;
	margin-bottom:0px !important;
	height: auto !important;
    box-shadow: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
#gHeader h1 {
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	background: #999;
	font-weight: normal;
	border-bottom: 3px solid #CCC;
}

/*------------------------------------------------------------
	メイン
------------------------------------------------------------*/
#main {
	padding: 10px 10px;
	overflow:hidden;
	
	/**/
	font-size:12px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {

}

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .note {
	margin-bottom: 15px;
}

#main .formOption{
}


#main .formOption dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#main .formOption dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#main .formOption select {
	width: 100%;
	height: 40px;
	color: #000;
}

#main .mustOption {
	margin-left: 5px;
	padding: 1px 8px;
	color: #FFF;
	background: #F00;
	font-weight: normal;
	font-size: 90%;
}

#main .formOption input[type='text'],
#main .formOption input[type='password'],
#main .formOption input[type='tel'],
#main .formOption textarea {
	padding: 5px 0;
	width: 100%;
	background: #FFF;
	border: 0;
	border-radius: 0px;
	border: 1px solid #ddd;
}

#main .formOption input.wid70{
	width: 70% !important;
}

#main .formOption .telOption li {
	padding-right: 5%;
	width: 30%;
	float: left;
	background: url(/m/images/c/common/bg_01.gif) no-repeat right center;
	background-size: 23px auto;
}

#main .formOption .telOption li:last-child {
	padding-right: 0;
}

#main .formOption .stylePh li {
	padding-right: 5%;
	width: 30%;
	float: left;
}
#main .formOption .stylePh li:last-child {
	padding-right: 0;
}

#main .formOption .nameOption li {
	margin: 0 0 5px 0;
	overflow: hidden;
	text-align: left;
	line-height: 30px;
}

#main .formOption .nameOption li:last-child {
	margin-bottom: 0;
}

#main .formOption .nameOption input {
	width: 80%;
	float: right;
}

#main .formOption textarea {
	height: 150px;
}
#main .formOption textarea.text_L{
	font-size:100% !important;
}

#main .submit {
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

#main .submit li {
	display: inline;
}

#main .submit .btnSubmit a,
#main .submit input,
#main .goTop a,
#main .comBtn a,
#main .back input,
#main .goTop input,
.goTopBtn {
	padding: 13px 0;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	background:#666 url(/m/images/c/common_new/arrow_r_w.png) no-repeat 95% 50%;
	background:#666 url(/m/images/c/common_new/arrow_r_w.png) no-repeat calc(100% - 15px) 50%;
	background-size: auto 10px;
	
	border-radius: 0px;
	border: 0;
	text-decoration: none;
	font-size:12px;
}

.disabled{
	cursor: default !important;
	opacity: 0.5 !important;
}

#main .submit .btnRevise,
#main .submit .btnBack {
	width: 48%;
	float: left;
}
#main .submit input.btnRed {
	margin: 0;
	line-height: 1.5;
}

#main .submit .btnSubmit {
	width: 48%;
	float: right;
}
#main .submit.w1to2 .btnRevise {
	width: 33%;
}
#main .submit.w1to2 .btnSubmit {
	width: 63%;
}

#main .submit .btnRevise input,
#main .back input{
	background: #999 url(/m/images/c/common/icon_02.gif);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-size: auto 10px;
}

#main .submit a {
	/*font-size: 55%;*/
}



#main .submit .btnRevise a {
	display: block;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	background:#999 url(/m/images/c/common_new/arrow_l_w.png) no-repeat 15px 50%;
	background-size: auto 10px;
	
	border-radius: 0px;
	color: #fff;
	padding: 13px 0;
	text-decoration: none;
	font-size:12px;
}
#main .back a {
	background-color: #666;
	background-image: url(/m/images/c/common_new/arrow_l_w.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

.back02 a {
	background: #666 url(/m/images/c/common/icon_06.gif) no-repeat 5% center;
	background-size: 8px auto;
	
	padding: 10px 0;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	background-size: 8px auto;
	border-radius: 7px;
	border: 0;
	text-decoration: none;
}


#main .submit .grey input {
	background: #666 url(/m/images/c/common/icon_06.gif) no-repeat 5% center;
	background-size: 8px auto;
}

#main .submit .btnBack a {
	display: block;
	background: #666 url(/m/images/c/common/icon_06.gif) no-repeat 5% center;
	background-size: 8px auto;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	/*font-size: 55%;*/
}


@media all and (min-width: 0px) and (max-width: 320px) {
#main .formOption .telOption li {
	background-size: 15px auto;
}

#main .formOption .nameOption li {
	margin-left: 10px;
}
}

#main .thanksSection h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 140%;
}
#main .thanksSection.thanksSectionMedium h2 {
	font-size: 14px;
}

#main .thanksSection p {
	margin-bottom: 25px;
}

#main .attention {
	color: #C00;
}

#main .formOption .mailLogin {
	overflow: hidden;
}

#main .formOption .mailLogin li {
	float: left;
	line-height: 30px;
}

#main .formOption .mailLogin li:first-child {
	width: 50%;
}

#main .formOption .mailLogin li:nth-child(2) {
	width: 10%;
	text-align: center;
}

#main .formOption .mailLogin li:last-child {
	width: 40%;
}

#main .errorMassage {
	margin-bottom: 25px;
	color: #C00;
}

#main .brandSection {
	margin: 0 -15px;
	background: #FFF;
}

#main .brandSection h2,
.headLine01 {
	line-height: 1;
    margin: 30px 0 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}



#main .brandSection dt {
	padding-left: 10px;
	float: left;
	width: 20%;
}

#main .brandSection dt img{
	width:100%;
	height:auto;
}

#main .brandSection dd {
	padding: 0 5px 10px 110px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
}

#main .brandSection dd:last-child {
	margin-bottom: 0;
	border: 0;
}

#main .brandSection .brandTtl {
	margin-bottom: 10px;
}

#main .brandSection .comBtn {
	width: 70%;
}

#main .brandSection .confirmBtn {
	padding: 25px 15px 0 15px;
	background: #EDEDED;
}

/*----------------SP-00-04-----------------*/
#main .formOption .current {
	border-radius: 0px;
	background-color: #CCC;
}

#main .codeSection  .formOption .radioUl li {
	padding: 2px 0;
	margin-bottom: 5px;
}

#main .codeSection  .formOption .radioUl li label {
	display: block;
}

#main .codeSection .formOption .radioUl li input {
	vertical-align: -2px;
}

#main .codeSection #fPostalCode {
	width: 60%;
}

#main .comRounded {
	padding: 5px 10px;
	color: #FFF;
	border-radius: 0px;
	border: none;
	background: #666;
	
	-webkit-appearance: none;
}
#main a.comRounded2 {
	padding: 5px 10px;
	min-width:75px;
	text-align:center;
	color: #FFF;
	border-radius: 0px;
	border: none;
	background: #666;
	display:inline-block !important;
	text-decoration:none !important;
	
	-webkit-appearance: none;
}
#main .codeSection .submit li {
	width: 100%;
}


/*----------------SP-00-05-----------------*/

.pagerBlock {
	margin: 10px 0px 0;
}

/*----------------SP-00-06-----------------*/
.listTbr li span {
	padding-right: 20px;
}
.listTbr_rows {
	margin-bottom: 10px;
}
.listTbr_title {
	width: 115px;
	display: inline-block;
}
.listTbr li .photo{
	float:left !important;
	margin-right:10px;
}

/*----------------SP-00-06-----------------*/
#main .urlSection p {
	margin-bottom: 20px;
}

#main .urlSection .goTop {
	margin-top: 40px;
}

#main .urlSection .oneSpc {
	margin: 45px 0 60px;
}

/*----------------SP-02-01-----------------*/
#main .termsSection p {
	margin: 0 0 30px 10px;
}

#main .process {
	margin: 0 -15px 20px;
	text-align: center;
	position: relative;
}

#main .process li {
	margin-right: 2px;
	padding-right: 11px;
	display: inline-block;
	text-align: center;
	font-size: 70%;
	vertical-align: top;
	width: 15%;
	color: #999;
	background: url(/m/images/c/common/icon_05.gif) no-repeat right 15px;
	background-size: 6px 9px;
	letter-spacing: -2px;
}

#main .process li span {
	margin-bottom: 5px;
	padding: 10px 0;
	display: block;
	background-color: #FFF;
	font-size: 120%;
	color: #CCC;
}

#main .process .current {
	color: #666;
}

#main .process .current span {
	color: #666;
	background-color: #EDE3C8;
}

#main .process li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#main .red {
	color: #ff0000;
}
#main .gray01 {
	color: #888;
}

/*----------------SP-02-02,SP-02-05-----------------*/
#zipSearchBtn {
	-webkit-appearance: none;
	position:absolute;
	top:1px;
	right:0;
}
#main .regSectionMedium, #main .memberSectionMedium {
	font-size: 14px;
}
#main .memberSection.memberSectionMedium .fontS {
	font-size: 90%;
}

/*----------------SP-02-19-----------------*/
#main .selection .regionUl {
	margin-bottom: 20px;
}

#main .selection .regionUl li {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 46%;
	float: left;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 0px;
	background-color: #fff;
}

#main .selection .regionUl li a {
	text-decoration: none;
	display: block;
}

#main .selection .regionUl li:nth-child(2n) {
	float: right;
}

#main .selection .regionUl li:nth-child(5),
#main .selection .regionUl li:nth-child(6) {
	/*
	margin-bottom: 0;
	*/
}

#main .selection h2 {
	padding: 3px;
	margin-bottom: 10px;
	clear: both;
	background: #CCC;
}

#main .selection .shopList {
	margin: 0 0 20px 15px;
}

#main .selection .shopList li {
	line-height: 2.5;
}

#main .selection .shopList li input {
	margin-right: 5px;
	vertical-align: middle;
}

/*----------------SP-02-25-----------------*/
#main .pointHistory .point {
	padding: 15px 0 10px;
	text-align: center;
	background-color: #FFF;
}

#main .pointHistory .point span {
	font-size: 120%;
	color: #000;
}

#main .pointHistory .point p {
	margin-bottom: 10px;
	line-height: 1.5;
}

#main .pointHistory .red {
	padding: 10px 15px;
	color: #CC0033;
	border-bottom: 2px solid #ccc;
}

#main .pointHistory .goTop {
	padding: 15px 15px 0;
}

#main .pointHistory dl dd {
	padding-left: 10.5em !important;
}

/*----------------SP-02-25_02-----------------*/
#main .redText {
	margin: 40px 0 60px;
	color: #CC0033;
	text-align: center;
}

/*----------------SP-02-26-----------------*/
#main .pageNavi {
	padding: 15px 0;
	text-align: center;
	background-color: #FFF;
	background: #FFF url(/m/images/c/common/icon_04.gif) no-repeat 95% center;
	background-size: 7px 11px;
	border-bottom: 2px solid #999;
	color: #999;
}

#main .pageNavi li {
	display: inline;
}

#main .pageNavi li a {
	text-decoration: none;
	color: #999;
}

#main .pageNavi li a:hover {
	color: #000;
}

#main .pageNavi li:first-child a {
	color: #000;
}

#main .couponHistory .submit {
	padding: 10px 15px 10px;
	border-bottom: 2px solid #999;
	clear: both;
}

#main .couponHistory .noBor {
	border-bottom: none;
}

#main .couponHistory .goTop {
	padding: 15px 15px 0;
	border-top: 2px solid #CCC;
}

/*----------------SP-02-28-----------------*/
#main .shopName {
	margin-left: 10px;
	display: block;
}

/*----------------SP-02-30-----------------*/

#main .noteTtl {
	margin-bottom: 40px;
}

#main .negative {
	margin-top: -20px;
	position: relative;
}

/*----------------SP-02-32-----------------*/
#main .brandSection .shopTtl {
	margin-bottom: 10px;
	letter-spacing: -1px;
}

#main .confirmBtn .txtBg {
	margin-bottom: 20px;
	text-align: center;
}

/*----------------SP-02-34-----------------*/
#main .withdrawal {
	margin-top: 30px;
}

/*----------------SP-03-08-----------------*/
#main .order h2 {
	margin-bottom: 20px;
	font-size: 120%;
}

#main .order .red {
	margin: 25px 0;
	text-align: center;
}

#main .order .submit {
	padding-top: 20px;
}

#main .area {
	padding: 80px 0;
	background-color: #FFF;
}

/*----------------SP-03-09-----------------*/
#main .history {
	margin: 0 -15px;
}

#main .history dl {
	padding: 10px 15px;
	border-bottom: 2px solid #CCC;
}

#main .history dl dt {
	color: #999;
	float: left;
}

#main .history dl dd {
	padding: 0 0 10px 9em;
	color: #000000;
}

#main .history dl dd:last-child {
	padding-bottom: 0;
}

#main .quantity {
	padding: 15px 0;
	text-align: center;
	background-color: #FFF;
	border-bottom: 2px solid #CCC;
}

#main .history {
	margin-top: -20px;
}

#main .orderHistory .submit {
	padding: 10px 15px 10px;
	border-bottom: 2px solid #D4D4D4;
}

#main .orderHistory dl {
	position: relative;
	background: #FFF url(/m/images/c/common/icon_04.gif) no-repeat 95% center;
	background-size: 7px 11px;
}

#main .orderHistory .special {
	border-bottom: 3px solid #999;
}

/*----------------SP-00-05-----------------*/
#main .searchSection {
	margin: 20px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#main .searchSection .listUl {
	margin-bottom: 10px;
}

#main .searchSection .listUl li {
	padding: 7px 0;
	overflow: hidden;
}

#main .searchSection .listUl li a {
	width: 20%;
	margin-top: -5px;
	text-align: center;
	text-decoration: none;
}

#main .searchSection .listUl li input {
	width: 25%;
	margin-top: -5px;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
}

#main .searchSection .listTbr li {
	clear: right;
	margin-bottom:15px;
	padding-bottom:10px;
}

#main .searchSection .listTbr li input {
	float: right;
}

#main .searchSection .quantity {
	margin: 10px -15px 0;
	border-top: solid 2px #999;
}

#main .searchSection .pageNavi {
	margin: 0 -15px;
	border: none;
}

#main .searchSection .topBor {
	margin: 0 -15px;
	padding: 10px 15px 0;
	border-top: solid 1px #CCC;
}

/*----------------SP-02-02-----------------*/

#main .regSection .process li {
	width: 43%;
	background-position: right center;
}

#main .regSection .process li span {
	padding: 2px 0 0;
	font-size: 100%;
}

#main .regSection .process li .number {
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	font-size: xx-large;
}

#main .imgClose {
	margin: -25px 5px 0 0;
	position: relative;
	float: right;
}

#main .regSection .formOption .nameOption li {
	position: relative;
}

#main .regSection .formOption .nameOption li .imgClose {
	position: absolute;
	right: 0;
	top: 32px;
}

#main .regSection .formOption .comRounded {
	float: right;
}

#main .regSection .formOption select {
	width: auto;
}

#main .regSection .formOption dd:nth-child(20) select {
	margin-right: 7px;
	width: 23%;
}

/*----------------SP-02-02_02-----------------*/
#main .register02 .formOption dd:nth-child(4) {
	margin: 0 -15px 15px;
	padding: 0 15px 20px;
	border-bottom: solid 1px #FFF;
}

#main .register02 .formOption dd .red {
	padding: 10px 0 10px;
}

#main .regSection .formOption dd .logoUl {
	background-color: #FFF;
}

#main .regSection .formOption dd .logoUl li {
	width: 50%;
	padding: 10px 0;
	float: left;
	font-size: 12px !important;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #EDEDED;
	
}

#main .regSection .formOption dd .logoUl li label{
	padding:0;
	text-align:center;
}

#main .selectedShop li {
	width: 100%!important;
	float:none!important;
}

#main .selectedShop li .mailShops li {
	border: none!important;
	color: #999!important;
	padding: 5px!important;
}

#main .regSection .formOption dd .logoUl li img {
	margin-bottom: 5px;
}

#main .regSection .formOption dd .logoUl li input {
	position: absolute;
	left: 3%;
	top: 35%;
}

#main .regSection .formOption dd .logoUl li:nth-child(6) img {
	padding-left: 8px;
}

#main .regSection .formOption dd .logoUl li:nth-child(odd) {
	margin-left: -1px;
	border-right: solid 1px #EDEDED;
}
#main .regSection .formOption dd .logoUl.no_b li:nth-child(odd) {
	margin-left: -1px;
	border-right:none !important;
}

#main .regSection .formOption dd:nth-child(12) p {
	margin-top: 0px;
}

#main .regSection .formOption dd:nth-child(14) ul li {
	letter-spacing: -1px;
}


.fontS {
	font-size: 85%;
}

#main .regSection .formOption .fontS {
	font-size: 90%;
}

#main .register02 .formOption dd select {
	width: 100% !important;
}

#main .switch dt {
	margin: 0 -10px;
	padding: 10px 15px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background: url(/m/images/c/btn_arrow_wh_up.png) no-repeat 96% center;
	background-size: 13px auto;
}

#main .switch dd {
	margin: 0 -15px;
	padding: 10px 15px;
	background-color: #FFF;
}

#main .switch dd ul li {
	margin-bottom: 5px;
	/**/
	font-size: 100%;
}

/*----------------SP-02-02_03-----------------*/
#main .regSection .formOption dd .logoSpc li {
	width: 100%;
	color: #666;
	text-align: left;
	background: none;
	position: static;
}

#main .regSection .formOption dd .logoSpc li p {
	width: 45%;
	text-align: center;
	float: left;
}

#main .regSection .formOption dd .logoSpc li span {
	padding: 10px 0;
	display: inline-block;
}

#main .regSection .formOption dd .logoSpc li input {
	position: static;
}

#main .regSection .formOption dd .pcUl {
	margin-bottom: 5px;
}

#main .regSection .formOption dd .pcUl li {
	width: 48%;
	padding: 5px 0;
	text-align: center;
	font-size: 70%;
}

#main .regSection .formOption dd .pcUl li:first-child {
	float: left;
}

#main .switch02 dt,
#main .switch02 dd {
	border: none;
	background: none;
}

#main .regSection .fix {
	margin: 0 0 15px;
	padding-top: 0;
}

#main .regSection .fix li {
	width: 100%;
}

/*----------------SP-02-03-----------------*/
#main .register03 .submit li {
	width: 100%;
}

#main .register03 .formOption dd .logoUl li input {
	position: absolute;
	left: 3%;
	top: 23%;
}

#main .register03 .formOption dd .logoUl li .goTop {
	margin: 10px 7px 0;
}

/*----------------SP-02-04-----------------*/
#main .thanksUl li {
	width: 48%;
	float: left;
}

#main .thanksUl li:last-child {
	float: right;
}
#main .thanksSectionMedium {
	font-size: 14px;
}

/*----------------SP-02-05_02--------------*/
#main .memberSection .process li {
	width: 12%;
	margin-right: -4px;
	padding-right: 8px;
}

#main .memberSection .process li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#main .memberSection .rounded02 {
	margin-bottom: 15px;
	padding: 2px 0;
	overflow: hidden;
	width: 200px;
	margin-top: 10px;
	text-align:center;
}

#main .memberSection .rounded02 input {
	color: #FFF;
	background: transparent;
	border: none;
	text-align:center;
	line-height: 1;
	padding:10px;
}

#main .memberSection .formOption dt:nth-child(11) {
	clear: both;
}

#main .memberSection .fontS {
	font-size: 70%;
}

/*----------------SP-02-05_03-----------------*/
#main .headLine02 {
	margin: 15px 0;
}

#main .membership {
	font-size: 14px;
	padding-top: 20px;
}

#main .membership dl dd .comBtn {
	width: 90%;
}

#main .membership dl dd .brandTtl {
	letter-spacing: 0px;
}

/*----------------SP-02-10-----------------*/
#main .yellowSubmit {
	margin-bottom: 20px;
}

#main .yellowSubmit li a {
	display:block;
	background: #B5974F url(/m/images/c/common/icon_12.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
	
	text-decoration: none;
	padding:10px 0;
	color: #fff;
}

#main .mb20 {
	margin-bottom: 20px;
}

/* 簡単ログイン */
#easyLoginCheck{
	width: inherit;
	margin-top: 20px;
	padding: 8px 0;
	text-align: center;
	background: #fff;
}
#easyLoginCheck input {
	width: inherit!important;
	display: inline!important;
	vertical-align: text-top;
}

#easyLoginCheck label {
	width: inherit;
	display: inline;
	padding: 0 0 0 8px;
	vertical-align: middle;
}

/*----------------SP-02-38-----------------*/

#magazineShopBlock {
	padding:0 16px 16px;
}
#magazineShopBlock table {
	width: 100%;
}
#magazineShopBlock table th {
	text-align: left;
	font-weight: normal;
	color: #999999;
}
.flowList  {
	list-style-type: decimal!important;
	list-style-position: outside;
	margin-left: 50px;
	margin-top: 20px;
}
.flowList li {
	margin-bottom: 20px;
}

#privacyBtn {
	font-size: 85%;
}
.magazineFlowNote {
	padding-top: 16px;
}
.magazineFlowNote p {
	margin-bottom: 20px;
}

/*----------------SP-03-01-----------------*/
#main .topSec {
	margin-top: -20px !important;
}

#main .information {
	margin: 0 -15px;
}

#main .information .inner {
	margin-bottom: 1px;
	padding: 15px;
	background-color: #FFF;
}

#main .information .inner .photo {
	float: left;
	width: 31%;
}
#main .information .inner .photo img{
	width: 100%;
	height:auto;
}

#main .information .inner .right {
	width: 62%;
	float: right;
}
#main .btn .right_btn_area {
	width: 62% !important;
	float: right;
}

#main .information .inner .right h2 {
	margin-bottom: 10px;
}

#main .information .inner .right p {
	margin-bottom: 10px;
	color: #000000;
}

#main .information .inner .right dl dt {
	float: left;
}

#main .information .inner .right dl dd {
	padding-left: 6.3em;
}

#main .information .inner .right .size {
	margin-bottom: 10px;
	color: #999;
}

#main .information .inner .right .price {
	margin-bottom: 10px;
}

#main .information .inner .right .price dd {
	text-align: right;
}

#main .information .inner .right a {
	margin-top: 10px;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #666;
	color: #FFF;
	border-radius: 6px;
}
#main .information .inner .right a.text-link{
    display: inline;
    margin: 0;
    padding: 0;
    color: #000000;
    text-align:left;
    background: none;
    border-radius: 0;
}

#main .information .delete {
	padding: 15px;
	clear: both;
}

#main .information .delete dl dt {
	float: left;
	width: 50%;
}

#main .information .delete dl dt span {
	color: #CC0033;
}

#main .information .delete dl dd {
	float: right;
	width: 50%;
	text-align: right;
}

#main .information .delete p {
	margin-top: 10px;
	padding: 10px 0;
	background-color: #CCC;
	border-radius: 6px;
	text-align: center;
}

#main .information .delete p input {
	padding-left: 17px;
	text-decoration: none;
	color: #FFF;
	background: url(/m/images/c/common/icon_08.gif) no-repeat left center;
	size: 9px 9px;
	border: none;
	font-size: 100%;
}

#main .information .ttl {
	margin-bottom: 1px;
	padding: 10px 15px 10px 50px;
	position: relative;
	color: #CC0033;
	line-height: 1.3;
	background-color: #CCC;
}

#main .information .ttl:before {
	margin: -5px 0 0 -20px;
	width: 0;
    height: 0;
	top: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #CC0033;
	display: block;
	position: absolute;

	content: "";
}

#main .bgColor .inner,
#main .bgColor .delete {
	background-color: #CCC;
}

#main .bgColor .inner .right a {
	background-color: #999;
}

#main .bgColor .delete p {
	background-color: #666;
}

#main .bgColor .delete p input {
	background: url(/m/images/c/common/icon_09.gif) no-repeat left center;
}

#main .information .total {
	border-top: 2px solid #999;
}

#main .information .total dl {
	padding: 10px 0;
	background-color: #FFF;
}

#main .information .total dl dt {
	text-indent: 15px;
	float: left;
}

#main .information .total dl dd {
	padding-right: 15px;
	text-align: right;
}

#main .information .total dl dt:nth-child(1),
#main .information .total dl dd:nth-child(2) {
	font-size: 140%;
}

#main .information .total dl dd:nth-child(2) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EDEDED;
	color: #CC0033;
}
#main .information .total dl dd.submit {
	margin-top:0 !important;
	padding-top:0 !important;
}
#main .information .total dl dd + dd.submit {
	padding-left: 15px;
}

#main .information .total dl dd span {
	color: #CC0033;
}

#main .information .total dl dd a {
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
	text-decoration: none;
	width: 50%;
	background-color: #666;
	text-align: center;
	border-radius: 6px;
	color: #FFF;
}

#main .information .btn {
	margin: 15px;
}

#main .information .btn .goTop:first-child {
	width: 30%;
	float: left;
}

#main .information .btn .goTop:last-child {
	width: 60%;
	float: right;
}

#main .information .btn .goTop:last-child a {
	margin-bottom: 10px;
	background: #CC0033 url(/m/images/c/common/icon_10.gif) no-repeat 95% center !important;
	background-size: 8px auto;
}

#main .btmBtn {
	margin-bottom: 20px;
}

#main .btmBtn a {
	background: #CC0033 url(/m/images/c/common/icon_10.gif) no-repeat 95% center !important;
	background-size: 8px auto;
}

#main .information .btn.btn-agreement li {
	position: relative;
	padding-top: 2.5em;
}
#main .information .btn.btn-agreement .agreement_text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#main .information .btn.btn-agreement .agreement_text a {
	display: inline;
	background: none!important;
	text-decoration: underline;
	color: red;
}

/*----------------SP-03-01_02-----------------*/
#main .nowCart {
	padding: 40px 0 40px;
	text-align: center;
	color: #CC0033;
}

#main .cartProduct {
	margin: -20px -10px 0;
	padding-top: 15px;
	background-color: #FFF;
	/*以下追記*/
	margin-bottom: 67px;
}

/*追記*/
#main .cartProduct .flex-control-nav a {
}

#main .cartProduct .flex-direction-nav a {
}

#main .cartProduct .minHeight {
	padding-bottom: 15px;
}

#main .cartProduct ul {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 96%;
	text-align: center;
}

#main .cartProduct ul li {
	/*margin-right: 4%;
	padding-right: 4%;
	width: 28%;
	float: left;*/
	border-right: 1px solid #EDEDED;
	box-sizing:border-box;
}

#main .cartProduct ul li img {
	margin-bottom: 5px;
	width:90% !important;
	height:auto;
}

#main .cartProduct ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#main .cartProduct ul li p {
	text-align: center;
}

#main .cartProduct .minHeight .special {
	margin-top: 5px;
	color: #999;
	font-size: 90%;
}

#main .cartProduct .minHeight .special .col01 {
	color: #5EB7B6;
}

#main .cartProduct .minHeight .special .col02 {
	color: #669966;
}

#main .cartProduct .minHeight .special .col03 {
	color: #666699;
}

#main .cartProduct .minHeight .special .col04 {
	color: #996699;
}

#main .cartProduct ul li .price {
	padding-top: 5px;
	border-top: 1px solid #999;
	letter-spacing: -2px;
}

#main .cartProduct .link {
	padding: 15px 0;
	clear: both;
	text-align: center;
	background-color: #EDEDED;
}

#main .cartProduct .link a {
	padding-right: 20px;
	display: inline-block;
	text-decoration: none;
	background: url(/m/images/c/common/icon_07.gif) no-repeat right center;
	background-size: 11px 6px;
}

#main .cartProduct .slides li a {
	display: block;
	text-decoration: none;
}

.noItemBottom {
	padding-top: 20px;
}

/*----------------SP-03-03-----------------*/
#main .informationTxt li {
	margin: 0 0 10px 15px;
	text-indent: -15px;
}

/*----------------SP-03-04-----------------*/
#main #fChoice {
	width: 70%;
}

#main dl.giftOption {
	margin: 20px 0 0 20px;
}
#main dl.giftOption dd {
	border: none;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#receipt-accordion-body {
    display: none;
}


/*----------------SP-03-06-----------------*/
#main .process {
	margin: 0 -15px 20px;
	text-align: center;
	position: relative;
}

#main .process li {
	margin-right: 2px;
	padding-right: 11px;
	display: inline-block;
	text-align: center;
	font-size: 70%;
	vertical-align: top;
	width: 15%;
	color: #999;
	background: url(/m/images/c/common/icon_05.gif) no-repeat right 15px;
	background-size: 6px 9px;
	letter-spacing: -2px;
}

#main .process li span {
	margin-bottom: 5px;
	padding: 10px 0;
	display: block;
	background-color: #FFF;
	font-size: 120%;
	color: #CCC;
}

#main .process li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#main .process .current {
	color: #666;
}

#main .process .current span {
	color: #666;
	background-color: #EDE3C8;
}

#main .noteConfirm h2 {
	margin: 0 -15px 20px;
	padding: 8px 15px;
	color: #FFF;
	background-color: #999;
}

#main .noteConfirm .imgBox {
	margin-bottom: 50px;
}

#main .noteConfirm .imgBox .right {
	width: 40%;
	float: right;
}

#main .noteConfirm .imgBox .right p span {
	display: block;
	margin-left: 80px;
}

#main .noteConfirm .imgBox .right img {
	margin: 0 0 25px 25px;
	display: block;
}

#main .noteConfirm .goTop {
	clear: both;
}


.agreeText2{
	padding:0px 0 15px 0;
	text-align:center;
	font-size: 70%;
	color:#FF005E;
	}
.agreeText3{
	padding:0px 0 15px 0;
	text-align:center;
	font-size: 70%;
	color:#666699;
	}
.agreeText4{
	padding:0px 0 15px 0;
	text-align:center;
	font-size: 85%;
	color:#666666;
	}



/*----------------SP-03-07-----------------*/
#main .area p {
	text-align: center;
}

#main .thankOrder {
	margin: 30px 0 40px;
}

#main .thankOrder p {
	margin-bottom: 15px;
	text-align: center;
}

#main .thankOrder p.tLeft {
	text-align: left;
}

#main .thankOrder .goTop {
	padding-top: 40px;
}

/*----------------SP-03-09-----------------*/
#main .goTop.mb40 {
	margin-bottom: 40px;
}
#main .goTop.mt10 {
	margin-top: 10px;
}



/*----------------SP-02-16(マイページ)-----------------*/
#main .mypage,
#main .pointSec01,
#main .pointSec02 {
	margin: -20px -15px 20px;
	padding: 20px 15px;
	background-color: #FFF;
}

#main .mypage .ttl {
	margin-bottom: 20px;
	text-align: center;
}

#main .mypage .ttl span {
	font-size: 120%;
}

#main .mypage .memberRank {
	padding: 20px;
	background-color: #EDE3C8;
}

#main .mypage .memberRank .t_center {
	margin-bottom: 15px;
}

#main .mypage .memberRank {
	margin-bottom: 20px;
}

#main .mypage .memberRank .t_center .bgCol {
	margin: 0 5px;
	padding: 2px 5px;
	border: 2px solid;
}

#main .mypage .memberRank .t_center #REGULAR {
	border-color: #999;
	background-color: #666;
	color: #fff;
}

#main .mypage .memberRank .t_center #SILVER {
	border-color: #fff;
	background-color: #999999;
	color: #fff;
}

#main .mypage .memberRank .t_center #GOLD {
	border-color: #fff;
	background-color: #cc9933;
	color: #fff;
}

#main .mypage .memberRank .t_center #PLATINUM {
	border-color: #fff;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #ffffff), color-stop(0.50, #999999), color-stop(0.25, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 25%, #999999 50%, #ffffff 75%);
	background: -moz-linear-gradient(top, #ffffff 25%, #999999 50%, #ffffff 75%);
	background: -o-linear-gradient(top, #ffffff 25%, #999999 50%, #ffffff 75%);
	background: -ms-linear-gradient(top, #ffffff 25%, #999999 50%, #ffffff 75%);
	background: linear-gradient(top, #ffffff 25%, #999999 50%, #ffffff 75%);
	color: #cc0033;
}

#main .mypage .memberRank .t_center .col {
	font-size: 120%;
	color: #000;
}

#main .ranksTxt {
	text-align: right;
}

#main .mypage .ranksTxt {
	margin: 0 -15px 20px;
	padding: 0 15px 15px;
	border-bottom: 2px solid #EDEDED;
}

#main .mypage .memberBnr {
	text-align: center;
	margin-bottom: 30px;
}

#main .mypage dl {
	text-align: center;
	line-height: 1.4;
}

#main .mypage dl dt {
	margin-bottom: 5px;
	color: #000;
}

#main .mypage dl dd p {
	text-align: left;
}

#main .pointSec01 dl {
	margin-bottom: 20px;
}

#main .pointSec01 dl dt {
	padding: 5px 0;
	background-color: #EDE3C8;
	text-align: center;
	line-height: 2.5;
}

#main .pointSec01 dl dt span {
	font-size: 120%;
	color: #000;
}

#main .pointSec01 dl dd {
	padding: 15px;
	background-color: #F7F1E0;
}

#main .pointSec01 dl dd .goTop {
	margin: 10px auto 0;
	width: 60%;
}

#main .pointSec02 dl {
	margin: 0 -15px;
}

#main .pointSec02 dl dt {
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 120%;
}

#main .pointSec02 dl dd {
	margin-bottom: 10px;
	padding: 0 15px 10px;
	border-bottom: 2px solid #EDEDED;
}

#main .pointSec02 dl dd span {
	display: block;
	color: #999;
}

#main .processUl {
	margin-bottom: 15px;
}

#main .processUl li {
	width: 48%;
	float: left;
}

#main .processUl li:nth-child(2),
#main .processUl li:last-child {
	float: right !important;
}

#main .processUl li span {
	margin-bottom: 10px;
	display: block;
}

#main .shopSec {
	margin: -20px -10px 0;
	padding-top: 20px;
	background-color: #fff;
}

#main .shopSec .section {
	margin-bottom: 15px;
	padding: 0 25px 15px 15px;
	border-bottom: 2px solid #EDEDED;
	background: url(/m/images/c/common/icon_04.gif) no-repeat 98% center;
	background-size: 7px 14px;
	clear: both;
}

#main .shopSec .section .left {
	width: 33%;
	float: left;
	text-align: center;
}

#main .deleteLink {
	margin-top: 8px;
	background-color: #666;
	border-radius: 0px;
	width:40%;
}

#main .deleteLink a {
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
}

#main .deleteLink a span {
	padding-left: 20px;
	background: url(/m/images/c/common/icon_16.gif) no-repeat 6px center;
	background-size: 8px 8px;
}

#main .shopSec .section .right {
	/*
	width: 57%;
	float: right;
	*/
}

#main .shopSec .section .right .ttl {
	margin-bottom: 10px;
}
#main .shopSec .section .right .ttl a {
	color: #000;
}

#main .shopSec .section .right .txtBg {
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	background-color: #999;
}

#main .shopSec .link {
	padding: 15px 0;
	clear: both;
	text-align: center;
	background-color: #EDEDED;
}

#main .shopSec .link a {
	padding-right: 20px;
	display: inline-block;
	text-decoration: none;
	background: url(/m/images/c/common/icon_07.gif) no-repeat right center;
	background-size: 11px 6px;
}

.priceOff {
	color: #C00;
}

#goTopHeader {
	padding: 10px 15px 20px;
	font-size:11px;
}


/*--------2016/05追記------------*/
#main .mypage{
	margin: -20px -15px 0px;
}

.mypageTtl{
	font-size:14px;
	text-align:center;
	padding:15px 0px;
	line-height:1;
	background:#e7e7e7;
	margin:0 -10px 25px;
}
h1.mypageTtl{
	margin:-10px -10px 25px;
}

#mypage_topnavi{
	margin:0 -10px 20px -10px;
	padding:0px 10px 15px 10px;
	border-bottom:1px solid #d4d4d4;
}
#mypage_topnavi ul{
	overflow:hidden;
	margin-bottom:12px;
}
	#mypage_topnavi ul li{
		width:25%;
		float:left;
		text-align:center;
		height:60px;
		font-size:8px;
	}
		#mypage_topnavi ul li a{
			display:table;
			height:100%;
			margin:0 auto;
			min-width:57px;
		}
			#mypage_topnavi ul li a span{
				display:table-cell;
				vertical-align:middle;
			}
			#mypage_topnavi ul li a span:first-child{
				display:table-row;
			}


.userArea{
	border:1px solid #cccccc;
	margin-bottom:22px;
	padding-top:100px;
}
	.userArea#mypage_top_platinum{
		background:url(/m/images/c/common_new/mypage_rank_platinum.png) 50% 10px no-repeat;
		background-size:140px auto;
	}
	.userArea#mypage_top_gold{
		background:url(/m/images/c/common_new/mypage_rank_gold.png) 50% 10px no-repeat;
		background-size:140px auto;
	}
	.userArea#mypage_top_silver{
		background:url(/m/images/c/common_new/mypage_rank_silver.png) 50% 10px no-repeat;
		background-size:140px auto;
	}
	.userArea#mypage_top_regular{
		background:url(/m/images/c/common_new/mypage_rank_regular.png) 50% 10px no-repeat;
		background-size:140px auto;
	}
	
	.userArea#mypage_top_diamond{
		background:url(/m/images/c/common_new/mypage_rank_diamond.png) 50% 10px no-repeat;
		background-size:140px auto;
	}

	/*=======================*/
	.userArea svg {
		width:100%;
		background:none !important;
	}
	.userArea path {
		fill:#999;
	}
		.userArea#mypage_top_platinum path{
			fill:url(#gradient_platinum);
		}
		.userArea#mypage_top_gold path{
			fill:#f4ebca;	
		}
		.userArea#mypage_top_silver path{
			fill:#dde7f0;
		}
		.userArea#mypage_top_regular path{
			fill:#707070;
		}
		
		.userArea#mypage_top_diamond path{
			fill:url(#gradient_diamond);
		}
		
		
	.graph_circle_wrap{
		position:relative;
		border:5px solid #777777;
		width:180px;
		height:180px;
		border-radius:100px;
		background:#f7f7f7;
		margin:0 auto 1px;
	}
		/*
		.userArea#mypage_top_diamond .graph_circle_wrap{
			background:#e8ecfc;
		}
		*/
	
	.graph_circle{
		position:absolute;
		top:0;
		left:0;
		width:180px;
		height:180px;
	}
	.graph_circle#myGraph1{
		opacity:0.4;
	}
	.graph_circle#myGraph2{
		opacity:0.7;
	}
	.graph_circle#myGraph3{
		opacity:1;
	}
		/*
		.userArea#mypage_top_diamond .graph_circle#myGraph1{
			opacity:0.15;
		}
		.userArea#mypage_top_diamond .graph_circle#myGraph2{
			opacity:0.4;
		}
		.userArea#mypage_top_diamond .graph_circle#myGraph3{
			opacity:1;
		}
		*/

	
	.graph_circle path:nth-child(2){
		fill:none !important;
	}
	
	#graph_circle_inner{
		border-radius:100px;
		background:#fff;
		text-align:center;
		width:140px;
		height:140px;
		position:absolute;
		top:20px;
		left:20px;
		z-index:50;
		
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		
		padding-top:21px;
	}
		#graph_circle_inner_txt1{
			color:#fff !important;
			font-size:9px;
			/*
			font-weight:bold;
			*/
			background:#ff5c5c;
			border-radius:50px;
			padding:5px 0;
			width:90px;
			margin:0 auto 8px;
			line-height:1;
		}
		#graph_circle_inner_num{
			font-size:13px;
			line-height:1;
			margin:0 auto 5px;
		}
			#graph_circle_inner_num span{
				font-size:40px;
				color:#ff5c5c;
				letter-spacing:-2px;
				padding-right:2px;	
			}
			
		#graph_circle_inner_txt2{
			font-size:9px;
		}

#myPoint_now{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:-20px 0px 10px;
}
	#myPoint_now strong{
		font-size:30px;
	}
	#myPoint_now span{
		font-size:18px;
	}

.mypageTable{
	width:100%;
}
	.mypageTable th,
	.mypageTable td{
		padding:10px 5px;
		text-align:center;
	}
	.mypageTable th{
		background:#777777;
		color:#fff;
		font-size:9px;
	}
	.mypageTable td{
		width:50%;
		color:#777777;
		background:#f7f7f7;
	}
	.mypageTable td.mypageTable_satei{
		width:auto;
		background:#e7e7e7;
	}
		.mypageTable td .mypageTable_txt1{
			font-size:10px;
			font-weight:bold;
		}
		.mypageTable td .mypageTable_value{
			font-size:15px;
			font-weight:bold;
			color:#ff5c5c;
			margin-bottom:3px;
		}
		.mypageTable td .mypageTable_txt2{
			font-size:7px !important;
		}
		.mypageTable td.mypageTable_satei .mypageTable_txt2{
			font-size:8px;
		}

	
#gradient_wrap{
	height:0px;
}

	

.mypage_rank_txt{
	text-align:center;
	font-size:9px;
	margin-bottom:10px;
}



a.link_defo{
	text-decoration:underline !important;
}

#mybarcodeArea{
	text-align:center;
	padding:20px;
	border:1px solid #d4d4d4;
	font-size:10px;
	font-weight:bold;
	margin-bottom:15px;
}
	#mybarcodeArea p:first-child{
		margin-bottom:20px;
	}
	#mybarcodeArea a{
		display:block;
		font-size:11px;
		color:#fff;
		text-decoration:none;
		padding:15px 0;
		line-height:1;
		background:#666666;
	}


#mycouponArea{
	font-size:9px;
}
	#mycouponArea dl dt{
		margin-bottom:5px;
	}

.mypage_deleteLink{
	text-align:center;
}
.mypage_deleteLink a{
	background:url(/m/images/c/common_new/close_btn.png) 0 0 no-repeat;
	background-size:20px auto;
	display:block;
	width:20px;
	height:20px;
	margin:0 auto;
}
.mypage_deleteLink a span{
	display:none;
}

#mypage_favoriteItem .ItemList3 li,
#mypage_favoriteStyling .ItemList3 li{
	position:relative;
	padding-bottom:22px;
	min-height:90px;
	overflow:hidden;	
}

	#mypage_favoriteItem .ItemList3 li .itemName,
	#mypage_favoriteStyling .ItemList3 li .itemName{
		text-align:center;
	}
	
	#mypage_favoriteItem .ItemList3 li .itemImg,
	#mypage_favoriteStyling .ItemList3 li .itemImg {
		text-align: center;
		margin-bottom: 0px;
		padding: 0 0px;
	}
	
	#mypage_favoriteItem .ItemList3 li .mypage_deleteLink,
	#mypage_favoriteStyling .ItemList3 li .mypage_deleteLink {
		position:absolute;
		bottom:0px;
		left:50%;
		margin-left:-10px;
	}
	
#my_choiceShop{
	margin-bottom:20px;
}
	#my_choiceShop ul{
		border:1px solid #d4d4d4;
		border-top:none;
	}
	#my_choiceShop ul li{
		border-top:1px solid #d4d4d4;
		padding:16px 50px 16px 16px;
		position:relative;
	}
		#my_choiceShop .more_itemBox ul li:first-child{
			border-top:none !important;
		}
		
	#my_choiceShop ul li:last-child{
	}
		#my_choiceShop ul li a{
			display:block;
		}
		#my_choiceShop ul li dt{
			margin-bottom:5px;
			font-size:11px;
		}
		#my_choiceShop ul li dd{
			font-size:9px;
		}
		#my_choiceShop ul li .mypage_deleteLink {
			position:absolute;
			top:50%;
			right:15px;
			margin-top:-10px;
		}
	
	#my_choiceShop .more_itemBox {
    	margin-bottom: 0px;
	}
		#my_choiceShop .more_itemBox ul{
		}
	
	#my_choiceShop .more_btnTop{
		margin-left:0px;
		margin-right:0px;
		margin-top:20px;
	}
	



/*----------------SP-02-07-----------------*/
#main .shippingSection .submit li {
	width: 100%;
}

#main .shippingSection .formOption .selectWid {
	width: 100%;
}

#main .shippingSection .formOption dd:nth-child(2) ul li {
	width: 48%;
	float: left;
}

#main .shippingSection .formOption dd:nth-child(2) ul li:last-child {
	float: right;
}

#main .shippingSection .formOption dd:nth-child(2) ul li input {
	width: 100%;
}

#main .shippingSection .formOption dd:nth-child(2) ul li:first-child input[type=submit] {
	background: #999 url(/m/images/c/common/icon16.gif) no-repeat 95% center;
	background-size: 8px auto;
}

#main .shippingSection .formOption .nameOption li span {
	margin-left: 7%;
	color: #CC0033;
}

/*----------------SP-02-09-----------------*/
#main .addSection p {
	margin: 20px 0 50px;
	text-align: center;
}

#main .addSection .thanksUl li:first-child a {
	background: #999 url(/m/images/c/common/icon_02.gif);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-size: auto 10px;
}

/*----------------SP-03-02-----------------*/
#main .recSection .selectUl {
	margin: 0 -15px;
	padding: 15px 15px 1px 15px;
	background-color: #FFF;
}

#main .recSection .selectUl li {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #EDEDED;
	overflow: hidden;
}

#main .recSection .selectUl li label {
	display: block;
}

#main .recSection .selectUl .current {
	color: #FFF;
	background-color: #999;
}

#main .recSection .selectUl li input {
	float: left;
}

#main .recSection .selectUl li span {
	float: left;
	display: block;
}

#main .recSection .selectUl li .member {
	margin: 23px 15px 0 10px;
	font-size: 120%;
}

#main .recSection .selectUl li span strong {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: normal;
}

#main .recSection .selectUl li input {
	margin-top: 0;
	float: none;
}

#main .recSection .selectUl li:last-child {

}

#main .recSection .last li:first-child {
	letter-spacing: -1px;
}

#main .recSection .last li:last-child {
	padding-left: 0;
	color: #CC0000;
	background: none;
}

#main .recSection .red {
	padding: 0 15px 15px 15px;
	margin: -10px -15px 15px -15px;
	background: #FFF;
}

/*----------------SP-03-05-----------------*/
#main .orderSection h2 {
	margin: 0 -15px 15px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
}

#main .orderSection .methodDl {
	margin-bottom: 20px;
}

#main .orderSection .methodDl dt {
	margin: 0 0px 5px 10px;
	/*color: #FFF;*/
	/*background: #999; */
}
#main .orderSection .methodDl dt.bo_line {
	border-top: 1px solid #ededed;
}

#main .orderSection .methodDl label {
	display: block;
	padding: 8px 8px;
}

#main .orderSection .methodDl .current label {
}

#main .orderSection .methodDl dt li.current {
	background : none!important;
}
#main .orderSection .methodDl dd {
	margin: 0 0 10px 10px;
	padding-left: 10px;
}



#main .orderSection #paymentBox.methodDl > dd{
	display:none;
}



#main .orderSection .methodDl dd input[type="radio"] {
	margin-left: -15px;
}

#main .orderSection .methodDl dd .listDl {
	padding-top: 5px;
}

#main .orderSection .methodDl dd .listDl dt {
	margin: 0 0 5px;
	padding: 0;
	float: left;
	color: #666;
	background: none;
}

#main .orderSection .methodDl dd .listDl dd {
	margin: 0 0 5px;
	/*
	padding: 5px 0 10px 9.2em;
	*/
	padding: 5px 0 10px 8em;
	background: none;
}

#main .orderSection .methodDl dd .listDl dd input {
	width: 94%;
}

#main .orderSection .methodDl dd .listDl dd select {
	width: 98%;
}

#main .orderSection .methodDl dd .listDl dd ul {
	padding-right: 20px;
}

#main .orderSection .methodDl dd .listDl dd ul li {
	background: url(/m/images/c/common/bg_01.gif) no-repeat right center;
	background-size: 20px 2px;
	margin-bottom: 15px;
}

#main .orderSection .methodDl dd .listDl dd ul li input {
	width: 75%;
}

#main .orderSection .methodDl dd .listDl dd ul li:last-child {
	background: none;
}

#main .orderSection .methodDl dd .ck {
	vertical-align: -2px;
}

#main .orderSection .methodDl dd label {
	display: block;
	padding: 10px 28px;
}

#main .orderSection .methodDl dd label.current {
	background-color: #999999;
	color: #ffffff;
}

#main .orderSection .couponUl {
	margin-bottom: 20px;
}

#main .orderSection .couponUl li {
	padding: 10px 28px;
	margin-bottom: 5px;
	/*background-color: #ddd;*/
}
#main .orderSection .couponUl li.current {
	background-color: #999999;
	color: #ffffff;
}

#main .orderSection .couponUl li label {
	display: block;
}

#main .orderSection .couponUl li input[type="text"],
#main .orderSection .couponUl li input[type="tel"]{
	margin-right: 5px;
	margin-top: 15px;
	width: 80%;
	vertical-align: bottom;
}

#main .orderSection .couponUl li input[type="radio"] {
	margin: 0 5px 0 -24px;
}

#main .orderSection .fontS {
	margin-bottom: 10px;
	font-size: 70%;
}

#main .orderSection .fontS2 {
	margin-bottom: 10px;
	font-size: 80%;
}
#main .orderSection .fontL {
	font-size: 120%;
}

#main .file_box{
	width:90% !important;
	overflow:hidden;
}

#main .orderSection .lastDl {
	margin-bottom: 30px;
}

#main .orderSection .lastDl dt {
	width: 70%;
}

#main .orderSection .lastDl dd {
	padding-left: 0;
	background: none;
}

#main .orderSection .lastDl dd input {
	width: 61%;
	margin-right: 5px;
}

#main .orderSection .txt01 {
	margin: 0 -15px;
	padding: 30px 15px;
	text-align: center;
	color: #FF0000;
	background-color: #FFF;
	border: 4px solid #666;
}

#main .orderSection .colTxt {
	margin-top: 5px;
	color: #CC0033;
}
#main .orderSection .colTxt2 {
	margin-top: 5px;
	margin-left:18px;
}

#main .orderSection .methodDl ul li label {
	display: block;
}

#main .orderSection .methodDl #fYear {
	margin-right: 2px;
	width: 80px !important;
}

#main .orderSection .methodDl #fMonth {
	margin-right: 2px;
	/* width: 20%; */
	width: auto;
}

#main .orderSection .txt02 {
	margin: 0 0px 20px;
	font-size: 85%;
}

#main .orderSection .txt03 {
	margin: 20px 0;
	text-align: center;
}

#main .orderSection .txt03 span {
	color: #CC0033;
	font-size: 120%;
}

/*----------------SP-03-09-----------------*/
#main .orderHistory dd .link {
	display: block;
	position: absolute;
	right: 0;
	height: 98%;
	margin-top: -90%;
	width: 100%;
	z-index: 100;
	text-decoration: none;
}

#main .step {
	margin: 0px -15px 10px -15px;
	font-size: 70%;
}

#main .step li {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

/*
#main .step li.step06 {
	width: 15%;
}
*/

#main .step li.step06 span {
	margin-right: -2px;
	background: #FFF;
}

#main .step li span {
	margin: 0 0 5px -8px;
	color: #999;
	font-size: medium;
	display: block;
	line-height: 37px;
	background: url(/m/images/c/common/bg_02.png) no-repeat right center;
	background-size: auto 100%;
}

#main .step li.current {
	color: #000000;
}

#main .step li.current span {
	background: url(/m/images/c/common/bg_03.png) no-repeat right center;
	background-size: auto 100%;
}

#main .step li.step06.current span {
	background: #666;
}

#main .step li.step01 { z-index: 7; }
#main .step li.step02 { z-index: 6; }
#main .step li.step03 { z-index: 5; }
#main .step li.step04 { z-index: 4; }
#main .step li.step05 { z-index: 3; }
#main .step li.step06 { z-index: 2; }
#main .step li.step07 { z-index: 1; }

#main .step li.harf {width: 50%}
#main .step li.harf span {
	background-size: 100% 100%;
}


/*----------------SP-03-06-----------------*/
#main .orderItem {
	margin: 0 -15px;
}

#main .orderItem h2 {
	padding: 8px 15px;
	color: #FFF;
	background-color: #999;
}

#main .orderItem .item {
	padding: 15px;
	background: #FFF;
	border-bottom: 1px solid #EDEDED;
}

#main .orderItem .item .photo {
	width: 30%;
	float: left;
}

#main .orderItem .item .photo img {
	width: 100%;
}

#main .orderItem .item .right {
	width: 60%;
	float: right;
}

#main .orderItem .item .left .name,
#main .orderItem .item .right .name {
	margin-bottom: 10px;
	color: #666;
}

#main .orderItem .item .left .caption,
#main .orderItem .item .right .caption {
	margin-bottom: 10px;
	color: #000000;
}

#main .orderItem .item .left .size,
#main .orderItem .item .right .size {
	margin-bottom: 10px;
	color: #999;
	line-height: 1.5;
}

#main .orderItem .item .left .size dt,
#main .orderItem .item .left .detail dt ,
#main .orderItem .item .right .size dt,
#main .orderItem .item .right .detail dt {
	float: left;
}

#main .orderItem .item .left .size dd,
#main .orderItem .item .right .size dd {
	margin-left: 80px;
}

#main .orderItem .item .left .detail,
#main .orderItem .item .right .detail {
	color: #666;
	line-height: 1.5;
}

#main .orderItem .item .left .detail dd
#main .orderItem .item .right .detail dd {
	text-align: right;
}

#main .orderItem .item .left .annotation {
	margin-bottom: 10px;
}

#main .orderItem .item .left .detail .subtotal b,
#main .orderItem .item .right .detail .subtotal b {
	float: right;
}

#main .orderItem .price {
	background: #FFF;
}

#main .orderItem .price li {
	padding: 10px 15px;
	border-bottom: 1px solid #EDEDED;
}

#main .orderItem .price li span {
	float: right;
}

#main .orderItem .price li.total {
	padding: 15px;
	text-align: center;
	border-bottom: 0;
}

#main .orderItem .price li.total span {
	font-size: 120%;
	color: #CC0033;
	float: none;
}

#main .orderItem .price li.point {
	text-align: center;
	background: #EDEDED;
}

#main .orderItem .detailBox,
#main .orderSec01 .detailBox {
	padding: 15px;
}

#main .orderSec01 .detailBox .annotation {
	margin-top: 5px;
	display: block;
}
#main .orderItem .detailBox dl,
#main .orderSec01 .detailBox dl {
	padding-bottom: 15px;
}

#main .orderItem .detailBox dt,
#main .orderSec01 .detailBox dt,
.cancel_item dt {
	color: #999;
	float: left;
}

#main .orderItem .detailBox dd,
#main .orderSec01 .detailBox dd, 
.cancel_item dd {
	padding-bottom: 5px;
	margin-left: 130px;
}

#main .orderItem .detailBox dd a,
#main .orderSec01 .detailBox dd a{
    text-decoration: underline;
}

#main .orderItem .detailBox .goTop a,
#main .orderSec01 .detailBox .speColor a {
	background: #999 url(/m/images/c/common/icon16.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
}

#main .orderSec01 .detailBox .speColor input {
	border:none;
	background: #999 url(/m/images/c/common/icon16.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
	width: 100%;
}
.cancel_order{
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.cancel_headline{
	background-color: #999;
	color: #fff;
	margin: 0 0 15px;
	padding: 15px;
}
.cancel_headline dt{
	clear: both;
	float: left;
	font-weight: bold;
}
.cancel_headline dd{
	margin-left: 140px;
	padding-bottom: 5px;
}
.cancel_items{
	padding: 0 15px 15px;
}
.cancel_item{
	border: 1px solid #ededed;
	margin-bottom: 15px;
	padding: 10px;
}
.cancel_priceDetail{
	text-align: right;
}
.cancel_priceDetail dt{
	color: #999;
	float: left;
}
.cancel_priceDetail dd{
	margin-left: 130px;
	padding-bottom: 5px;
}
.cancel_btnArea{
	text-align: center;
}
.cancel_btn{
	display: inline-block;
	margin-bottom: 10px;
}
#main .orderItem .submitBox {
	padding: 15px;
	text-align: center;
	background: #FFF;
}

#main .orderItem .submitBox .submit {
	padding-top: 15px;
}

#main .orderItem .submitBox .submit input {
	background: #CC0033 url(/m/images/c/common/icon17.gif);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
}

#main .brandSection .logoUl {
	margin-top: -17px;
	background-color: #FFF;
}

#main .brandSection .logoUl li {
	width: 50%;
	padding: 10px 0;
	float: left;
	font-size: 70%;
	color: #CCC;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #EDEDED;
}

#main .brandSection .logoUl li img {
	margin-bottom: 5px;
}

#main .brandSection .logoUl li label input {
	position: absolute;
	left: 3%;
	top: 20%;
}

#main .brandSection .logoUl li:nth-child(6) img {
	padding-left: 8px;
}

#main .brandSection .logoUl li:nth-child(odd) {
	margin-left: -1px;
	border-right: solid 1px #EDEDED;
}

#main .brandSection .logoUl li .goTop {
    margin: 10px 7px 0;
}

#main .orderSec01 .detailBox {
	margin: -20px -15px 0;
	padding: 20px 15px;
	background-color: #FFF;
}

#main .orderSec01 .detailBox .speColor {
	margin: 0 -15px;
	padding: 0 15px 20px;
	border-bottom: 2px solid #EDEDED;
}

#main .orderSec01 .specialBox {
	margin: 20px -15px 0;
}

#main .orderSec01 .detailBox .txtColor {
	text-align: center;
	color: #999;
}

#main .formOption .callTxt {
	margin: 15px 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

#main .formOption .nameOption .nameTxt {
	color: #CC0033;
	width: 93%;
	float: right;
}

/*----------------SP-02-11-----------------*/
#main .pwrSection .submit li {
	width: 100%;
}


/*----------------SP-02-28-----------------*/
/*
#main .formRegister dd:nth-child(2),
#main .formRegister dd:nth-child(5) {
	margin: 0 -15px 15px;
	padding: 0 15px 15px;
	border-bottom: solid 1px #FFF;
}
*/


/*----------------SP-02-35-----------------*/
#main .imgCode img {
	width: 100%;
}

#main .pd10 {
	padding-bottom: 10px;
}

#main .pdSec {
	margin-top: -20px;
	padding-top: 20px;
}

#main .pdSec p {
	margin: 40px 40px;
}

#main .listSection {
	margin: 0 -15px;
	clear: both;
}

#main .listSection .left {
	float: left;
	width: 43px;
	height: 36px;
	background-color: #B5B5B5;
}

#main .listSection .right {
	float: right;
	width: 43px;
	height: 36px;
	background-color: #B5B5B5;
}

#main .listSection ul {
	padding: 10px 0;
	height: 8px;
	text-align: center;
}

#main .listSection ul li {
	display: inline;
}

#main .listSection ul li a {
	background-color: #CCC;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
}

#main .listSection ul li:first-child a,
#main .listSection ul li a:hover {
	background-color: #999;
}

#main .shopSec .noBorder {
	margin-bottom: 0;
	border: none;
}

#main .mb20 {
	margin-bottom: 20px !important;
}

.more {
	text-align:center;
	border-bottom: 2px solid #CCC;
}

.more a {
	display: block;
	padding: 10px;
	background:url(/m/images/c/btn_arrow_wh_down.png) 95% 50% no-repeat;
	background-size: 11px 6px;
	
}

/* 開閉ボタン */
.toggleBtn {
	position: relative;
}
.toggleBtn::after {
	position: absolute;
	top:50%;
	margin-top:-9px;
	right:15px;
	display: block;
	content: "▽";
}
.toggleBtn.barUp:after {
	position: absolute;
	top:50%;
	margin-top:-9px;
	right:15px;
	display: block;
	content: "△";
}
.toggleBtn+dd {
	display: none;
}
.more a.barUp {
	background:url(/m/images/c/btn_arrow_wh_up.png) 95% 50% no-repeat;
	background-size: 13px auto;
}

#main .switch .barUp{
	background:url(/m/images/c/btn_arrow_wh_down.png) 96% 50% no-repeat;
	background-size: 13px auto;
}

.toggelCloseTxt {
	display: none;
}

.slideBlock {
	display: none;
}

/* フォームボタン */

label {
	display: block;
	border-radius: 0px;
	padding: 10px 20px;
}

.current label {
}

#main .btmBtn input {
	background: #CC0033 url(/m/images/c/common_new/arrow_r_w.png) no-repeat 95% 50%;
    background: #CC0033 url(/m/images/c/common_new/arrow_r_w.png) no-repeat calc(100% - 15px) 50%;
    background-size: auto 10px;
	border: none;
	width: 100%;
	font-size: 100%;
	line-height: 1.2;
    height:45px;
}

a.comRounded {
	width: 100%;
	display: block;
	padding: 10px 0!important;
	text-decoration: none;
}


/* ボタンM */
.btnMwrap {
	margin:0 auto;
	margin-bottom:10px;
}

.btnSwrap {
	margin:15px auto 0;
}

.btnMwrap .btnLeft {
	width:49%;
	float:left;
}

.btnMwrap .btnRight {
	width:49%;
	float:right;
}

.btnL a,
.btnLeft a,
.btnRight a,
.btnLeftS a,
.btnRightS a {
	display:block;
	padding:12px 10px 12px 4px;
	text-align:center;
	font-size:90%;
	text-decoration: none;
}
.btnGray {
	background:#666666;
}

.btnGray a,
.btnGray input {
	color: #fff!important;
	
	background: #666 url(/m/images/c/common_new/arrow_r_w.png) no-repeat 95% 50%;
    background: #666 url(/m/images/c/common_new/arrow_r_w.png) no-repeat calc(100% - 15px) 50%;
    background-size: auto 10px;
}

.btnBack a {
    background-image: url(/m/images/c/common_new/arrow_l_w.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-size: auto 10px;
	padding-left: 8%;
}

.brandTop {
	margin-top: 50px;
}

#main .submit .btnRed {
	background-image: url(/m/images/c/common/icon_18.gif);
	background-color: #d90404;
}

/* 閲覧履歴 */
.showHistoryWrap{
	margin-left: -10px !important;
	margin-right: -10px !important;
}
#showHistory{
	display: flex;
	flex-wrap: wrap;
}
	#showHistory li {
		position: relative;
		width: calc(33.333% - 2px);
		margin: 0 3px 20px 0;
	}
	#showHistory li:nth-of-type(3n) {
		margin-right: 0;
	}
	#showHistory li a{
		position: relative;
		display: block;
	}
	#showHistory li .showHistory__ph{
		line-height: 0;
		margin-bottom: 5px;
	}
	#showHistory li img {
		width: 100%;
	}
	#showHistory li .showHistory__brand{
		display: block;
		font-size: 10px;
    	color: #808080;
		padding: 0 5px;
	}

#main .brandSection.noHistory {
	background: none;
}

#main .brandSection.noHistory p {
	padding: 40px 0;
	text-align: center;
}



/*----------------SP-02-40-----------------*/

.btnL {
	width:94%;
	margin:30px auto 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom:10px;
}
.btnL a {
	text-decoration:none;
}

#main .brandSection .twocol li {
	width:50% !important;
	float:left !important;
}



/*----------------SP-03-17-----------------*/
table.presentTbl{
	width:100% !important;
	margin-bottom:20px;
}
table.presentTbl td{
	padding:10px 5px;
	border-bottom:1px solid #ffffff;
}
table.presentTbl td.check_cell{
	width:7%;
	vertical-align:middle !important;
}
table.presentTbl td.present_photo_cell{
	width:20%;
}
table.presentTbl td.present_photo_cell img{
	width:100%;
	height:auto;
}

.label_account{
	display:inline-block !important;
}


/*----------------SP-03-xx-1 -----------------*/


.contents_recommend{
	margin: 0 -15px !important;
	background: #FFF;
	padding-top:30px;
}
h2.contentsTtl_recommend{
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #FFF;
	background: #333;
	position: relative;
	clear: both;
}

h2.contentsTtl_recommend:before{
	width: 0;
    height: 0;
	bottom: -10px;
	position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #333;

	content: "";
}

.itemRecommendSlideBox{
	padding: 0 0px 67px 0px !important;
	position: relative;
	overflow:hidden;
}



/*----------------other-----------------*/
.magazineList li{
	float:left !important;
	width:49% !important;
}



/*----------------SP-02-42-----------------*/


.main2{
	padding:20px 20px 0px 20px;
}
.main2 .goTop a{
	padding: 10px 0;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	background: #666 url(/m/images/c/common/icon_01.gif) ;
	
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
	
	border-radius: 0px;
	border: 0;
	text-decoration: none;
}

.contribute_wrap{
	padding: 0px 15px 20px 15px !important;
	overflow:hidden;
}
#main .contribute_box{
	margin: 0 -15px;
	font-size: 100%;
}
#main .contribute_item{
	padding:15px;
	border-bottom:1px solid #cccccc;
}
#main .contribute_item:last-child{
	border-bottom:none;
}
#main .contribute_item .ph{
	width:20%;
	float:left;	
}

#main .contribute_item dl{
	width:78%;
	float:right;
}

#main .contribute_item dl dt {
	color: #999;
	float: left;
}

#main .contribute_item dl dd {
	padding: 0 0 10px 4.5em;
	color: #000000;
}
#main .contribute_item dl dd strong{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	font-size:100%;	
}

#main .contribute_item .deleteLink {
	margin-top: 8px;
	background-color: #666;
	border-radius: 0px;
	text-align:center !important;
}


#contribute_list{
	padding-top:20px;
}
#contribute_list ul{
	border-bottom:6px solid;
	border-color:#666666;
}

#contribute_list ul li{
	width:40%;
	float:left;
}
#contribute_list ul li.list_end{
	width:60%;
}

#contribute_list ul li a{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:10%;
	color:#ffffff;
	background:#CCCCCC url(/m/images/c/btn_arrow_lg_right.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
}

#contribute_list ul li span{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:10%;
	color:#ffffff;
	background:#666666 url(/m/images/c/btn_arrow_dg_right.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;
}

.contribute_head {
	margin-top: 0px !important;
}

/*----------------SP-02-39-1 -----------------*/

.btn_attention{
	background-image: url(/m/images/c/btn_arrow_grB_right.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 5.5px 10px;
	background-size: 5.5px 10px;
  border: 2px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 10px 30px 10px 20px;
  text-decoration: none;
}


/*----------------SP-04-01 ブランド統合-----------------*/

label.inline {
	display:inline-block !important;
	border-radius: 7px;
	padding: 10px 0px;
	margin-right:20px;
}

.in_table{
	border:1px dotted #ccc;
	background:#fefefe;
}
.in_table th,
.in_table td{
	padding:8px !important;
}
.in_table th{
	white-space:nowrap !important;
}
.in_table td{
	word-break:break-all !important;
}
.optionSelect {
	display: table;
}
.optionSelect_title {
	display: table-cell;
	width: 162px;
	padding: 10px 0 11px;
}
.optionSelect_name {
	display: table-cell;
}
.optionSelect {
	margin-top: 10px;
}
.optionDesc {
	margin-bottom: 20px;
}
.optionArea {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
.optionArea_inner {
	padding: 15px 0 15px 8px;
}
.optionArea_text {
	line-height: 1.5;
	margin-bottom: 5px;
}
.optionArea_title {
	vertical-align: top;
	border-bottom: none !important;
}
.optionArea_list {
	border-bottom: none !important;
}
.optionArea_list input[type=radio] {
	margin-right: -18px;
	display: inline-block;
}
.optionArea_list label{
	display: inline-block;
	vertical-align: text-top;
	padding: 0 0 0 20px;
}
.erroMsg{
	color: #f00;
	border-bottom: none !Important;
	padding-bottom: 0 !Important;
}
.optionArea_list li {
	display: inline-block;
	width: 47%;
	line-height: 1.5;
	padding: 5px 1.2%;
}
.optionArea_list li img {
	width: 100%;
	height: auto;
}
.optionArea_list li  span {
	display: block;
	margin-bottom: 10px;
}
.optionArea_list {
	margin: 0 !important;
	padding: 5px 0 10px 0 !important;
}
.optionArea.optionArea_last p {
	margin-bottom: 10px;
}
.optionArea.optionArea_last input[type=checkbox] {
	display: inline-block;
	margin-right: 5px;
}
.optionArea.optionArea_last label{
	display: inline-block;
	padding: 0;
}
.dataList_form li {
	display: inline-block;
}

#main .formOption #data-year {
	width: 4em;
	display: inline-block;
}
#main .formOption label {
	display: inline-block;
	vertical-align: middle;
  	padding: 0 10px 0 5px;
}
#main .formOption #data-month,	
#main .formOption #data-day {
	width: 35px;
	display: inline-block;
}

/* アイテムランキング */



/*== ItemList3 ================*/
.ItemList3{
}
.ItemList3 > li{
	position: relative;
	float:left;
	width:32.6%;
	margin-right:1.1%;
	margin-bottom:15px;
	
	font-size:12px;
}
.ItemList3 > li img{
	width:100%;
	height:auto;
}
.ItemList3 > li a{
	display:block;
	position:relative;
	color:#333333;
	text-decoration: none;
}

.ItemList3 > li:nth-child(3n){
	margin-right:0%;
}

.ItemList3 > li span.item_name{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList3 > li span.item_name2{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList3 > li span.item_logo{
	display:block;
	text-align:center;
	border:1px solid #ededed;
}

.ItemList3 > li span.item_value{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
}

.ItemList3 > li span.item_sale{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
	color:#cc0000;
}


.ItemList3 > li span.zei_txt{
	display:block;
	font-size:9px;
}


.ItemList3 > li .itemSpec {
	padding: 10px 5px 0px 10px;
}
.ItemList3 > li .itemName {
	margin-bottom:5px;
	font-size:11px;
	text-align:left;
}
.ItemList3 > li .itemIcon{
	margin-bottom:5px;
}
.ItemList3 > li .itemPrice{
	border-top: none;
    margin: 0px 0px 5px;
    padding-top: 0px;
    text-align: left;
    font-weight:normal;
    font-size: 13px;
}
.ItemList3 > li .itemPrice span{
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
}

.ItemList3 > li .itemBrandLogo{
	text-align: left;
	margin-bottom: 5px;
    font-size: 10px;
    word-wrap: break-word;
	line-height: 1.3;
	color:#666666;
}
.ItemList3 > li .itemBrandLogo img {
    width: 75%;
    height: auto;
}

/* rSlides */
.ItemList3 > li ul.rslides{
    padding:0;
    margin:0;
    overflow:hidden;
}
    .ItemList3 > li ul.rslides li{
        padding:0;
        margin:0;
        line-height:0;
		width:100% !important;
    }
/* END rSlides */

/*== END ItemList3 ==*/


/*----------------------------------------------------
 最近チェックしたアイテム
----------------------------------------------------*/
.sectionBorder {
    border-top: 1px solid #e6e6e6
}

.flexslider-checkItem {
    position: relative;
}

.flexslider-checkItem .flex-control-nav {
    bottom: -30px;
}

.flexslider-checkItemWrap {
    padding-bottom: 70px;
}

.flexslider-checkItem li {
    padding: 0 1px;
}

.flexslider-checkItem li img {
    width: 100%;
}



/*============================================================
会員登録/会員情報修正 201712
============================================================*/
.user_edit_ttl{
	background: #efefef;
	margin: 0;
	text-align: center;
	padding: 25px 0;
	line-height: 1;
	font-size:13px;
	font-weight: bold;
}
#user_edit_block{
	margin: 0 auto 10px;
	padding:17px 15px;
	font-size:13px;
	color:#141414;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#user_edit_block *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	#user_edit_block a:link,
	#user_edit_block a:visited{
		color:#0191cf;
		text-decoration: underline;
	}
	#user_edit_block a:hover{
		color:#0191cf;
		text-decoration: none;
	}
	#user_edit_block span.required {
		color: #141414;
		font-size: 100%;
		font-weight: normal;
		padding-left: 0.4em;
	}

	#user_edit_block ::-webkit-input-placeholder,
	.input_type1::-webkit-input-placeholder{
		color: #999999;
	}
	#user_edit_block :-moz-placeholder,
	.input_type1:-moz-placeholder{
		color: #999999; 
	}
	#user_edit_block ::-moz-placeholder,
	.input_type1::-moz-placeholder{
		color: #999999; 
	}
	#user_edit_block :-ms-input-placeholder,
	.input_type1:-ms-input-placeholder{
		color: #999999;
	}
	#user_edit_block :placeholder-shown,
	.input_type1:placeholder-shown{
		color: #999999;
	}

.user_edit_block__inner{
	
}

hr.user_edit_block__line{
	height: 0;
	border:none;
	border-bottom: 1px solid #ebebed;
	margin: 0;
}

.user_edit_block__ttl{
	padding:25px 30px;
	line-height: 1;
	background: #ebebed;
	position: relative;
	margin-bottom: 20px;
}

/* user_edit_block__flow */
.user_edit_block__flow{
	display: table;
	margin: 0 auto 20px;
}
	.user_edit_block__flow li{
		display: table-cell;
		width:90px;
		text-align: center;
		position: relative;
		height: 38px;
	}
		.user_edit_block__flow li::after{
			content: " ";
			width: 90px;
			height: 0;
			border-bottom:2px solid #0191cf;
			position: absolute;
			bottom:6px;
			left: 50%;
			z-index: 1;
		}
		.user_edit_block__flow li:last-child::after{
			display: none !important;
		}

	.user_edit_block__flow li p{
		text-align: center;
		margin-bottom: 5px;
	}
	.user_edit_block__flow li span{
		width:15px;
		height: 15px;
		display: inline-block;
		border-radius: 100%;
		border:2px solid #0191cf;
		background: #fff;
		position: absolute;
		bottom:0px;
		left: 50%;
		margin-left: -7px;
		z-index: 20;
	}
	.user_edit_block__flow li.current{
		color:#0191cf;
	}
	.user_edit_block__flow li.current span{
		background: #0191cf;
	}


.user_edit_block__table{
	width:100%;
	display: block;
	border-bottom:1px solid #ebebed;
	margin-bottom: 25px;
}
.user_edit_block__table-comfirm{
	margin-bottom: 0 !important;
}
.user_edit_block__table.no_line{
	border-bottom:none !important;
}
	.user_edit_block__table tbody,
	.user_edit_block__table tr,
	.user_edit_block__table th,
	.user_edit_block__table td{
		display: block;
		width: 100%;
	}
	.user_edit_block__table th{
		padding: 0px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.user_edit_block__table td{
		padding:0;
		text-align: left;
		margin-bottom: 25px;
	}


.user_edit_block__brandlist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
	.user_edit_block__brandlist > li{
		width:50%;
		margin-bottom: 20px;
		font-size:12px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user_edit_block__brandlist > li ul{
		padding: 5px 0 0 20px;
		color: #777777;
	}
	.user_edit_block__brandlist > li ul li{
		margin-bottom: 2px;
	}
	.user_edit_block__brandlist > li ul li:before{
		display: inline;
		content:"・";
	}

.ch_start_list{
}
	.ch_start_list li{
		margin-bottom: 10px;
	}
	.ch_start_list li:last-child{
		margin-bottom: 0px;
	}

.user_edit_block__table__itemlist2{
	overflow: hidden;
	margin-bottom: 0px;
}
	.user_edit_block__table__itemlist2 li{
		width:49%;
		float: left;
		margin-right: 2%;
	}
	.user_edit_block__table__itemlist2 li:last-child{
		margin-right: 0%;
	}

.user_edit_block__table__itemlist3{
	overflow: hidden;
	margin-bottom: 0px;
}
	.user_edit_block__table__itemlist3 li{
		width:32%;
		float: left;
		margin-right: 2%;
		line-height: 40px;
	}
	.user_edit_block__table__itemlist3 li:last-child{
		margin-right: 0%;
	}


/* accordion系 */
.user_edit_block__accordion-btn{
	padding:18px 16px;
	line-height: 1;
	background: #ebebed;
	position: relative;
	cursor: pointer;
}
.user_edit_block__accordion-btn.mrl-25{
	margin: 0 -25px;
	padding: 18px 25px;
}
.user_edit_block__accordion-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #0191cf;
}
.user_edit_block__accordion-btn.open::after{
	border-top: 5px solid transparent;
	border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #0191cf;
	margin-top: -7px;
}
.user_edit_block__accordion-body{
	padding-top: 10px;
	display: none;
}

/*--------------------------------------*/
/* form系 */

.check-pw-view{
	text-align: left;
	padding-top: 10px;
	margin: 0;
}

.form_comment{
	line-height: 1.9em;
	font-size:11px;
}

.user_edit_block__ttl{
	padding:18px 25px;
	line-height: 1;
	background: #ebebed;
	position: relative;
	text-align: left;
	margin:0 -25px 20px;
}

/* input_type1 */
.input_type1{
	width: 100%;
    height: 40px;
    line-height: 38px;
    background-color: #ffffff;
    border: solid 1px #dadae1;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 13px;
	-webkit-appearance: none;
	appearance: none;
}

/* select_type1 */
.select_type1_wrap{
	position: relative;
	display: inline-block;
}
select.select_type1::-ms-expand {
	display: none;
}
.select_type1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	display: block;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    width: 100%;
    line-height: 45px;
    font-size: 13px;
    height: 45px;
	position: relative;
	background:#fff url(/m/images/c/common_new/form_select_arrow.png) 99% 50% no-repeat;
	background-size: 13px auto;
}

/* radio_type1 */
.radio_type1 {
    line-height: 1.49;
    text-align: left;
    cursor: pointer;
	
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	margin-right: 20px;
	padding: 0;
}
	.radio_type1 input[type="radio"] {
		display: block;
		width: 16px;
		height: 16px;
		float: left;
		padding: 0;
		margin: 2px 8px 0 0;
		outline: 0;
		box-shadow: none;
		border: 1px solid;
		border-color: #626262;
		border-radius: 100%;
		position: relative;

		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;

		cursor: pointer;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;

	}
		.radio_type1 input[type="radio"]:after {
			content: ' ';
			display: block;
			width: calc(100% - 4px);
			height: calc(100% - 4px);
			position: absolute;
			top: 2px;
			left: 2px;
			background-color: rgba(1, 145, 207, 0);
			border-radius: 100%;
			margin: 0px 0px 0px 0px;
		}
		.radio_type1 input[type="radio"]:checked{
			border-color: #626262;
			background-color: transparent;
		}
			.radio_type1 input[type="radio"]:checked::after{
				background-color: #0191cf;
			}
		.radio_type1 input[type="radio"]:hover {
			border-color: #0191cf;
			background-color: transparent;
			box-shadow: 0px 0px 5px #0191cf;
		}

/* END radio_type1 */


.user_edit_block__kiyaku{
	padding:0px 0 15px;
}

/* checkbox_type1 */
input.checkbox_type1{
	display: none;
}
input.checkbox_type1 + label{
	font-weight: normal;
    margin: 0;
    cursor: pointer;
	padding:2px 0 0 23px;
	position: relative;
	display: inline-block;
	line-height: 1.49;
	min-height: 15px;
}
input.checkbox_type1 + label a{
	padding-right: 3px;
}

input.checkbox_type1 + label::after,
input.checkbox_type1 + label::before {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
	left: 0;
    margin-top: -8px;
}
input.checkbox_type1 + label::before {
    content: '';
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	
    border: 1px solid #141414;
    display: inline-block;
}

input[type="checkbox"].checkbox_type1:checked + label::before {
    background-color: #0191cf;
    border-color: #0191cf;
}

input[type="checkbox"].checkbox_type1:checked + label::after {
    font-family: "Ionicons";
    content: "\f3fd";
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    font-size: 170%;
	padding: 1px 0 0 0px;
	background-color: #0191cf;
	overflow: hidden;
	left: 1px;
}
/* END checkbox_type1 */


/* user_edit_block__btn系 */
.user_edit_block__btn-wrap{
	text-align: center;
	padding-top: 30px;
}
.user_edit_block__btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #fff;
	background-color: #0191cf;
	border: 0;
	width: 100%;
    height: 45px;
	border-radius: 4px;
	text-align: center;
	margin: 0;
	font-size:14px;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.user_edit_block__btn-back{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #fff;
	background-color: #ccc;
	border: 0;
	width: 100%;
    height: 45px;
	border-radius: 4px;
	text-align: center;
	margin: 0;
	font-size:14px;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.user_edit_block__btn-white{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #0191cf;
	background-color: #fff;
	border:1px solid #0191cf;
	width: 100%;
    height: 45px;
	border-radius: 4px;
	text-align: center;
	margin: 0;
	font-size:14px;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.user_edit_block__btn,
a.user_edit_block__btn-back{
	display: block;
	padding: 11px 5px 0;
	color: #fff !important;
	text-decoration: none !important;
}

a.user_edit_block__btn-white{
	display: block;
	padding: 11px 5px 0;
	color: #0191cf !important;
	text-decoration: none !important;
}


/**/
#content_btm_approach{
	border-top: 1px solid #ebebed;
	margin: 0px 15px 10px 15px;
	padding: 20px 0 0 0;
}
#content_btm_approach ul{
}
#content_btm_approach ul li{
	font-size:13px;
	line-height: 1.6;
	margin-bottom: 14px;
}
#content_btm_approach ul li a{
	display: block;
	overflow: hidden;
	text-decoration: none !important;
}
#content_btm_approach ul li img{
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}


/*-----------------------------------*/
/*login（SP-02-10）*/


.loginbox{
}

#loginblockL,
#loginblockR{	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	font-size:14px;
}

/* loginblockL */
#loginblockL{
	padding: 20px 15px 30px;
}

	#loginblockL a{
		color:#0191cf;
		text-decoration: underline;
	}
	
	#loginblockL .loginbox .loginbox__input-wrap{
		margin-bottom: 13px;
	}
	#loginblockL .loginbox .loginbox__input-wrap:last-of-type{
		margin-bottom: 26px;
	}
	

	#loginblockL input.user_edit_block__btn{
		margin-bottom: 10px;
	}


/* loginblockR */
#loginblockR{
}
	#loginblockR h2{
		background: #efefef;
		margin: 0 -10px 30px;
		text-align: center;
		padding: 25px 0;
		line-height: 1;
		font-size: 13px;
		font-weight: bold;
	}
	
	#loginblockR .loginbox{
		padding:0 15px;
	}
	.loginblockR__ttl{
		text-align:center;
		margin-bottom:15px;
		font-size:13px;
		color:#000000;
		line-height: 1;
		padding: 0;
	}
	.loginblockR__tokuten{
		margin:0 -15px 15px;
		background: #e5f4fa;
		padding:15px;
	}
		.loginblockR__tokuten li{
			height:  75px;
			border:1px solid #cde2ea;
			background: #fff;
			text-align: left;
			
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			font-size:12px;
			font-weight: bold;
			line-height: 1.35;
			overflow: hidden;
			display: table;
			width:100%;
			margin-bottom: 10px;
		}
			.loginblockR__tokuten li:last-child{
				margin-bottom: 0;
			}
		.loginblockR__tokuten li img{
		}
		.loginblockR__tokuten__ph{
			display: table-cell;
			width: 100px;
			text-align: left;
			padding:11px 0 11px 13px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.loginblockR__tokuten__text{
			display: table-cell;
			text-align: left;
			padding:11px 13px 11px 0;
			vertical-align: middle;
		}
		.loginblockR__tokuten__text p{
		}
		.tokuten_col01{
			color:#0191ce;
		}
		.fs10{
			font-size:10px !important;
		}
		.loginblockR__tokuten li:last-child{
			margin-right: 0px;
		}


/*-----------------------------------*/
/*お気に入りアイテム一覧（SP-03-27）2020/02 */

.showFavoriteWrap{
	margin-left: -10px !important;
	margin-right: -10px !important;
	margin-bottom: 30px;
}
.showFavorite{
	display: flex;
	flex-wrap: wrap;
}
	.showFavorite li {
		position: relative;
		width: calc(50% - 3px);
		margin: 0 6px 25px 0;
	}
	.showFavorite li:nth-of-type(2n) {
		margin-right: 0;
	}
	.showFavorite li a{
		display: block;
		text-decoration: none !important;
	}
	.showFavorite li .showFavorite__ph{
		position: relative;
		line-height: 0;
		margin-bottom: 5px;
	}
	.showFavorite li img {
		width: 100%;
		height: auto;
	}
	.showFavorite__spec{
		display: block;
		font-size: 12px;
		line-height: 17px;
    	color: #4c4c4c;
		padding: 10px 20px 0 15px;
	}
	.showFavorite li .spec__brand{
		color: #84848f;
	}
	.showFavorite li .spec__name{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.showFavorite li .spec__price{
		line-height: 1;
    	margin: 6px 0 4px;
		font-size: 16px;
	}
		.showFavorite li .spec__price .tax{
			font-size: 9px;
			padding-left: 2px;
			padding-right: 5px;
		}
		.showFavorite li .spec__price .small {
			font-size: 14px;
			font-weight: normal;
		}
	
	
	.showFavorite li .showFavorite__delete{
		position: absolute;
		bottom: 3px;
		right: 5px;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		background:url(/m/images/c/common_new/ico_item_remove.png) 50% 50% no-repeat;
		background-size: 22px 22px;
		border: 0;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		overflow: hidden;
	}


/*-----------------------------------*/
/*（SP-03-31）店舗検索結果 2020/08 */

.listTbr02{
}
.listTbr02 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.7;
}
.listTbr02 li .listTbr02__text{
    width: calc(100% - 45px);
    box-sizing: border-box;
    padding-right: 15px;
}
.listTbr02 li .listTbr02__text a{
    text-decoration: underline;
    font-size:14px;
}
.listTbr02 li .listTbr02__text span{
    display: block;
    font-size: 10px;
}
.listTbr02 li .listTbr02__btn{
    width: 45px;
}
.listTbr02 li.disable .listTbr02__text{
    color: #999 !important;
}
.listTbr02 li.disable .listTbr02__text a{
    color: #999 !important;
}
.comRounded.disable{
    opacity: 0.4 !important;
    pointer-events: none;
}
