@charset "UTF-8";
/* マンション管理用CSS */
/*-----------------------------------------------------------------

layout

-------------------------------------------------------------------*/
body {
  background: #FFF7F1 url(../img/bg_topmess.jpg) repeat-x;
  background-position: 0px 17px;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  body {
    background-image: none;
  }
}

#wrapper {
  width: 968px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #wrapper {
    width: auto;
    padding: 0 15px;
  }
}

.edit-link {
  position: absolute;
  top: 0;
  right: 0;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.display-none {
  display: none;
}

ol.styleOn {
  list-style: decimal;
}

ul.styleOn {
  list-style: disc;
}

ol.styleOn, ul.styleOn, dl.styleOn {
  padding-left: 2.0em;
  margin-bottom: 1em;
  font-size: 1.4em;
}

a.blankLink {
  padding-right: 20px;
  line-height: 13px;
  background: url(../img/icn_blank_link.gif) no-repeat right;
}
a:hover.blankLink {
  text-decoration: underline;
}

/*-----------------------------------------------------------------

header

-------------------------------------------------------------------*/
#header {
  position: relative;
  height: 120px;
}
@media screen and (max-width: 600px) {
  #header {
    height: auto;
    margin-top: 6em;
  }
}
#header #topMess {
  font-size: 1.2em;
  text-align: center;
  height: 37px;
  line-height: 1.2;
  padding-top: 4px;
}
@media screen and (max-width: 600px) {
  #header #topMess {
    display: none;
  }
}
#header #topMess strong {
  font-size: 14px;
}
#header #logo {
  position: absolute;
  top: 50px;
  left: 4px;
}
@media screen and (max-width: 600px) {
  #header #logo {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  #header #logo img {
    width: 100%;
  }
}
#header #description {
  position: absolute;
  top: 58px;
  left: 349px;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  #header #description {
    position: static;
  }
}
#header #addressBox {
  position: absolute;
  top: 47px;
  right: 14px;
}
@media screen and (max-width: 600px) {
  #header #addressBox {
    position: static;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #header #addressBox img {
    width: 80%;
  }
}

/*-----------------------------------------------------------------

mainMenu

-------------------------------------------------------------------*/
#mainMenu {
  height: 58px;
}
@media screen and (max-width: 600px) {
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#mainMenu li {
  float: left;
}
@media screen and (max-width: 600px) {
  #mainMenu li {
    float: none;
    width: 49%;
    border: 1px solid #fff;
  }
}
#mainMenu li a {
  display: block;
  height: 58px;
  background: url(../img/mkanri/btn_main2017.png) no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 600px) {
  #mainMenu li a {
    display: inline;
    height: auto;
    background: none;
    text-indent: 0;
    padding: 1em;
    font-size: 1.2em;
    color: #fff;
  }
}
#mainMenu li.menu01 a {
  width: 197px;
  background-position: 0 0;
}
#mainMenu li.menu02 a {
  width: 192px;
  background-position: -197px 0;
}
#mainMenu li.menu03 a {
  width: 192px;
  background-position: -389px 0;
}
#mainMenu li.menu04 a {
  width: 192px;
  background-position: -581px 0;
}
#mainMenu li.menu05 a {
  width: 195px;
  background-position: -773px 0;
}

#mainMenuSp {
  background-color: #025A6D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#mainMenuSp ul {
  margin: 0;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 45px;
}
#mainMenuSp ul li {
  border-right: 1px solid #fff;
  position: relative;
}
#mainMenuSp ul li a {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
#mainMenuSp .menu01 {
  width: 12%;
}
#mainMenuSp .menu02 {
  width: 32%;
}
#mainMenuSp .menu03 {
  width: 32%;
}
#mainMenuSp .menu04 {
  width: 12%;
}
#mainMenuSp .menu05 {
  width: 12%;
  border: none;
}
#mainMenuSp ul.subMenuSp {
  display: flex;
  flex-wrap: wrap;
  background-color: #025A6D;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: auto;
}
#mainMenuSp ul.subMenuSp li {
  display: block;
  width: 50%;
  border-bottom: 1px solid #fff;
  margin: 0;
  margin-right: -1px;
}
#mainMenuSp ul.subMenuSp li a {
  display: block;
  position: static;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 15px;
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

/*-----------------------------------------------------------------

contents

-------------------------------------------------------------------*/
#contents {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------

footer

