/* *
* Kawasaki City Plaza Module CSS
*
* Table of Contents:
* 1.0 - Basic Modules
*   1.1 - float
*   1.2 - Text align
*   1.3 - Section / Column
*   1-4 - Title
*   1-5 - Button
*   1-6 - Link
*   1-6 - List
*   1-7 - Table
*   1-8 - Image
* 2.0 - colors
*   2.1 - anchor
*   2.2 - Navigation
* 3.0 - Modules
*
* */
/**
 * 1.0 Basic Modules
 * ----------------------------------------------------------------------------
 */
/* 1-1. float
----------------------------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 1-2. text align
----------------------------------------------------------------------------*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

/* 1-3. section / column
----------------------------------------------------------------------------*/
.site-content section {
  margin-bottom: 50px;
}
.site-content section section {
  margin-bottom: 30px;
}

.col2 {
  width: 690px;
  margin-right: -30px;
  overflow: hidden;
}
.col2 .box {
  float: left;
  width: 315px;
  margin-right: 30px;
}

.col3 {
  width: 690px;
  margin-right: -30px;
  overflow: hidden;
}
.col3 .box {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.col4 {
  width: 680px;
  margin-right: -20px;
  overflow: hidden;
}
.col4 .box {
  float: left;
  width: 150px;
  margin-right: 20px;
}

/* 1-4. Title
----------------------------------------------------------------- */
.heading {
  position: relative;
  font-size: 125%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
  background: url("/common/images/blt_title_b.gif") no-repeat left bottom;
}
.heading .heading-text {
  display: block;
  padding: 0 0 8px 20px;
  background: url("/common/images/blt_title_t.gif") no-repeat left top;
}

.site-content h2 {
  font-size: 114%;
  margin-bottom: 25px;
  background: url("/common/images/blt_sidetitle2_b.gif") no-repeat left bottom;
}
.site-content h2 span {
  display: block;
  padding: 5px 0 5px 20px;
  background: url("/common/images/blt_title_t.gif") no-repeat left top;
}
.site-content h3 {
  margin-bottom: 25px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px dashed #666;
}

/* 1-5. button
----------------------------------------------------------------- */
.link-btn a {
  display: block;
  margin: 0;
  padding: 8px 20px;
  color: #4d774c;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE9E6E4');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTllNmU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #e9e6e4));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e6e4 85%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e6e4 85%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e9e6e4 85%);
  background-image: linear-gradient(top, #ffffff 0%, #e9e6e4 85%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f5edf5;
  -webkit-box-shadow: 0px 0px 5px inset rgba(235, 221, 235, 0.5);
  -moz-box-shadow: 0px 0px 5px inset rgba(235, 221, 235, 0.5);
  box-shadow: 0px 0px 5px inset rgba(235, 221, 235, 0.5);
}
.link-btn a:hover {
  color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF404749', endColorstr='#FFEFEFEF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDc0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404749), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, #404749 0%, #efefef 100%);
  background-image: -moz-linear-gradient(top, #404749 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #404749 0%, #efefef 100%);
  background-image: linear-gradient(top, #404749 0%, #efefef 100%);
  border: 1px solid #699b00;
  -webkit-box-shadow: inset 2px 2px 2px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: inset 2px 2px 2px rgba(50, 50, 50, 0.8);
  box-shadow: inset 2px 2px 2px rgba(50, 50, 50, 0.8);
}

/* 1-6. Link
----------------------------------------------------------------- */
.pdf {
  margin-right: 5px;
  padding-right: 25px;
  background: url("/common/images/ico_pdf.gif") no-repeat right top;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* 1-7. List
----------------------------------------------------------------- */
.dl-type01 dt {
  margin: 0 0 10px;
  padding: 5px 10px;
  background-color: #efefef;
}
.dl-type01 dd {
  margin: 0 0 25px;
  padding: 0 10px;
}

.dl-type02 dt {
  float: left;
  width: 12em;
}
.dl-type02 dd {
  padding-left: 12em;
}

/* number */
.number {
  margin: 0;
  padding: 0;
}
.number li {
  list-style: none;
}
.number li {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.5;
}

/* note */
.notes {
  margin: 0;
  padding: 0;
}
.notes li {
  list-style: none;
}
.notes li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}

/* pdf */
.pdf-list {
  margin: 0;
  padding: 0;
}
.pdf-list li {
  list-style: none;
}
.pdf-list li {
  margin-bottom: 0.5em;
}
.pdf-list li a {
  padding-right: 25px;
  background: url("/common/images/ico_pdf.gif") no-repeat right top;
}

/* link */
.nav-link {
  margin: 40px 0 0;
  padding: 0;
}
.nav-link li {
  list-style: none;
}
.nav-link li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url("/common/images/blt_arrow.png") no-repeat left center;
}

.link a {
  padding: 0 0 0 15px;
  background: url("/common/images/blt_arrow.png") no-repeat left center;
}

.link-list {
  margin: 0;
  padding: 0;
}
.link-list li {
  list-style: none;
}
.link-list li {
  margin-bottom: 20px;
  padding: 0 0 20px;
  background: url("/common/images/line_dotted.gif") repeat-x left bottom;
  *zoom: 1;
}
.link-list li:after {
  content: "";
  display: table;
  clear: both;
}

.more {
  text-align: right;
  font-size: 85%;
  background: none;
}
.more a {
  padding-left: 15px;
  color: #333;
  background: url("/common/images/blt_arrow.png") no-repeat left center;
}

/* banner */
.banners {
  margin: 0;
  padding: 0;
}
.banners li {
  list-style: none;
}
.banners li {
  margin: 0 0 10px;
}

/* FAQ */
.faq .question {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
}
.faq .question span {
  position: absolute;
  left: 0;
  top: -5px;
  color: #699b00;
  font-size: 30px;
  font-family: 'Trebuchet MS', san-serif;
  line-height: 1;
}
.faq .answer {
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 20px;
  background: url("/common/images/line_dotted.gif") repeat-x left bottom;
}
.faq .answer span {
  position: absolute;
  left: 0;
  top: -5px;
  color: #0073BC;
  font-size: 32px;
  font-family: 'Trebuchet MS', san-serif;
  line-height: 1;
}

/* facilities */
.facilities-list {
  width: 680px;
  margin: 0 -20px 0 0;
  padding:0;
  padding: 20px 0 0;
  text-align: center;
  background: url("/common/images/line_dotted.gif") repeat-x left bottom;
  *zoom: 1;
}
.facilities-list li {
  list-style: none;
}
.facilities-list:after {
  content: "";
  display: table;
  clear: both;
}
.facilities-list li {
  float: left;
  width: 208px;
  margin-right: 13px;
}
.facilities-list li.feature {
  float: none;
  width: 649px;
  height:170px;
  margin: 0 0 25px 0;
  overflow:hidden;
  position:relative;
  text-align: left;
}
.facilities-list li .image {
  display: table-cell;
  height: 140px;
  text-align: center;
  vertical-align: middle;
}

.facilities-list li.feature .image {
  display: block;
  margin-right: 13px;
  width: 254px;
  height: 170px;
  float:left;
}
.facilities-list li.feature p {
  margin-top: 0px;
}
.facilities-list li.feature a.hover {
  position:absolute;
  bottom:0;
  right:0;
  width:150px;
  height:30px;
  display:block;
}
/* workshop */
.workshop-list {
  width: 674px;
  margin: 0 -14px 0 0;
  padding: 0;
  *zoom: 1;
}
.workshop-list li {
  list-style: none;
}
.workshop-list:after {
  content: "";
  display: table;
  clear: both;
}
.workshop-list li {
  float: left;
  width: 323px;
  margin-right: 14px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url("/common/images/line_dotted.gif") repeat-x left bottom;
  *zoom: 1;
}
.workshop-list li:after {
  content: "";
  display: table;
  clear: both;
}
.workshop-list li img {
  float: left;
  width: 150px;
  margin-right: 15px;
}

.workshop-name {
  margin: 0 0 0.5em;
  padding-left: 15px;
  background: url("/common/images/blt_arrow.png") no-repeat left 0.5em;
}

.workshop-summary {
  overflow: hidden;
}

.dl-summary {
  margin: 0;
  padding: 0;
  font-size: 92%;
  overflow: hidden;
}
.dl-summary dt {
  float: left;
  width: 3em;
}
.dl-summary dd {
  margin-left: 3em;
}

/* 1-8. Table
----------------------------------------------------------------- */
.table-type01 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  table-layout: fixed;
}
.table-type01 th {
  width: 20%;
  padding: 6px 10px;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-type01 th.sub {
  color: #000;
  background-color: #ccc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.table-type01 .sub th {
  text-align: left;
  vertical-align: top;
  color: #000;
  background-color: #ccc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.table-type01 td {
  padding: 10px 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.table-type01 td.ticketInfo {
  word-break: break-all;
}
.table-type01 .last {
  border-bottom: 1px solid #666;
}

/* 1-9. Image
----------------------------------------------------------------- */
.photo {
  margin: 40px;
  text-align: center;
}

/**
 * 3.0 Modules
 * ----------------------------------------------------------------------------
 */
/* mainimg */
.mainImg {
  padding: 20px 290px 20px 0;
  margin:0 auto;
  text-align: center;
  width:660px;
}
.mainImg img {
  width:100%;
}
/* pickup */
#pickup .item {
  margin-bottom: 15px;
}

#pickup .event-img {
  width: 98px;
  text-align: center;
}

#pickup .event-img img {
  border: 1px solid #EDEDED;
}

/* news */
#news {
  position: relative;
}

