@charset "UTF-8";

/* -----------------------------------------------
Config
  Layout: 960px right-sidebar, two-columns;
　keycolor: #2980B9;
  accentcolor: 000;
----------------------------------------------- */

/* layout
----------------------------------------------- */
#header {
  position: relative;
  width: 100%;
}

#header > .inner {
  padding: 20px 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#header > .inner:after {
  clear: both;
  content: "";
  display: block;
}

#main_v {
  background: url("/images/densha/main_v.jpg") center center no-repeat #2980B9;
  height: 250px;
  margin-bottom: 20px;
  width: 100%;
}

#container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}

#container:after {
  clear: both;
  content: "";
  display: block;
}

#side {
  float: right;
  width: 250px;
}

#side:after {
  clear: both;
  content: "";
  display: block;
}

#main {
  float: left;
  position: relative;
  width: 100%;
  max-width: -webkit-calc(100% - 250px - 30px);
  max-width: calc(100% - 250px - 30px);
}

#footer {
  width: 100%;
}

#footer > .inner {
  padding: 20px 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#footer > .inner:after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 480px) {
  
  #main_v {
    background-size: contain;
    height: 120px;
  }

}

@media screen and (max-width: 768px) {

  #container {
    float: none;
    max-width: none;
    width: 100%;
  }

  #main {
    float: none;
    margin-bottom: 40px;
    max-width: none;
    width: 100%;
  }

  #side {
    float: none;
    width: 100%;
  }

}

@media screen and (max-width: 960px) {

  #header > .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

  #container{
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer > .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media screen and (min-width: 1021px) {

}

/* Header
----------------------------------------------- */
#site-title {
  font-size: 1.602em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

#site-title a {
  color: #37474f;
  text-decoration: none;
}

.description{
  background: #2980B9;
  color: #fff;
  font-size: 0.75em;
  margin:0;
  padding:2px 0;
}

.description > .inner{
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* Smartphone
-------------------------- */
@media screen and (max-width: 480px) {

  #site-title {
   font-size:18px;
   font-weight: normal;
   text-align:left;
  }
  .description {
    display: none;
  }
}

/* Tablet
-------------------------- */
@media screen and (max-width: 767px) {

}

/* PC
-------------------------- */
@media only screen and (max-width: 1060px) {

  .description > .inner {
    padding: 0 10px;
  }

}

/* Breadcrumbs
----------------------------------------------- */
#breadcrumb ul {
  font-size: 0.889em;
  width: 100%;
}

#breadcrumb ul {
  margin: 0 0 10px;
}

#breadcrumb ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#breadcrumb ul li:before {
  content: '›';
  margin: 0 5px 0 0;
}

#breadcrumb ul li > a, #breadcrumb ul li > span {
  margin-right: 5px;
  text-decoration: none;
}

#breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #breadcrumb {
    display: none;
  }
}


/* Article
----------------------------------------------- */
h2 {
  border-left: 5px solid #2980B9;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
  padding: .5em;
}

h3 {
  border-bottom: 1px solid #2980B9;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

h2 + h3 { margin-top: 0;}
h4 { font-weight: bold;}

.entry-title {
  border-bottom: 1px solid #f5f5f5;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 .5em;
  padding: 0;
}

.entry-title .access {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}


/* Side Navigation
----------------------------------------------- */
#side .side-title {
  font-weight: bold;
}

#side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side ul li {
  margin: 0;
  padding: 0;
}

#side ul li a::before {
  content: '›';
  margin-right: 5px;
}

#side ul li a {
  border-bottom: 1px dashed #ccc;
  display: block;
  font-size: 0.875em;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

#side ul li a:hover,
#side ul li a:focus { background: #f5f5f5;}


/* Page Top Button
----------------------------------------------- */
#pageTopButton {
  position: fixed;
  bottom: 24px;
  right: 20px;
  font-size: 12px;
}

#pageTopButton a {
  background: #2980B9;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  width: 100px;
}

#pageTopButton a:hover {
  background: #F1C40F;
}

#pageTopButton a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 960px) {
  /* pageTopButton */
  #pageTopButton a {
    display: none;
  }
}
/* Footer
----------------------------------------------- */
#footer {
  background: #ECF0F1;
  border-top: 30px solid #F1C40F;
  color: #455A64;
  font-size: 0.875em;
  padding: 10px 0;
}

#footer a {
  color: #455A64;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer *:last-child {
  margin-bottom: 0;
}

#footer .sitemap{
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

#footer .sitemap li{
  border-right: 1px solid #455A64;
  display: inline;
  list-style: none;
  margin:0 10px 0 0;
  padding-right: 10px;
}

#footer .sitemap li:last-child{
  border-right: none;
}

/*# sourceMappingURL=style.css.map */
