@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Zen+Maru+Gothic&display=swap');
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Zen Maru Gothic', sans-serif;
}
p.line.theend {
	display: block;
	margin-top: 248px;
	margin-bottom: 248px;
	padding-top: 88px;
	padding-bottom: 88px;
}
.memo {
	color: #666666;
	font-size: 0.8em;
	border-bottom: 1px dotted #999999;
	display: inherit;
	width: auto;
}
.memo::before {
	content: "Memo¡§";
}
body {
	background-color: #cacacd;
	font-size: 1.2em;
	line-height: 2em;
}
body #Content {
	background-image: url("/event/lacing/images/background.jpg");
	padding-top: 0px;
	padding-bottom: 48px;
}
body #Content p:first-child {
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	text-align: center;
}
#Content a {
	color: #F26182;
	background-color: #fff;
	text-decoration: none;
	padding: 3px;
}
#Content a::before {
	content: url("/lacetes/images/icon_tech.png");
}
#Content h2, #Content h3, #Content h4, #Content h5 {
	width: 1200px;
	text-align: center;
	line-height: 3em;
	font-weight: bold;
	border-radius: 8px;
	margin: 48px auto 24px auto;
	font-family: 'BIZ UDPGothic', sans-serif;
	letter-spacing: 0.2em;
	color: #3d360a;
	background-color: #d5c975;
}
#Content h2 {
	border: 1px solid #d5c975;
}
#Content h3 {
	border-bottom: 1px solid #000000;
	border-radius: 0px;
	background-color: #cacacd;
	color: #000000;
}
#Content h4 {
	border-top: 1px solid #999999;
	border-radius: 0px;
	color: #666666;
	background-color: #cacacd;
}
#Content p {
	text-align: left;
	width: 1200px;
	margin: 16px auto;
	letter-spacing: 0.1em;
}
#Content img {}
#Content img.left {
	margin-right: 8px;
}
#Content img.right {
	margin-left: 8px;
}
#Content p.line {
	text-align: center;
	background: transparent;
}
#Content ul {
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	width: 1200px;
	-moz-box-sizing: border-box;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#Content li {
	list-style-type: none;
	clear: none;
	text-align: center;
	padding: 2px;
	margin: 2px;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
#Content ul.kit li {
	width: 32%;
	border: 1px solid #cccccc;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	border-radius: 24px;
}
#Content ul.kit li span:nth-child(2) {
	color: #F26182;
	background-color: #F9C4C2;
	line-height: 1.5em;
	margin: 2px;
	border-radius: 5px;
}
#Content ul.kit li span:nth-child(3) {
	color: #7F7F7F;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	margin: 3px;
	text-decoration: underline;
	text-decoration-color: #DDDDDD;
}
#Content ul.kit li img {
	border-radius: 24px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	#Content p.line {
		width: 100%;
	}
	#Content p.line img {
		width: 100%;
		height: auto;
	}
	#Content ul {
		width: 100%;
	}
	#Content ul.kit li {
		width: 48%;
		font-size: 0.8em;
	}
}
#Header_Column {
	background-color: #ffffff;
	background-image: url("/imagez/Main/bg_head.gif");
	background-repeat: repeat-x;
	height: 46px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
@media screen and (max-width:770px) {}
#Footer_Column {
	margin: 0px;
	background-image: url("/imagez/Main/bg_foot.gif");
	background-position: top;
	background-repeat: repeat-x;
	z-index: 0;
	padding-top: 20px;
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
}
#Footer_Column A {
	color: #FFF;
	margin: auto 3px;
}
#Footer_Column .copy {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	#Content h2, #Content h3, #Content h4, #Content h5, #Content img {
		width: 100%;
		height: auto;
		font-size: 0.8em;
	}
	#Content p {
		width: 96%;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 770px) {
	#Header_Column {
		display: none;
	}
}