-------------------------------------------------------------------*/
#footer {
  background: #c3e7e5 url(../img/mkanri/bg_footer_m.jpg) repeat-x;
}
#footer #footerNav {
  font-size: 1.2em;
  width: 960px;
  margin: 0 auto;
  padding: 5px 32px;
}
@media screen and (max-width: 600px) {
  #footer #footerNav {
    width: auto;
  }
}
#footer #footerNav ul {
  margin: 0;
}
#footer #footerNav li {
  display: inline;
}
#footer #footerNav a {
  color: #666666;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #footer #footerNav a {
    width: auto;
  }
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav .left-box {
  float: left;
}
@media screen and (max-width: 600px) {
  #footer #footerNav .left-box {
    float: none;
  }
}
#footer #footerNav .right-box {
  float: right;
}
@media screen and (max-width: 600px) {
  #footer #footerNav .right-box {
    float: none;
    text-align: center;
  }
}
#footer address {
  font-size: 1.2em;
  width: 960px;
  margin: 0 auto;
  padding: 10px 32px 20px;
  color: #333333;
}
@media screen and (max-width: 600px) {
  #footer address {
    width: auto;
  }
}

/*-----------------------------------------------------------------

topImage

-------------------------------------------------------------------*/
#topImage {
  margin-top: 23px;
  margin-bottom: 27px;
  text-align: center;
}
#topImage img {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  #topImage {
    width: auto;
  }
}

/*-----------------------------------------------------------------

toppoint

-------------------------------------------------------------------*/
#topPoint {
  font-size: 1.4em;
  margin-bottom: 40px;
}
#topPoint h2 {
  font-size: 1.428em;
  font-weight: bold;
  border-left: 6px solid #002569;
  padding-left: 10px;
  color: #002569;
  margin-bottom: 20px;
}
#topPoint li {
  margin-bottom: 1em;
  padding-left: 50px;
  font-weight: bold;
}
#topPoint li.no1 {
  background: url(../img/process/mak_process1.gif) no-repeat left center;
}
#topPoint li.no2 {
  background: url(../img/process/mak_process2.gif) no-repeat left center;
}
#topPoint li.no3 {
  background: url(../img/process/mak_process3.gif) no-repeat left center;
}
#topPoint a {
  text-decoration: underline;
}
#topPoint a:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------

topLeftSecton

-------------------------------------------------------------------*/
#topLeftSecton {
  width: 609px;
  float: left;
}
@media screen and (max-width: 600px) {
  #topLeftSecton {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  #topLeftSecton img {
    width: 100%;
  }
}

.topLeftBox {
  background: url(../img/top/bg_leftbox_body.jpg) repeat-y;
  margin-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .topLeftBox {
    background: none;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
}
.topLeftBox .topLeftBoxHeader {
  position: relative;
  background: url(../img/top/bg_leftbox_top.jpg) no-repeat;
  height: 52px;
}
@media screen and (max-width: 600px) {
  .topLeftBox .topLeftBoxHeader {
    background: none;
    border-bottom: 1px solid #ccc;
  }
}
.topLeftBox .topLeftBoxHeader h2 {
  position: absolute;
  top: 18px;
  left: 20px;
  border-left: 6px solid #025A6D;
  color: #025A6D;
  font-weight: bold;
  font-size: 1.6em;
  padding: 0 10px;
}
.topLeftBox .topLeftBoxHeader a {
  position: absolute;
  top: 18px;
  right: 20px;
}
.topLeftBox .topLeftlist {
  padding: 20px;
  background: url(../img/top/bg_leftbox_bottom.jpg) no-repeat left bottom;
}
@media screen and (max-width: 600px) {
  .topLeftBox .topLeftlist {
    background: none;
  }
}
.topLeftBox .topLeftListFaq {
  min-height: 237px;
  height: auto !important;
  height: 237px;
}
.topLeftBox .topLeftListFaq .faqQ {
  margin-bottom: 10px;
}
.topLeftBox .topLeftListFaq .faqQ dd {
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px 0;
}
@media screen and (max-width: 600px) {
  .topLeftBox .topLeftListFaq .faqQ dd {
    font-size: 1em;
  }
}
.topLeftBox .topLeftListFaq .faqA dd {
  padding: 5px 0;
}
.topLeftBox .topLeftListNews {
  min-height: 110px;
  height: auto !important;
  height: 110px;
}
.topLeftBox .topLeftListNews span {
  color: #48A0B1;
}

.topLeftlist li {
  border-bottom: 1px dashed #999999;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.topLeftlist ul.post-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topLeftlist ul.post-list li a:hover {
  text-decoration: underline;
}
.topLeftlist dl {
  margin-bottom: 10px;
}
.topLeftlist dt {
  width: 32px;
  float: left;
}
@media screen and (max-width: 600px) {
  .topLeftlist dt {
    float: none;
  }
}
.topLeftlist dd {
  width: 520px;
  float: right;
}
@media screen and (max-width: 600px) {
  .topLeftlist dd {
    width: auto;
    float: none;
  }
}
.topLeftlist li div {
  text-align: right;
}
.topLeftlist li div a {
  background: url(../img/mkanri/mak_more.png) no-repeat left center;
  padding-left: 15px;
  text-decoration: underline;
}

/*-----------------------------------------------------------------

topSidebar

-------------------------------------------------------------------*/
#topSidebar {
  width: 329px;
  float: right;
}
@media screen and (max-width: 600px) {
  #topSidebar {
    width: auto;
    float: none;
  }
}
#topSidebar .topSidebarBnrBox li {
  margin-bottom: 10px;
}
#topSidebar .topSidebarBnrBox a {
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  background-color: #48a0b1;
  line-height: 2.6em;
}
#topSidebar .topSidebarBnrBox a:hover {
  background-color: #4bbed4;
}
@media screen and (max-width: 600px) {
  #topSidebar img {
    width: 100%;
  }
}

.topSidebarBox {
  background: url(../img/top/bg_sidebar_body.jpg) repeat-y;
}
.topSidebarBox .topSidebarHeader {
  position: relative;
  background: url(../img/top/bg_sidebar_top.jpg) no-repeat;
  height: 52px;
}
.topSidebarBox .topSidebarHeader h2 {
  position: absolute;
  top: 18px;
  left: 20px;
  border-left: 6px solid #002569;
  color: #002569;
  font-weight: bold;
  font-size: 1.6em;
  padding: 0 10px;
}
.topSidebarBox .topSidebarHeader a {
  position: absolute;
  top: 18px;
  right: 20px;
}
.topSidebarBox #topSidebarContents {
  padding: 14px;
  background: url(../img/top/bg_sidebar_bottom.jpg) no-repeat left bottom;
}
.topSidebarBox #topSidebarContents p {
  font-size: 1.3em;
}
.topSidebarBox #topSidebarMap {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.topSiteLinkBnr {
  margin-top: 40px;
}

/*-----------------------------------------------------------------

page

-------------------------------------------------------------------*/
#navigation {
  padding: 3px 5px 5px;
  font-size: 1.2em;
}
#navigation a {
  color: #333333;
}

#alfa {
  width: 680px;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  #alfa {
    width: auto;
    float: none;
    padding-right: 0;
    padding-top: 0;
  }
}
#alfa #pageTopBnr {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #alfa #pageTopBnr {
    width: auto;
  }
}
#alfa #pageTopBnr img {
  width: 100%;
  height: auto;
}
#alfa #pageContents {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #alfa #contactBnr img {
    width: 100%;
    height: auto;
  }
}

#beta {
  width: 258px;
  float: left;
}
@media screen and (max-width: 600px) {
  #beta {
    width: auto;
    float: none;
  }
}
#beta #sideTitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #beta #sideTitle {
    display: none;
  }
}
#beta .widget-area {
  background: url(../img/bg_sidemenu_body.gif) repeat-y;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #beta .widget-area {
    background: none;
  }
}
#beta .widget-local-navi {
  background: url(../img/bg_sidemenu_top.gif) no-repeat left top;
}
@media screen and (max-width: 600px) {
  #beta .widget-local-navi {
    background: none;
  }
}
#beta .widget-local-navi ul {
  background: url(../img/bg_sidemenu_bottom.gif) no-repeat left bottom;
  font-size: 1.4em;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  #beta .widget-local-navi ul {
    background: none;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
}
#beta .widget-local-navi li {
  line-height: 2;
  background: url(../img/mak_side.gif) no-repeat left 12px;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
#beta .widget-local-navi li a:hover {
  text-decoration: underline;
}
#beta #serviceBtnBox li {
  margin-bottom: 10px;
}
#beta #serviceBtnBox a {
  display: block;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  color: #fff;
  background-color: #48a0b1;
  line-height: 1.5em;
  padding: 10px 0;
}
#beta #serviceBtnBox a:hover {
  background-color: #4bbed4;
}

@media screen and (max-width: 600px) {
  .serviceSection {
    margin-top: -47px;
    padding-top: 47px;
  }
}

#goTopLink {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

#alfa h2 {
  font-size: 2.0em;
  font-weight: bold;
  border-left: 6px solid #025A6D;
  padding-left: 10px;
  color: #025A6D;
  margin-bottom: 20px;
}
#alfa h3 {
  background: #E8DED6;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 10px;
  border: 1px solid #9E9792;
  margin-bottom: 20px;
}
#alfa h4 {
  background: url(../img/mak_h4.gif) no-repeat 5px center;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
#alfa .pageSection {
  margin-bottom: 40px;
}
#alfa .contentsSection {
  width: 630px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #alfa .contentsSection {
    width: auto;
  }
}
#alfa p, #alfa table {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#alfa ul {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#alfa ul table, #alfa ul p {
  font-size: 1em;
}
#alfa .noMargin {
  margin-bottom: 0;
}
#alfa div.leftIndent {
  margin-bottom: 20px;
}
#alfa div.leftIndent p {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-bottom: 0;
}
#alfa p.smallCaption {
  font-size: 0.7em;
  text-align: right;
  margin: 0;
}
#alfa table {
  border-collapse: collapse;
  width: 100%;
}
#alfa th, #alfa td {
  border: 1px solid #999999;
  padding: 5px;
}
#alfa th {
  font-weight: normal;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #alfa th {
    width: 100%;
  }
}
#alfa th .thSub {
  margin-left: 1em;
}
#alfa td {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #alfa td {
    width: 100%;
  }
}
#alfa p a {
  text-decoration: underline;
}
#alfa p a:hover {
  text-decoration: none;
}
#alfa .markList ul {
  font-size: 1.4em;
}
#alfa .markList li {
  line-height: 2;
  background: url(../img/mak_side.gif) no-repeat left center;
  padding-left: 15px;
}
#alfa .markList li a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------

office

-------------------------------------------------------------------*/
.pageSection .col2A {
  width: 410px;
  float: left;
}
@media screen and (max-width: 600px) {
  .pageSection .col2A {
    width: auto;
    float: none;
  }
}
.pageSection .col2B {
  width: 200px;
  float: right;
}
@media screen and (max-width: 600px) {
  .pageSection .col2B {
    width: auto;
    float: none;
  }
}
.pageSection .col2A .RyakurekiBox {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
}

/*-----------------------------------------------------------------

process

-------------------------------------------------------------------*/
#alfa #processList li {
  background: url(../img/process/mak_process_arrow.gif) no-repeat 10px bottom;
  padding-bottom: 28px;
  margin-bottom: 7px;
  list-style: none;
}
#alfa #processList li p {
  color: #3360AB;
  padding-top: 10px;
  padding-left: 50px;
  margin: 0;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
#alfa #processList li p.no1 {
  background: url(../img/process/mak_process1.gif) no-repeat;
}
#alfa #processList li p.no2 {
  background: url(../img/process/mak_process2.gif) no-repeat;
}
#alfa #processList li p.no3 {
  background: url(../img/process/mak_process3.gif) no-repeat;
}
#alfa #processList li p.no4 {
  background: url(../img/process/mak_process4.gif) no-repeat;
}
#alfa #processList li p.no5 {
  background: url(../img/process/mak_process5.gif) no-repeat;
}
#alfa #processList li p.no6 {
  background: url(../img/process/mak_process6.gif) no-repeat;
}
#alfa #processList li p.no7 {
  background: url(../img/process/mak_process7.gif) no-repeat;
}
#alfa #processList li p.no8 {
  background: url(../img/process/mak_process8.gif) no-repeat;
}
#alfa #processList li p.no9 {
  background: url(../img/process/mak_process9.gif) no-repeat;
}
#alfa #processList li p.no10 {
  background: url(../img/process/mak_process10.gif) no-repeat;
}
#alfa #processList li.last {
  background: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#alfa .processPage table {
  width: 525px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#alfa .processPage th {
  width: 70%;
}
#alfa .processPage td {
  width: 30%;
}

/* #alfa .processPage .section { */
.section {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------

contact

-------------------------------------------------------------------*/
#alfa table.row-table-01 {
  border-collapse: collapse;
  border-top: 1px dashed #999999;
  font-size: 1.4em;
  width: 100%;
  border: none;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}
