/*------------------------------------------------------------
	fs-mypage.css
------------------------------------------------------------*/

.utility {
	display: block!important;
}

.FS2_mypage_top_table td {
	display: flex;
	flex-flow: wrap;
}

@media only screen and (min-width: 813px) {
	
	.FS2_mypage_top_table td {
		width: 100%;
	}
	
}


.FS2_mypage_top_table td div {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 0 15px 0;
	padding: 15px;
}

/* お気に入り・クーポン・レビューを隠す*/
.FS2_mypage_top_table td div:nth-of-type(n+7) {
	display: none;
	margin-bottom: 0
}

@media only screen and (min-width: 813px) {
	
	.FS2_mypage_top_table td div,
	.FS2_mypage_top_table td div:last-of-type {
		width: calc(96% / 3);
		width: calc(96% / 3);
		flex-basis: calc(96% / 3);
		max-width: calc(96% / 3);
		min-height: 140px;
		margin: 0 2% 25px 0;
		padding: 20px 35px;
	}
	
	.FS2_mypage_top_table td div:nth-child(3n) {
		margin-right: 0;
	}
		
}


.FS2_mypage_top_table td div .CrossHead {
	font-size: 1.4rem;
	line-height: 1.6;
	border-top: none;/*reset*/
	padding: 0;
	margin-bottom: 5px;
	position: relative;
	color: #3c3c3c;
}

.FS2_mypage_top_table td div .CrossHead:after {
	content: '\f105';
	font-family: 'font awesome 6 pro';
	margin-left: 5px;
}

.FS2_mypage_top_table td div .CrossHead a {
	font-weight: 600;
	color: #3c3c3c;
	text-decoration: none;
}

.FS2_mypage_top_table td div .CrossHead a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 813px) {

	.FS2_mypage_top_table td div .CrossHead {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
		
}


.FS2_mypage_top_table td div p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 0;
}



.mayPageBottom ul {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.mayPageBottom ul li {
	display: inline-block;
	margin: 0 10px;
	
}



/*------------------------------------------------------------
	ログインページ
------------------------------------------------------------*/

.itemCenter + div div {
	font-size: 1.1rem;
	text-align: center;
	padding: 10px 0 15px;
}

.FS2_login_layout_table_td_left .userTable_01 input[type="text"],
.FS2_login_layout_table_td_left .userTable_01 input[type="password"]{
	width: 100%;
}


@media only screen and (max-width: 812px) {
	
	.FS2_login_layout_table_td_left {
		width: 100%;
		display: block;
	}
	
	.FS2_login_layout_table_td_right {
		width: 100%;
		display: block;
	}
	
	.FS2_Login_btn_position {
		text-align: center;
	}

}

@media only screen and (min-width: 813px) {
	
	
	.FS2_login_layout_table_td_left {
		width: 50%;
	}

	.FS2_login_layout_table_td_right {
		width: 50%;
		vertical-align: top;
		padding-left: 50px;
	}
	
	.itemCenter + div div {
		font-size: 1.2rem;
		padding: 20px 0 0;
	}

}

/*------------------------------------------------------------
	マイページ 各ページ
------------------------------------------------------------*/

@media only screen and (max-width: 812px) {
	
	.FS2_mypage_Entry_table td {
		display: block;
		width: 100%;
	}
	
	/*アドレス帳ページ*/
	.FS2_Address_list_btn td {
		display: inline-block;
		width: 50%;
	}
	
}



