@charset "utf-8";

/* PCメニュー上書き
------------------ */
#g_nav li#gnav_search a{
	background: #b0182e;
}

/* 投稿ナンバー
------------------ */
#article_number{
	font-size:85.71%;
	text-align: right;
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 980px){
#article_number_wrap{
	display: flex;
	justify-content: flex-end;
}

#article_number_wrap .share_button{
	margin-right: 0.5rem;
}
}

/* 投稿者
------------------ */
#article_sender{
	margin-bottom: 5px;
}

/* 投稿本文
------------------ */
#article_text{
	margin-bottom: 1rem;
}

/* 地図と写真
------------------ */
#map_and_ph h4{
	background: #efefef;
	font-size: 100%;
	padding: 0.3rem 0.2rem 0.5rem 0.2rem;
	text-align: left!important;
	margin-bottom: 2px;
}

#map_wrap{
	margin-bottom: 2rem;
	text-align: center;
}

#map_wrap #map{
	width: 100%;
	min-height: 300px;
	margin-bottom: 1rem;
}

#ph_wrap{
	margin-bottom: 1rem;
	text-align: center;
}

/* 投稿者用編集メニュー
------------------ */
#article_edit{
	background:#efefef;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

/*eof*/