@charset "UTF-8";
/*
Theme Name: OD base
Theme URI: demo.olein-design.com/od-base/
Author: Koji Kuno
Author URI: http://olein-design.com
Description: WordPressテーマ制作をスピーディーにスモールにスタートできる
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags:

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * font family
 */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/*
 * Form Reset
 */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 * box-sizing
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * responsive images
 */
img {
  max-width: 100%;
  height: auto;
}

/*
 * Accessibility 
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# page.site
--------------------------------------------------------------*/
#page.site {
  position: relative;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
}

.site-header__branding {
  padding: 30px 0;
  text-align: center;
}

.site-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: .5em;
}

.site-title a {
  color: #333333;
  text-decoration: none;
}

.site-title a:visited {
  color: #0d0d0d;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #595959;
}

.site-title a:focus {
  outline: thin dotted;
}

.site-title a:hover, .site-title a:active {
  outline: 0;
}

.site-description {
  color: #333333;
  font-size: 14px;
  line-height: 1;
}

ul.gnavi {
  text-align: center;
  padding: 0;
}

ul.gnavi li {
  display: inline-block;
  font-size: 14px;
}

ul.gnavi li a {
  display: block;
  color: #333333;
  padding: 15px;
  text-decoration: none;
}

ul.gnavi li a:visited {
  color: #0d0d0d;
}

ul.gnavi li a:hover, ul.gnavi li a:focus, ul.gnavi li a:active {
  color: #595959;
}

ul.gnavi li a:focus {
  outline: thin dotted;
}

ul.gnavi li a:hover, ul.gnavi li a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# custom header image
--------------------------------------------------------------*/
.custom-header-image {
  text-align: center;
}

/*--------------------------------------------------------------
# site content
--------------------------------------------------------------*/
.site-content {
  text-align: left;
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



/*--------------------------------------------------------------
# content area
--------------------------------------------------------------*/

.content-area {
  width: 570px;
  margin-right: 30px;
}

.sticky {
  background: #f4f4f4;
  border: 1px solid #eee;
  padding: 15px;
}

.hentry {
  margin: 0 0 50px;
}

.hentry .entry-title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hentry .entry-meta {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}

.hentry .entry-meta .date,
.hentry .entry-meta .category,
.hentry .entry-meta .category-links,
.hentry .entry-meta .tag-links,
.hentry .entry-meta .author {
  margin-right: 10px;
}

.hentry .entry-thumbnail {
  margin-bottom: 10px;
}

.hentry .entry-excerpt {
  font-size: 16px;
  line-height: 1.5;
}

.hentry .read-more {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.hentry .entry-content h1 {
  font-size: 28px;
}

.hentry .entry-content h2 {
  font-size: 22px;
}

.hentry .entry-content h3 {
  font-size: 18px;
}

.hentry .entry-content h4 {
  font-size: 16px;
}

.hentry .entry-content h5 {
  font-size: 14px;
}

.hentry .entry-content h6 {
  font-size: 12px;
}

.hentry .entry-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2em;
}

.hentry .entry-content blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.hentry .entry-content blockquote p {
  font-size: 14px;
  font-style: italic;
}

.hentry .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.hentry .entry-content table {
  margin-bottom: 2em;
}

.hentry .entry-content table thead {
  background: #f4f4f4;
}

.hentry .entry-content table thead tr th {
  padding: 7px;
}

.hentry .entry-content table tbody tr th {
  padding: 7px;
}

.hentry .entry-content table tbody tr td {
  padding: 7px;
}

.hentry .entry-content dl {
  margin-bottom: 2em;
}

.hentry .entry-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.hentry .entry-content dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.hentry .entry-content ul {
  list-style: disc;
  padding-left: 30px;
}

.hentry .entry-content ul li {
  line-height: 1.3;
}

.hentry .entry-content ul li ul {
  margin-bottom: 10px;
}

.hentry .entry-content ol {
  list-style: decimal;
  padding-left: 30px;
}

.hentry .entry-content ol li {
  line-height: 1.3;
}

.hentry .entry-content ol li ol {
  margin-bottom: 10px;
}

.hentry .entry-content pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.hentry .entry-content div {
  max-width: 700px;
}

.hentry .entry-content img {
  max-width: 700px;
}

.hentry .entry-content .alignleft {
  float: left;
  margin-right: 10px;
}

.hentry .entry-content .alignright {
  float: right;
  margin-left: 10px;
}

.hentry .entry-content .aligncenter {
  margin: 0 auto;
}

.hentry .entry-content .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .hentry .entry-content img,
  .hentry .entry-content div {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# posts navigation & post navigation
--------------------------------------------------------------*/
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 100%;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  padding: 15px;
  background: #f4f4f4;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
.sidebar {
  width: 200px;
}


.widget {
  margin: 0 0 2em;
}

.widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .8em;
}

.widget ul {
  font-size: 14px;
}

.widget ul li {
  line-height: 2;
}


.widget select {
  width: 100%;
  border: 1px solid #eee;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

/* カレンダーウィジェット */
.widget_calendar table {
  width: 100%;
}

.widget_calendar table caption {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  background: #f4f4f4;
}

.widget_calendar table thead tr th {
  padding: 10px;
}

.widget_calendar table thead tr th[title="土曜日"], .widget_calendar table thead tr th[title="saturday"] {
  color: #53b6f3;
}

.widget_calendar table thead tr th[title="日曜日"], .widget_calendar table thead tr th[title="sunday"] {
  color: #f94c86;
}

.widget_calendar table tbody tr td {
  padding: 10px;
  text-align: center;
}

.widget_calendar table tfoot #prev a,
.widget_calendar table tfoot #next a {
  display: inline-block;
  background: #f4f4f4;
  padding: 10px;
  color: #333333;
}

.widget_calendar table tfoot #next {
  text-align: right;
}

