* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul {
	list-style-type: none;
}
header,
#wrap {
	width: 910px;
	margin: 0 auto;
}
#wrap {
	display: flex;
	margin: 8px auto;
}
header ul li {
	width: 100%;
	font-size: 11px;
	text-align: center;
}
header ul li:first-child {
	padding: 16px 0;
	text-align: left;
}
header ul li:last-child {
	padding: 16px 0;
	text-align: right;
}

#l_side {
	margin-right: 12px;
}
#r_side {
	margin-left: 12px;
}
#l_side,
#r_side {
	width: 200px;
}
#main {
	width: 100%;
}
.flex {
	display: flex;
}
h2.ttl {
	display: flex;
	align-items: center;
	height: 39px;
	padding-bottom: 4px;
	background: url('image/td01.png') no-repeat;
}
h2.ttl-long {
	background: url(image/title.png) no-repeat;
}
h2.ttl_02 {
	background: #929292;
	color: #fff;
	padding: 6px;
	font-size: 14px;
}
ul.box {
	border: 1px solid #afafaf;
	border-top: none;
	padding: 8px;
	margin-bottom: 24px;
}
ul.box li span.news a {
	display: inline-block;
}
ul.box li {
	border-top: 1px dashed #ec66bf;
	padding: 4px;
}
ul.box li.none {
	border: none;
}
ul.box li a {
	display: flex;
	align-items: center;
	font-size: 14px;
}
ul.box li.video a {
	justify-content: center;
	font-size: 12px;
}
ul.box li.video br {
	display: none;
}
.shop_list dl.block {
	margin: 0;
	padding: 0;
	margin-bottom: 48px;
}
.shop_list dl.block > dt a {
	font-size: 16px;
	font-weight: bold;
}
.shop_list dl.block > dd,
.shop_list dl.block > dd p {
	margin: 0;
	padding: 0;
}
.shop_list dl.block > dd p {
	font-size: 14px;
	color: #666;
}
.shop_list table.inn {
	border: 1px solid #cacaca;
	width: 100%;
}
.shop_list table.inn td {
	font-size: 12px;
	padding: 5px;
	height: 45px;
	color: #663333;
}
.shop_list table.inn td.ttl {
	background: #FAFAFA;
}
footer {
	height: 37px;
	background-image: url(image/footer.png);
	font-size: 14px;
	color: #663333;
	line-height: 140%;
	width: 910px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 40px;
}
footer .copy {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 140%;
	margin-top: 4px;
}