@charset "UTF-8";


#mainCont h2 {
	margin-bottom: 10px;
}

#mainCont .section p.read {
	margin-bottom: 25px;
}

#mainCont .section .resultCont {
	margin-right: -15px;
}

#mainCont .section .resultCont .result {
	float: left;
	width: 115px;
	height: 130px;
	overflow: auto;
}

#mainCont .section .result p {
	margin-top: 4px;
	width: 108px;
}

#mainCont .section .result p a {
	display: block;
	padding-left: 14px;
}

#mainCont .section .result a.hide {
	display: none;
}

#salon.section .result p a {
	background: url(images/mark01.gif) no-repeat 0 0.2em;
	color: #6EC27D;
}

#shop.section .result p a {
	background: url(images/mark02.gif) no-repeat 0 0.2em;
	color: #5F5C5C;
}

#restaurant.section .result p a {
	background: url(images/mark02.gif) no-repeat 0 0.2em;
	color: #f60;
}


#mainCont .section p.other {
	clear: both;
}

#mainCont .section.past dl {
	margin-bottom: 2em;
}

#mainCont .section.past dl dt {
	font-size: 93%;
	line-height: 180%;
}

#mainCont .section.past dl dd ul {
}

#mainCont .section.past dl dd ul li {
	float: left;
	width: 200px;
	font-size: 93%;
	line-height: 180%;
	background: url(images/mark04.gif) no-repeat left center;
	padding-left: 8px;
}


