@charset "UTF-8";
/*ALL LIST*/
.alllist {
	width:640px;
}
.alllist table {
	margin:0 0 30px 0;
}
.alllist tr {
	width:640px;
	border-bottom:1px dotted #ddd;
}
.alllist tr:nth-child(odd) {
	background-color:#eee;
}
.alllist td {
	width:400px;
	padding:5px 0;
}
.alllist td.alllistshop {
	width:220px;
	padding:5px 10px 5px 10px;
}
.alllist td.alllistshop span {
	color:#f00;
	padding:0 5px 0 0;
}
.allshop h2 {
	font-family: 'Noto Serif', serif;
	padding:0 0 10px 0;
	font-size:1.8em;
	color:#DB675E;
}
.alllist a:hover {
	text-decoration: underline;
}
.alllist td.alllistshop a {
	color:#DB675E;
}
.allevent .alllist td.alllistshop a {
	color:#AF6FCF;
}
.allevent .alllist td {
	width:330px;
	padding:5px 0;
}
.allevent .alllist td.alllistshop {
	width:290px;
	padding:5px 10px 5px 10px;
}
.allevent h2 {
	font-family: 'Noto Serif', serif;
	padding:0 0 10px 0;
	font-size:1.8em;
	color:#AF6FCF;
}
.allevent .count-now {
	color:#AF6FCF;
}
.allevent .page-move a {
	color:#AF6FCF;
}
.allshopcheck {
	/*margin-left:20px;*/
	margin-bottom:30px;
	padding:10px;
	width:620px;
	background-color:#DB675E;
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.allshopcheck a {
	color:#fff;
}
.allshopcheck a:hover {
	text-decoration: underline;
}
.alleventcheck {
	/*margin-left:20px;*/
	margin-bottom:30px;
	padding:10px;
	width:620px;
	background-color:#AF6FCF;
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.alleventcheck a {
	color:#fff;
}
.alleventcheck a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.alllist {
		width:100%;
	}
	.alllist table {}
	.alllist tr {
		width:96%;
		margin:0 2%;
		display:block;
	}
	.alllist tr:nth-child(odd) {
		background-color:transparent;
	}
	.alllist td {
		width:100%;
		display:block;
	}
	.alllist td.alllistshop {
		width:100%;
		padding:5px 0 0;
		display:block;
		font-size:1.2em;
	}
	.alllist td.alllistshop span {}
	.allshop h2 {}
	.alllist a:hover {}
	.alllist td.alllistshop a {}
	.allevent .alllist td.alllistshop a {}
	.allevent .alllist td {
		width:100%;
		display:block;
	}
	.allevent .alllist td.alllistshop {
		width:100%;
		padding:5px 0 0;
		display:block;
		font-size:1.2em;
	}
	.allevent h2 {}
	.allevent .count-now {}
	.allevent .page-move a {}
	.allshopcheck {
		margin:0 2% 30px;
		width:96%;
		box-sizing: border-box;
	}
	.allshopcheck a {}
	.allshopcheck a:hover {}
	.alleventcheck {
		margin:0 2% 30px;
		width:96%;
		box-sizing: border-box;
	}
	.alleventcheck a {}
	.alleventcheck a:hover {}
}