@charset "UTF-8";
@import url(common.css);
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
/* index */
body#index div#wrap header#header {
  width: 100%;
  height: 420px;
  background: url(../images/index/main_bg00.jpg) no-repeat center;
  background-size: cover;
}
body#index div#wrap header#header .head-inner {
  width: 1160px;
  height: 420px;
  position: absolute;
  left: 50%;
  margin-left: -580px;
}
body#index div#wrap header#header .head-inner h1 {
  font-size: 44px;
  font-size: 4.4rem;
  background: url("../images/index/main_bg01.png") no-repeat center;
  width: 668px;
  height: 258px;
  margin: 81px auto 0;
  padding: 45px 0;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
body#index div#wrap main.main .main-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
body#index div#wrap main.main .main-inner .btn-area {
  height: 330px;
  width: 520px;
  float: left;
  margin-left: 40px;
}
body#index div#wrap main.main .main-inner .btn-area a {
  background: url("../images/index/moreinfo-btn.png") no-repeat;
  display: block;
  width: 430px;
  height: 95px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 160px;
}
body#index div#wrap main.main .main-inner .btn-area a:hover {
  background: url("../images/index/moreinfo-btn_hover.png") no-repeat;
  opacity: 1.0;
}
body#index div#wrap main.main .main-inner .parkBtn-area {
  background: url("../images/index/event-park_btn00.jpg") no-repeat;
}
body#index div#wrap main.main .main-inner .spaceBtn-area {
  background: url("../images/index/event-space_btn00.jpg") no-repeat;
}
body#index div#wrap main.main .main-inner .toyosuBtn-area {
  background: url("../images/index/event-toyosu_btn00.jpg") no-repeat;
  margin-top: 40px;
}

/*
-----------------------------------------------------------------------
 park, space, parkPlace, spacePlace
-----------------------------------------------------------------------
*/
/* index */
body#park-index div#wrap header#header,
body#space-index div#wrap header#header,
body#parkPlace-index div#wrap header#header,
body#spacePlace-index div#wrap header#header {
  width: 100%;
  height: 110px;
  background: url(../images/common/header-bg.png) no-repeat;
  background-size: cover;
  border-bottom: 6px solid #0077bf;
}
body#park-index div#wrap header#header .box,
body#space-index div#wrap header#header .box,
body#parkPlace-index div#wrap header#header .box,
body#spacePlace-index div#wrap header#header .box {
  width: 100%;
  height: 110px;
  margin: auto;
  background: url(../images/common/city-icon.png) no-repeat;
  background-position: right bottom;
  padding-top: 30px;
}
body#park-index div#wrap header#header .head-inner,
body#space-index div#wrap header#header .head-inner,
body#parkPlace-index div#wrap header#header .head-inner,
body#spacePlace-index div#wrap header#header .head-inner {
  display: block;
  width: 685px;
  margin-left: 10px;
}
body#park-index div#wrap header#header .head-inner h1,
body#space-index div#wrap header#header .head-inner h1,
body#parkPlace-index div#wrap header#header .head-inner h1,
body#spacePlace-index div#wrap header#header .head-inner h1 {
  font-size: 32px;
  color: #111;
}
body#park-index div#wrap main.main,
body#space-index div#wrap main.main,
body#parkPlace-index div#wrap main.main,
body#spacePlace-index div#wrap main.main {
  background-color: #e7f6ff;
}
body#park-index div#wrap main.main .place,
body#space-index div#wrap main.main .place,
body#parkPlace-index div#wrap main.main .place,
body#spacePlace-index div#wrap main.main .place {
  overflow: hidden;
}
body#park-index div#wrap main.main .place .placelist,
body#space-index div#wrap main.main .place .placelist,
body#parkPlace-index div#wrap main.main .place .placelist,
body#spacePlace-index div#wrap main.main .place .placelist {
  display: inline-block;
  width: 50%;
  float: left;
  border-right: 1px solid #FFF;
}
body#park-index div#wrap main.main .place .placelist a,
body#space-index div#wrap main.main .place .placelist a,
body#parkPlace-index div#wrap main.main .place .placelist a,
body#spacePlace-index div#wrap main.main .place .placelist a {
  color: #999ea7;
  display: block;
  background-color: #004c81;
  font-size: 25px;
  font-size: 2.5rem;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
