/*
Theme Name: core-theme-one
Author: Corecorp
*/

html {
  background: #333 url(images/bg-texture1.png);
  font-size: 10px !important;
}
body {
  min-width: 1020px;
}
/*bady.admin-bar {
	top:32px !important;
}*/
.clearfix:after,
.row:after,
.column:after,
.wrapper:after,
#main-menu-header > ul:after,
#main-menu-footer > ul:after,
#page-body:after,
.gallery:after,
.nav-links:after,
.post-navigation:after,
#header-top-menu .menu:after,
#footer-bottom-menu .menu:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/*
-----------------------------------------------------------
 #site-header
-----------------------------------------------------------
*/
#site-header {
  width: 100%;
  transition-property: all;
  transition-duration: 0.2s;
  position: relative;
  z-index: 120;
}

#header-top .column {
  padding-top: 0;
  padding-bottom: 0;
}
#site-header-inner {
  background: #333 url(images/bg-texture1.png);
  position: relative;
  border-bottom: rgba(0, 0, 0, 0.25) 4px solid;
}
#site-header a:hover {
  text-decoration: none;
}
#site-title-header {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 16px;
  padding-bottom: 14px;
  overflow: hidden;
}
#site-title-header a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#site-title-header .site-title {
  float: left;
  white-space: nowrap;
  font-weight: normal;
}
#site-title-header .title,
#site-title-header .subtitle {
  display: block;
  line-height: 1.33;
}
#site-title-header .title {
  font-size: 2.2rem;
}
#site-title-header .subtitle {
  font-size: 1.4rem;
}
#site-title-header img {
  display: block;
  height: auto;
  width: 52px;
  float: left;
  margin-right: 12px;
}
/*
-----------------------------------------------------------
 #site-footer
-----------------------------------------------------------
*/
#site-footer {
  background: #333 url(images/bg-texture1.png);
  position: relative;
  overflow: hidden;
}
#site-footer,
#site-footer a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#footer-top {
  color: #222;
  font-size: 1.3rem;
  line-height: 1;
  background: #ffd715 url(images/bg-paper.png);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
  padding: 8px 0 4px;
}
#footer-top .column {
  padding-top: 0;
  padding-bottom: 0;
}
#footer-middle {
  position: relative;
  z-index: 1;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#site-footer #colophon {
  padding-top: 14px;
  padding-bottom: 14px;
}
#logo-footer {
  float: left;
  margin: 0 12px 0 0;
  width: 98px;
}
#site-footer #address-footer .text {
  overflow: hidden;
}
#address-footer .name {
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 4px 0 2px;
}
#address-footer .name .small {
  font-size: 1.2rem;
  margin-right: 4px;
  vertical-align: 1px;
}
#address-footer .address {
  font-size: 1.2rem;
  line-height: 1.46153846;
}
#footer-bottom {
  background: #111 url(images/bg-texture1.png);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#copyright-footer {
  text-shadow: none;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: normal;
  display: block;
}
/*
 = #scroll-to-top
------------------------------------------*/
#scroll-to-top {
  margin: 0;
  position: fixed;
  z-index: 101;
  bottom: 50px;
  right: 20px;
}
#scroll-to-top a {
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  line-height: 1;
  text-align: center;
  width: 1em;
  height: 1em;
  padding: 4px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
#scroll-to-top a:hover {
  text-decoration: none;
}
#scroll-to-top a:before {
  font-family: "icon-font-1-4";
  speak: none;
  content: "\e80b";
  display: block;
  margin-bottom: 1em;
}
/*
-----------------------------------------------------------
 #main-menu
-----------------------------------------------------------
*/
#main-menu-header,
#main-menu-footer {
  float: right;
  clear: right;
  padding-top: 0;
  padding-bottom: 0;
}
#main-menu-header {
  font-size: 1.5rem;
  margin-top: 20px;
}
#main-menu-footer {
  font-size: 1.6rem;
  margin-top: 26px;
  margin-bottom: 26px;
}
#main-menu-header .menu,
#main-menu-footer .menu {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: right;
  margin: 0;
  position: relative;
}
#main-menu-header .menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu-header .menu > li,
#main-menu-footer .menu > li {
  display: inline-block;
  margin: 0 4px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#main-menu-header .menu > li > a,
