@charset "UTF-8";

/* =========================================================
   general
========================================================= */

/* content
-----------------------------------------*/
#content {
  padding: 0 15px;
}

/* navi
-----------------------------------------*/
#navi {
  clear: both;
  margin-bottom: 15px;
  padding-top: 10px;
  background-image: url(../images/bg_top_re.gif);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #FFF;
  border-top: solid 2px #FFF;
  overflow: hidden;
}
#navi #breadCrumbs {
  margin-bottom: 20px;
  padding-left: 15px;
  color: #0035CC;
}
#navi #breadCrumbs a {
  margin: 0 5px;
}
#navi #conceptTitle {
  padding: 0 15px;
}
#navi #conceptTitle .pieceBody {
  min-height: 63px;
  margin-bottom: 10px;
  background-image: url("../images/tl_h1_l.gif");
  background-position: left top;
  background-repeat: no-repeat;
}
#navi #conceptTitle .pieceBody h1 {
  padding: 18px 0 18px 20px;
  font-size: 140%;
  font-weight: bold;
}

/* pageTitle
-----------------------------------------*/
#pageTitle  .pieceBody {
  min-height: 63px;
  margin-bottom: 10px;
  background-image: url("../images/tl_h1_l.gif");
  background-position: left top;
  background-repeat: no-repeat;
}
#pageTitle h1{
  padding: 20px 15px;
  font-size: 125%;
  font-weight: bold;
}

/* contentPage
-----------------------------------------*/
.contentPage .body {
  padding: 0 20px;
}
.contentPage h2 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-image: url("../images/tl_h2_l.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 120%;
  font-weight: bold;
  overflow: hidden;
}
.contentPage h3 {
  margin-bottom: 10px;
  padding-left: 18px;
  background-image: url("../images/tl_h3.gif");
  background-position: left 5px;
  background-repeat: no-repeat;
  font-size: 110%;
  font-weight: bold;
  overflow: hidden;
}
.contentPage ul {
  margin-bottom: 15px;
  padding-left: 3px;
  padding-bottom: 5px;
}
.contentPage ul li {
  margin-bottom: 4px;
  padding: 0px 10px;
  background-image: url("../images/ic_list.gif");
  background-position: left 7px;
  background-repeat: no-repeat;
  line-height: 1.5;
}
.contentPage table {
  margin-bottom: 15px;
}
.contentPage table th,
.contentPage table td {
  padding: 5px;
  border: solid 1px #858585;
}
.contentPage table th {
  background-color: #D3F2CE;
}
.contentPage p {
  margin-bottom: 3px;
  font-size: 110%;
  word-break: break-all;
  word-wrap: break-word;
}
.contentPage a {
  font-size: 110%;
}
.contentPage p a {
  font-size: 100%;
}

/* touroku(index.html)
--------------------*/
a.touroku {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: -webkit-linear-gradient(#35A16B 0%, #2D8A5B 100%);
  background: -moz-linear-gradient(#35A16B 0%, #2D8A5B 100%);
  background: -o-linear-gradient(#35A16B 0%, #2D8A5B 100%);
  background: -ms-linear-gradient(#35A16B 0%, #2D8A5B 100%);
  border: solid 1px #216342;
  border-radius: 8px;
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
a.touroku:hover {
  background: #ffffff;
  color: #35A16B;
}
a.parkingAbout {
  margin-left: 10px;
}

/* sitemap
--------------------*/
.sitemapBody {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.leftBox {
  float: left;
  width: 432px;
  overflow: hidden;
}
.rightBox {
  float: right;
  width: 432px;
  overflow: hidden;
}
.leftBox h2,
.rightBox h2 {
  background-image: url("../images/tl_h2_s.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.leftBox ul,
.rightBox ul {
  padding-left: 10px;
  padding-bottom: 5px;
}
.leftBox ul li.none,
.rightBox ul li.none {
  background-image: none;
}
.leftBox ul li,
.rightBox ul li {
  margin-bottom: 4px;
  padding: 0px 10px;
  background-image: url("../images/ic_triangle_01.gif");
  background-position: left 7px;
  background-repeat: no-repeat;
  line-height: 1.5;
}
.leftBox ul li ul li,
.rightBox ul li ul li{
  background-image: none;
}

/* touroku(touroku.html)
--------------------*/
span.required {
  color: #F00;
}
.form,
.columns {
  margin-bottom: 10px;
  padding: 0 25px 0 10px;
  overflow: hidden;
}
.columns {
  margin-bottom: 30px;
}
.column {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.column .name {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
}
.column .field {
  _margin-left: 192px;
  overflow: hidden;
}
.column .required {
  display: inline-block;
  float: left;
  width: 15px;
}
.column .name .title {
  display: inline-block;
  width: 150px;
  padding: 0 10px;
  background-color: #E3E3E3;
  border: solid 1px #E3E3E3;
  border-radius: 3px;
  word-break: break-all;
  word-wrap: break-word;
}
.no5 input {
  margin-bottom: 8px;
}
.no5 input.next {
  _margin-left: 5px;
}
.no6 .area {
  clear: both;
  padding-left: 15px;
}
.no7 .table {
  clear: both;
  padding-left: 15px;
}
.column .table table {
  width: 100%;
  margin-bottom: 5px;
}
.column .table  table td {
  padding: 5px;
  border: solid 1px #858585;
}
.column .table table td input {
  margin: 0 5px;
}
.column .table table td .sansyo {
  margin: 0;
  padding: 0 10px;
}
.column .table table td .kokai {
  margin: 0 5px 2px;
  vertical-align: middle;
}
.column .table .plus {
  display: none;
  text-align: right;
}
.column .table2 {
  clear: both;
  padding-left: 15px;
}
.column .table2 div.leftTable {
  float: left;
  width: 440px;
}
.column .table2 div.rightTable {
  float: right;
  width: 440px;
  margin-left: 5px;
}
.column .table2 div.leftTable p {
  word-break: break-all;
  word-wrap: break-word;
}
.column .table2 table {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #858585;
}
.column .table2 table th,td {
  border: solid 1px #858585;
  padding: 10px;
}
.column .table2 table th {
  width: 22%;
  background-color: #E3E3E3;
  text-align: left;
}
.column .table2 table td.icon {
  width: 15%;
  border-right: none;
  text-align: center;
}
.column .table2 table td.text {
  padding-left: 0;
  border-right: none;
  border-left: none;
}
.column .table2 table td.check {
  width: 8%;
  text-align: center;
  border-left: none;
}

/* .submitters
--------------------*/
.submitters {
  clear: both;
  text-align: center;
}
.submitters input, .submitters button {
  min-width: 150px;
  padding: 5px 15px;
  _padding: 5px 0;
}

/* touroku(check.html)
--------------------*/
.checkTitle {
  padding: 0 20px;
}
.checks {
  margin-bottom: 10px;
  padding: 0 25px;
  overflow: hidden;
}
.check {
  margin-bottom: 20px;
}
.check .name {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
.check .field table {
  width: 100%;
}
.check .field table td.photo {
  padding: 10px 5px;
  text-align: center;
}
.check .field table th {
  width: 20%;
}

.check .field table td {
  width: 80%;
}

.check .field table th.title {
  width: 15%;
}
.check .field table td.icon {
  width: 50px;
  border-right: none;
  text-align: center;
}
.check .field table td.text {
  padding-left: 0;
  border-left: none;
}

/* touroku(error-message)
--------------------*/
.errorExplanation h2 {
  background-image: none;
  background-color: #FFFF99;
  border: 1px solid #EEEE44;
  font-weight: bold;
  padding: 4px 6px;
}

/* touroku(submit.html)
--------------------*/
.enqueteSent .message {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 110%;
}
.enqueteSent .back {
  text-align: center;
}
.enqueteSent .back a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #35A16B;
  color: #FFFFFF;
  text-decoration: none;
}

/* info(info.html)
--------------------*/
.use table {
    border: medium none;
    margin: 5px 0;
    width: 100%;
}
.use td {
    border: none !important;
    padding: 5px;
}
.use .info-bg {
    background-color: #ECECEC;
}
.use td.info-icon {
    text-align: center;
    width: 30px;
}
.use td.info-furigana-icon {
    text-align: center;
    width: 130px;
}
.use td.info-yomiage-icon {
    text-align: center;
    width: 100px;
}