body#park-index div#wrap main.main .place .placelist a:after,
body#space-index div#wrap main.main .place .placelist a:after,
body#parkPlace-index div#wrap main.main .place .placelist a:after,
body#spacePlace-index div#wrap main.main .place .placelist a:after {
  content: url(../images/common/arrow_down01.png);
  display: block;
}
body#park-index div#wrap main.main .place .active a,
body#space-index div#wrap main.main .place .active a,
body#parkPlace-index div#wrap main.main .place .active a,
body#spacePlace-index div#wrap main.main .place .active a {
  color: #fff;
  background-color: #0077bf;
}
body#park-index div#wrap main.main .place .active a:after,
body#space-index div#wrap main.main .place .active a:after,
body#parkPlace-index div#wrap main.main .place .active a:after,
body#spacePlace-index div#wrap main.main .place .active a:after {
  content: url(../images/common/arrow_down00.png);
}
body#park-index div#wrap main.main .place li:nth-child(2),
body#space-index div#wrap main.main .place li:nth-child(2),
body#parkPlace-index div#wrap main.main .place li:nth-child(2),
body#spacePlace-index div#wrap main.main .place li:nth-child(2) {
  border-right: 0;
}

/*
-----------------------------------------------------------------------
placeItem
-----------------------------------------------------------------------
*/
main.main .main-inner .placeContent {
  background-color: #FFF;
  box-sizing: border-box;
  border: 3px solid #0077bf;
  border-top: none;
  padding: 40px 35px;
  color: #333;
}
main.main .main-inner .placeContent .placeItem {
  margin-bottom: 30px;
}
main.main .main-inner .placeContent .placeItem li {
  float: left;
  width: 348px;
  margin-right: 20px;
}
main.main .main-inner .placeContent .placeItem li .itemBtn {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 15px;
  margin-right: 20px;
  color: #FFF;
  text-align: center;
  position: relative;
  width: 347px;
  background: url(../images/common/arrow_right.png) no-repeat 97% center;
}
main.main .main-inner .placeContent .placeItem li .itemBtn:before {
  color: #FFF;
  display: block;
}
main.main .main-inner .placeContent .placeItem li .item01 {
  background-color: #599ec8;
  border: 3px solid #97c9e2;
}
main.main .main-inner .placeContent .placeItem li .item01:before {
  content: url(../images/common/btn_icon01.png);
}
main.main .main-inner .placeContent .placeItem li .item02 {
  background-color: #59c892;
  border: 3px solid #97e2c1;
}
main.main .main-inner .placeContent .placeItem li .item02:before {
  content: url(../images/common/btn_icon02-1.png);
}
main.main .main-inner .placeContent .placeItem li .item03 {
  background-color: #d589bd;
  border: 3px solid #e9bbdc;
}
main.main .main-inner .placeContent .placeItem li .item03:before {
  content: url(../images/common/btn_icon03.png);
}
main.main .main-inner .placeContent li:nth-child(3) {
  margin-right: 0;
}
main.main .main-inner .placeContent .headline {
  background: url("../images/common/headline_bg01.png") no-repeat;
  height: 215px;
}
main.main .main-inner .placeContent .headline .headlineTxt {
  padding: 65px 45px;
}
main.main .main-inner .placeContent .headline .headlineTxt h2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #222222;
  margin-bottom: 15px;
}
main.main .main-inner .placeContent .headline .headlineTxt p {
  font-size: 15px;
  font-size: 1.5rem;
}
main.main .main-inner .placeContent .caution {
  background: url("../images/common/caution_bg.png") no-repeat;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 18px 75px;
}
main.main .main-inner .placeContent .ngArea {
  background-color: #eeeeee;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 30px 15px;
}
main.main .main-inner .placeContent .ngArea h3 {
  color: #0077BF;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
main.main .main-inner .placeContent .ngArea .ngEvent {
  width: 1084px;
  color: #444;
  margin: 0 auto;
}
main.main .main-inner .placeContent .ngArea .ngEvent .example {
  display: block;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  width: 31%;
  height: 90px;
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  border: 4px solid #246c98;
  text-align: center;
  margin-right: 2%;
  overflow: hidden;
  background: #FFF url(../images/common/example_icon.png) no-repeat 20px center;
}
main.main .main-inner .placeContent .ngArea .ngEvent li:nth-child(2),
main.main .main-inner .placeContent .ngArea .ngEvent li:nth-child(3) {
  padding-top: 30px;
}
main.main .main-inner .placeContent .ngArea .ngEvent li:nth-child(3) {
  margin-right: 0;
}
main.main .main-inner .placeContent .flowArea {
  margin-bottom: 30px;
}
main.main .main-inner .placeContent .flowArea .txt-word {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  color: #0077BF;
  padding-left: 20px;
  margin-bottom: 15px;
}
main.main .main-inner .placeContent .flowArea .flow {
  margin-bottom: 23px;
  display: table;
  position: relative;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(1) dt {
  background-color: #80BBDF;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(1) dt span.nom {
  color: #80BBDF;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(1) .triangle {
  border-top-color: #80BBDF;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(2) dt {
  background-color: #72b4dc;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(2) dt span.nom {
  color: #72b4dc;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(2) .triangle {
  border-top-color: #72b4dc;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(3) dt {
  background-color: #65acd8;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(3) dt span.nom {
  color: #65acd8;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(3) .triangle {
  border-top-color: #65acd8;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(4) dt {
  background-color: #57a5d5;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(4) dt span.nom {
  color: #57a5d5;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(4) .triangle {
  border-top-color: #57a5d5;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(5) dt {
  background-color: #4a9ed1;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(5) dt span.nom {
  color: #4a9ed1;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(5) .triangle {
  border-top-color: #4a9ed1;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(6) dt {
  background-color: #3c97ce;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(6) dt span.nom {
  color: #3c97ce;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(6) .triangle {
  border-top-color: #3c97ce;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(7) dt {
  background-color: #328fc7;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(7) dt span.nom {
  color: #328fc7;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(7) .triangle {
  border-top-color: #328fc7;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(8) dt {
  background-color: #2f85b9;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(8) dt span.nom {
  color: #2f85b9;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(8) .triangle {
  border-top-color: #2f85b9;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(9) dt {
  background-color: #2b7bac;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(9) dt span.nom {
  color: #2b7bac;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(9) .triangle {
  border-top-color: #2b7bac;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(10) dt {
  background-color: #28719e;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(10) dt span.nom {
  color: #28719e;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(10) .triangle {
  border-top-color: #28719e;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(11) .triangle, main.main .main-inner .placeContent .flowArea .flow:nth-child(13) .triangle {
  border-top-color: #0077bf;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(12) dt, main.main .main-inner .placeContent .flowArea .flow:nth-child(14) dt {
  background-color: #246891;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(12) dt span.nom, main.main .main-inner .placeContent .flowArea .flow:nth-child(14) dt span.nom {
  color: #246891;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(12) .triangle, main.main .main-inner .placeContent .flowArea .flow:nth-child(14) .triangle {
  border-top-color: #246891;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(13) dt, main.main .main-inner .placeContent .flowArea .flow:nth-child(15) dt {
  background-color: #215e83;
}
main.main .main-inner .placeContent .flowArea .flow:nth-of-type(13) dt span.nom, main.main .main-inner .placeContent .flowArea .flow:nth-child(15) dt span.nom {
  color: #215e83;
}
main.main .main-inner .placeContent .flowArea .flow dt {
  background-color: #ffdddd;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 400px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  line-height: 4.0rem;
}
main.main .main-inner .placeContent .flowArea .flow dt span.nom {
  margin-right: 15px;
  width: 55px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
}
main.main .main-inner .placeContent .flowArea .flow dt span.nom:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #FFFFFF;
  font-size: 55px;
  position: absolute;
  left: 4px;
  top: -7px;
  z-index: -1;
}
main.main .main-inner .placeContent .flowArea .flow dt span {
  display: table-cell;
  float: left;
}
main.main .main-inner .placeContent .flowArea .flow dt .nom-c {
  top: 10px;
}
main.main .main-inner .placeContent .flowArea .flow dd {
  padding: 18px 30px;
  width: 810px;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #b5b5b5;
  border-left: none;
  display: table-cell;
}
main.main .main-inner .placeContent .flowArea .flow dd .small-txt {
  color: #0077BF;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-top: 10px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
main.main .main-inner .placeContent .flowArea .flow .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 23px;
  bottom: -39px;
  border-top: 20px solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 20px solid transparent;
}
main.main .main-inner .placeContent .flowArea .bg-img img {
  position: relative;
}
main.main .main-inner .placeContent .flowArea .bg-img p {
  position: absolute;
  color: #0077BF;
  font-size: 40px;
  font-size: 4rem;
  top: 40px;
  left: 110px;
}
main.main .main-inner .placeContent .contactArea {
  font-style: normal;
  background-color: #EEE;
  padding: 30px 30px 40px;
}
main.main .main-inner .placeContent .contactArea .small-txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-bottom: 30px;
  width: 720px;
  margin: 0 auto;
}
main.main .main-inner .placeContent .contactArea .name {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  padding-bottom: 30px;
}
main.main .main-inner .placeContent .contactArea .tel {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 56px;
  padding-bottom: 40px;
}
main.main .main-inner .placeContent .contactArea .bold-txt {
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
}
main.main .main-inner .placeContent .contactArea .tel:last-child {
  padding-bottom: 0;
}

