@charset "UTF-8";

/* -----------------------------------------------
Config
  Layout: 1080px right-sidebar, two-columns;
　keycolor: #C0CA33;
  accentcolor: #607D8B;
----------------------------------------------- */

/* layout
----------------------------------------------- */
#over_wrapper {
  overflow: hidden;
}

#header {
  position: relative;
  width: 100%;
}

#header > .inner {
  padding: 40px 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#header > .inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

#main_v {}
#main_v .inner{
  width:100%;
  max-width:960px;
  margin:0 auto 20px;
  padding:20px;
}

#container {
  position: relative;
  width: 100%;
  margin: 30px auto 40px;
}
#container:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

#footer { width: 100%;}

#footer > .inner {
  padding: 20px 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#footer > .inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 1080px) {

  #header > .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

  #container{
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer > .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* Header
----------------------------------------------- */
/* Logo */
#site-title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

#site-title a {
  color: #C0CA33;
  text-decoration: none;
}

/* Smartphone
-------------------------- */
@media screen and (max-width: 480px) {
}

/* Tablet
-------------------------- */
@media screen and (max-width: 768px) {

}

/* PC
-------------------------- */
@media only screen and (max-width: 1080px) {
}

/* Main Visual
----------------------------------------------- */
#main_v .inner{
  background: #C0CA33;
  color: #fff;
}
#main_v .inner p {margin:0;}

/* Navigation
----------------------------------------------- */
#menu {}

#menu ul {
  list-style: none;
  margin: 0;
  padding:20px;
  text-align: center;
  width: 100%;
}

#menu ul li {
  display: inline-block;
  margin: 0;
  padding:0 10px;
}

#menu ul li a { text-decoration: underline;}
#menu ul li a:hover { text-decoration: none;}


/* Tablet
-------------------------- */
@media only screen and (max-width: 769px) {
}

/* Breadcrumbs
----------------------------------------------- */
#breadcrumb {
  background: #f5f5f5;
}

#breadcrumb ul {
  font-size: 0.889em;
  margin: 0 auto;
  max-width: 1080px;
  padding: 15px;
  width: 100%;
}

#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
----------------------------------------------- */
section > .type01 {
  max-width:640px;
  margin:0 auto 40px;
}

section > .type02 {
  max-width:1080px;
  margin:0 auto 40px;
}

/* Entry Title */
.entry-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.602em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 .5em;
  padding: 0 0 .3em;
}

#entry-title a {
  color: #37474F;
  text-decoration: none;
}

/* headding */
h2 {
  border-bottom: 1px solid #C0CA33;
  color: #C0CA33;
  font-weight: normal;
  padding: .2em;
}

h3 {
  color: #C0CA33;
  font-weight: normal;
  padding: 0;
}

h2 + h3 { margin-top: 0;}
h4 { font-weight: bold;}

/* calligraphy */
small, .font_small {font-size: 0.889em;}
strong{ color: #C0CA33;}

/* others */
.recommend{}

.recommend ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.recommend ul li{
  float: left;
  margin: 0 2.5% 40px 0;
  width:23%;
}

.recommend ul li:nth-child(4n) {
  margin-right: 0;
}

.recommend ul li h3,
.recommend ul li p {
  margin-bottom: 0;
}

.recommend ul li .thumbnailimage{display:block;text-align:center;}

.recommend ul li img {max-height:300px;}

@media screen and (max-width: 480px) {

  .recommend ul li{
    float: none;
    margin-right:0;
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  .entry-title {
    font-size:1.4em;
    margin: 0 0 .5em;
  }

  h1,h2,h3,h4{
    font-size:1.2em;
  }

  #main p{
    font-size: 0.889em;
  }
  
  .recommend ul li img {max-height:200px;}

}

/* Page Top Button
----------------------------------------------- */
#pageTopButton {
  position: fixed;
  bottom: 24px;
  right: 20px;
  font-size: 12px;
}

#pageTopButton a {
  background: #C0CA33;
  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: #607D8B;
}

#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: 480px) {
  /* pageTopButton */
  #pageTopButton a {
    display: none;
  }
}

/* Footer
----------------------------------------------- */
#footer {
  background: #323944;
  border-top: 30px solid #C0CA33;
  color: #fff;
  font-size: 0.875em;
  padding: 10px 0;
}

#footer a {
  color: #fff;
  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 #fff;
  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 */