@charset "utf-8";

.mypage.mainContents.mod {
	min-height: 1400px !important;
}

.mypage .mainContentsInner .side_area .mypage_top {
	border-bottom: none !important;
}

.mypage .mainContentsInner .side_area .fav_list a {
	background: url(../../img/mypage/icn_heart_bk.png) no-repeat left center !important;
}

/* 得意先情報 */
.client .info-table th {
	min-width: 110px;
}

.client .info-table th,
.client .info-table td,
.client .history-table th,
.client .history-table td {
	padding: 0;
	font-size: 1.5rem;
	padding: 5px 0;
	line-height: 1.6;
	word-break: break-all;
}

.client .history-table th,
.client .history-table td {
	border-bottom: 1px solid #dfdfdf;
}

.client .history-table {
	width: 400px;
}

.mod-member {
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.client .history-table {
	width: 100% !important;
}

.contact select {
	background: #FFF url(../../img/arrow.png) no-repeat right 15px center !important;
}

.favorite .favo-ttl {
	background: url(../../img/favo_ico.png) no-repeat 0 3px !important;
}

.favorite .favorite-wrap .favorite-box .add_favorite {
	background: url(../../img/heart.png) no-repeat 0 0 !important;
}

.favorite .favorite-wrap .favorite-box .add_favorite.active {
	background: url(../../img/heart_on.png) no-repeat 0 0 !important;
}

.favorite .favorite-wrap .favorite-box .delete-btn {
	background: url(../../img/cart/delete.png) no-repeat 0 center !important;
}

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

	.favorite .favo-ttl {
		background: url(../../img/favo_ico.png) no-repeat 0 2px !important;
	}
}