/*
-----------------------------------------------------------------------
park-index
-----------------------------------------------------------------------
*/
body#park-index main.main .main-inner .placeContent .placeItem .print #printarea img {
  display: none;
}
body#park-index main.main .main-inner .placeContent .flowArea .titBar {
  margin-bottom: 15px;
}
body#park-index #lightbox .lb-nav a.lb-prev::after {
  content: "NEXT";
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 4px #000000;
  position: absolute;
  left: 1.5%;
  top: 52%;
}
body#park-index #lightbox .lb-nav a.lb-next::after {
  content: "PREV";
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 4px #000000;
  position: absolute;
  right: 1.5%;
  top: 52%;
}
body#park-index .lb-number {
  display: none !important;
}

/*
-----------------------------------------------------------------------
parkPlace-index
-----------------------------------------------------------------------
*/
body#parkPlace-index main.main .main-inner .placeContent .headline {
  background: url("../images/common/headline_bg02.png") no-repeat;
  margin-bottom: 15px;
}
body#parkPlace-index main.main .main-inner .placeContent .headline .headlineTxt h2:after {
  content: "（イベントが開催できる公園）";
  color: #37a570;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  position: absolute;
}
body#parkPlace-index main.main .main-inner .placeContent .headline .headlineTxt a {
  background: url("../images/common/map_btn.jpg") no-repeat;
  display: block;
  width: 210px;
  height: 44px;
  position: relative;
  top: -5px;
  left: 7px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a {
  display: block;
  width: 347px;
  border: 1px solid #0077BF;
  position: relative;
  float: left;
  margin-right: 21px;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a:nth-child(3) {
  margin-right: 0;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a span {
  display: block;
  color: #0077BF;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 5px;
  padding-bottom: 10px;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a span:before {
  content: url(../images/common/parkname_icon01.png);
  position: relative;
  margin-right: 20px;
  top: 5px;
  left: 10px;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a span:after {
  content: url(../images/common/arrow_right01.png);
  position: relative;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a .park01:after {
  left: 45px;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a .park02:after {
  left: 145px;
}
body#parkPlace-index main.main .main-inner .placeContent .parkPlace a .park03:after {
  left: 205px;
}

/*
-----------------------------------------------------------------------
space-index, spacePlace-index
-----------------------------------------------------------------------
*/
body#space-index main.main .main-inner .placeContent .placeItem li,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li {
  width: 530px;
}
body#space-index main.main .main-inner .placeContent .placeItem li .itemBtn,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li .itemBtn {
  width: 530px;
  margin-right: 24px;
}
body#space-index main.main .main-inner .placeContent .placeItem li .itemBtn:after,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li .itemBtn:after {
  top: -18px;
}
body#space-index main.main .main-inner .placeContent .placeItem li .item01:after,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li .item01:after {
  left: 70px;
}
body#space-index main.main .main-inner .placeContent .placeItem li .item02:before,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li .item02:before {
  content: url(../images/common/btn_icon02-2.png);
}
body#space-index main.main .main-inner .placeContent .placeItem li .item02:after,
body#spacePlace-index main.main .main-inner .placeContent .placeItem li .item02:after {
  left: 115px;
}
body#space-index main.main .main-inner .placeContent .placeItem li:nth-child(2),
body#spacePlace-index main.main .main-inner .placeContent .placeItem li:nth-child(2) {
  margin-right: 0;
}

