@charset "utf-8";

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


.soldout{
	color: #c8161e;
}

/* pager STYLE
-------------------------------*/
.pager .total_rows-wrapper,
.pager .pagination-wrapper {
	margin-bottom: 10px;
}
.pager.pager_footer {
	margin-top: 10px;
}

@media only screen and (max-width: 40.063em){
	/* small */
	.pager .total_rows-wrapper {
		padding-bottom: 0;
	}
}

/* SIGNUP STYLE
-------------------------------*/
.signup .attention {
	margin: 15px 0 15px 0;
}
.signup h3.subtitle{
	background-color: #fff;
	color: #2f2f2f;
	font-size: 16px;
	padding: 0 0 20px;
}
.signup .rule {
	background-color: #fff;
	padding: 20px 50px;
	overflow: auto;
	height: 380px;
	border: 1px solid #A5A5A5;
}
.signup .rule h3 {
	margin: 20px 0 0 0;
}
.signup .rule h4 {
	margin: 15px 0 0 0;
	font-weight: bold;
}
.signup .rule dt {
	font-weight: bold;
	margin-top: 10px;
}
.signup .buttonArea {
	/*margin-top: 30px;*/
}
.signup .buttonAttention {
	margin: 30px 0;
}

.signup .formTable .inputRow .inputColInner {
	margin-left: 150px;
}

@media only screen and (min-width: 641px) {
	.signup #g-recaptcha > div {
		margin: 30px auto 0;
	}
}

@media only screen and (max-width: 40.063em){
	/* small */
	.signup .rule {
		padding: 10px;
		height: 200px;
	}

	.signup .buttonAttention {
		text-align: left;
		margin: 15px 0 30px 0;
	}
}

/* mypage STYLE
-------------------------------*/
.mypage.mainContents{
	margin-bottom: 130px;
}

.mypage h2.title{
	font-style: italic;
	margin: 0 0 12px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}

.mypage .member_name{
	margin-bottom: 35px;
	font-size: 18px;
	color: #2e31df;
}

.mypage .login_date{
	font-size: 12px;
    color: #7d7d7d;
}
.mypage .mainContentsInner .main_area{
	width: 78.5%;
	width: -webkit-calc(100% - 250px);/*Chrome19~25寃Z応*/
	width: -moz-calc(100% - 250px);/*Firefox4~15寃Z応*/
  	width: calc(100% - 250px);
  	max-width: 910.59px;
	float: right;
}

.mypage .mainContentsInner .side_area{
	width: 17.24%;
	width: 200px;
	float: left;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}

.mypage .mainContentsInner .main_area .ttl_section{
	margin-bottom: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #2f2f2f;
	font-size: 24px;
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}

.mypage .mainContentsInner .main_area .ttl_section span{
	margin-left: 12px;
	font-size: 14px;
	color: #7d7d7d;
}

.mypage .mainContentsInner .main_area .section{
	margin-bottom: 50px;
}

.mypage .mainContentsInner .main_area p,
.mypage .mainContentsInner .main_area li{
	font-size: 16px;
	line-height: 2;
}

.mypage .mainContentsInner .main_area .txt_re{
	color: #e95a7f;
}

.mypage .mainContentsInner .main_area .txt_l{
	font-size: 20px;
}

.mypage .mainContentsInner .side_area .bnr_area li{
	margin-bottom: 10px;
}

.mypage .mainContentsInner .side_area .bnr_area li:last-child{
	margin-bottom: 40px;
}

.mypage .mainContentsInner .side_area dl{
	padding: 17px 10px 14px;
	border-bottom: 1px solid #bfbfbf;
}
.mypage .mainContentsInner .side_area .list_top {
	border-top: 1px solid #bfbfbf;
}

.mypage .mainContentsInner .side_area dl dt{
	margin-bottom: 5px;
	font-size: 14px;
}

.mypage .mainContentsInner .side_area dl dd{
	font-size: 12px;
	color: #7d7d7d;
}

.mypage .mainContentsInner .side_area .fav_list{
	padding: 35px 10px;
	border-top: 1px solid #bfbfbf;
}

.mypage .mainContentsInner .side_area .fav_list a{
	display: block;
	padding-left: 26px;
	background: url(../img/mypage/icn_heart_bk.png) no-repeat left center;
	line-height: 17px;
}

.mypage .mainContentsInner .side_area .btn_logout,
.mypage .mainContentsInner .side_area .btn_back{
	margin: 20px 0 0;
}

.mypage .mainContentsInner .side_area .btn_logout button {
	height: 50px;
	width: 100%;
	background: #808080;
	color: #fff;
	font-size: 14px;
	border-color: #2f2f2f;
}

.mypage .mainContentsInner .side_area .btn_back a {
	height: 50px;
	width: 100%;
	background: #FFF;
	color:#2f2f2f;
	border:1px solid #2f2f2f;
	text-align:center;
	display:block;
	font-size:14px;
	font-size:1.4rem;
	line-height:50px;
}

.ttl_jp.ttl-wrap h2{
	margin-bottom: 30px;
	font-size: 30px;
}

/*.mypage .menu dt {
	font-size: 12px;
	padding: 20px 5px 20px 0;
	float: left;
	width: 20%;
	border-top: 1px solid #A5A5A5;
}
.mypage .menu dt a {
	color: #939393;
	text-decoration: underline;
}
.mypage .menu dd {
	font-size: 12px;
	padding: 20px 0;
	float: left;
	width: 80%;
	border-top: 1px solid #A5A5A5;
}*/

@media only screen and (max-width: 1024px){
.mypage.mainContents{
	margin-bottom: 70px;
}
}


@media only screen and (max-width: 749px){
	/* small */
.mypage.mainContents{
	margin-bottom: 65px;
}
	.mypage .mainContentsInner {
		margin: 20px 0 10px;
	}
	
.mypage h2.title{
	margin: 15px 0 12px;
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
}

.mypage .member_name{
	margin-bottom: 25px;
	font-size: 12px;
}
	
.mypage .mainContentsInner .main_area{
	width: 100%;
	float: none;
}

.mypage .mainContentsInner .main_area .section {
	margin-bottom: 30px;
}

.mypage .mainContentsInner .side_area{
	margin: 40px 0 0;
	width: 100%;
	float: none;
}
	
.mypage .mainContentsInner .main_area .ttl_section {
	font-size: 18px;
}

.mypage .mainContentsInner .main_area .ttl_section span {
	font-size: 10px;
}	
	
.mypage .mainContentsInner .main_area p, .mypage .mainContentsInner .main_area li {
	font-size: 12px;
	line-height: 1.8;
}	

.mypage .mainContentsInner .side_area .bnr_area{
	margin-left: -1%;
}
	
.mypage .mainContentsInner .side_area .bnr_area li{
	margin-left: 1%;
	margin-bottom: 25px;
	width: 49%;
	max-width: 200px;
	float: left;
}
.mypage .mainContentsInner .side_area dl{
	text-align:center;
}

.mypage .mainContentsInner .side_area .fav_list {
	padding: 25px 10px 20px;
}
.mypage .mainContentsInner .side_area .fav_list a{
	display:inline-block;
}

.ttl_jp.ttl-wrap h2 {
	font-size: 18px;
}

.mypage .mainContentsInner .side_area .btn_back.btn2,
.mypage .mainContentsInner .side_area .btn_logout.btn2{
	width:48.5%;
	float:left;
	margin-left:3%;
}
.mypage .mainContentsInner .side_area .btn_back.btn2{
	margin-left:0;
}

}

.mypage .mypage-favo-ttl {
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	padding:0 0 8px 0;
	font-size:23px;
	font-size:2.3rem;
	border-bottom:1px solid #2f2f2f;
	margin-bottom:30px;
}
@media only screen and (max-width: 750px){
	.mypage .mypage-favo-ttl {
		background-size:15px auto;
		padding:0 0 5px 0;
		font-size:16px;
		font-size:1.6rem;
		margin-bottom:20px;
	}
}

/* related item
--------------------------------------*/

#related-wrap{
	padding:28px 0 100px;
}
/*#related-wrap ul.related-list{
	overflow:hidden;
}*/
#related-wrap ul.related-list li{
	position: relative;
	width:15.5%;
	float:left;
	margin-left:1.4%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#related-wrap ul.related-list li:first-child{
	margin-left:0;
}
#related-wrap ul.related-list li .img{
	position:relative;
	margin-bottom:20px;
}
#related-wrap ul.related-list li .img .heart{
	position:absolute;
	top:10px;
	right:10px;
}

#related-wrap ul.related-list li .icn_ranking{
	position:absolute;
	top:-10px;
	left:-10px;
	z-index: 1;
}

#related-wrap ul.related-list li .icn_ranking img{
	width: 50px;
	height: auto;
}
	

#related-wrap ul.related-list li .img .mask {
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .mask {
	opacity:1;
}
#related-wrap ul.related-list li .img .mask .bag-btn{
	position:absolute;
	bottom:0;
	margin:auto;
	right:0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img{
	max-width: 120px;
}

#related-wrap ul.related-list li .item-name{
	margin-bottom:10px;
}
#related-wrap ul.related-list li .price{
	color:#7d7d7d;
}

#related-wrap ul.related-list li .sp-btn{
	display:none;
}

