
/* ’ˆÓŽ–€ */
.scr_mes_box {
    height: auto;
    max-height: 300px;
    background-color: #FFFFFF !important;
}

.content_input {
    text-align: center;
}

/* –@–±‹Ç‘I‘ð */
.municipality_main {
    display: inline-block;
    vertical-align: top;
    /*Update Start 2021/01/15[UI0002] UIüV‘Î‰ž*/
    /*width: 350px;*/
    width: 300px;
    /*Update End   2021/01/15[UI0002] UIüV‘Î‰ž*/
    padding: 5px 5px 0 0;
    text-align: center;
}

.municipality_main .header {
    padding: 0px !important;
}

.div--overflow {
	overflow-y:auto;
	border: 1px solid #000000;
	max-height: 300px;
	margin-top: 1.1875rem;
	margin-bottom: 1.1875rem;
	text-align: left;
	padding: 10px;
}

.div--overflow--x {
    overflow-x: auto;
    text-align: center;
}


.div--overflow--x--hidden {
    text-align: center;
}

.table_cell{
	text-align: left !important;
}

.table_cell.bold{
	font-weight: bold !important;
}

.c-box--procedure__title{
	font-weight: bold;
}

.u-map__key {
  display: flex;
}

.u-map__ul {
  list-style-type: none;
  display: flex;
  width: 100%;
}

.u-map__ul li {
  width: 100%;
  line-height: 40px;
  border-left-width: 0px;
  text-align: center;
  font-size: 0.875rem;
  background: #fff;
  margin-bottom:10px;
  padding:0px !important;
}

.u-map__ul li:first-of-type {
  border-left-width: 1px;
}

@media only screen and (max-width: 960px) {
	.u-map__ul {
    flex-wrap:wrap !important;
    }
    .u-map__ul li {
  border-left-width: 1px;
}
}