/*
-----------------------------------------------------------------------
space-index
-----------------------------------------------------------------------
*/
body#space-index main.main .main-inner .placeContent .headline .headlineTxt h2:after {
  content: "（未処分地）";
  color: #C85966;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.8;
  margin-left: 65px;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(10) .triangle {
  border-top-color: #0077bf;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(11) dt {
  background-color: #2b7bac;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(11) dt span.nom {
  color: #2b7bac;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(11) .triangle {
  border-top-color: #2b7bac;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(12) dt {
  background-color: #28719e;
  padding-top: 20px;
  padding-bottom: 20px;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(12) dt span.nom {
  color: #28719e;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(12) dd {
  padding-top: 25px;
}
body#space-index main.main .main-inner .placeContent .flowArea .flow:nth-child(12) .triangle {
  border-top-color: #28719e;
}

/*
-----------------------------------------------------------------------
spacePlace-index
-----------------------------------------------------------------------
*/
body#spacePlace-index main.main .main-inner .placeContent .headline {
  background: url("../images/common/headline_bg03.png") no-repeat;
  background-size: 1084px auto;
  margin-bottom: 40px;
  height: 134px;
}
body#spacePlace-index main.main .main-inner .placeContent .headline .headlineTxt {
  padding: 45px;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table {
  width: 100%;
  margin-bottom: 20px;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table th {
  font-weight: normal;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table th, body#spacePlace-index main.main .main-inner .placeContent .useLand table td {
  border: 1px solid #FFFFFF;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table thead {
  background-color: #DCDCDC;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table thead th {
  padding: 8px;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table tbody {
  background-color: #EEE;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand table tbody td {
  padding: 12px;
}
body#spacePlace-index main.main .main-inner .placeContent .useLand p.small-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

/*
-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------
*/
footer#footer {
  padding-top: 10px;
  background: url("../images/common/footer_bg.jpg") no-repeat center top #3d3d3d;
  font-size: 8.5px;
  font-size: 0.85rem;
}
footer#footer a:hover {
  color: #FFFFFF;
}
footer#footer #footconts {
  width: 990px;
  margin: 0 auto;
}
footer#footer #footconts a.aform {
  background: url("../images/common/page_top.gif") no-repeat;
  display: block;
  width: 990px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
footer#footer #footconts a.aform:hover {
  background: url("../images/common/page_top_f2.gif") no-repeat;
  opacity: 1.0;
}
footer#footer #footconts ul {
  padding-bottom: 15px;
}
footer#footer #footconts ul li {
  color: #999999;
  display: inline;
  line-height: 2em;
}
footer#footer #footconts ul li a {
  color: #999999;
}
footer#footer #footconts ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer#footer #footconts p#companyinfo {
  background: url("../images/common/footerline.jpg") no-repeat top center;
  padding-top: 10px;
  color: #999999;
  text-align: center;
  padding-bottom: 8px;
}
footer#footer #footconts p#companyinfo a {
  color: #999999;
}
footer#footer #footconts p#companyinfo a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

div#copyright {
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

/* タブレットサイズ 768px以上 */
/*
----------------------------------------
huckclearfix
----------------------------------------
*/
.clearbox {
  display: inline-block;
}
.clearbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*\*/
* html .clearbox {
  height: 1%;
}

.clearbox {
  display: block;
}

/**/

/*# sourceMappingURL=style.css.map */