#related-wrap ul.related-list li .img .bag-btn{
	position:absolute;
	bottom:0px;
	margin:auto;
	right:0px;

	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .bag-btn {
	opacity:1;
}

@media only screen and (max-width: 1024px){

	#related-wrap ul.related-list li .img .mask {
		display:none;
	}
	#related-wrap ul.related-list li .sp-btn{
		display:block;
		width:70%;
		margin:0 auto;
		padding-top:10px;
	}
	#related-wrap ul.related-list li .item-name {
		margin-bottom: 0px;
	}
}

#category-wrap{
	margin-bottom: 43px;
}

	


@media only screen and (max-width: 750px){
#category-wrap{
	margin-bottom: 30px;
}

	#related-wrap{
		padding:0 0 40px;
	}
	
	/*#related-wrap ul.related-list li,
	#related-wrap ul.related-list li:first-child{
		width:31.33%;
		float:left;
		margin:0 3% 40px 0;
		font-size:14px;
		font-size:1.4rem;
	}*/

	#related-wrap  .ttl-wrap h2{
		font-size: 25px;
	}
	#related-wrap ul.related-list li {
		width: 48.5%;
		margin: 0 3% 40px 0;
	}
	#related-wrap ul.related-list li:nth-child(2n){
		margin-right:0;
	}
	#related-wrap ul.related-list li .img{
		margin-bottom:10px;
	}
	#related-wrap ul.related-list li .img img{
		width:100%;
	}
	#related-wrap ul.related-list li .img .heart{
		top:5px;
		right:5px;
		width:15px;
	}
	
	#related-wrap ul.related-list li .item-name{
		margin-bottom:5px;
	}
	
	#related-wrap ul.related-list {
		margin-bottom: 30px;
	}


#related-wrap .bag-btn img{
	width: 25px !important;
}

#related-wrap .bag-btn{
	width: inherit !important;
	display: inherit !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

#related-wrap ul.related-list li .icn_ranking{
	position:absolute;
	top:-10px;
	left:-2px;
	z-index: 1;
}

#related-wrap ul.related-list li .icn_ranking img{
	width: 25px;
	height: auto;
}



}

/* delivery_address STYLE
-------------------------------*/
.delivery_address .contentsTable {
	display: table;
	width: 100%;
}
.delivery_address .contentsTable .contentsRow {
	display: table-row;
}
.delivery_address .contentsCol {
	display: table-cell;
	border-top: 1px solid #A5A5A5;
	padding: 15px 0 13px 0;
	background-color: #fff;
	font-size:16px;
	font-size:1.6rem;
}
.delivery_address .contentsCol a {
	display: inline-block;
}
.delivery_address .contentsTable .contentsRow.last .contentsCol {
	border-bottom: 1px solid #A5A5A5;
}
.delivery_address .contentsColName {
	width: 25%;
	padding-left: 10px;
	padding-right: 5px;
}
.delivery_address .contentsColAddress {
	width: 100%;
}
.delivery_address .contentsColButton {
	white-space: nowrap;
	padding: 10px 1px 8px 10px;
}

@media only screen and (max-width: 40.063em){
	/* small */
	.delivery_address .contentsTable {
		display: block;
		padding: 0;
	}

	.delivery_address .contentsTable .contentsRow {
		display: block;
	}
	.delivery_address .contentsCol {
		width: 100%;
		display: block;
		border: none;
		padding: 9px 9px 0 9px;
		font-size:14px;
		font-size:1.4rem;
	}
	.delivery_address .contentsTable .contentsRow.last .contentsCol {
		border-bottom: none;
	}
	.delivery_address .contentsTable .contentsRow.first .contentsColName {
		border-top: 1px solid #A5A5A5;
	}
	.delivery_address .contentsTable .contentsRow.last .contentsColButton {
		border-bottom: 1px solid #A5A5A5;
	}
	.delivery_address .contentsColButton {
		border-bottom: 1px solid #A5A5A5;
		padding-bottom: 9px;
		text-align: right;
	}
}

/* history STYLE
-------------------------------*/

