@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#catch {
  background: url(../images/sub_main.jpg) no-repeat center center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#catch.page_blog {
  background: url(../images/blog_main.jpg) no-repeat center center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#catch.page_contact {
  background: url(../images/contact_main.jpg) no-repeat center center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

section {
  /*固定ページ*/
  /*記事詳細ページ*/
  /*ブログ一覧*/
  /*お問い合わせ*/
}
section h3 {
  text-align: center;
}
section .privacy p {
  margin-bottom: 20px;
}
section .privacy dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
section .privacy dl dd {
  margin-bottom: 20px;
  padding: 0 2%;
}
section .privacy dl dd ol {
  padding-top: 8px;
  padding-left: 2%;
}
section .privacy dl dd ol li {
  list-style: circle;
}
section#blog_post h3 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 24px;
  margin-bottom: 14px;
  background: #df6c82;
  color: #fff;
  padding: 4px 1rem;
  border-bottom: none;
  text-align: left;
}
section#blog_post .date {
  text-align: right;
  color: #df6c82;
  font-weight: bold;
  margin-bottom: 20px;
}
section#blog_post .unit {
  border: 2px solid #eee;
  padding: 50px 4% 20px;
  margin-bottom: 20px;
  line-height: 2;
}
section#post_links .waku {
  background: #eee;
  padding: 20px 4%;
  margin-bottom: 20px;
}
section#post_links .waku .post_link {
  margin-bottom: 4px;
}
section#post_links .waku .post_link span {
  display: inline-block;
  background: #66547e;
  color: #fff;
  padding: 4px 0.6em;
}
section#post_links .al_center a {
  padding: 10px 10%;
}
section#blog_list dl {
  *zoom: 1;
}
section#blog_list dl:before, section#blog_list dl:after {
  content: "";
  display: table;
}
section#blog_list dl:after {
  clear: both;
}
section#blog_list dl dt {
  color: #e6a237;
  width: 6em;
  float: left;
}
section#blog_list dl dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
section#blog_contents {
  padding: 60px 0 200px;
}
section#blog_contents .post {
  border: 2px solid #eee;
  padding: 50px 4% 40px;
  margin-bottom: 40px;
  line-height: 2;
}
section#blog_contents h3 {
  margin-bottom: 60px;
}
section#blog_contents h4 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 24px;
  margin-bottom: 14px;
  background: #df6c82;
  color: #fff;
  padding: 4px 1rem;
}
section#blog_contents h4 a {
  color: #fff;
  text-decoration: none;
}
section#blog_contents .date {
  text-align: right;
  color: #df6c82;
  font-weight: bold;
  margin-bottom: 20px;
}
section#blog_contents .monthly_archives h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
}
section#blog_contents .monthly_archives ul {
  *zoom: 1;
  background: #eee;
  padding: 10px 1%;
}
section#blog_contents .monthly_archives ul:before, section#blog_contents .monthly_archives ul:after {
  content: "";
  display: table;
}
section#blog_contents .monthly_archives ul:after {
  clear: both;
}
section#blog_contents .monthly_archives ul li {
  display: inline-block;
  margin: 0 6px;
  font-size: 12px;
}
section#blog_contents .monthly_archives ul li a {
  display: inline-block;
  padding: 4px 12px 3px;
  background: #fff;
  text-decoration: none;
}
section#blog_contents .monthly_archives ul li a:hover {
  background: #444;
  color: #fff;
}
section .contact_form {
  padding: 0 10%;
}
section .contact_form dl dt {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 16px;
}
section .contact_form dl dt span {
  color: #f00;
}
section .contact_form dl dd {
  margin-bottom: 12px;
}
section .contact_form dl dd input,
section .contact_form dl dd textarea {
  width: 100%;
  padding: 4px;
}
section .contact_form .al_center input[type='submit'] {
  font-size: 20px;
  padding: 10px 10%;
}
section .contact_form .al_center input[type='submit']:hover {
  cursor: pointer;
}

/*----------------------------------------------------
	tablet < 1000px
----------------------------------------------------*/
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 639px) {
  section .contact_form {
    padding: 0 4%;
  }
  section .contact_form .al_center input[type='submit'] {
    padding: 10px 20%;
  }
  section#blog_contents {
    padding: 40px 0 60px;
  }
  section#blog_contents .post {
    padding-bottom: 60px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 60px;
  }
  section#blog_contents h4 {
    font-size: 20px;
  }
  section#blog_contents .date {
    margin-bottom: 10px;
  }
  section#blog_contents .monthly_archives h4 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  section#blog_contents .monthly_archives ul {
    padding: 8px 2%;
  }
  section#blog_contents .monthly_archives ul li {
    margin: 0 1%;
    width: 31.33%;
  }
  section#blog_contents .monthly_archives ul li a {
    width: 100%;
    text-align: center;
  }
}
