@charset "UTF-8";

.mainHeader {
	margin-bottom: 0;
	padding-bottom: 3px;
}
.mainTitle { padding-left: 0; }
.mainTitle:before { content: none; }

#postCont { padding: 40px 0 50px; }
#postCont article {
	padding: 20px;
	margin: 0 auto;
	max-width: 1020px;
	border: 3px solid #e899d1;
}
#postCont article:after {
	content: "";
	display: block;
	clear: both;
}
#postCont article > * {
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#postCont article .content {
	float: right;
	padding-left: 10px;
	overflow-wrap: break-word;
}
#postCont article .genre {
	width: calc(50% - 71px);
	float: right;
	color: #fff;
	height: 29px;
	font-size: 116%;
	line-height: 29px;
	position: relative;
	padding: 6px 15px 8px 46px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#postCont article .genre.food { background-color: #cbbf5d }
#postCont article .genre.fashion { background-color: #338ac2 }
#postCont article .genre.goods { background-color: #1ba277 }
#postCont article .genre.service { background-color: #7e6348 }
#postCont article .genre.aeon { background-color: #b50081 }
#postCont article .genre:before {
	content: "";
	width: 0;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid #fff;
}
#postCont article .genre:after {
	content: "";
	display: block;
	width: 24px;
	height: 23px;
	position: absolute;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../images/floorguide/genre_icon.gif) no-repeat 0 0;
	background-size: auto 200%;
	top: 0;
	left: 12px;
	bottom: 0;
	margin: auto 0;
}
#postCont article .genre.food:after { background-position: 0 0; }
#postCont article .genre.fashion:after { background-position: -24px 0; }
#postCont article .genre.goods:after { background-position: -48px 0; }
#postCont article .genre.service:after { background-position: -72px 0; }
#postCont article .genre.aeon:after {
	width: 32px;
	left: 7px;
	background-position: -96px 0;
}
#postCont article .genre span { vertical-align: middle; }
#postCont article .detail {
	padding: 20px 16px;
}
#postCont article .sale {
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	background: #b50081;
	padding: 8px 0 6px;
}
#postCont article .text {
	padding-top: 14px;
	line-height: 24px;
}
#postCont article .text h1 {
	color: #a80a78;
	font-size: 154%;
	font-weight: bold;
	line-height: 30px;
}
#postCont article .text > * + * { margin-top: 18px; }
#postCont article .text a {
	color: #a80a78;
	text-decoration: underline;
}
#postCont article .text a:hover { text-decoration: none; }
#postCont article footer {
	line-height: 19px;
	margin-top: 36px;
	background: none;
	padding: 12px 18px 24px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
#postCont article footer li {
	padding-left: 1em;
	text-indent: -1em;
}
#postCont article footer li:before {
	content: "■";
	color: #b50081;
	display: inline;
}
#postCont article footer .maplink {
	margin-top: 15px;
	text-align: center;
}
#postCont article footer .maplink a {
	color: #fff;
	height: 41px;
	font-size: 108%;
	font-weight: bold;
	line-height: 41px;
	background: #333;
	padding-left: 11px;
	padding-right: 29px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#postCont article footer .maplink a:hover { background: #b50081; }
#postCont article footer .maplink a:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-top: -2px;
	margin-right: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/scinfo/icon_map.png) no-repeat center;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
}

#postCont article .image {
	float: left;
	padding-right: 10px;
}
#postCont article .image img {
	max-width: 100%;
	height: auto;
}

#postCont .return {
	margin-top: 32px;
	text-align: center;
}
#postCont .return a {
	color: #fff;
	height: 41px;
	font-size: 116%;
	line-height: 41px;
	background: #333;
	padding: 0 22px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#postCont .return a:hover { background: #b50081; }

@media (max-width:768px){
	#postCont article > * {
		max-width: 100%;
		float: none !important;
		width: 100% !important;
	}
	#postCont article .genre {
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#postCont article .image { padding: 15px 0 0; }
	#postCont article .image img { width: 100%; }
}