@charset "utf-8";

.shopDetail{
	border: 2px solid #cca65c;
	margin: 10px 0 10px;
	box-sizing: border-box;
}
ul.note{
	padding: 10px 0;
}
.mainArea h3{
	border-bottom: 1px solid #cca65c;
	font-size: 131%;
	padding: 16px 12px 12px 12px;
	line-height: 1.2;
	font-weight: 600;
}
.mainArea h3 span{
	font-size: 77%;
	font-weight: 500;
}
.messageTitle{
	padding: 10px;
	border-bottom: 1px solid #cca65c;
}
ul.topics{
	padding: 10px;
	box-sizing: border-box;
}
li.topics_record{
	padding: 5px;
	box-sizing: border-box;
}
p.btnBack{
	text-align: center;
	padding: 15px 0 40px;
	clear: both;
}