.site-image {
  margin-right: 20px;
}

/* topics */
#topics {
  margin-top: 30px;
}
#topics ul {
  margin: 0;
  padding: 0;
}
#topics ul li {
  list-style: none;
}
#topics li {
  margin-bottom: 15px;
  *zoom: 1;
}
#topics li:after {
  content: "";
  display: table;
  clear: both;
}
#topics li a {
  display: block;
  overflow: hidden;
}
#topics .image {
  float: left;
  width: 98px;
  text-align: center;
  margin-right: 15px;
}

/* Emargencies */
#emergencies {
  width: 950px;
  margin: 10px auto 0;
  color: #DC143C;
  font-size: 85%;
}
#emergencies h1 {
  font-size: 114%;
  margin-bottom: 0.5em;
}
#emergencies p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#emergencies .item {
  padding: 5px 15px;
  border: 5px solid #DC143C;
}

/* Tabs */
.tab {
  width: 660px;
  margin: 0 0 40px;
  padding: 0;
  background: url("/common/images/bg_tab.gif") repeat-x left bottom;
  *zoom: 1;
}
.tab li {
  list-style: none;
}
.tab:after {
  content: "";
  display: table;
  clear: both;
}
.tab li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px;
  height: 41px;
  margin: 0 3px 0 0;
  line-height: 40px;
  list-style: none;
  text-align: center;
  background: url("/common/images/tab_off.gif") no-repeat left bottom;
}
.tab li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.tab .select {
  background: url("/common/images/tab_on.gif") no-repeat left bottom;
}
.tab .select a {
  cursor: default;
  color: #000;
  font-weight: bold;
}

/* new */
.new {
  margin-left: 10px;
}

/* sidebar */
.fureaiNet {
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #0073bc;
}

.freaiNet-text {
  text-align: center;
  margin-bottom: 17px;
}

.entrylist {
  margin: 30px 0;
  padding-top: 30px;
  background: url("/common/images/line_dotted.gif") repeat-x left top;
}

/* sitemap */
.sitemap {
  margin: 0;
  padding: 0;
}

.sitemap li {
  list-style: none;
  padding-bottom: 10px;
  background: url("/common/images/line_dotted.gif") repeat-x left bottom;
}

.sitemap li a {
  padding-left: 15px;
  background: transparent url("/common/images/blt_arrow.png") no-repeat left center;
  text-decoration: none;
}

.sitemap ul {
  margin-top: 20px;
  *zoom: 1;
}

.sitemap ul:after {
  content: "";
  display: table;
  clear: both;
}

.sitemap li li {
  float: left;
  width: 45%;
  background: none;
}

.sitemap li li a {
  padding: 5px 10px;
  padding-left: 15px;
   border: none;
  background: url("/common/images/blt_arrow.png") no-repeat left center;
}