/* 最近のコメントウィジェット */
.widget_recent_comments ul li {
  font-size: 12px;
}

.widget_recent_comments ul li a {
  font-size: 14px;
}

/* RSSウィジェット */
.widget_rss ul li {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .widget_rss ul li {
    display: block;
  }
}

.widget_rss ul li .rss-date {
  font-size: 12px;
}

.widget_rss ul li .rssSummary {
  font-size: 12px;
  line-height: 1.2;
}

.widget_rss ul li cite {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

/* 検索ウィジェット */
.widget_search .search-field {
  width: 80%;
  border: 1px solid #eee;
  background: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
}

.widget_search .search-submit {
  background: #eee;
  width: 18%;
  height: 40px;
  border-radius: 5px;
}

/* テキストウィジェット */
.widget_text h1,
.widget_text h2,
.widget_text h3,
.widget_text h4,
.widget_text h5,
.widget_text h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.widget_text h1 {
  font-size: 28px;
}

.widget_text h2 {
  font-size: 22px;
}

.widget_text h3 {
  font-size: 18px;
}

.widget_text h4 {
  font-size: 16px;
}

.widget_text h5 {
  font-size: 14px;
}

.widget_text h6 {
  font-size: 12px;
}

.widget_text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2em;
}

.widget_text blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.widget_text blockquote p {
  font-size: 14px;
  font-style: italic;
}

.widget_text blockquote p:last-child {
  margin-bottom: 0;
}

.widget_text table {
  margin-bottom: 2em;
}

.widget_text table thead {
  background: #f4f4f4;
}

.widget_text table thead tr th {
  padding: 7px;
}

.widget_text table tbody tr th {
  padding: 7px;
}

.widget_text table tbody tr td {
  padding: 7px;
}

.widget_text dl {
  margin-bottom: 2em;
}

.widget_text dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.widget_text dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.widget_text ul {
  list-style: disc;
  padding-left: 30px;
}

.widget_text ul li {
  line-height: 1.3;
}

.widget_text ul li ul {
  margin-bottom: 10px;
}

.widget_text ol {
  list-style: decimal;
  padding-left: 30px;
}

