/* ローディング画面 */
#loading_view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10000;
}
#loading_msg_box {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	border-radius: 5px;
}

#total_intax {
	color: #cc0000 !important;
}

/* クロスセル商品 */
.cross_sell a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.cross_sell a:link,.cross_sell a:visited {
	color: #0570c7;
	text-decoration: none;
}
.cross_sell a:hover,.cross_sell a:focus {
	color: #FE9CCF;
	opacity:0.8;
}
.cross_sell a:active {
	color: #c7052f;
}
.cross_sell a:focus {
	outline: none;
}
.table_cross_sell td {
	line-height: 20px;
	width: 25%;
	padding: 10px 10px;
}
.table_cross_sell_sp td {
	line-height: 21px;
	width: 50%;
	padding: 10px 10px;
}
.cross_sell th {
	color: #737373;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 15px 10px;
}
.cross_sell td {
	text-align: center;
	vertical-align: top;
}
.cross_sell td .itemname {
	text-align: left;
}
.cross_sell td .itemname_sp {
	text-align: left;
	font-size: 14px;
}
.cross_sell td .salesprc {
	text-align: left;
	color: #737373;
}
.cross_sell td .autoship_proc {
	text-align: left;
	color: #ce2a73;
}