#main-menu-footer .menu > li > a {
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  transition: all ease 0.2s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#main-menu-header .menu > li > a,
#main-menu-footer .menu > li > a {
  color: #fff;
  padding: 10px 2px;
}
#main-menu-footer .menu > li > a {
  color: #fff;
}
#main-menu-header .menu > li.menu-item-has-children > a:after {
  color: #fff;
  content: "\e800";
  font-family: "icon-font-1-4";
  width: auto;
  margin-left: 3px;
}
main-menu-header .menu > li > a:hover,
#main-menu-footer .menu > li > a:hover {
  text-decoration: none;
}
#main-menu-header .menu > li:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}
#main-menu-footer .menu > li:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}
#main-menu-header .menu > li.current-menu-item,
#main-menu-header .menu > li.current-page-ancestor,
#main-menu-footer .menu > li.current-menu-item,
#main-menu-fotter .menu > li.current-page-ancestor {
  border-bottom-color: rgba(240, 240, 240, 1) !important;
}
#main-menu-header .sub-menu {
  visibility: hidden;
  background: rgba(254, 254, 254, 0.95);
  width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  height: 0;
  overflow: hidden;
  transition: all ease 0.25s;
  -webkit-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
#main-menu-header li:hover > .sub-menu {
  visibility: visible;
  height: auto;
  padding: 10px 10px;
  transition: all ease 0.25s;
}
#main-menu-header .sub-menu:before {
  color: #8e8e8e;
  content: "\e93e";
  font-family: "icon-font-1-4";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  width: 20px;
  margin-left: -10px;
  position: absolute;
  top: -8px;
  left: 50%;
}
#main-menu-header .sub-menu > li > a {
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0 1px 0 #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow: hidden;
}
#main-menu-header .sub-menu > li {
  margin: 0;
}
#main-menu-header .sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: #000;
  text-shadow: 0 1px 2px #fff;
}
/*
-----------------------------------------------------------
 #header-top-menu & #footer-bottom-menu
-----------------------------------------------------------
*/
#header-top-menu {
  padding-top: 0;
  padding-bottom: 0;
}
#footer-bottom-menu {
  padding-top: 8px;
  padding-bottom: 0;
}
#header-top-menu .menu,
#footer-bottom-menu .menu {
  float: right;
  text-align: right;
  line-height: 1;
}
#header-top-menu .menu,
#footer-bottom-menu .menu {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 6px 4px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
#footer-bottom-menu .menu {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 2px;
}
#header-top-menu .menu ul,
#footer-bottom-menu .menu ul {
  display: inline-block;
  line-height: 1;
}
#header-top-menu li,
#footer-bottom-menu li {
  display: inline-block;
  margin: 0 2px;
}
#header-top-menu li a,
#footer-bottom-menu li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  padding: 2px 4px;
}

/*#header-top-menu li a:before,
#footer-bottom-menu li a:before {
	content: '\e811';
	font-family: "icon-font-1-4";
	font-size:100%;
	display:inline-block;
	margin:0 3px 0 2px;
	text-decoration:none;
	line-height:1;
	vertical-align:1px;
}*/
#header-top-menu li a:hover,
#footer-bottom-menu li a:hover {
  text-decoration: none;
}
#header-top-menu .menu > li:hover a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
#footer-bottom-menu li:hover a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
/*
-----------------------------------------------------------
 #page-body
-----------------------------------------------------------
*/
#page-container {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.home.page #page-container {
  padding-top: 0;
  padding-bottom: 0;
}
#page-header .row {
}
#page-header {
  position: relative;
  margin-bottom: 18px;
}
#page-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#page-title {
  color: #444;
  font-size: 36px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  margin-top: 12px;
}
.category #page-title,
.date #page-title,
.blog #page-title,
.single-post #page-title,
.attachment #page-title {
  border-bottom: none;
  background: #f6f6f6;
  padding-bottom: 0;
}
.category #page-header,
.date #page-header,
.blog #page-header,
.single-post #page-header,
.attachment #page-header {
  margin-bottom: 0;
}
.category #page-container,
.date #page-container,
.blog #page-container,
.single-post #page-container,
.attachment #page-container {
  background: #f6f6f6;
}
#main-column {
  width: 74%;
  float: right;
}
.category #main-column,
.date #main-column,
.blog #main-column,
.single-post #main-column {
  float: left;
}
#sidebar {
  width: 26%;
  font-size: 1.4rem;
}
#toc-container {
  background: #f9f9f9;
  padding: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#toc-container h2 {
  padding: 0;
  margin: 8px 8px 12px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