.widget_text ol li {
  line-height: 1.3;
}

.widget_text ol li ol {
  margin-bottom: 10px;
}

.widget_text pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.widget_text div {
  max-width: 700px;
}

.widget_text img {
  max-width: 700px;
}

.widget_text .alignleft {
  float: left;
  margin-right: 10px;
}

.widget_text .alignright {
  float: right;
  margin-left: 10px;
}

.widget_text .aligncenter {
  margin: 0 auto;
}

.widget_text .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .widget_text img,
  .widget_text div {
    max-width: 100%;
  }
}

.widget_text img {
  max-width: 100%;
}

/* タグウィジェット */
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 3px 5px;
  background: #f4f4f4;
  color: #333333;
  text-decoration: none;
  font-size: 12px !important;
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# page header
--------------------------------------------------------------*/
.page-header {
background: url(../../../../cmn/m-bg.gif) repeat-x;
  border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.page-title {
  font-size: 20px;
  line-height: 1;
}

.archive-description {
  font-size: 14px;
  font-style: italic;
  color: #737373;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 h1,
.error-404 h2,
.error-404 h3,
.error-404 h4,
.error-404 h5,
.error-404 h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.error-404 h1 {
  font-size: 28px;
}

.error-404 h2 {
  font-size: 22px;
}

.error-404 h3 {
  font-size: 18px;
}

.error-404 h4 {
  font-size: 16px;
}

.error-404 h5 {
  font-size: 14px;
}

.error-404 h6 {
  font-size: 12px;
}

.error-404 p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2em;
}

.error-404 blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.error-404 blockquote p {
  font-size: 14px;
  font-style: italic;
}

.error-404 blockquote p:last-child {
  margin-bottom: 0;
}

.error-404 table {
  margin-bottom: 2em;
}

.error-404 table thead {
  background: #f4f4f4;
}

.error-404 table thead tr th {
  padding: 7px;
}

.error-404 table tbody tr th {
  padding: 7px;
}

.error-404 table tbody tr td {
  padding: 7px;
}

.error-404 dl {
  margin-bottom: 2em;
}

.error-404 dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.error-404 dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.error-404 ul {
  list-style: disc;
  padding-left: 30px;
}

.error-404 ul li {
  line-height: 1.3;
}

.error-404 ul li ul {
  margin-bottom: 10px;
}

.error-404 ol {
  list-style: decimal;
  padding-left: 30px;
}

.error-404 ol li {
  line-height: 1.3;
}

.error-404 ol li ol {
  margin-bottom: 10px;
}

.error-404 pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.error-404 div {
  max-width: 700px;
}

.error-404 img {
  max-width: 700px;
}

.error-404 .alignleft {
  float: left;
  margin-right: 10px;
}

.error-404 .alignright {
  float: right;
  margin-left: 10px;
}

.error-404 .aligncenter {
  margin: 0 auto;
}

.error-404 .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .error-404 img,
  .error-404 div {
    max-width: 100%;
  }
}

.error-404 .search-form {
  text-align: center;
}

.error-404 .search-form .search-field {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  width: 60%;
}

.error-404 .search-form .search-submit {
  background: #eee;
  height: 54px;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
}

