@charset "utf-8";

/*******************************************
イベントページ
-------------------------------------------
ナチュラルタウン
********************************************/

.w240 {	width:240px;}
.w260 {	width:260px;}
img.kado5 {
	border-radius:10px;
}
.lh36 {
	line-height:36px;
}
p.tit {
	font-size:30px;
	color:#6EB131;
	font-weight:500;
	border-bottom:1px solid rgba(110, 177, 49, 0.5);
}
p.txt {
	color:#A2732D;
	font-size:18px;
	font-weight:500;
}

.eventInfoNt {
	margin-top:60px;
}
.aboutBooth {
}
.aboutBooth p.tit {
	font-size:30px;
	color:#6EB131;
	font-weight:500;
}
ul.boothList {}
ul.boothList li {
	margin-top:20px;
	border-bottom:solid rgba(0, 0, 0, 0.2) 1px;
	padding-bottom:20px;
}
ul.boothList li:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
ul.boothList li img {
	float:left;
}
ul.boothList li dl {
	float:right;
	width:520px;
}
ul.boothList li dl dt {
	font-weight:bold;
	letter-spacing: 0.1em;
	font-size:18px;
}
ul.boothList li dl dt em {
	width:40px;
	height:40px;
	text-align:center;
	color:#fff;
	display: inline-block;
	line-height:40px;
	margin-right:10px;
}
ul.grNumber li dl dt em {
	background:#7fbea5;
}
ul.pinkNumber.pinkNumber li dl dt em {
	background:#EE807F;
}
ul.boothList li dl dd {
	margin-top:16px;
	letter-spacing: 0.01em;
}
ul.boothList li dl dd em {
	font-size:16px;
	font-weight:bold;
}
ul.boothList li dl dd p {
	font-size:16px;
	margin-top:10px;
	line-height:30px;
	letter-spacing: 0.01em;
}
ul.boothList li dl dd a.btn {
	display:inline-block;
	margin-top:10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background:rgb(218, 241, 247);
	padding:5px 10px;
	border-radius:5px;
}
ul.boothList li dl dd a.btn:hover {
	opacity: 0.8;
}
ul.boothList li dl dd .pickup {
	background:#dcfff1;
	padding:20px;
	border-radius:5px;
	margin-top:20px;
}
ul.boothList li dl dd .pickup em {
	color:#286f53;
	font-size:16px;
}
ul.boothList li dl dd .pickup p {
	font-size:14px;
	line-height:1.8;
}