#toc-container h2:after {
  display: none;
}
#toc ul {
  font-size: 1.4rem;
  margin-top: 0.66em;
}
.home.page #toc > ul {
  columns: 2;
}
.home.page #toc > ul li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
#toc ul ul {
  font-size: 1.3rem;
  padding-left: 1.2em;
  margin: 0 0 0.8em;
}
#toc ul li {
  margin-bottom: 0;
  margin-top: 0.66em;
}
#toc > ul > li:first-child {
  margin-top: 0;
}
#toc ul li a {
  display: block;
  padding: 0.4em 0 0.2em 8px;
  border-left: 2px solid #ccc;
}
#toc ul li a:hover {
  text-decoration: none;
  border-left-color: #999;
}
.home.page #toc ul {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.home.page #toc ul li + li {
  margin-top: 0.5em;
}
.home.page #toc ul li a {
  color: #222;
  background: #f1f1f1;
  padding: 0.5em 0 0.25em 8px;
}
.home.page #toc ul li a:hover {
  background: #eaeaea;
}
/*
 = entry-title
------------------------------------------*/
.attachment .entry-title {
  background-color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1px;
  background: #f3f3f3;
  padding: 10px 14px 6px;
  margin: 0 0 12px;
  border-top: 3px solid #444;
  border-bottom: 3px solid #ddd;
}
/*
 = blog post
------------------------------------------*/
article.post {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
article.post + article.post {
  margin-top: 50px;
}
article.post .entry-header {
}
article.post .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  letter-spacing: 3px;
  font-weight: normal;
  padding: 25px 25px 22px;
  margin: 0;
  border-top: 3px solid #555;
  border-bottom: 3px solid #d2d0cd;
}
article.post .post-thumbnail {
  background: #333;
  text-align: center;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
article.post .wp-post-image {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article.post .entry-content {
  padding: 25px;
  overflow: hidden;
}
article.post .entry-footer {
  background: #f6f5f0;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 25px;
  border-top: 2px solid #d2d0cd;
}
/*
 = portfolio
------------------------------------------*/
.jetpack-portfolio-shortcode .portfolio-entry-image-title {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jetpack-portfolio-shortcode .portfolio-featured-image {
  display: block;
}
.jetpack-portfolio-shortcode .portfolio-entry-title {
  width: 100%;
  color: #fff;
  padding: 8px 8px 6px;
  background: rgba(0, 0, 0, 0.6666);
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.33333333;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jetpack-portfolio-shortcode .portfolio-entry-image-title:hover {
  opacity: 0.8;
  transition: all ease 0.2s;
}
.jetpack-portfolio-shortcode .portfolio-entry-title:after {
  display: none;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
/*
 = attachment
------------------------------------------*/
.attachment .entry-title {
  background: #fff;
}
.attachment #main-column {
}
.entry-attachment {
  display: table;
  background: #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 530px;
}
.entry-attachment .image-container {
  display: table-row;
}
.entry-attachment .image-container-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 25px;
}
.entry-attachment .image-container img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.entry-attachment .entry-caption {
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 16px 8px;
}
.attachment .entry-footer {
  padding-top: 15px;
}
/*
 = .page-links
------------------------------------------*/
.page-links a {
  color: #fff;
  background: #648bb7;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 4px 6px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/*
 = .paging-navigation
------------------------------------------*/
.paging-navigation {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1em;
}
.paging-navigation a,
.paging-navigation .page-numbers {
  display: inline-block;
  line-height: 22px;
  text-align: center;
  padding: 6px 0 4px;
  margin: 0 2px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 2.4em;
}
.paging-navigation .page-numbers.current {
  color: #fff;
  vertical-align: -1px;
  background: #808080;
  border: none;
  box-shadow: none;
}
.paging-navigation .prev,
.paging-navigation .next {
  font-size: 1.8rem;
  padding: 4px 0 6px;
  vertical-align: 1px;
  width: 1.8em;
}
/*
 = .post-navigation
------------------------------------------*/
.post-navigation {
  margin: 6px -6px 0;
}
.post-navigation .nav-origin-post,
.post-navigation .nav-prev,
.post-navigation .nav-next {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  float: left;
  width: 50%;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
  background-clip: content-box;
  overflow: hidden;
}
.post-navigation .nav-origin-post {
  width: 100%;
}
.post-navigation a {
  color: #333;
  background: #fff;
  text-align: center;
  display: block;
  padding: 0.8em 0.8em 0.6em;
  border-bottom: 3px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.single-example-house .post-navigation a,
.single-example-reform .post-navigation a {
  background-color: #f3f3f3;
  border-bottom: 3px solid #e3e3e3;
  box-shadow: none;
}
.post-navigation a:hover {
  text-decoration: none;
  border-bottom: 3px solid #648bb7;
  transition: none;
}
.post-navigation a.inactive {
  opacity: 0.75;
  border-bottom: 3px solid #eee;
}
.post-navigation .meta-nav {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
/*
 = .widget
------------------------------------------*/
#sidebar .widget {
  font-size: 1.5rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#sidebar .widget.widget_search {
  padding: 0;
  overflow: hidden;
}
#sidebar .search-form {
  position: relative;
}
#sidebar .search-submit {
  display: block;
  width: 22%;
  padding: 4px 6px 2px;
  border: 2px solid #ddd;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
#sidebar .search-field {
  line-height: 1.5;
  width: 78%;
  border: 2px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 5px 8px 1px;
}
#sidebar .master-slider-main-widget,
#sidebar .widget_easy_facebook_page_plugin {
  padding-bottom: 0;
}
.widget h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 15px 0;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.widget h2:after {
  margin: 5px auto 0;
}
.widget ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.widget li {
  margin: 0;
}
.widget li a {
  display: block;
  padding: 4px 14px 2px;
}
.tagcloud {
  line-height: 1.25;
  padding: 0 14px;
}
.widget_archive {
  text-align: center;
}
.widget_archive select {
  font-size: 16px;
  font-size: 1.6rem;
}
#sidebar .recentcomments {
  padding-left: 8px;
  padding-right: 8px;
}
#sidebar .widget.back_home {
  padding-bottom: 0;
}
.widget.back_home li a {
  padding: 12px 15px 10px;
}
.widget li a:before {
  color: #666;
  font-size: 90%;
  line-height: 1;
  vertical-align: 1px;
  font-family: "icon-font-1-4";
  content: "\e815";
  speak: none;
  margin-right: 3px;
}
.widget li a:hover {
  background-color: #f5faf7;
  text-decoration: none;
}
/*
 = .news-list shortcode
------------------------------------------*/
.news-list .header-title .sub {
  font-size: 1.6rem;
  margin-left: 0.5em;
  letter-spacing: normal;
}
.news-list .header-title .sub:before {
  content: "–";
  margin-right: 0.18181818em;
}
.news-list .header-title .sub:after {
  content: "–";
  margin-left: 4px;
}
.news-list ul {
  text-align: left;
  list-style: none;
  max-height: 410px;
  padding: 0;
  margin: 0 0 10px;
  border-top: 2px solid #999;
  overflow-y: auto;
}
.news-list li {
  margin: 0;
  border-bottom: 1px solid #999;
}
.news-list li a {
  color: #333;
  display: block;
  padding: 10px 32px 10px 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.news-list li a:after {
  color: #4a8469;
  content: "\e80a";
  font-size: 1.8rem;
  line-height: 1;
  font-family: "icon-font-1-4";
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  right: 14px;
}
.news-list li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.news-list li .post-thumb {
  float: left;
  width: 80px;
  margin-left: -4px;
  margin-right: 14px;
}
.news-list li .post-header {
  font-size: 1.2rem;
  line-height: 1.57142857;
  margin-top: 0.4em;
}
.news-list li .entry-date {
  margin-right: 0.5em;
}
.news-list li .post-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.33333333;
}
/*
 = .wpgmp
------------------------------------------*/
.wpgmp_map_container {
  border: none !important;
  box-shadow: none !important;
}
/*
 = .wp_social_bookmarking_light
------------------------------------------*/
.wp_social_bookmarking_light {
  line-height: 22px !important;
  text-align: center;
  background: #f0f0f0;
  padding: 8px 4px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .wp_social_bookmarking_light {
  border-radius: none;
}
.wp_social_bookmarking_light div {
  display: inline-block;
  margin: 0 2px;
}
.wp_social_bookmarking_light .fb-like {
  margin: 0;
}
.wp_social_bookmarking_light img {
  padding: 0;
  margin: 0;
}
.wp_social_bookmarking_light_clear {
  display: none;
}
.wp_social_bookmarking_light div {
  display: inline-block;
  float: none;
}
.wp_social_bookmarking_light div,
.wp_social_bookmarking_light iframe {
  line-height: 18px !important;
  height: 20px !important;
  vertical-align: top !important;
}
.wsbl_line a {
  position: relative;
  top: -1px;
}
/*
 = #share
------------------------------------------*/
#share {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  clear: both;
}
.post #share {
  margin-bottom: 0;
}
#share .mat {
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0;
}
#share a {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  width: 84px;
  border-radius: 4px;
  padding: 6px 6px 4px;
  margin: 2px;
}
#share a:hover {
  text-decoration: none;
}
#share a.share-twitter {
  background: #55acee;
  box-shadow: 0 2px #2795e9;
}
#share a.share-twitter:hover {
  background: #83c3f3;
}
#share a.share-facebook {
  background: #3b5998;
  box-shadow: 0 2px #2d4373;
}
#share a.share-facebook:hover {
  background: #4c70ba;
}
#share a.share-google {
  background: #dd4b39;
  box-shadow: 0 2px #c23321;
}
#share a.share-google:hover {
  background: #e47365;
}
#share a.share-hatena {
  background: #2c6ebd;
  box-shadow: 0 2px #225694;
}
#share a.share-hatena:hover {
  background: #4888d4;
}
#share a.share-line {
  background: #00c300;
  box-shadow: 0 2px #009d00;
}
#share a.share-line:hover {
  background: #2bd92b;
}
/*
 = offline-products
------------------------------------------*/
.offline-products {
  font-size: 1.4rem;
}
.offline-products .product-list {
  padding: 0;
  margin: -10px;
  list-style: none;
}
.offline-products .product-list .item {
  float: left;
  width: 33.333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.offline-products .product-list .item:nth-child(3n + 1) {
  clear: both;
}
.offline-products h3 {
  font-size: 2.2rem;
  margin: 12px 0 10px;
}
.offline-products .price:before,
.offline-products .price:after {
  content: "";
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.offline-products .price:before {
  margin-bottom: 0.6em;
}
.offline-products .price:after {
  margin-top: 0.4em;
}
.offline-products .price {
  margin-bottom: 0.4em;
  font-size: 1.5rem;
}
.offline-products .price p {
  padding: 0 0.8em;
  margin-bottom: 0;
}
/*
 = wordpress carousel pro
------------------------------------------*/
.home-news-title {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  top: 0;
  margin: 0 0 10px;
  padding: 6px 24px;
  background: rgba(28, 150, 91, 0.75);
}
.home-news-title:after {
  display: none;
}
.wcp-gallery-section.owl-theme {
  padding: 10px 0 20px;
  width: auto;
  margin: 0 0 -10px;
}
.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel {
  font-size: 1.3rem;
  background: #fff;
  padding: 15px;
}
.wcp_single_post_carousel h2 {
  padding-left: 14px;
}
div#wcp_post_carousel_list01 div.wcp_single_post_carousel img,
div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel h2,
div#wcp_post_carousel_list01 div.wcp_single_post_carousel .wcp_readmore_btn {
  max-width: none;
}
div.owl-carousel.owl-theme.wcp_post_carousel_list
  .wcp_single_post_carousel
  a.wcp_readmore_btn {
  width: auto;
}
.wcp-gallery-section.owl-theme .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-prev,
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-next {
  font-size: 6rem;
}
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5px;
}
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
div#wcp_post_carousel_list01.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
}
/*
 = content footer
------------------------------------------*/
.content-footer {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  background: rgba(28, 150, 91, 1);
}
@media print {
  html {
    background: transparent;
  }
  body {
    width: 755px;
    font-size: 1.8rem;
  }
  #site-header,
  #site-footer,
  #sidebar {
    display: none;
  }
  #main-column {
    width: 100%;
    float: none;
  }
  #page-header .breadcrumbs {
    display: none;
  }
  #page-header .page-title {
    margin-top: 0;
  }
  #scroll-to-top {
    display: none !important;
  }
}
