@charset "UTF-8";

#main {
	margin:0 auto;
	width:1000px;
}
#ttl {
	margin:50px auto 0;
	width:1000px;
}

nav {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	margin-top:20px;
	width: 100%;
	background-color: #fff;
	border-top:2px solid #c00;
}
nav ul {
	margin: 0 auto;
	width:1000px;
}

#category {
	margin-top: 20px;
}
#category li {
	float: left;
	font-size: 20px;
	text-align: center;
}
#category li a {
	display: block;
	padding: 20px 0;
	border: 1px solid #c00;
	-moz-transition: background 300ms ease, color 300ms ease;
	-webkit-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
	width: 318px;
	font-size: 24px;
}
#category li a:hover {
	background-color: #c00;
	color: #fff;
	text-decoration: none;
}
#category li.booth {
	margin:0 20px;
}


#rightColumn {
	padding-top: 50px;
}

#outline {
	margin:30px auto 0;
	width:650px;
}
#outline p.place {
	margin:10px 0 10px;
	padding-left:150px;
	line-height:1.7;
}
#outline #map_canvas {
	display:none;
	margin-bottom:20px;
	margin-left:150px;
	width:498px;
	height:398px;
	border:1px solid #eee;
}
#outline a.icon_window {
	display:inline-block;
	padding-right:20px;
	background:url(../images/icon_window.png) right 50% no-repeat;
	background-size:16px;
}
#outline dl.group {
	margin-top:25px;
	line-height:30px;
}
#outline dl.group dt {
	float:left;
	margin:0 auto 5px;
	width:120px;
	text-align:right;
}
#outline dl.group dd {
	margin:0 0 1em 150px;
	padding-left:20px;
	border-left:1px solid #eee;
	font-size:120%;
}
#outline dl.group dd a {
	color: #000;
}


#news {
	margin:50px auto 0;
	padding:30px 0;
	width:648px;
	border:1px solid #eee;
	text-align:center;
	line-height:1.5;
}
#news p {
	margin-bottom:1em;
}
#news p:last-child {
	margin-bottom:0;
}
#news p.update {
	color:#666;
	font-size:80%;
}
#news p.thanks {
	color: #c00;
	font-size: 150%;
	font-weight: bold;
}



#contact {
	margin:30px auto;
	width:650px;
}
#contact a {
	display:block;
	background-color:#c00;
	background:-webkit-gradient(linear, left top, left bottom, from(#c00), color-stop(0.5, #c00), to(#a00));
	background:-moz-linear-gradient(top, #c00, #c00 50%, #a00);
	background:-o-linear-gradient(top, #c00, #c00 50%, #a00);
	background:linear-gradient(top, #c00, #c00 50%, #a00);
	border-radius:5px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	line-height:50px;
	text-align:center;
}
#contact a:hover {
	text-decoration:none;
	background:-webkit-gradient(linear, left bottom, left top, from(#c00), color-stop(0.5, #c00), to(#a00));
	background:-moz-linear-gradient(bottom, #c00, #c00 50%, #a00);
	background:-o-linear-gradient(bottom, #c00, #c00 50%, #a00);
	background:linear-gradient(bottom, #c00, #c00 50%, #a00);
}

#banners {
	margin: 30px auto;
	width: 650px;
}
#banners li {
	float: left;
	margin: 0 15px 15px 0;
}

#result {
	margin:30px auto;
	width:650px;
}
#result .ttl {
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	color:#c00;
	line-height:2;
}
#result li {
	line-height:2;
}



#share {
	margin:30px auto 50px;
	width:650px;
}
#share .ttl {
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	color:#c00;
	line-height:2;
}
#share ul.sns li {
	float:left;
	overflow:hidden;
	margin-right:10px;
	width:130px;
	height:110px;
}
#share ul.sns li.fb,
#share ul.sns li.mx {
	width:80px;
}
#share ul.sns li.ht {
	width:90px;
}


footer {
	padding-bottom: 60px;
}