/* Y'S GEAR : mypage.css */


/*======================================================================*
 *  [ mypageNav ] 
 *======================================================================*/

.mypageNav {
	background: #f0f1f8;
}
.mypageNav h2 {
	float: left;
	height: 22px;
	padding: 19px 10px 19px 20px;
}

.mypageNav .button {
	float: right;
}
.mypageNav .button  li {
	float: left;
}
.mypageNav .button li + li {
	margin: 0 0 0 1px;
}
.mypageNav .button a {
	display: table-cell;
	width: 60px;
	height: 50px;
	padding: 5px 0;
	background: #9fa0a0;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	vertical-align: bottom;
}
.mypageNav .button a:hover {
	color: #fff !important;
	background: #9093af;
}
.mypageNav .button a:before {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto 8px auto;
}
.mypageNav .button .mypage a:before { content: url(/app/shared/svg/mypage/icon_mypage.svg); }
.mypageNav .button .logout a:before { content: url(/app/shared/svg/mypage/icon_logout.svg); }
.mypageNav .button .cart a:before   { content: url(/app/shared/svg/mypage/icon_cart.svg);   }
.mypageNav .button .now a 			{ background: #313567; }

.mypageNav .arrow {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
.mypageNav .arrow li {
	float: left;
	margin: 2px 10px;
}
.mypageNav .arrow a {
	color: #313567;
}
.mypageNav .arrow a:hover {
	text-decoration: underline;
}
.mypageNav .arrow a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #bfc0c0;
	border-right: 2px solid #bfc0c0;
	content: "";
}

.mypageNav p {
	clear: both;
	padding: 10px 20px;
	background: #fff;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
}


/*======================================================================*
 *  [ pageTitle ] 
 *======================================================================*/

.pageTitle.mypage h1 {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
}


/*======================================================================*
 *  [ mypageWrap ] 
 *======================================================================*/

.mypageWrap {
}


/*======================================================================*
 *  [ mypageWrap ] 2016.03 �ǋL
 *======================================================================*/

.couponMypageBox {
	margin: 0 350px 0 0;
}
.couponMypageBox ul {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.couponMypageBox li {
	list-style-type: none;
}
.couponMypageBox li + li {
	margin-top: 15px;
}


/*======================================================================*
 *  [ pointBox ] 
 *======================================================================*/

.pointBox {
	float: right;
	width: 314px;
	margin: 0 0 30px 0;
	padding: 20px 12px;
	border: 2px solid #b4b4b4;
	border-radius: 5px;
	box-sizing: border-box;
	color: #464646;
}
.pointBox h2 {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
}

.pointBox section + section {
	margin-top: 40px;
}

.pointBox .help, 
.pointBox section > h3 {
	display: block;
	margin: 0 0 20px 0;
	padding: 5px 10px 2px 5px;
	background: #eee;
}
.pointBox .help h3 {
	float: left;
}
.pointBox .help h3, 
.pointBox section > h3 {
	color: #464646;
	font-size: 14px;
	font-size: 1.4rem;
}
.pointBox .help h3:before, 
.pointBox section > h3:before {
	display: inline-block;
	margin: 0 5px 3px 0;
	vertical-align: middle;
}
.pointBox .ypoint h3:before { content: url(/app/shared/svg/mypage/icon_ypoint.svg); }
.pointBox .scoupon h3:before { content: url(/app/shared/svg/mypage/icon_scoupon.svg); }
.pointBox .coupon h3:before { content: url(/app/shared/svg/mypage/icon_coupon.svg); }
.pointBox .help p {
	float: right;
	color: #313567;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 26px;
}
.pointBox .help:hover p {
	text-decoration: underline;
}
.pointBox .help p:before {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	content: url(/app/shared/svg/mypage/icon_help.svg);
}

.pointButton {
	margin: 0 10px 20px 10px;
	color: #e44800;
	font-weight: bold;
	cursor: pointer;
}
.pointButton strong {
	font-size: 18px;
	font-size: 1.8rem;
}
.pointButton span {
	font-weight: normal;
}

.pointBoxInner {
	margin: 0 10px;
}
.pointBoxInner dl {
	padding: 5px 0;
	border-top: 1px dotted #909090;
}
.pointBoxInner dt {
	float: left;
	clear: both;
	width: 70%;
	margin: 5px 0 0 0;
}
.pointBoxInner dd {
	float: left;
	width: 30%;
	text-align: right;
	margin: 5px 0;
}
.pointBoxInner dt.use, 
.pointBoxInner dt.use + dd { color: #4794cf; }
.pointBoxInner dt.get, 
.pointBoxInner dt.get + dd { color: #cc1533; }
.pointBoxInner p {
	padding: 10px 0;
	border-top: 1px dotted #909090;
}
.pointBoxInner a {
	display: block;
	float: right;
	color: #0b4599;
}
.pointBoxInner a:hover {
	text-decoration: underline;
}
.pointBoxInner a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border: 3px solid transparent;
	border-left: 5px solid #909090;
	content: "";
	vertical-align: middle;
}

/* [ 2016.03 �ǋL ] */
.pointBox .couponList {
	margin-top: -10px;
}
.pointBox .couponList li {
	list-style-type: none;
	border: 1px dotted #919191;
}
.pointBox .couponList li + li {
	margin-top: 10px;
}
.pointBox .couponList li a {
	display: block;
	padding: 9px;
}
/*.pointBox .couponList li a:hover, 
.pointBox .couponList li a:active {
	background: #f0f1f8;
}*/
.pointBox .couponList li b {
	display: block;
	margin-bottom: 5px;
	color: #e44800;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}


/*======================================================================*
 *  [ mypageBox ] 
 *======================================================================*/

.mypageBox {
	margin: 0 350px 0 0;
}


/*======================================================================*
 *  [ menuBox ] 
 *======================================================================*/

.menuBox {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.menuBox h2 {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #919191;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
}
.menuBox h2:before {
	display: inline-block;
	margin: 0 10px;
	vertical-align: text-bottom;
}

.menuBox section {
	margin: 0 20px 25px 20px;
}
.menuBox section a {
	display: table;
}
.menuBox section h3 {
	display: table-cell;
	width: 12em;
	color: #313567;
	font-size: 15px;
	font-size: 1.5rem;
}
.menuBox section a:hover h3 {
	text-decoration: underline;
}
.menuBox section h3:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border: 5px solid transparent;
	border-left: 6px solid #909090;
	content: "";
	vertical-align: middle;
}
.menuBox section p {
	display: table-cell;
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.menuBox.order h2:before { content: url(/app/shared/svg/mypage/icon_order.svg); }
.menuBox.wish h2:before { content: url(/app/shared/svg/mypage/icon_wish.svg); }
.menuBox.data h2:before { content: url(/app/shared/svg/mypage/icon_data.svg); }


/*======================================================================*
 *  [ guideBox ] 
 *======================================================================*/

.guideBox {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 15px;
	border: 1px dotted #919191;
	box-sizing: border-box;
}
.guideBox h2 {
	display: inline-block;
	margin: 0 15px 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.guideBox h2:before {
	display: inline-block;
	margin: 0 5px 0 0;
	content: url(/app/shared/svg/mypage/icon_guide.svg);
	vertical-align: middle;
}

.guideBox > a {
	text-decoration: underline;
}
.guideBox > a:hover {
	text-decoration: none;
}
.guideBox > a:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: -3px 5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #919191;
	border-right: 2px solid #919191;
	content: "";
	vertical-align: middle;
}

.guideBox li {
	list-style-type: none;
	float: left;
	width: 33.33%;
}
.guideBox li:nth-child(3n+1) {
	clear: both;
	width: 40%;
}
.guideBox li:nth-child(3n-1) {
	width: 35%;
}
.guideBox li:nth-child(3n) {
	width: 25%;
}
.guideBox li a {
	display: block;
	padding: 8px;
}
.guideBox li a:hover {
	text-decoration: underline;
}
.guideBox li a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 -8px;
	border: 3px solid transparent;
	border-left: 5px solid #909090;
	content: "";
	vertical-align: middle;
}


/*======================================================================*
 *  [ historyBox ] 
 *======================================================================*/

.historyBox {
	margin: 0 0 30px 0;
}

.historyBox li, 
.historyBox p, 
.historyBox div {
	list-style-type: none;
	margin: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.historyBox .title {
	display: table;
	width: 100%;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.historyBox .title li {
	display: table-cell;
	padding: 10px;
}
.historyBox .title li + li {
	border-left: 1px dotted #fff;
}

.historyBox .list li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #afafaf;
	text-align: center;
}
.historyBox .list li:nth-child(even) {
	background: #f3f4f5;
}
.historyBox .list p, 
.historyBox .list div {
	display: table-cell;
	padding: 10px 15px;
}
.historyBox .list p + p, 
.historyBox .list div {
	border-left: 1px dotted #afafaf;
}
.historyBox .list .price, 
.historyBox .list .point {
	text-align: right;
}
.historyBox .list .point {
	color: #cc1533;
}
.historyBox .list .point + .point {
	color: #4794cf;
}

.historyBox .date { width: 19%; }
.historyBox .price { width: 13%; }
.historyBox .point { width: 11%; }
.historyBox .detail { width: 135px; }


/*======================================================================*
 *  [ cf ] 
 *======================================================================*/

.mypageNav:after, 
.pointBox .help:after {
	display: block;
	clear: both;
	content: "";
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	/*==================================================================*
	 *  [ mypageWrap ] 
	 *==================================================================*/
	
	.mypageWrap {
		margin: 0 20px;
	}
	
	
	/*==================================================================*
	 *  [ guideBox ] 
	 *==================================================================*/
	
	.guideBox li {
		width: 50% !important;
	}
	.guideBox li:nth-child(3n+1) {
		clear: none;
	}
	.guideBox li:nth-child(2n+1) {
		width: 55% !important;
	}
	.guideBox li:nth-child(2n) {
		width: 45% !important;
	}
	
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ pageTitle ] 
	 *==================================================================*/
	
	.pageTitle.mypage {
		margin-bottom: 0;
	}
	
	
	/*==================================================================*
	 *  [ mypageWrap ] 2016.03 �ǋL
	 *==================================================================*/
	
	.couponMypageBox {
		margin: 0;
	}
	.couponMypageBox ul {
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
	}
	
	
	/*==================================================================*
	 *  [ pointBox ] 
	 *==================================================================*/
	
	.pointBox {
		float: none;
		width: 100%;
	}
	
	
	/*==================================================================*
	 *  [ mypageBox ] 
	 *==================================================================*/
	
	.mypageBox {
		margin: 0;
	}
	
	
	/*==================================================================*
	 *  [ menuBox / guideBox ] 
	 *==================================================================*/
	
	.menuBox, 
	.guideBox {
		float: none;
	}
	
	.menuBox {
		margin: 0 0 50px 0;
	}
	
	
	/*==================================================================*
	 *  [ historyBox ] 
	 *==================================================================*/
	
	.historyBox .list span {
		display: none;
	}
	
	.historyBox .date { width: 25%; }
	.historyBox .price { width: 15%; }
	.historyBox .point { width: 12%; }
	
}

/*======================================================================*
 *  [ Media Queries 667 ] 
 *======================================================================*/

@media screen and (max-width: 667px) {
	
	/*==================================================================*
	 *  [ historyBox ] 
	 *==================================================================*/
	
	.historyBox .date { width: 30%; }
	.historyBox .price { width: 20%; }
	.historyBox .point {
		display: none !important;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ mypageNav ] 
	 *==================================================================*/
	
	.mypageNav h2 {
		padding: 14px 10px;
	}
	
	.mypageNav .button a {
		width: 50px;
		height: 40px;
		font-size: 8px;
		font-size: .8rem;
	}
	.mypageNav .button a:before {
		margin: 0 auto 3px auto;
	}
	
	.mypageNav .arrow {
		display: block;
		clear: both;
		height: auto;
		padding: 10px 0;
		border-top: 1px solid #fff;
	}

	.mypageNav p {
		padding: 10px;
	}
	
	
	/*==================================================================*
	 *  [ mypageWrap ] 
	 *==================================================================*/
	
	.mypageWrap {
		margin: 0 10px;
	}
	
	
	/*==================================================================*
	 *  [ pointBox ] 
	 *==================================================================*/
	
	.pointButton {
		position: relative;
		padding: 0 15px 0 0;
	}
	.pointButton:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 8px;
		height: 8px;
		margin: -8px 0 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		border-top: 3px solid #919191;
		border-right: 3px solid #919191;
		content: "";
	}
	.pointButton.active:after {
		margin: -3px 0 0 0;
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	
	.pointBoxInner {
		display: none;
	}
	
	
	/*==================================================================*
	 *  [ menuBox ] 
	 *==================================================================*/
	
	.menuBox h2 {
		margin: 0;
	}

	.menuBox section {
		margin: 0;
	}
	.menuBox section a {
		display: block;
		position: relative;
		border-bottom: 1px dotted #919191;
		padding: 10px 30px 10px 15px;
	}
	.menuBox section a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin: -4px 0 0 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: 2px solid #919191;
		border-right: 2px solid #919191;
		content: "";
	}
	.menuBox section h3 {
		display: block;
	}
	.menuBox section h3:before {
		display: none;
	}
	.menuBox section p {
		display: block;
		margin: 5px 0 0 0;
	}
	
	
	/*==================================================================*
	 *  [ historyBox ] 
	 *==================================================================*/
	
	.historyBox .title li + li {
		border-left: none;
	}
	
	.historyBox .list li {
		position: relative;
		cursor: pointer;
	}
	.historyBox .list li:hover {
		color: #363a90;
	}
	.historyBox .list li:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin: -5px 0 0 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: 2px solid #919191;
		border-right: 2px solid #919191;
		content: "";
	}
	.historyBox .list p {
		padding: 15px 5px;
	}
	.historyBox .list p + p {
		border-left: none;
	}
	
	.historyBox .date { width: 40%; }
	.historyBox .price { width: 25%; }
	.historyBox .state { width: 35%; }
	.historyBox .detail {
		display: none !important;
	}
	
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ guideBox ] 
	 *==================================================================*/
	
	.guideBox li {
		float: none;
		width: 100% !important;
	}
	.guideBox li:nth-child(2n+1), 
	.guideBox li:nth-child(2n) {
		width: 100% !important;
	}
	
}