#alfa table.row-table-01 th, #alfa table.row-table-01 td {
  border: none;
  border-bottom: 1px dashed #999999;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 th, #alfa table.row-table-01 td {
    padding: 2%;
  }
}
#alfa table.row-table-01 th {
  width: 25%;
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 th {
    width: 96%;
  }
}
#alfa table.row-table-01 td {
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 td {
    width: 96%;
  }
}
#alfa table.row-table-01 input {
  font-size: 1.1em;
}
#alfa table.row-table-01 .col-head {
  font-weight: bold;
}
#alfa table.row-table-01 .txtFld {
  border: 1px solid #333333;
  padding: 3px;
  margin: 3px 5px;
}
#alfa table.row-table-01 textarea {
  font-size: 1.1em;
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 textarea {
    width: 93%;
  }
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 .mail-before-attachment {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 #RowMessageTel1 .mail-before-attachment {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  #alfa table.row-table-01 #RowMessageMtel1 .mail-before-attachment {
    display: inline;
  }
}
#alfa .form-error {
  background-color: #ff99cc;
}
#alfa .error-message {
  color: #ff0000;
  font-size: 0.9em;
}
#alfa table.row-table-01 #resetdata {
  margin-right: 10px;
}
#alfa #flashMessage {
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
}
#alfa .submit {
  text-align: center;
  margin-top: 5px;
}
#alfa .submit button {
  border: none;
  background-color: transparent;
}
#alfa .submit button:hover {
  cursor: hand;
  cursor: pointer;
}
#alfa #faqQList ul {
  list-style: disc;
  padding-left: 2em;
}
@media screen and (max-width: 600px) {
  #alfa #faqQList ul {
    padding-left: 0;
  }
}
#alfa #faqQList li {
  /*   font-size: 1.4em; */
}
#alfa #faqQList li a {
  text-decoration: underline;
}
#alfa #faqQList li a:hover {
  text-decoration: none;
}
#alfa #faqAList {
  border-top: 1px dashed #999999;
}
#alfa #faqAList li {
  border-bottom: 1px dashed #999999;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #alfa #faqAList li {
    margin-top: -47px;
    padding-top: 67px;
  }
}
#alfa #faqAList li:first-child {
  border-top: 1px dashed #999999;
}
#alfa #faqAList dl {
  /*   font-size: 1.4em; */
}
#alfa #faqAList dt {
  width: 32px;
  float: left;
}
@media screen and (max-width: 600px) {
  #alfa #faqAList dt {
    width: auto;
    float: none;
  }
}
#alfa #faqAList dd {
  width: 635px;
  float: right;
}
@media screen and (max-width: 600px) {
  #alfa #faqAList dd {
    width: auto;
    float: none;
  }
}
#alfa #faqAList .faqQ {
  margin-bottom: 10px;
}
#alfa #faqAList .faqQ dd {
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px 0;
}
#alfa #faqAList .faqA dd {
  padding: 5px 0;
}
#alfa #faqAList .faqA div {
  margin-top: 10px;
  text-align: right;
  font-size: 0.9em;
}
#alfa #faqAList .faqA div a {
  color: #3361AB;
  text-decoration: underline;
}
#alfa #faqAList .faqA div a:hover {
  text-decoration: none;
}
#alfa h4.contents-head {
  font-size: 16px;
  font-weight: normal;
  padding: 2px 10px;
  padding-left: 30px;
  border: 1px solid #9E9792;
  margin-bottom: 20px;
}
#alfa h4.contents-head a {
  text-decoration: underline;
}
#alfa h4.contents-head a:hover {
  text-decoration: none;
}
#alfa .post {
  margin-bottom: 30px;
  font-size: 1.4em;
}
#alfa .post p {
  font-size: 1.0em;
}
#alfa .post ol {
  list-style: decimal;
}
#alfa .post ul {
  list-style: disc;
}
#alfa .post ol, #alfa .post ul, #alfa .post dl {
  padding-left: 3.0em;
  margin-bottom: 1em;
}
#alfa .more {
  text-align: right;
}
#alfa .meta {
  font-size: 0.85em;
  text-align: right;
}

/*-----------------------------------------------------------------

Q&A

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------

blog

-------------------------------------------------------------------*/
#contentsNavi {
  text-align: center;
  font-size: 1.2em;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
#contentsNavi a:hover {
  text-decoration: underline;
}

/* MAP */
.map-canvas-wrapper {
  max-width: 100%;
  padding-bottom: 75%;
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}
.map-canvas-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgb-menu, .update-info, .bge-contents h1 {
  display: none;
}

.mkanri_body p {
  font-size: 1.4em;
}

.mkanri_jyunbi {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
