@charset "UTF-8";

/* -----------------------------------------------
Config
  Layout: 1080px right-sidebar, two-columns;
  keycolor: #000;
  accentcolor: #455A64;
----------------------------------------------- */

body {
  font-family: serif;
}

/* layout
----------------------------------------------- */
#header {
  position: relative;
  width: 100%;
}

#header > .inner {
  padding: 20px 10px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#header > .inner:after {
  clear: both;
  content: "";
  display: block;
}

#main_v {
  height: 250px;
  width: 100%;
}

#menu{ width:100%;}

#container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 40px;
  padding: 0 10px;
}

#main {
  position: relative;
  width: 100%;
}
#footer { width: 100%;}

#footer > .inner {
  padding: 20px 10px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#footer > .inner:after {
  clear: both;
  content: "";
  display: block;
}

/* Calligraphy
----------------------------------------------- */
h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.5;
}

h1 { font-size: 1.602em;}
h2 { font-size: 1.424em;}
h3 { font-size: 1.266em;}
h4 { font-size: 1.125em;}
h5,h6 {
  font-size: 1em;
  font-weight: normal;
}

h1 + h2 { margin-top: 0;} 
h2 + h3 { margin-top: 0;}
h3 + h4 { margin-top: 0;}
h4 + h5 { margin-top: 0;}
h5 + h6 { margin-top: 0;}

small, .font_small {font-size: 0.889em;}

/* Tablet
-------------------------- */
@media screen and (max-width: 768px) {

  p { font-size: 18px;}

}

/* 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: #455A64;
  color: #fff;
  font-size: 0.75em;
  margin:0;
  padding:2px 0;
}

.description > .inner{
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Smartphone
-------------------------- */
@media screen and (max-width: 480px) {

  .description { display: none;}

}

/* Tablet
-------------------------- */
@media screen and (max-width: 768px) {

  #site-title { text-align: center;}

}

/* MainVisual
----------------------------------------------- */
#main_v { 
  background: #ccc;
  font-size: 1.5em;
  letter-spacing: .3em;
  line-height: 1.5;
  padding-top:90px;
  text-align: center;
}

/* Breadcrumb
----------------------------------------------- */
#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;}

}

/* Main
----------------------------------------------- */
#main h2 {
  border-bottom: 2px solid #455A64;
  color: #455A64;
  font-weight: bold;
}

#main h3 { font-weight: bold;}
#main h4 { font-weight: bold;}

#entry-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.602em;
  font-weight: bold;
  margin: 0 0 .5em;
  padding: 10px 5px;
}

/* Footer
----------------------------------------------- */
#footer {
  background: #323944;
  border-top: 30px solid #000;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover { text-decoration: underline;}

#footer *:last-child { margin-bottom: 0;}