.history .history-ttl{
	font-size:30px;
	font-size:3.0rem;
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	padding-bottom:10px;
	border-bottom:1px solid #2f2f2f;
	margin-bottom:30px;
}
.history .history-ttl span{
	font-size: 14px;
	font-size: 1.4rem;
	color: #7d7d7d;
	padding-left:20px;
}
.history .orderHistoryTable {
	display: table;
	width: 100%;
	margin-bottom:50px;
}
.history .orderHistoryHeadRow,
.history .orderHistoryRow {
	display:table;
	width:100%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
.history .orderHistoryHeadRow{
	background: #eeeeee;
	color:#808080;
}
.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead,
.history .orderHistoryTable .orderHistoryRow .orderHistoryCol {
	display: table-cell;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 0 8px 10px;
	width:18%
}
.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead.headButton,
.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton{
	width:10%;
}
.history .orderHistoryTable .orderHistoryRow .orderHistoryHead {
	display: none;
}
.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead, 
.history .orderHistoryTable .orderHistoryRow .orderHistoryCol {
	padding: 15px 0;
}
.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead{
	border-left:1px solid #FFF;
}
.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead:first-child{
	border-left:none;
}
.history .orderHistoryTable .orderHistoryRow .orderHistoryCol {
	background-color: #fff;
}
.history .orderHistoryTable .orderHistoryRow.last .orderHistoryCol {
/*	border: none; */
}
.delivery_address .contentsColButton a, 
.history .orderHistoryTable a {
	color: #2f2f2f;
	text-decoration:none;
}
.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton a{
	border:1px solid #2f2f2f;
	padding:3px 5px;
	text-align:center;
}

@media only screen and (max-width: 750px){

.history .history-ttl{
	font-size:22px;
	font-size:2.2rem
}
.history .history-ttl span{
	font-size: 12px;
	font-size: 1.2rem;
	padding-left:10px;
}
.history .orderHistoryTable {
	margin-bottom:30px;
}

	/* small */
	.history .orderHistoryTable {
		display: block;
		width: 100%;
		padding: 0;
	}
	.history .orderHistoryHeadRow {
		display: none;
	}

	.history .orderHistoryRow {
		display: block;
		overflow:hidden;
	}

	.history .orderHistoryTable .orderHistoryRow .orderHistoryHead {
		display: block;
		float: left;
		width: 40%;
		height: 35px;
		border-bottom: 1px solid #A5A5A5;
		padding: 9px 9px 0 9px;
		text-align: left;
	}
	.history .orderHistoryTable .orderHistoryRow .orderHistoryHead.headButton {
		display:none !important;
	}

	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol,
	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton {
		display: block;
		float: left;
		width: 60%;
		height: 35px;
		border: none;
		border-bottom: 1px solid #A5A5A5;
		padding: 9px 9px 0 9px;
		text-align: left;
	}
	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton{
		width:100%;
		height:inherit !important;
	}
	.history .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead{
		border-left:none;
	}

	.history .orderHistoryTable .orderHistoryRow.last .orderHistoryCol {
		border-bottom: 1px solid #A5A5A5;
	}
	.history .orderHistoryTable .orderHistoryRow.first .colOrderCode {
		border-top: 1px solid #A5A5A5;
	}
	.history .orderHistoryTable .orderHistoryRow .orderHistoryHead.headButton,
	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton {
		height: 35px;
		padding-bottom: 9px;
		text-align: left;
		border-bottom: none;
	}

	.history .orderHistoryTable .orderHistoryRow .orderHistoryHead.headOrderCode,
	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colOrderCode {
		border-top: 1px solid #A5A5A5;
		margin-top: 30px;
	}

	.history .orderHistoryTable .orderHistoryRow.first .orderHistoryHead.headOrderCode,
	.history .orderHistoryTable .orderHistoryRow.first .orderHistoryCol.colOrderCode {
		border-top: 1px solid #A5A5A5;
		margin-top: 0;
	}
	.history .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton a{
		display:block;
	}
}
@media only screen and (max-width: 640px) {
	.history .history-ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.history .history-ttl span{
		padding-left: 5px;
	}
}

/* history_detail STYLE
-------------------------------*/

.history_detail h3 {
	background-color: #eee;
	font-size: 1.0em;
	color: inherit;
	border-top: 1px solid #A5A5A5;
	margin-top: 30px;
	padding: 10px 0 10px 20px;
}
.history_detail h3.first {
	margin-top: 0;
}
.history_detail .orderHistoryDetailHead,
.history_detail .orderHistoryDetailCol {
	padding: 15px 0 13px 10px;
	background-color: #fff;
	font-size:14px;
	font-size:1.4rem;
}
.history_detail .orderHistoryDetailTable {
	display: table;
	width: 100%;
}
.history_detail .orderHistoryDetailHeadRow,
.history_detail .orderHistoryDetailRow {
	display: table-row;
}
.history_detail .orderHistoryDetailWrap{
	display:table;
	width:100%;
}
.history_detail .orderHistoryDetailRow{
	width:50%;
	display:table-cell;
	border-bottom: 1px solid #bfbfbf;
	border-left:20px solid #FFF;
}
.history_detail .orderHistoryDetailWrap .orderHistoryDetailRow:first-child{
	border-left:none;
	border-right:20px solid #FFF;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailHead,
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailCol {
	display: table-cell;
	padding: 10px 0 8px 20px;
	text-align: left;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailHead {
	width: 200px;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailCol {
	width: 70%;
	padding: 15px 0 13px 10px;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow.last .orderHistoryDetailHead,
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow.last .orderHistoryDetailCol {
}

.history_detail .orderTable,
.history_detail .orderTableSummary2 {
	margin-top: 30px;
}
.history_detail .orderTableSummary2{
	border: 1px solid #bfbfbf;
	padding:30px 20px 10px;
}
.history_detail .orderTableSummary2 .row {
	padding:0;
	font-size: 14px;
	font-size: 1.4rem;
}
.history_detail .orderTableSummary2 .orderRow {
	border-top: 1px solid #bfbfbf;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom:20px;
}
.history_detail .orderTableSummary2 .orderRow.first{
	border:none;
	padding-top:0
}
.history_detail .orderTableSummary2 .orderRow.sale {
	border-top: 1px solid #bfbfbf;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e95a7f !important;
}
.history_detail .orderTableSummary2 .orderRow.sale .orderHead,
.history_detail .orderTableSummary2 .orderRow.sale .orderVal,
.history_detail .orderTableSummary2 .orderRow.total .orderHead,
.history_detail .orderTableSummary2 .orderRow.total .orderVal{
	width:50%;
}
.history_detail .orderTableSummary2 .orderRow.sale .orderHead.mb,
.history_detail .orderTableSummary2 .orderRow.sale .orderVal.mb{
	margin-bottom:5px;
}
.history_detail .orderTableSummary2 .orderRow.sale .orderHead.sale {
	width: 100%;
	color:#2f2f2f !important;
	margin-bottom:10px;
}
.history_detail .orderTableSummary2 .orderRow.total .orderHead{
	font-weight:bold;
}
.history_detail .orderTableSummary2 .orderRow.total .orderVal {
	font-size: 18px;
	font-weight:bold;
}



.history_detail .left-col{
	width:48%;
	float:left;
}
.history_detail .right-col{
	width:48%;
	float:right;
}

.history_detail .orderTable .orderRow {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom:60px;
}
.history_detail .orderTable .orderRow.title, .orderTableSummary .orderRow.title {
	font-size: 16px;
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.history_detail .orderTable .orderRow .colImage {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.history_detail .orderTable .orderRow .orderCol.colInfo {
	width: 65%;
	display:block;
	float:left;
}
.history_detail .orderTable .orderRow .orderCol.colInfo .itemName {
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.5;
	font-weight: bold;
	padding: 0px 0 15px;
}
.history_detail .orderTable .orderRow .orderCol.colInfo .separator{
	line-height:1.6 !important;
}
.history_detail .orderTable .orderRow .orderCol.colInfo .separator span {
	width:5.5em;
	display:inline-block;
	
}
.history_detail .orderTable .orderRow .orderCol.colInfo .price {
	padding-top:23px;
	font-weight:bold;
	 font-size: 16px;
	font-size: 1.6rem;
}

.history_detail .order-btn{
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.history_detail .order-btn li{
	width:48.5%;
	margin-left:3%;
	float:left;
	font-size:14px !important;
	font-size:1.4rem !important;
}
.history_detail .order-btn li:first-child{
	margin-left:0%;
}
.history_detail .order-btn li a{
	display:block;
	text-align:center;
	border:1px solid #2f2f2f;
	padding:12px 0 10px;
}
.history_detail .order-btn li.order a{
	background: #808080;
	border-color: #2f2f2f;
	color:#FFF;
}
.history_detail .order-btn li.review a{
	background: #FFF;
	color:#2f2f2f;
}

@media only screen and (max-width:1024px){
	.history_detail .left-col{
		width:100%;
		float:none;
	}
	.history_detail .right-col{
		width:100%;
		float:none;
	}
}

@media only screen and (max-width: 750px){
	
.history_detail .orderHistoryDetailWrap{
	display:block;
	width:100%;
}
.history_detail .orderHistoryDetailRow{
	width:100%;
	display:table;
	border-bottom: 1px solid #bfbfbf;
	border-left:none;
}
.history_detail .orderHistoryDetailWrap .orderHistoryDetailRow:first-child{
	border-left:none;
	border-right:none;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailHead, .history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailCol {
	padding: 10px 0 8px 10px;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailHead {
	width: 37%;
}
.history_detail .orderHistoryDetailTable .orderHistoryDetailRow .orderHistoryDetailCol {
	width: 63%;
}

.history_detail .orderTableSummary2 .row {
	width:100% !important;
}
	
}
@media only screen and (max-width: 640px){
	.history_detail .orderTableSummary2 .row {
		font-size: 12px;
		font-size: 1.2rem;
	}
}


/* SHOPPING GUIDE
-------------------------------*/
.guide .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
/*.guide .mainContentsInner .anchorArea {
	margin : 20px 0;
}

.guide .mainContentsInner .anchorArea ul li {
	padding: 15px;
	font-size: 12px;
}

.guide .mainContentsInner .anchorArea ul {
	border: 1px solid #ddd;
}

.guide .mainContentsInner .anchorArea ul li:nth-child(2n+1){
	background: #F5F5F5;
}

.guide .mainContentsInner .anchorArea ul li p {
	font-size: 1.3em;
	font-weight: bold;
}
.guide .mainContentsInner .anchorArea ul li .links {
	margin-top: 5px;
}

.guide .mainContentsInner .anchorArea ul li .links a{
	margin-left: 15px;
}*/

.guide .mainContentsInner .guideBox{
	padding: 0 0 40px;
	font-size: 13px;
}

.guide .mainContentsInner .guideBox p{
	line-height: 1.7;
	margin: 10px 0;
}

.guide .mainContentsInner .guideBox > p:last-of-type{
	margin-bottom: 0;
}

.guide .mainContentsInner .guideBox > ul + p{
	margin-bottom: 20px!important;
}


.guide .mainContentsInner h3 {
	margin: 0 0 15px;
	font-size: 1.3em;
	font-weight: bold;
}

.guide .mainContentsInner h3 span{
	font-size: 16px;
}

.guide .mainContentsInner dt {
	font-size: 13px;
	line-height: 1.7;
}

.guide .mainContentsInner dt.first {
	padding-top: 0;
}

.guide .mainContentsInner dt{
	font-weight: bold;
}

.guide .mainContentsInner dd {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.7;
}

.guide .mainContentsInner dl dd:last-of-type,
.guide .mainContentsInner dl dd:last-of-type p{
	margin-bottom: 0;
}

.guide .mainContentsInner a{
	text-decoration: underline;
}

.mainContentsInner dd img {
	display: block;
	margin: 10px 0 0 0;
	max-width: 100%;
}

.guide .mainContentsInner ul{
	margin: 10px 0;
}

.guide .mainContentsInner li {
	font-size: 13px;
	line-height: 1.7;
}

.guide .mainContentsInner dd li:last-child{
	margin-bottom: 0;
}

.cash_table {
	border-top :1px solid #A5A5A5;
	border-left :1px solid #A5A5A5;
	border-right :1px solid #A5A5A5;
}
.cash_table th {
	background-color : #f5f5f5;
	border-bottom :1px solid #A5A5A5;
	padding: 5px;
	font-size: 13px;
	line-height: 1.6;
}

.cash_table th{
	border-right:1px solid #A5A5A5;
}

.cash_table th + th{
	border-right:0;
}

.cash_table td {
	border-bottom :1px solid #A5A5A5;
	padding: 5px;
	font-size: 13px;
	line-height: 1.6;
}
.cash_table td.pay {
	border-right :1px solid #A5A5A5;
}
.cash_table td.price {
	text-align : right;
}

.guide .guide-headline {
	margin-bottom: 3rem;
}
.guide .guide-headline .gift-box {
	width: 60%;
	padding-left: 1.5rem;
	margin: 1rem 0 1.5rem;
}
.guide .guide-headline .gift-box .gift-box-image {
	width: 100%;
}
.guide .guide-headline .gift-box-text {
	font-size: 1.3rem;
	padding-left: 1.5rem;
	margin: 1.5rem 0;
}
.guide .guide-headline dt {
	font-size: 20px;
}
.guide .guide-headline > dt {
	position: relative;
	padding-left: 1.5rem;
}
.guide .guide-headline > dt:before {
	content: '■';
	position: absolute;
	left: 0;
}
.guide .guide-headline > dd {
	padding-left: 1.5rem;
}
.guide .guide-headline-list {
	margin-bottom: 3rem;
}
.guide .guide-headline-list dt {
	font-size: 16px;
	margin-top: 1rem;
}
.guide .guide-headline-list dd ul {
	margin: 0.5rem 0;
}
.guide .guide-headline-list dd ul.annotation-list li:before {
	content: '※';
	position: absolute;
	left: 0;
}
.guide .guide-headline-list dd ul.annotation-list li {
	position: relative;
	padding-left: 1.5rem;
}
.guide .guide-headline-list dd ul.annotation-list li.margin-top-10 {
	margin-top: 1em;
}
.guide .guide-headline-list dd ul.disc-list li:before {
	content: '・';
	position: absolute;
	left: 0;
}
.guide .guide-headline-list dd ul.disc-list li {
	position: relative;
	padding-left: 1.5rem;
}
.guide .guide-headline-list dd ul.round-list > li:before {
	content: '●';
	position: absolute;
	left: 0;
}
.guide .guide-headline-list dd ul.round-list > li {
	position: relative;
	padding-left: 1.5rem;
}
.guide .guide-headline-list dd ul.square-list > li:before {
	content: '■';
	position: absolute;
	left: 0;
}
.guide .guide-headline-list dd ul.square-list > li {
	position: relative;
	padding-left: 1.5rem;
}

.guide .guide-headline-list dd ul.num-brackets-list {
	counter-reset: cnt;
}
.guide .guide-headline-list dd ul.num-brackets-list > li:before {
	counter-increment: cnt;
	content: counter(cnt)'）';
	position: absolute;
	left: 0;
}
.guide .guide-headline-list dd ul.num-brackets-list > li {
	position: relative;
	padding-left: 1.5rem;
}

.guide .guide-headline-list dd ol {
	list-style-type: decimal;
	margin-left: 2.4rem;
}
.guide .guide-headline-list dd ol > li {
	list-style-type: decimal;
}
.guide .order-cancel-list {
	margin-top: 2rem!important;
}
.guide .order-cancel-list > li {
	margin-bottom: 2rem!important;
}
.guide .change-order-wrapper {
	margin-top: 2rem;
}
.guide .change-order-list > li {
	margin-bottom: 2rem!important;
}

@media only screen and (max-width: 750px){
	/* small */
.guide .mainContentsInner .guideBox {
	padding: 10px 0 20px;
}
	.guide .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.guide .mainContentsInner dt {
		padding-top: 15px;
	}

/*	.guide .mainContentsInner .anchorArea ul li .links {
		margin-left: 0;
	}
	.guide .mainContentsInner .anchorArea ul li .links a {
		display: block;
		margin-right: 0;
		margin-left: 2em;
	}
*/
guide .mainContentsInner .guideBox {
	padding: 0px 0px 30px;
}

}
@media only screen and (max-width: 1024px) {
	.guide .guide-headline .gift-box {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.guide .guide-headline > dd {
		padding-left: 0;
	}

	.guide .guide-headline .gift-box {
		width: 100%;
		padding-left: 0;
		margin: 2rem 0 1.5rem;
	}
	.guide .guide-headline .gift-box-text {
		font-size: 1.3rem;
		padding-left: 0;
		margin: 1.5rem 0;
	}
}

/* TERMS STYLE
-------------------------------*/
.terms dl {
	margin: 30px 0;
	font-size: 13px;
}

.terms dl dt{
	margin: 10px 0; 
	font-weight: bold;
}

.terms dl dd{
	margin-bottom: 20px;
	line-height: 1.7;
}

.terms dl dd ol {
	margin-left: 2em;
}

.terms dl dd ol li {
	list-style: decimal outside none;
	font-size: 13px;
	line-height: 1.7;
}

.terms dl dd a{
	text-decoration: underline;
}

.terms dl {
	margin-bottom: 30px;
}
.terms ol.quote-list {
	margin-left: 2rem;

}
.terms ol.quote-list > li {
	counter-increment: cnt;
}
.terms ol.quote-list li {
	list-style-type:none;
}
.terms ol.quote-list > li:before {
	margin-left: -1.5em;
	display: inline-block;
	content: "("counter(cnt)")";
	width: 1.5rem;
	vertical-align: top;
}
.terms ul.round-list li {
	list-style-type: none;
}

/* LEGAL STYLE
-------------------------------*/
.legal .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}

.tableBox{
	margin-bottom: 30px;
}

.legal .boxTr{
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
 }

.legal .boxTr dt,
.legal .boxTr dd {
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px;
	display: table-cell;
	font-size: 13px;
	line-height: 20px;
	padding: 13px 20px;
	vertical-align: top;
}

.legal .boxTr.first {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0 0;
}

.legal .boxTr dt {
	background: #F5F5F5;
	font-weight: bold;
	width: 210px;
}

.legal .mainContentsInner dd {
	padding-left: 1.1em;
}

.legal .mainContentsInner dd li {
	font-size: 13px;
}

.legal .mainContentsInner dd .cash_table{
	margin: 5px 0;
} 

.legal .boxTr dd a{
	text-decoration: underline;
}

@media only screen and (max-width: 750px){
	/* small */
	.legal .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}

.legal .boxTr dt,
.legal .boxTr dd {
	display: block;
	float: none;
	padding: 2% 2.5%;
	width: 100%;
}

.legal .boxTr dt:first-child {
	border-bottom: medium none !important;
}


}

/* SYSTEM REQUIREMENTS STYLE
-------------------------------*/
.system .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.system .mainContentsInner dt {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.system .mainContentsInner dt.first {
	padding-top: 0;
}
.system .mainContentsInner dd {
	padding-top: 15px;
	font-size: 12px;
}
@media only screen and (max-width: 40.063em){
	/* small */
	.system .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.system .mainContentsInner dt {
		padding-top: 15px;
	}
}

/* CONTACT US STYLE
-------------------------------*/

.contact.mainContents{
	overflow:hidden;
}
.contact .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.contact .mainContentsL{
	margin-left:0;
	width: 21.5%;
}
.contact .mainContentsR {
	float: right;
	width: 75%;
}
.contact .mainContentsRContent {
	margin-left: 0;
}
.contact .mainContentsInner .attention {
	margin-bottom: 20px;
}
.contact .mainContentsInner input[type="text"],
.contact .mainContentsInner textarea {
	margin-top: 20px;
	border: none;
	background-color: #FFF;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
	width: 450px;
}
.contact .mainContentsInner input[type="text"] {
	border-bottom: 1px solid #A5A5A5;
}
.contact .mainContentsInner textarea {
	border: 1px solid #A5A5A5;
}
.contact .mainContentsInner .buttonArea {
	margin-top: 40px;
}
.contact .mainContentsInner .buttonArea .columns.end {
	padding: 0;
	padding-right: 10px;
}
.contact .formTable {
	padding: 20px 0;
	clear:both;
}
.contact .formTable .inputRow{
	border: none;
	border-bottom: 1px solid #A5A5A5;
}
.contact .mainContentsInner .error-messages {
	font-size: 12px;
}
.contact .mainContentsInner .inputLabel {
	padding-top: 10px!important;
}

.contact{
	font-size:14px;
	font-size:1.4rem;
}
.contact .contact-inner{
	max-width:500px;
}
.contact .attention {
	margin-bottom: 30px;
	line-height: 1.8;
}
.contact .attention ul.attention-list {
	margin: 25px 0;
}
.contact .attention ul.attention-list li {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.contact h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.contact .subtitle{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
	display:block;
	color:#7d7d7d;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="password"],
.contact select,
.contact textarea{
	height:auto;
	box-shadow:none;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #A5A5A5;
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
}
.contact select {
	background:#FFF url(../img/arrow.png) no-repeat right 15px center;
}
.contact .formTable .inputRow {
	padding-bottom:10px;
}
.contact .formTable .inputRow .inputHead .inputLabel {
	width: 200px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact .formTable .inputRow .inputColInner {
	margin-left: 200px;
	line-height: 200%;
	margin-top:10px;
}
.contact .formTable .inputRow .inputHead {
	width: 200px;
	padding-right: 15px;
	padding-top: 17px;
}

.contact .contact-kbn-wrapper input[type="checkbox"] + label, input[type="radio"] + label {
	font-size: 14px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px){
	/* small */
	.contact .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.contact .mainContentsL,
	.contact .mainContentsR{
		width: 100%;
	}
	.contact .mainContentsInner input[type="text"],
	.contact .mainContentsInner textarea {
		width: 100%;
	}
	.contact h2.title{
		font-size:22px;
		font-size:2.2rem;
		margin:0 0 5px;
		padding:0 !important;
	}
	.contact .subtitle{
		font-size:14px;
		font-size:1.4rem;
		margin:0 0 20px;
		margin-bottom:15px;
		padding:0 !important;
	}
	.contact .attention{
		margin-bottom:20px;
	}
	.contact .formTable .inputRow {
		padding:15px 0
	}
	.contact .formTable .inputRow .inputColInner {
		margin-top:0;
	}
	.contact .formTable .inputRow .inputHead {
		margin:0;
		padding:0;
		margin-bottom:5px;
	}
}
/* REMINDER STYLE
-------------------------------*/
.reminder .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #A5A5A5;
}
.reminder .mainContentsInner .attention {
}
.reminder .mainContentsInner input[type="text"],
.reminder .mainContentsInner textarea {
	margin-top: 20px;
	border: none;
	background-color: #FFF;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
	width: 450px;
}
.reminder .mainContentsInner input[type="text"] {
	border-bottom: 1px solid #A5A5A5;
}
.reminder .mainContentsInner textarea {
	border: 1px solid #A5A5A5;
}
.reminder .mainContentsInner .buttonArea {
	margin-top: 40px;
}
.reminder .mainContentsInner .buttonArea .columns.end {
	padding: 0;
}
.reminder .formTable {
	padding: 20px 0;
}
.reminder .formTable .inputRow{
	border: none;
	border-bottom: 1px solid #A5A5A5;
}
.reminder .mainContentsInner .error-messages {
	font-size: 12px;
}
.reminder .mainContentsInner .inputLabel {
	padding-top: 10px!important;
}
.reminder .mainContentsInner .mail {
	padding-top: 20px;
	font-size: 16px;
}


.reminder .mainContentsInner {
	margin:0 !important;
	padding-top: 0 !important;
	border-top:none !important;
}
.reminder.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.reminder h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.reminder .subtitle{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
	display:block;
	color:#7d7d7d;
}
.reminder .attention{
	margin-bottom:30px;
}
.reminder #form_mail{
	height:auto;
	box-shadow:none;
	padding:10px;
	width:350px !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #A5A5A5;
}
@media only screen and (max-width: 1024px){
	.reminder .mainContentsInner {
		margin:0 !important;
		padding:0 !important;
		border-top:none !important;
	}
	.reminder .mainContentsInner input[type="text"], .reminder .mainContentsInner textarea {
		margin-top:0 !important;
		border:1px solid #A5A5A5;
		border-radius: 0 !important;
		margin-bottom: 0 !important;
		width:inherit !important;
	}
}
@media only screen and (max-width: 750px){
	
	.reminder h2.title{
		font-size:22px;
		font-size:2.2rem;
		margin:0 0 5px;
		padding:0
	}
	.reminder .subtitle{
		font-size:14px;
		font-size:1.4rem;
		margin:0 0 20px;
		margin-bottom:15px;
	}
	.reminder .attention{
		margin-bottom:30px;
	}
	.reminder #form_mail{
		width:100% !important;
	}

}

/* PRIVACY POLICY STYLE
-------------------------------*/
.privacy .mainContentsInner {
	margin: 20px 0 40px;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.privacy .mainContentsInner a {
	text-decoration: underline;
}
.privacy .mainContentsInner dl,
.privacy .mainContentsInner li {
	font-size: 13px;
	line-height: 1.8;
}
.privacy .mainContentsInner dt {
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: 600;
}

.privacy .mainContentsInner dt.first {
	padding-top: 0;
}

.privacy dl {
	margin-bottom: 30px;
}
.privacy ol {
	margin-left: 2rem;
}
.privacy ol li {
	counter-increment: cnt;
}
.privacy ol li:before {
	margin-left: -1.5em;
	display: inline-block;
	content: "("counter(cnt)")";
	width: 1.5rem;
	vertical-align: top;
}
.privacy .sub-list li {
	counter-increment: subcnt;
}
.privacy .sub-list .quote-list li {
	margin-left: 1.75rem;
}
.privacy .quote-list li {
	counter-increment: quotecnt;
	list-style-type: disc;
}
.privacy .sub-list li::before,
.privacy .quote-list li:before {
	margin-left: -1.5em;
	display: inline-block;
	content: "";
	width: 1.5rem;
	vertical-align: top;
}
@media only screen and (max-width: 40.063em){
	/* small */
	.privacy .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.privacy .mainContentsInner dt {
		padding-top: 15px;
	}
	.privacy dl {
		margin-bottom: 15px;
	}
}

/* COOKIE POLICY STYLE
-------------------------------*/
.cookiepolicy .mainContentsInner {
	margin: 20px 0 40px;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.cookiepolicy .mainContentsInner p {
	display: inline-block;
	margin-bottom: 1rem;
}
.cookiepolicy .mainContentsInner a {
	text-decoration: underline;
}
.cookiepolicy .mainContentsInner div {
	margin-bottom: 1rem;
}
.cookiepolicy .mainContentsInner dl,
.cookiepolicy .mainContentsInner li {
	font-size: 13px;
	line-height: 1.8;
}
.cookiepolicy .mainContentsInner dt {
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: 600;
}

.cookiepolicy dl {
	margin-bottom: 30px;
}
.cookiepolicy ol {
	margin-left: 2rem;
}
.cookiepolicy ol li {
	counter-increment: cnt;
}
.cookiepolicy ol li:before {
	margin-left: -1.5em;
	display: inline-block;
	content: "("counter(cnt)")";
	width: 1.5rem;
	vertical-align: top;
}
.cookiepolicy .sub-list li {
	counter-increment: subcnt;
}
.cookiepolicy .quote-list li {
	counter-increment: quotecnt;
	list-style-type: disc;
}
.cookiepolicy .sub-list li::before,
.cookiepolicy .quote-list li:before {
	margin-left: -1.5em;
	display: inline-block;
	content: "";
	width: 1.5rem;
	vertical-align: top;
}
.cookiepolicy .sub-list .quote-list li {
	margin-left: 1.75rem;
}
.cookiepolicy table thead tr th,
.cookiepolicy table tbody tr td {
	font-size: 12px;
	line-height: 16px;
	color: #7d7d7d;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0.75rem;
	word-break: break-word;
}
.cookiepolicy table thead tr th:last-child,
.cookiepolicy table tbody tr td:last-child {
	border-right: 1px solid #ddd;
}
.cookiepolicy table tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 40.063em){
	/* small */
	.cookiepolicy .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.cookiepolicy .mainContentsInner dt {
		padding-top: 15px;
	}
	.cookiepolicy dl {
		margin-bottom: 15px;
	}
}

/* FAQ STYLE
-------------------------------*/
.faq .mainContentsInner {
	margin: 20px 0 0;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.faq .menuWrapper {
	margin-bottom: 30px;
}
.faq .menuWrapper a,
.faq .menu a {
	display: block;
	padding: 0;
}
.faq .menuWrapper dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.faq .menuWrapper dd {
	font-size: 12px;
	padding: 0;
}

.faq .menuWrapper dd ul{
	font-size: 12px;
	padding: 0;
	margin:0 0 10px;
}

.faq .menuWrapper.shipping dd ul li{
	margin-bottom: 15px;
}

.faq .menuWrapper dd p{
	margin-bottom: 10px;
}

.faq .menuWrapper dd p.mb0{
	margin-bottom: 0;
}

.faq .menuWrapper dd ul.qanda_box li{
	padding: 10px 15px;
	font-size: 13px;
}

.faq .menuWrapper dd ul.qanda_box{
	margin-bottom: 30px;
}

.faq .menuWrapper dd ul.qanda_box li span{
	display: block;
}

.faq .menuWrapper dd ul.qanda_box li .txt_q{
	margin-bottom: 10px;
	font-weight: bold;
}


.faq .menu {
	padding-bottom: 20px;
}
.faq .menu a {
	padding-bottom: 10px;
}
/*.faq div[id*="link"] {
	margin-top:-80px;
	padding-top:80px;
}*/
.faq div[id*="link"] a {
	display: inline;
	text-decoration:underline;
}

.faq .faq-outline {
	margin-bottom: 2rem;
}

.faq .static-left-menu {
	margin-bottom: 2rem;
}

.faq .faq-headline {
	margin-bottom: 2.5rem;
	line-height: 1.8;
}

.faq .faq-headline > dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.faq .faq-headline > dt:before {
	content: '■';
	margin-right: 0.5rem;
}

.faq .faq-headline > dd {
	padding-left: 1.5rem;
}

.faq .faq-questions {
	margin-bottom: 5rem;
}

.faq .faq-questions * {
	font-size: 14px;
}

.faq .faq-questions > dt {
	font-weight: bold;
	margin-bottom: 1rem;
}

.faq .faq-questions > dd {
	margin-bottom: 3rem;
}
.faq .faq-headline .faq-questions dt {
	position: relative;
	padding-left: 1.5rem;
}
.faq .faq-headline .faq-questions dd {
	position: relative;
	padding-left: 1.5rem;
}

.faq ul {
	margin: 0.5rem 0;
}

.faq ul.annotation-list li:before {
	content: '※';
	position: absolute;
	left: 0;
}
.faq ul.annotation-list li {
	position: relative;
	padding-left: 1.5rem;
}

.faq ul.disc-list li:before {
	content: '・';
	position: absolute;
	left: 0;
}
.faq ul.disc-list li {
	position: relative;
	padding-left: 1.5rem;
}
.faq ul.square-list > li:before {
	content: '■';
	position: absolute;
	left: 0;
}
.faq ul.square-list > li {
	position: relative;
	padding-left: 1.5rem;
}

@media only screen and (max-width: 750px){
	/* small */
	.faq .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	
	/*.faq .menuWrapper dd {
		margin: 0 0 10px;
	}*/
	
	.faq .menuWrapper dd ul.qanda_box li {
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 640px) {
	.faq .faq-headline > dd {
		padding-left: 0;
	}
}

/* BLOG
-------------------------------*/
.blog .mainContentsRContent{
	margin-bottom: 50px;
}
.blog .mainContentsInner {
	margin: 0 20px 20px!important;
	border-bottom: 1px dotted #A5A5A5;
}
.blog .photo{
	padding-bottom: 20px;
	display: block;
	position: relative;
}
.blog .icon{
	bottom: 20px;
	left: 0px;
	position: absolute;
}
.blog h3 {
	padding: 0 0 10px 20px;
	font-weight: bold;
	font-size: 1.2em;
}
.blog .date{
	padding: 0 0 10px 20px;
}
.blog .msg{
	padding: 0 0 20px 20px;
	line-height: 2em;
	display: block;
}
.blog .text{
	padding: 0 0 20px 20px;
	line-height: 2em;
	display: block;
}
@media only screen and (max-width: 40.063em){
	.blog .mainContentsRContent{
		margin-bottom: 30px;
	}
	.blog .mainContentsInner {
		margin: 0 40px 20px!important;
		border-bottom: none;
	}
	.blog .border {
		height: 40px;
		border-top: 1px dotted #A5A5A5;
	}
	.blog h3{
		padding-left: 0px;
	}
	.blog .date{
		padding-left: 0px;
	}
	.blog .text{
		padding-left: 0px;
	}
}

/* BLOG_DETAIL
-------------------------------*/
.blogDetail .mainContentsRContent{
	margin-bottom: 50px;
}
.blogDetail .mainContentsInner {
	margin: 0 20px 20px!important;
}
.blogDetail h2.blogTitle {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 13px 20px 10px;
	min-height: 50px;
	height:auto !important;
	height:50px;
	border: none;
}
.blogDetail .photo{
	padding-bottom: 20px;
	display: block;
}
.blogDetail .date{
	padding: 0 0 30px;
}
.blog_detail_dateInner{
	padding-bottom: 10px;
	max-width: 100%;
	float: left;
}
.blogDetail .text{
	padding: 0 0 20px 20px;
	line-height: 2em;
	display: block;
	clear: both;
}
.blogDetail .text img{
	max-width: 100%;
}
.blogDetail .text table{
	max-width: 100%;
}
.blogDetail .text td{
	max-width: 100%;
}
.blogDetail .text td img{
	width: 100%;
}
.blog_detail__sns {
	position: relative;
	float: right;
	top: 0px;
	padding: 0 0 5px!important;
}
.blog_detail__sns:after {
	clear: both;
	content: "";
	display: table;
}
.blog_detail__sns_list {
	margin-right: 10px;
	float: right;
}
.blog_detail__list_back {
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	margin: 0 20px;
}
.blog_detail__list_back--link {
	display: block;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
}
.blog_detail__list_li--back .blog_detail__list_back--link:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f104";
}
.blog_detail__list_li--next .blog_detail__list_back--link:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
}
.blog_detail__list_ul {
	margin: 0 auto;
}
.blog_detail__list_ul:after {
	clear: both;
	content: "";
	display: table;
}
.blog_detail__list_ul::after {
	clear: both;
	content: "";
	display: table;
}
.blog_detail__list_ul li {
	float: left;
	width: 33.333333%;
	min-height: 1px;
}
.blog_detail__list_li--back{
	text-align: left;
	padding-left: 10px;
}
.blog_detail__list_li--all{
	text-align: center;
}
.blog_detail__list_li--next{
	text-align: right;
	padding-right: 10px;
}
.blogDetail .collection div{
	text-align: center;
	float: left!important;
}
.blogDetail .collection a{
	display: inline-block;
	padding: 0 5px 10px;
}
.blogDetail .collection a img{
	width: 100%;
}
@media only screen and (min-width: 40.063em){
	.blogDetail .collection div:nth-child(3n+1){
		clear: both;
	}
}

@media only screen and (max-width: 40.063em){
	.blogDetail h2.blogTitle {
		margin: 0 0 20px;
	}
	.blogDetail .mainContentsRContent{
		margin-bottom: 30px;
	}
	.blogDetail .mainContentsInner {
		margin: 0 40px 20px!important;
		border-bottom: none;
	}
	.blogDetail .border {
		height: 40px;
		border-top: 1px dotted #A5A5A5;
	}
	.blogDetail .date{
		padding-left: 0px;
	}
	.blogDetail .text{
		padding-left: 0px;
	}
	.blogDetail .text table{
		width: auto;
	}
	.blogDetail .collection div:nth-child(2n+1){
		clear: both;
	}
	.blogDetail .collection div:nth-child(3n+1){
		float: left!important;
	}
	.blogDetail .collection a{
		width: 100%;
	}
}

/* BLOG_DETAIL COLLECTION
-------------------------------*/
.modal-open{
	overflow:hidden
}
.modal{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0;
}
.modal.fade .modal-dialog{
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	-o-transform:translate(0,-25%);
	transform:translate(0,-25%)
}
.modal.in .modal-dialog{
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0)
}
.modal-open .modal{
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog{
	padding: 20px 10px!important;
	max-width: 100%;
}
.modal-content{
	margin: auto;
	max-width: 660px;
	position:relative;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-header{
	padding:5px;
	text-align:right;
	max-width: 660px;
}
.modal-body{
	padding:0 10px!important;
	max-width: 660px;
}
.blueimp-gallery .modal-body img {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: relative!important;
}
.modal-footer{
	padding:5px;
	text-align:right;
	max-width: 660px;
}
.modal-footer .btn+.btn{
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
	margin-left:0
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.close{
	margin-right: 5px;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#2f2f2f;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2
}
.close:focus,.close:hover{
	color:#2f2f2f;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5
}
button.close{
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0
}
button.next {
	background-color: #808080;
	border-color: #2f2f2f;
	color: #fff;
}
button.next:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
	padding-left:5px;
}
button.prev {
	background-color: #FFFFFF;
	border-color: #999999;
	color: #999999;
}
button.prev:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f104";
	padding-right:5px;
}



/* NEWS
-------------------------------*/
.news .mainContentsRContent{
	margin-bottom: 50px;
}
.news .mainContentsInner {
	margin: 0 20px 20px!important;
	border-bottom: 1px dotted #d7d7d7;
}
.news h3 {
	padding: 0 0 10px 20px;
	font-weight: bold;
	font-size: 1.2em;
}
.news .date{
	padding: 0 0 10px 20px;
}
.news .msg{
	padding: 0 0 20px 20px;
	line-height: 2em;
	display: block;
}
.news .text{
	padding: 0 0 20px 20px;
	line-height: 2em;
	display: block;
}
@media only screen and (max-width: 40.063em){
	.news .mainContentsRContent{
		margin-bottom: 30px;
	}
	.news .mainContentsInner {
		margin: 0 40px 20px!important;
		border-bottom: none;
	}
	.news .border {
		height: 40px;
		border-top: 1px dotted #d7d7d7;
	}
	.news h3{
		padding-left: 0px;
	}
	.news .date{
		padding-left: 0px;
	}
	.news .text{
		padding-left: 0px;
	}
}

/* 元A通
-------------------------------*/
.mainContentsR {
	float: left;
	width: 100%;
}
.mainContentsRContent{
	margin-left: 290px;
}
.mainContentsRContent h2.title {
	padding-bottom: 5px;
}
.mainContentsL {
	float: left;
	margin-left: -100%;
	width: 250px;
	padding-top:15px;
	padding-bottom:50px;
}
.mainContentsL ul,
.static-menu .static-menu-list {
	padding-top:12px;
	border-top: 1px solid #e6e6e6;
}
.mainContentsL ul li,
.static-menu .static-menu-list .static-menu-item {
	padding-bottom: 12px;
	margin-bottom:12px;
	font-size:14px;
	font-size:1.4rem;
	border-bottom: 1px solid #e6e6e6;
}
.mainContentsL ul li.selected,
.mainContentsL ul li .menu-sub li.selected {
	text-decoration: underline;
}
.static-menu .static-menu-list .static-menu-item .static-menu-link {
	text-decoration: none;
}

.mainContentsL .menu-sub li {
	padding: 0;
	font-size: 12px;
	line-height: 175%;
}

.title-box{
	border-bottom:1px solid #2f2f2f;
	margin-bottom:35px;
}

@media only screen and (max-width: 750px){
	/* small */
	.mainContentsR {
		float: none;
		margin-top: 0;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsRContent h2.title {
		padding: 0 10px 5px;
	}
	.mainContentsRContent .subtitle {
		padding: 0 10px 5px;
	}
	
	.mainContentsL {
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0 9px;
	}
	.bu_menu {
		margin: 10px;
	}
	.menu-faq {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #A5A5A5;
	}
	.menu-faq li {
		padding: 0;
		font-size: 12px;
		line-height: 175%;
	}
	.menu-faq li.selected {
		text-decoration: underline;
	}
	
	.title-box{
		margin-bottom:25px;
	}
}


.pager2 {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.pager2 ul {
	display: inline-block;
}
.pager2 li {
	font-size: 1.4em!important;
	margin: 0!important;
}
.pager2 li a{
	padding: 5px 15px!important;
	border-radius: 0px!important;
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
}
.pager2 li:nth-child(2) a{
	border-left: 1px solid #A5A5A5;
}
.pager2 li.current a {
	background-color: #000000!important;
	border: 1px solid #A5A5A5;
}
.pager2 li.arrow {
	display: none!important;
}


/* BUTTON
-------------------------------*/

.buttonArea{
	clear:both;
}
.buttonArea.center{
	text-align:center;
}
.buttonArea .row{
	padding:0;
}
.buttonArea .mypage-btn{
	width:250px;
	float:left;
	margin-right:10px;
}
.buttonArea .mypage-btn.last{
	margin-right:0;
}
.buttonArea .form-btn{
	width:250px;
	display:inline-block;
	font-size:0;
	margin:0 5px;
}
.buttonArea .mypage-btn.single,
.buttonArea .form-btn.single{
	float:none;
	margin:0 0 10px;
}
.buttonArea .form-btn.single{
	margin:0 auto 10px;
	display:block;
}
.buttonArea .backlink{
	display:block;
	border:1px solid #2f2f2f;
	background-color:#FFF;
	text-align:center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 0;
}
.buttonArea.flexbox{
	display: -webkit-flex;
	display: flex;
}
.buttonArea.flexbox.center{
	-webkit-justify-content: center;
	justify-content: center;
}


@media only screen and (max-width: 1024px){
	.buttonArea .backlink{
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 750px){

	.buttonArea .row{
		margin:0;
		width:100% !important;
	}
	.buttonArea .mypage-btn{
		width:100%;
		float:none;
		margin: 0 0 10px;
	}
	.buttonArea.flexbox{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.mypage-btn.back {
		-webkit-order: 2;
		order: 2;
	}
	.mypage-btn.next {
		-webkit-order: 1;
		order: 1;
	}

}


/* withdraw
-------------------------------*/
.withdraw.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.withdraw h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.withdraw h2.title.mb{
	margin-bottom:15px;
}

@media only screen and (max-width: 750px){

	.withdraw h2.title{
		padding:0 !important;
		font-size:22px;
		font-size:2.2rem;
	}
	.withdraw h2.title.mb{
		margin-bottom:10px;
	}
}


/* favorite
-------------------------------*/

.favorite .favo-ttl{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	background:url(../img/favo_ico.png) no-repeat 0 3px;
	padding:0 0 8px 30px;
	font-size:23px;
	font-size:2.3rem;
	border-bottom:1px solid #2f2f2f;
	margin-bottom:30px;
}
.favorite .favo-control{
	position:relative;
	margin-bottom:70px;
}
.favorite .favo-control.last{
	padding-top:50px;
	margin-bottom:0;
}
.favorite .favo-control .num{
	position:absolute;
	left:20px;
	top:10px;
}
.favorite .pager li.paged{
	font-size:20px !important;
	font-size:2.0rem !important;
}
.favorite .favorite-wrap{
	font-size:0;
}
.favorite .favorite-wrap .favorite-box{
	width:31.57%;
	margin-right:2.645%;
	font-size: 14px;
	font-size: 1.4rem;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-bottom:45px;
}
.favorite .favorite-wrap .favorite-box:nth-child(3n){
	margin-right:0;
}
.favorite .favorite-wrap .favorite-box p{
	line-height:1.8;
}
.favorite .favorite-wrap .favorite-box .price{
	color:#7d7d7d;
	margin-bottom:10px;
}
.favorite .favorite-wrap .favorite-box .colImage{
	position:relative;
	margin-bottom:15px;
}
.favorite .favorite-wrap .favorite-box .add_favorite{
	text-indent: -9999px;
	background: url(../img/common/icon_favo.png) no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.favorite .favorite-wrap .favorite-box .add_favorite.active {
	background: url(../img/common/icon_favo_active.png) no-repeat 0 0;
	background-size: contain;
}
.favorite .favorite-wrap .favorite-box .delete-btn {
	-moz-appearance: none;
	border: 0 none;
	border-radius: 0;
	box-sizing: content-box;
	cursor: pointer;
	display: inline;
	font-size: inherit;
	margin: 0;
	outline: medium none;
	padding: 0;
	color: #2f2f2f;
	background: url(../img/cart/delete.png) no-repeat 0 center;
	padding-left: 18px;
	text-decoration: underline;
	text-decoration: none;
}
.favorite .favorite-wrap .favorite-box .sp-bagBtn{
	display:none;
}

.favorite .button-add-cart {
	background-color: #6d6e71;
	border: 1px solid #6d6e71;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	max-width: 135px;
	width: 100%;
	padding: 10px 8px 8px;
	border-radius: 0.5rem;
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px){

	.favorite .favo-ttl{
		background:url(../img/favo_ico.png) no-repeat 0 2px;
		background-size:15px auto;
		padding:0 0 5px 22px;
		font-size:16px;
		font-size:1.6rem;
		margin-bottom:20px;
	}
	.favorite .favo-control{
		margin-bottom:20px;
	}
	.favorite .favo-control.last{
		padding-top:10px;
		margin-bottom:0;
	}
	.favorite .favo-control .num{
		position:static;
		font-size: 14px !important;
		font-size: 1.4rem !important;
		padding-left:15px;
		padding-bottom:5px;
	}
	.favorite .pager li.paged{
		font-size:16px !important;
		font-size:1.6rem !important;
	}
	.favorite .favorite-wrap .favorite-box,
	.favorite .favorite-wrap .favorite-box:nth-child(3n){
		width:48.5%;
		margin-right:3%;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom:35px;
	}
	.favorite .favorite-wrap .favorite-box:nth-child(2n){
		margin-right:0;
	}
	.favorite .favorite-wrap .favorite-box p.itemName{
		margin-bottom:5px;
	}
	.favorite .favorite-wrap .favorite-box p{
		line-height:1.4;
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	.favorite .favorite-wrap .favorite-box .colImage{
		margin-bottom:8px;
	}
	.favorite .favorite-wrap .favorite-box .sp-bagBtn{
		display:block;
		max-width:70%;
		margin:0 auto 10px;
	}
}

/* mod
-------------------------------*/
.mod.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.mod h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.mod h2.title.mb{
	margin-bottom:15px;
}
.mod .formTable .form-box.first {
	border-top: none;
	padding-top:0;
}
.mod .withdraw-link{
	padding: 0 0 10px;
	text-align: right;
}
.mod .withdraw-link a{
	font-size: 12px;
	font-size: 1.2rem;
	color: #7d7d7d;
}

@media only screen and (max-width: 750px){

	.mod h2.title{	
		font-size:22px;
		font-size:2.2rem;
		padding:0 !important
	}
	.mod h2.title.mb{
		margin-bottom:10px;
	}
	.mod .withdraw-link{
		padding: 0 0 5px;
	}

}

/* delivery_address
-------------------------------*/
.delivery_address.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.delivery_address h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.delivery_address h2.title.mb{
	margin-bottom:15px;
}
.delivery_address .formTable .form-box.first {
	border-top: none;
	padding-top:0;
}
.delivery_address .attention{
	margin-bottom:20px;
}
.delivery_address .regmessageArea{
	max-width:100%;
	text-align:left;
}
.delivery_address .add-control{
	margin:30px 0 20px;
}
.delivery_address .add-control.last{
	margin:20px 0;
}

@media only screen and (max-width: 750px){

.delivery_address.mainContents{
	font-size:12px;
	font-size:1.2rem;
}
	.delivery_address h2.title{	
		font-size:22px;
		font-size:2.2rem;
		padding:0 !important
	}
	.delivery_address h2.title.mb{
		margin-bottom:10px;
	}
}


/* creditcard
-------------------------------*/
.creditcard.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.creditcard h2.title{
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.creditcard  h2.title.mb{
	margin-bottom:15px;
}
.creditcard .attention{
	margin-bottom:20px;
}

@media only screen and (max-width: 750px){

	.creditcard.mainContents{
		font-size:12px;
		font-size:1.2rem;
	}
	.creditcard  h2.title{	
		font-size:22px;
		font-size:2.2rem;
		padding:0 !important
	}
	.creditcard  h2.title.mb{
		margin-bottom:10px;
	}
}

.size-guide .size-guide-menu .size-guide-menu-list .size-guide-menu-item {
	display: inline-block;
	margin: auto 1rem;
	font-size: 1.4rem;
}
.size-guide .size-guide-list {
	margin: 5rem auto;
}
.size-guide .size-guide-list .size-guide-title {
	font-size: 1.6rem;
	margin: 2rem auto;
	padding-bottom: 2rem;
	border-bottom: 1px solid #2f2f2f;
}
.size-guide .size-guide-list .size-guide-descriptions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}
.size-guide .size-guide-description-list {
	max-width: 40rem;
	margin: 5rem auto;
}
.size-guide .size-guide-description-list .size-guide-description-item {
	margin: 1rem auto;
	font-size: 1.4rem;
}

.newsletter h2.title {
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}
@media only screen and (max-width: 640px) {
	.formTable .inputRow .inputCol span.line.mail {
		width: 100%;
		margin-right: 0%;
		display: block;
	}
}

/* Philosophy共通フッター */
.philosophy-common-footer {
	max-width: calc(1400px - (250px * 2));
	padding: 0;
	margin: 160px auto;
	color: #414042;
}
.philosophy-common-footer .page-link-list {
	display: flex;
	text-align: center;
}
.philosophy-common-footer .page-link-detail {
	width: calc(100% / 3);
}
.philosophy-common-footer .page-link-detail .main-link-wrapper {
	border-right: solid 1px #bfbfbf;
	margin-bottom: 30px;
}
.philosophy-common-footer .page-link-detail:last-child .main-link-wrapper {
	border-right: none;
}
.philosophy-common-footer .page-link-detail .main-link-wrapper a {
	font-size: 26px;
	line-height: 40px;
	font-style: italic;
	color: #333;
}
.philosophy-common-footer .sub-link-list .sub-link-detail {
	font-size: 16px;
	line-height: 36px;
}
.philosophy-common-footer .sub-link-list .sub-link-detail {
	color: #7d7d7d;
}
@media only screen and (max-width: 640px) {
	.philosophy-common-footer {
		margin: 15.625vw 0;
	}
	.philosophy-common-footer .page-link-list {
		flex-wrap: wrap;
		padding: 7.5vw 0;
	}
	.philosophy-common-footer .page-link-detail {
		width: 100%;
	}
	.philosophy-common-footer .page-link-detail:after {
		content: '';
		display: block;
		width: 31.25vw;
		height: 1px;
		margin: 7.5vw auto 7.5vw;
		background: #414042;
	}
	.philosophy-common-footer .page-link-detail:last-child:after {
		content: '';
		display: none;
	}
	.philosophy-common-footer .page-link-detail .main-link-wrapper {
		border-right: none;
		margin: 0 0 4.6875vw;
	}
	.philosophy-common-footer .page-link-detail .main-link-wrapper a {
		font-size: 5vw;
		line-height: 5vw;
	}
	.philosophy-common-footer .sub-link-list {
		display: flex;
		text-align: center;
		margin: 0;
		justify-content: center;
	}
	.philosophy-common-footer .sub-link-list .sub-link-detail {
		font-size: 2.8125vw;
		line-height: 5.625vw;
		margin: 0;
	}
	.philosophy-common-footer .sub-link-list .sub-link-detail:after {
		content: '|';
		margin: 0 1.875vw;
	}
	.philosophy-common-footer .sub-link-list .sub-link-detail:last-child:after {
		display: none;
	}
}

/*アンカーリンク(ヘッダーにかぶらないようにするため)*/
.list-anchor {
	padding-top: 80px;
	margin-top: -80px;
}
@media only screen and (max-width: 640px) {
	.list-anchor {
		padding-top: calc((6.25vw * 2) + (1.5625vw * 2) + 4.6875vw);
		margin-top:  calc(((6.25vw * 2) + (1.5625vw * 2) + 4.6875vw) * -1);
	}
}



/* WEBSITE POLICY STYLE
-------------------------------*/
.websitepolicy .mainContentsInner {
	margin: 20px 0 40px;
	padding-top: 40px;
	border-top: 1px solid #A5A5A5;
}
.websitepolicy .mainContentsInner .website-contents {
	font-size: 13px;
	line-height: 1.8;
}
.website-fontsize {
	font-size: 14px;
}
.websitepolicy .mainContentsInner .website-text {
	padding-bottom: 5px;
	font-weight: 600;
}
.website-caption {
	padding-top: 30px;
}
.website-attention {
	font-size: 12px;
	color: #999999;
}

@media only screen and (max-width: 640px) {
	.websitepolicy .mainContentsInner {
		margin: 20px 9px 20px 9px;
		padding-top: 20px;
	}
	.websitepolicy .website-contents {
		margin-bottom: 15px;
	}
	.websitepolicy .mainContentsInner .website-caption {
		padding-top: 15px;
	}
}

/* advertising
-------------------------------*/
.advertising-main {
	max-width: 970px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}
.advertising-top {
	margin-top: 50px;
}
.advertising_image {
	margin-bottom: 60px;
}
@media only screen and (max-width: 500px) {
	.list-link {
		font-size: 12px;
		line-height: 25px;
	}
}

/* history_detail_mod
-------------------------------*/
.orderInfo .form {
	width: 100%;
	margin-bottom: 60px;
}
.orderInfo .form ul, .orderInfo .form ol, .orderInfo .form dl {
	font-size: inherit;
}
.orderInfo .form dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #999;
}
.orderInfo .form dl dt {
	display: table-cell;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 20px 20px 20px 0;
	line-height: 1.3;
}
.orderInfo .form dl dd {
	display: table-cell;
	width: 80%;
	padding: 20px 30px 20px 0;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
}
.orderInfo .form label {
	cursor: pointer;
	display: inline-block;
	color: inherit;
	font-size: inherit;
}
.orderInfo .form input[type="radio"] {
	display: inline-block !important;
	position: relative;
	top: 0;
}
.orderInfo input[type="radio"].custom_buttom {
	display: none !important;
}
.orderInfo .shippingForm2 .inputRow {
	padding-bottom: 0 !important;
}
.orderInfo .shippingForm2 .inputLabel {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 16px;
}
.orderInfo .shippingForm2 .form-bottom {
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.orderInfo .shippingForm2 .form-bottom:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.orderInfo .form select {
	height: 40px;
	padding: 10px 60px 10px 20px;
	box-sizing: border-box;
	border: 0;
	box-shadow: 0px 0px 0px 1px #d6d6d6 inset;
	font-size: 14px;
	color: #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 155px;
	width: auto;
}
@media only screen and (max-width: 750px) {
	.orderInfo .form dl {
		display: block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.orderInfo .form dl dt {
		display: block;
		width: 100%;
		font-size: 12px;
		padding: 10px 0 0 0;
	}
	.orderInfo .formTable .gray-form {
		padding: 25px 12px;
	}
	.orderInfo .shippingForm2 .inputLabel {
		font-size: 14px;
	}
	.formTable .inputRow .inputCol {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.orderInfo .formTable .inputRow label {
		font-weight: normal;
	}
}
.socialplus-relation-wrapper {
	max-width: 325px;
	width: 100%;
}
.socialplus-relation-wrapper .button-relation,
.socialplus-relation-wrapper .button-unrelation {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #a7a7a7;
	font-size: 16px;
	padding: 15px 10px;
	margin: 15px 0;
}
.socialplus-relation-wrapper .button-relation img,
.socialplus-relation-wrapper .button-unrelation img {
	max-height: 20px;
	height: 100%;
	margin-right: 5px;
}
.socialplus-relation-wrapper .button-relation img.yahoo-icon,
.socialplus-relation-wrapper .button-unrelation img.yahoo-icon {
	width: 25px;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
	.socialplus-relation-wrapper {
		max-width: none;
	}
}

/* アプリバッジ */
ul.guide-badge-list {
	display: flex;
	align-items: center;
	margin: 0!important;
}
ul.guide-badge-list .guide-badge-list-label {
	font-size: 12px;
	margin-right: 20px;
}
ul.guide-badge-list .guide-badge-list-item .guide-badge.guide-badge__google .guide-badge-image {
	height: 60px;
	width: auto;
}

.signup-password-text::before {
	content: '※';
	margin-left: -1.2rem;
}
.signup-password-text {
	padding-left: 1.2rem;
	line-height: 2.5;
	font-size: 1.2rem;
	margin-top: 5px;
	color: #666;
}
.signup-password-attention {
	color: #e95a7f;
}
@media only screen and (max-width: 640px) {
	.signup-password-text {
		line-height: 1.8;
	}
}
/* クレジットカード情報確認・削除 */
.history.creditcard .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead,
.history.creditcard .orderHistoryTable .orderHistoryRow .orderHistoryCol {
	width: 25%;
}
.history.creditcard .button.credit-card-del {
	display: inline-block;
	margin: 0;
	padding: 7px 14px;
	height: auto;
}
.history.creditcard .customer-not-registered {
	margin-top: 20px;
}
.history.creditcard #zeus_new_card_area {
	min-height: 1px;
}
.history.creditcard .creditoptionForm {
	position: relative;
}
.history.creditcard .register-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.75);
	z-index: 1;
}
.history.creditcard .register-loading.hide {
	display: none;
}
@media only screen and (max-width: 750px){
	.history.creditcard .orderHistoryTable .orderHistoryHeadRow .orderHistoryHead,
	.history.creditcard .orderHistoryTable .orderHistoryRow .orderHistoryCol {
		width: 60%;
	}
	.history.creditcard .orderHistoryTable .orderHistoryRow .orderHistoryCol.colButton {
		width: 100%;
	}
	.history.creditcard .button.credit-card-del {
		margin: 5px 0 0;
		width: 100%;
	}
	.history.creditcard .orderHistoryTable {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 640px) {
	.history.creditcard .formTable.confirm .form-content {
		width: 100%;
	}

	.history.creditcard .formTable.confirm .form-ttl {
		font-size: 2rem;
	}
}
.attention .attention--introduction {
	margin-bottom: 28px;
}
.attention .attention--link-label {
	display: block;
	padding-left: 14px;
	margin-top: 7px;
}
.attention .attention--title,
.attention .attention--title__bold,
.attention .attention--sub-title {
	font-size: 14px;
	color: #7d7d7d;
	margin-bottom: 7px;
}
.attention .attention--sub-title {
	margin-bottom: 28px;
}
.attention .attention--title__bold {
	font-weight: bold;
}
.attention .attention--sub-wrapper {
	padding-left: 14px;
}
.attention .attention--text {
	margin-bottom: 28px;
	padding-left: 14px;
}
@media only screen and (max-width: 750px){
	.attention--br {
		display: none;
	}
}

.signup .regmessageArea .image-box {
	clear: both;
	margin-bottom: 3rem;
}

.signup .regmessageArea .image-box .thank-image {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.signup .regmessageArea .image-box {
		margin-bottom: 0;
	}
}