@charset "utf-8";








/* table.shopListHandling
-------------------------------------------------------*/
/*.shopListHandling {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}
.shopListHandling th, .shopListHandling td {
	background: #ffffff;
	border: 2px solid #f9efe3;
	padding: 8px;
	line-height:1.2;
}
.shopListHandling thead th {
	font-weight: bold;
	text-align: center;
	background: #df817e;
	color: #ffffff;
}
.shopListHandling tbody th {
	background: #dddddd;
	text-align: center;
}
.shopListHandling tbody td {
	text-align: center;
}

.shopListHandling .name {
	font-size:1rem;
}
.shopListHandling .ew {
	display: block;
	font-size:0.75rem;
	padding:5px 0 0;
}

@media screen and (max-width: 600px) {
	.shopListHandling {
		table-layout: auto;
	}
	.shopListHandling tbody td {
		width: auto;
	}
	.shopListHandling .deal {
		width:6em;
	}
}*/



/* table.shopListHandling   links
-------------------------------------------------------*/
/*.shopListHandling td .links {
	margin-top: 8px;
}
.shopListHandling td .links ul {
}
.shopListHandling td .links li.t {
}
.shopListHandling td .links li.m {
	width: calc(48% - 2px);
	margin-left: 2px;
}
.shopListHandling td .links a {
	display: block;
	text-align: center;
	position: relative;
	background: #df817e;
	color: #ffffff;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	text-decoration: none;
	line-height: 26px;
	padding: 0 0 2px;
	font-size: 0.8rem;
	transition: all 0.3s ease;
}
.shopListHandling td .links li a:hover {
	background: #dc0002;
}
.shopListHandling td .links li.t a {
	border-radius: 14px 0 0 14px;
}
.shopListHandling td .links li.m a {
	border-radius: 0 14px 14px 0;
}
.shopListHandling td .links .fa {
	margin-right: 4px;
	vertical-align: middle;
}
.shopListHandling td .links li.t .fa {
	font-size: 1.2rem;
	transform: translateY(-1px);
}
.shopListHandling td .links li.m .fa {
	font-size: 1rem;
	transform: translateY(-2px);
}


@media screen and (max-width: 600px) {
	.shopListHandling td .links ul {
		display: block;
	}
	.shopListHandling td .links li.t,
	.shopListHandling td .links li.m {
		width: auto;
		margin-left: 0;
	}
	.shopListHandling td .links li.m {
		margin-top: 5px;
	}
	.shopListHandling td .links li.t a,
	.shopListHandling td .links li.m a {
		border-radius: 16px;
		padding-left: 20px;
	}
	.shopListHandling td .links li.t .fa,
	.shopListHandling td .links li.m .fa {
		margin-right: 0;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
}
*/




/* #noteBoxesWrapper .link
-------------------------------------------------------*/
#noteBoxesWrapper .link {
	margin-top: 10px;	
}
#noteBoxesWrapper .link span,
#noteBoxesWrapper .link a{
	display: inline-block;
	background: #dc0012;
	color: #ffffff;
	text-decoration: none;
	transition: background 0.3s ease;
	line-height: 40px;
	padding:0 60px;
	cursor: pointer;

}
#noteBoxesWrapper .link span:hover {
	background:#222222;
}
#noteBoxesWrapper .link span .fa {
	margin-left:10px;
}


#noteBoxesWrapper .em {
	color: #dc0002;
}


@media screen and (max-width: 600px) {
	#noteBoxesWrapper .link {
		text-align: center;
	}
}