.error-404 ul li {
  font-size: 14px;
  margin-bottom: .5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-title {
  text-align: center;
  padding: 30px;
  font-size: 26px;
  color: #555;
  border: 1px solid #eee;
  margin-bottom: 1em;
}

.comment.parent .children {
  padding-left: 1em;
}

.comment-meta .vcard {
  margin-bottom: .5em;
}

.comment-meta .vcard .fn {
  font-size: 16px;
}

.comment-metadata {
  font-size: 12px;
  margin-bottom: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.comment-content h1 {
  font-size: 28px;
}

.comment-content h2 {
  font-size: 22px;
}

.comment-content h3 {
  font-size: 18px;
}

.comment-content h4 {
  font-size: 16px;
}

.comment-content h5 {
  font-size: 14px;
}

.comment-content h6 {
  font-size: 12px;
}

.comment-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2em;
}

.comment-content blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.comment-content blockquote p {
  font-size: 14px;
  font-style: italic;
}

.comment-content blockquote p:last-child {
  margin-bottom: 0;
}

.comment-content table {
  margin-bottom: 2em;
}

.comment-content table thead {
  background: #f4f4f4;
}

.comment-content table thead tr th {
  padding: 7px;
}

.comment-content table tbody tr th {
  padding: 7px;
}

.comment-content table tbody tr td {
  padding: 7px;
}

.comment-content dl {
  margin-bottom: 2em;
}

.comment-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.comment-content dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.comment-content ul {
  list-style: disc;
  padding-left: 30px;
}

.comment-content ul li {
  line-height: 1.3;
}

.comment-content ul li ul {
  margin-bottom: 10px;
}

.comment-content ol {
  list-style: decimal;
  padding-left: 30px;
}

.comment-content ol li {
  line-height: 1.3;
}

.comment-content ol li ol {
  margin-bottom: 10px;
}

.comment-content pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.comment-content div {
  max-width: 700px;
}

.comment-content img {
  max-width: 700px;
}

.comment-content .alignleft {
  float: left;
  margin-right: 10px;
}

.comment-content .alignright {
  float: right;
  margin-left: 10px;
}

.comment-content .aligncenter {
  margin: 0 auto;
}

.comment-content .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .comment-content img,
  .comment-content div {
    max-width: 100%;
  }
}

.no-comments {
  margin: 2em -0px;
  text-align: center;
  background: #f4f4f4;
  padding: 30px;
  border: 1px solid #eee;
}

/*--------------------------------------------------------------
# 2017-追記
--------------------------------------------------------------*/
.content-area-ten {
  width: 900px;
}
.content-area-gallery {
width: 700px;
margin-left: 20px;
 }

.content-area-ten h1 {

}

.entry-header {
background: url(../../../../cmn/m-bg.gif) repeat-x;
  border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.entry-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

.content-area-gallery .ten-gallery{
width: 680px;
text-align: left;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #666;
}

.content-area-gallery .ten-gallery .thumb-image {
    float: left;
    margin-right: 10px;

}

.content-area-gallery .ten-gallery .list-contents {
    overflow: hidden;
}

.content-area-gallery .img-area {
    margin-bottom: 20px;
}

.content-area-gallery .text-area {
    margin-bottom: 20px;
}

.content-area .img-area {
    margin-bottom: 20px;
}

.content-area-ten .txt-area {
    margin-bottom: 20px;
}

.content-area-ten .ten-news{
width: 900px;
text-align: left;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #666;
}

.content-area-ten .ten-news .thumb-image {
    float: left;
    margin-right: 10px;

}

.content-area-ten .ten-news .list-contents {
    overflow: hidden;
}

.content-area-ten .news-area02 .img-area {
    float: left;
    margin-right: 10px;

}

.content-area-ten .news-area02 .contents-area {

}

.content-area .ten-blog{
text-align: left;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #666;
}

.content-area .ten-blog h2{
  font-size: 16px;
  line-height: 1;
    margin-bottom: 20px;
}

.content-area .ten-blog .thumb-image {
    float: left;
    margin-right: 10px;

}

.content-area .ten-blog .list-contents {
   overflow: hidden;
}

.content-area .img-area {
    margin-bottom: 20px;
}

.content-area .img-row-area {
    margin-bottom: 20px;
}

.content-area .img-row-area .thumb-image {
    float: left;
    margin-right: 10px;
}

.content-area .img-row-area .list-contents {
   overflow: hidden;
}


.content-area-ten .img-area {
    margin-bottom: 20px;
}

.content-area-ten .txt-area {
    margin-bottom: 20px;
}

.content-area-ten .img-row-area {
    margin-bottom: 20px;
}

.content-area-ten .img-row-area .thumb-image {
    float: left;
    margin-right: 10px;
}

.content-area-ten .img-row-area .list-contents {
   overflow: hidden;
}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }