
/* ----------------------------------------------------------------
* MESS PAGE
---------------------------------------------------------------- */
#areaHead {

}
#areaHead h1 {
	margin-bottom: 10px;
}

ul.articleList {
	padding: 0px 10px;
}

.messBox {
	margin-bottom: 18px;
	padding-bottom: 6px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.messHeader {
	display: flex;
	max-width: 100%;
}

.messHeaderInfo {
	flex: 1;
	display: flex;
}

.messHeaderThumbs {
	width: 46px;
}

.messHeaderThumbs img {
	border-radius: 3px;
}

.messHeaderShopInfo {
	flex: 1;
}

.messHeaderInfo h3 {
	font-size: 16px;
	word-break: break-all;
	color: #333;
}

.messHeaderShopKeep {
	width: 50px;
}

.messHeaderShopKeep .keep span {
  display: flex;
  -weblit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.messHeaderShopKeep .keep span::before {
  font-size: 16px;
}

.areaDisplay {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.postContents {
	margin-top: 10px;
	padding: 10px 15px;
	line-height: 1.5;
	background: #f1f1f1;
	border-radius: 18px 18px 18px 18px;
	position: relative;
}

.postContents:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #f1f1f1;
	top: 0;
	left: 40px;
	margin-top: -20px;
}

.postContents h4 {
	float: left;
	margin-right: 10px;
}

.postContents .postMess {
	word-break: break-all;
	margin-bottom: 6px;
}

.postContents .postInfo {
	clear: both;
	text-align: right;
}

.postInfo .postDate {
	font-size: 11px;
	color: #999;
}

.post_user_icon {
	margin-right: 3px;
}

.post_user_icon_anonymous {
	color: #999;
}


/* 業種絞り込み */
div.job_filter {
	display: flex;
	justify-content: flex-end;
	min-height: 27px;
	font-size: 12px;
	padding: 0px 10px 10px 0px;
	border-bottom: 1px solid #EEE;
}
#job-select {
	display: -webkit-flex;
	display: flex;
	-weblit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	border: solid 2px #ff621a;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#job-select::before {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	margin-right: 5px;
	border: solid transparent;
	border-width: 7px 5px 0 5px;
	border-top-color: #ff621a;
	transform: translateY(-50%);
}
#job-select select {
	-webkit-appearance: none;
	appearance: none;
	z-index: 2;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 30px 0 15px;
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ff621a;
	outline: none;
	box-shadow: none;
}
#job-select select option {
	color: #000;
}

/* 共通 */
p.no-data {
	padding: 50px 0px;
	text-align: center;
}

.messBox.ART5001 i.fas {
	padding-right: 3px;
}

/* 店舗投稿 */
li.messBox.ART5001 {
	border: 2px solid #C0392B;
	border-radius: 6px;
	padding: 0px 0px 10px;
}
li.messBox.ART5001 p.postTitle {
	padding: 5px;
	background-color: #C0392B;
	color: #FFF;
	font-weight: bold;
}
li.messBox.ART5001 div.messHeader {
	padding: 10px 0px 0px 10px;
}
li.messBox.ART5001 .postContents {
	margin: 10px 10px 0px;
	background: #FBF0EE !important;
}
li.messBox.ART5001 .postContents:after {
	border-bottom-color: #FBF0EE !important;
}
li.messBox.ART5001 .postMess strong {
	color: #C0392B;
}
