@import url("login.css");
/*
.user_col{
	margin-top: 25px;
	padding: 25px;
	background: #fff;
	color: #6e7590;
}
.user_col:first-child{
	margin-top: 0;
	display: flex;
	justify-content:space-between;
}
*/
.news_col{
	margin-top: 25px;
	padding: 16px;
	background: #fff;
	color: #6e7590;
}
.tac{
	text-align: center;
}

/* side nav */
/* 2016.08.31 edit START */
.user_side_nav > .m-side_nav_list:not(:first-child){
	margin-top: 8px;
}
/* 2016.08.31 edit END */
.user_side_nav > .m-side_nav_list {
	border-bottom: 1px solid #e0e0e7;
}
.is-page-active{
	background: #FCE7EC;
}
.user_column{
	margin-left: -24px;
}
.user_column_item{
	margin-top: 25px;
	padding: 16px 24px;
	background: #fff;
	color: #6e7590;
	width: 350px;
	float: left;
	margin-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_point_wrap{
	/*display: table;
	float: left;*/
}
.user_point_icon{
	display: table-cell;
	font-size: 34px;
	color: #004990;
	vertical-align: top;
	line-height: 1;
}
.user_point_icon .m-icon-mypage{
	vertical-align: middle;
	/*リニューアル修正*/
	font-size: 25px;
	padding: 0px 6px 6px 0;
}
.user_point_data{
	display: table-cell;
	vertical-align: top;
}
.user_text_name{
	font-weight: bold;
	color: #000;
	padding-right: 5px;
}
.user_text_gray{
	color: #6e7491;
}
.user_text_num{
	font-size: 1.1rem;
}
.user_point_num{
	/*display: table;
	float: right;*/
	margin: 0 0 0 auto;
}
.user_point_num_text{
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	color: #000;
}
.user_point_num_point{
	display: table-cell;
	vertical-align: middle;
	font-size: 3rem;
	color: #333;
	line-height: 1;
}
.news_cont{
	border-bottom: 1px solid #e0e0e7;
	padding: 16px 0;
}
.news_date{
	margin-bottom: 5px;
	color: #6e7491;
}
.news_text{
	color: #000;
}
.tpoint_cont{
	float: left;
	width: 300px;
}
.tpoint_cont:last-child{
	width: 280px;
	margin-left: 40px;
}
.tpoint_btn{
	margin-top: 23px;
}

/* Tポイント付与済の方用メッセ*/
.tpoint_active{
	font-weight: bold;
	font-size: 1.5rem;
	margin:15px 0 0;
	color: #df1644;
}

.icon_title{
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 20px;
}
.icon_title .icon_mysize{
	font-size: 32px;
	color: #004990;
	vertical-align: middle;

}
.icon_title .icon_shop{
	font-size: 32px;
	color: #004990;
	vertical-align: middle;
}
.icon_title_inner{
	font-weight: bold;
	margin-left: 16px;
}
.user_text{
	margin: 20px 0;
}
.my_btn{
	width: 280px;
	margin: 0 auto;
	display: block;
}
.privacy_text{
	margin-bottom: 20px;
}
.text-red{
	color: #de1642;
}

/*リニューアル修正*/
.m-icon-mypage:before {
	content: "\e904";
	color: #666;
}

#favorite_card .productList_text .product_name {
	font-size: 1.2rem;
	font-weight: 400;
	color: #666;
}