#footer {
  background-color: #eeeef0;
  padding-top:20px;
  padding-bottom:40px;
  margin-top: 20px;
}
ul.footer-links {
  margin: 0;
  margin-top: 10px;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
}
.footer-links li {
  list-style-type: none;
  margin-bottom: 15px;
}
.footer-links li::after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
span.mandatory {
	color: #cc0000;
	margin-left: 3px;
}
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
	width: 100% !important;
}
div.mobileBadge {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
div.mobileBadge img {
	margin: 15px 15px 0 0;
}

.gm-link {
	text-align: right;
	margin: 10px 0 0 0;
}

/* social buttons */
.social-button {
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
.watch-button {
	float: left;
	display: inline;
	margin-right: 5px;
}
.twitter {
	float: left;
	display: inline;
	width: 75px;
	margin-right: 12px !important; /* Facebookボタン同士の余白と揃える */
}
.twitter-footer {
	float: left;
	display: inline;
}
.twitter-follow {
	margin: 0 6px 0 4px;
	float: left;
	display: inline;
	width: 90px;
}
.facebook {
	float: left;
	display: inline;
	margin-left: 5px;
	width: 200px;
}
img.supporter-banner {
	margin: 0 5px 10px 0;
}

/* POIレポート一覧 start */
div.report-item {
	padding: 5px 0;
	border-bottom: 1px solid #dddddd;
}
.mtWrapper {
	display:table;
}
.markerWrapper {
	display: table-cell;
	width: 50px;
}
.titleWrapper {
	display: table-cell;
	vertical-align: middle;
}
div.tags {
	margin-top: 10px;
}
span.tag {
	margin: 0 5px 5px 0;
	padding: 0 10px;
	display: inline-block;
}
span.city-tag {
	border: 1px solid #ccc;
	background: #eeeeee;
	border-radius: 5px;
}
span.category-tag {
	border: 1px solid #999;
	background: none;
	color: #666;
	border-radius: 10px;
}
span.hash-tag {
	border: 1px solid #e0e0e0;
	background-color: #e0e0e0;
	border-radius: 5px;
}
div.emoticon-group {
	padding: 2px 0;
}

div.btn-emociton-action {
	opacity: 1 !important;
	color: #666;
}

ul.emoticon-actions {
	min-width: 30px;
	text-align: center;
}
button.btn-emoticon {
	min-width: 40px;
}
div.user-info {
	margin-left: 5px;
}
i.user-gov{
	color: #b2e6fa;
}
i.user-anonymous {
	color: #a6a6a6;
}
i.user-main {
	color: #f7a5b6;
}
div.post-date, span.post-date {
	font-size: 90%;
	color: #999;
}
.sqimg{
	position:relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* POIレポート一覧 end */

div.important-msg, div#additional-msg {
	color: #b94a48;
}

div#map_canvas {
	width:100%;
	height:350px;
}

div.comment {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
a.comment-link-btn {
	border-radius: 5px;
	border: 1px solid #c6dcef;
	padding: 4px;
	margin-top: 5px;
	display: inline-block;
	background-color: #f3f7fb;
	font-size: 12px;
}
a.comment-link-btn:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #e8f0f7;
}

div.div_inappropriate > .dropdown {
	float: right;
}
.deleted_comment {
	background: #eeeeee;
}
div.user-avatar {
	float:left;
	width:20px;
}
div#map_city {
	width:100%;
	height:500px;
}

ul.tagCloud {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	list-style: none;
}
ul.tagCloud li {
	margin: 0 5px 5px 0;
	padding: 0 2px;
	display: inline-block;
	zoom:1;
	background: #eeeeee;
}
div.topic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.topic ul li:not(:first-child) {
	border-top: 1px solid #dddddd;
	padding-top: 5px;
}
#homeNumPosted {
	line-height: 150%;
}
/* report count */
#cntReportsPastPeriod, #allReportCount {
	color: #f6315d;
	font-size: 220%;
}
.tiny-form-input {
	margin: 0 1px 2px 0;
}
.video100 {
	width: 400px;
}
div.alert span{
	display:block;
}
/* gov-admin */
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-item a {
	text-decoration: none;
}
div.description {
	border: 1px solid #eee;
	border-radius: 4px;
}
/* table with thead */
.table>:not(:first-child) {
	border-top: 2px solid #dee2e6;
}

#scr-btn {
	opacity: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #0066cd;
	position: fixed;
	bottom: 5%;
	right: 5%;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0px;
	font: bold 20px monospace;
	transition: opacity 0.5s, transform 0.5s;
}

#scr-btn.show {
	opacity: 1;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}
