@charset "utf-8";
/*
Theme Name: okayama-sougyo-theme
Theme URI: http://resta.jp
Author: resta
Author URI: http://resta.jp

Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: okayama-sougyo-theme
Tags: gray, black, red, white, one-column, left-sidebar, right-sidebar, responsive-layout, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

*/

/**************************************************************
【基本設定】
**************************************************************/
body {
  color: #333333;
  font-size: 15px;
  font-family: "Century Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 175%;
  margin: 0;
  padding: 0;
}
.display-none {
  display: none;
}
/****************************************************************
【リンク・マウスオーバー・不透明度の設定】
*****************************************************************/
article a {
  color: #418ae4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-decoration: none;
}

a {
  color: #261e1c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
  opacity: 0.3;
  text-decoration: none;
}
/****************************************************************
【画像設定】
*****************************************************************/
a img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-decoration: none;
}
#map img {
  box-shadow: none;
}
.entry-content img {
  height: auto;
  max-width: 100%;
}
.content-box230 img {
  height: auto;
  width: 100%;
}
.content-box230-right img {
  height: auto;
  width: 100%;
}
.image.fit {
  height: auto;
  width: 100%;
}
/**************************************************************
【border設定「線クラス」】
**************************************************************/
/* 下線ドット */
.border_b_dotted {
  border-bottom: 1px dotted #cccccc;
}
/* 線無し */
.border_none {
  border: none !important;
}

/**************************************************************
【box設定「箱クラス」】
**************************************************************/
.box {
  float: left;
  width: 100%;
}
.box100 {
  width: 100px;
}
.box130 {
  width: 130px;
}
.box150 {
  width: 150px;
}
.box180 {
  width: 180px;
}
.box200 {
  width: 200px;
}
.box250 {
  width: 250px;
}
.box300 {
  width: 300px;
}
.box320 {
  width: 320px;
}
.box420 {
  width: 420px;
}
.box470 {
  width: 470px;
}
.box500 {
  width: 500px;
}

/**************************************************************
【contactform設定】
**************************************************************/
.wpcf7 {
  margin: 96px 0;
}
.asterisk {
  color: #f5637a;
  margin: 0 0 0 0.2em;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select[name="subject"],
select[name="type"],
select[name="archive-dropdown"],
textarea {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: #333333;
  font-size: 100%;
  padding: 0.5em;
  width: 95%;
}
input[type="submit"] {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: #333333;
  cursor: pointer;
  font-size: 100%;
  padding: 10px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input[type="submit"]:hover {
  background: #00984b;
  opacity: 1;
  color: #ffffff;
  text-shadow: none;
}
.form-submit {
  margin-top: 20px;
}
/**************************************************************
【list設定】
**************************************************************/
.infobox li a {
  background: url(../images/default/arrow-side.gif) no-repeat left center;
  padding-left: 10px;
}

/**************************************************************
【tableの設定】
**************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  letter-spacing: 1px;
  margin: 0px -1px 20px 0;
  text-align: left;
  width: 100%;
}
table tr th {
  border: 1px solid #cccccc;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
}
table tr td {
  border: 1px solid #cccccc;
  padding: 10px 10px;
}
table tr td p {
  margin: 0px 0px 5px;
  padding: 0px;
}
table tr th,
table thead tr th {
  background-color: #f5f5f5;
  padding: 9px 24px;
  white-space: nowrap;
}
table tfoot tr th,
table tfoot tr td {
  font-weight: bold;
}
table ol,
table ul {
  margin-bottom: 5px;
  margin-left: 15px;
}
table ol li,
table ul li {
  margin: 2px 0px;
}
/*----- 線無しテーブルクラス -----*/
table.none {
  border: none;
  font-size: 100%;
}
table.none tr td {
  border: none;
}

/**************************************************************
【back-topの設定】
**************************************************************/
.back-top {
  bottom: 16px;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 16px;
  width: 45px;
}

/**************************************************************
【global-navの設定】
**************************************************************/
#gnav-wrap a,
#gnav-wrap {
  text-decoration: none;
}
#gnav-wrap .gnav-wrap-inner {
  position: relative;
}
#gnav-wrap .logo {
  float: left;
  font-size: 36px;
}
#pc-menu li {
  border-right: 1px solid #e8e8e8;
  display: block;
  float: left;
  width: 160.5px;
}
#pc-menu li:first-child {
  border-left: 1px solid #e8e8e8;
}
#pc-menu li.current {
  background-color: #d8e9f6;
}
#pc-menu li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#pc-menu li a:hover {
  background: #ff9600;
  color: #ffffff;
  opacity: 1;
}

/**************************************************************
【パンくずの設定】
**************************************************************/
.bread-crumb {
  margin: 10px 0 10px 0;
  clear: both;
  font-size: 10px;
  color: #999;
  padding: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
}

/**************************************************************
【headerの設定】
**************************************************************/
.header-wrapper {
  background-image: none;
  height: 140px;
}
.header .header-inner {
  width: 100%;
}
.header-inner h1 {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.header-inner .logo a {
  color: #666666;
  display: block;
}
.header-inner .tel-number {
  float: right;
  width: 216px;
  text-align: right;
  background: url(../images/default/ossd-header-tel3.png) left top no-repeat;
  height: 70px;
}
.header-top h1 {
  color: #ffffff;
  font-size: 11px;
  padding: 3px;
  text-align: center;
}
.head-contact-txt {
  font-size: 12px;
  letter-spacing: 0px;
  margin-bottom: 1px;
}
.header-wrapper .head-contact-txt {
  display: none;
}
.head-contact-number {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 29px;
  letter-spacing: 1px;
}
.head-contact-comment {
  font-size: 11.9px;
  line-height: 0;
}

/**************************************************************
【コンテンツ共通設定】
**************************************************************/
.contents {
  padding: 0px 15px;
}
.blog-post-repeat {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.entry-header {
  font-size: 16px;
}
.entry-summary .read-more {
  padding-top: 10px;
}
.entry-summary {
  margin-bottom: 10px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 15px 0px;
}
.postmeta {
  margin: 20px 0px 20px 0px;
}
.headline1,
.page-header {
  margin: 0px 0px 20px 0px;
  padding: 0 0 0 20px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ccc;
  border-left: 5px solid #418ae4;
  font-size: 16px;
}
.headline2 {
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  float: none;
}
.headline3 {
  background: url(../images/default/line.png);
  padding: 8px;
  font-size: 18px;
}
.blog-post-repeat h2.entry-title {
  font-size: 18px;
  background: url(../images/default/line.png);
  padding: 8px;
  margin-bottom: 15px;
}
.blog-post-repeat .post-thumb {
  float: left;
  margin-right: 15px;
}
.blog-post-repeat .post-thumb img {
  max-width: 50px;
  max-height: 50px;
}
.post-date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.post-comment,
.post-categories {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.blog-box {
  margin: 20px 0px 0px 0px !important;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
  font-size: 13px;
}
.blog-box h4 {
  font-size: 16px;
  border-left: 3px solid #418ae4;
  color: #333;
  padding-left: 10px;
  float: left;
  width: 100%;
}
.blog-box img {
  margin-left: 15px;
  float: right;
}
.blog-box-date {
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 1px;
  clear: left;
  font-weight: bold;
}
.content-box {
  float: left;
  width: 100%;
  line-height: 155%;
}
.point {
  padding-top: 8px;
  text-shadow: 0 1px #ffffff;
  padding-bottom: 5px;
  position: relative;
  clear: both;
  font-size: 18px;
  margin: 20px 0px 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.entry-content {
  font-size: 15px;
}
.entry-content p {
  margin-bottom: 15px;
}

ul.pages li,
.nav-previous,
.nav-next {
  color: #ffffff;
  float: left;
  margin: 0px 10px 10px 0px;
  background-color: #000000;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 17px;
}
ul.pages li a,
.nav-previous a,
.nav-next a {
  color: #ffffff;
  display: block;
}
ul.pages li span.current {
  color: #ff9900;
}
.comment-reply-title {
  margin-top: 20px;
}

.comments-area {
  float: left;
}
.ml2 {
  margin-left: 2px !important;
}
/**************************************************************
【サイドバー共通設定】
**************************************************************/
h3.widget-title,
h3.sidebar-title {
  margin: 0px 0px 15px 0px;
  padding: 0 0 0 20px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ccc;
  border-left: 5px solid #418ae4;
  font-size: 16px;
}
aside.widget {
  margin-bottom: 20px;
}
aside.widget li,
.side-col ul.event li {
  line-height: 160%;
  border-bottom: 1px dotted #dddddd;
  height: auto;
}
aside.widget li a {
  display: block;
  padding: 13px 10px 11px 10px;
  text-decoration: none;
  color: #666;
  background: url(../images/default/arrow_gray.png) right bottom no-repeat;
}
aside.widget li a:hover,
aside.widget li.current_page_item a,
aside.widget li.current-cat a {
  background: url(../images/default/arrow_bk.png) right bottom no-repeat #f5f5f5;
}
aside.widget li ul {
  display: block;
  margin: 0px;
}
aside.widget li ul li {
  display: block;
  border-bottom: none;
  border-top: 1px dotted #dddddd;
}
aside.widget li ul li a {
  background: url(../images/default/arrow_gray.png) right bottom no-repeat;
}
aside.widget li ul li a,
aside.widget li.current-cat ul li a,
aside.widget li.current_page_item ul li a {
  font-size: 85%;
  padding: 11px 10px 9px 22px;
  background: url(../images/default/arrow_gray.png) right bottom no-repeat;
}
aside.widget li.current_page_item ul li a:hover {
  background: url(../images/default/arrow_bk.png) right bottom no-repeat;
}
aside.widget li ul li a:hover,
aside.widget li.current-cat ul li a:hover,
aside.widget li.current_page_item ul li a:hover {
  background-color: #f5f5f5;
}
aside.widget li ul li ul li a {
  padding-left: 33px;
}
.side-col img {
  width: 100%;
}

/**************************************************************
【フッター共通設定】
**************************************************************/
footer {
  padding: 20px 15px;
}
.footer-inner {
  width: 100%;
}
.footer-box-left {
  width: 100%;
  margin-bottom: 20px;
}
.footer-nav {
  width: 100%;
}
.footer-nav ul {
  float: left;
}
.footer-nav li {
  display: block;
  line-height: 170%;
  margin: 0 0 10px 0;
  background: url(../images/default/arrow.gif) no-repeat left 7px;
  padding: 0 20px 0 14px;
}
.footer-nav li li,
.footer-nav li ul {
  float: none;
  margin-top: 6px;
  font-size: 10px;
  padding: 0;
  background: none;
}
.footer-nav li li a,
.footer-nav li ul a {
  border-bottom: 1px dotted #ffffff;
}
.small-box {
  clear: both;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #ffffff;
  background: #418ae4;
}
.footer-inner h5 {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.footer-inner h5 a {
  color: #261e1c;
}
.footer-contact-txt {
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 1px;
}
.footer-contact-number {
  font-size: 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-weight: bold;
  line-height: 27px;
}
.footer-contact-comment {
  font-size: 12px;
  line-height: 15px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    float: left;
    width: 100%;
  }
  .entry-content {
    line-height: 170%;
  }
  .entry-content p {
    margin-bottom: 15px;
  }
  .entry-content img {
    border: none;
  }
  .comment-reply-title {
    width: 100%;
  }
  .bread-crumb {
    margin: 0px 0 10px 0;
  }
  article img {
    height: auto;
    width: 100%;
  }
  .header {
    background-image: none;
  }
  .header-inner .logo {
    display: none;
  }
  .inner-box {
    width: 100%;
    margin: 0px auto;
  }
  .head-h1 {
    display: none;
  }
  .header-inner .tel-number {
    width: 100%;
    position: absolute;
    top: 65px;
    text-align: center;
    background-position: center;
  }
  .header-inner .contact-join {
    display: none;
  }

  #gnav-wrap,
  .gnav-wrap-inner {
    padding: 0;
    width: 100%;
  }
  .gnav-mobile-wrap {
    background: #fff;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #ddd;
  }
  #gnav-wrap.fixed .logo img,
  #gnav-wrap .logo img {
    position: absolute;
    left: 13px;
    top: 10px;
    height: 35px;
  }
  .global-nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .global-nav ul {
    list-style: none;
  }
  .global-nav ul li {
    float: left;
  }
  #gnav-wrap .global-nav ul li a,
  #gnav-wrap.fixed .global-nav ul li a {
    width: 100%;
    display: block;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
  }
  #gnav-wrap .global-nav ul li a:hover,
  #gnav-wrap.fixed .global-nav ul li a:hover {
    background-color: #418ae4;
    opacity: 1;
    color: #ffffff;
  }
  .global-nav ul li li {
    float: none;
  }
  #gnav-wrap .global-nav ul li li a,
  #gnav-wrap.fixed .global-nav ul li li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 0;
  }
  #gnav-wrap .global-nav ul li li:last-child a,
  #gnav-wrap.fixed .global-nav ul li li:last-child a {
    border-bottom: 1px solid #dddddd;
  }
  .accordion {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 56px;
    line-height: 50px;
    color: #666666;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
  }
  #pc-menu {
    display: none;
  }
  #menu li a {
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 10px 16px 10px;
    text-align: center;
    text-decoration: none;
  }
  #menu li a:hover {
    background: #ff9600;
    color: #ffffff;
    opacity: 1;
  }
  #menu li {
    background-color: #ffffff;
    width: 100%;
  }
  #toggle {
    display: block;
  }
  #toggle a {
    display: block;
    padding: 12px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #nav-toggle {
    cursor: pointer;
    height: 36px;
    width: 49px;
    display: none;
    float: right;
    padding: 3px 15px 0px 0px;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666666;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle {
    display: block;
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 22px;
  }
  #nav-toggle span:nth-child(3) {
    top: 33px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .home #slider {
    border-top: 5px solid #418ae4;
    border-bottom: 5px solid #418ae4;
    margin-top: 10px;
  }
  .bx-wrapper img {
    height: 150px !important;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: -10px !important;
  }
  .main-col {
    width: 100%;
  }
  .blog-box {
    float: left;
    width: 100%;
  }
  .infobox {
    border: 4px solid #418ae4;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0px 20px 0px;
  }
  .top-2box-left {
    display: none;
  }
  .top-2box-right {
    display: none;
  }
  .side-col {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  aside {
    float: left;
    width: 100%;
  }
  .side-col img {
    width: 100%;
  }
  .side-col ul.event li img {
    max-width: 40px;
    padding: 0px 5px 10px 0px;
    background: none;
  }
  .side-col ul.event li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .side-col ul.event {
    border-bottom: none;
    width: 100%;
  }
  table {
    width: 100%;
    border-top: 1px solid #cccccc;
  }
  table.lesson tr td {
    text-align: left;
    padding-left: 30px;
  }
  table tr th {
    display: block;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }
  table tr td {
    display: block;
    padding: 10px;
    text-align: center;
    border-bottom: none;
  }
  table tr td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  table.schedule tr td {
    display: block;
    padding: 0px;
    text-align: center;
  }
  table.schedule tr td:first-child {
    border-top: none;
  }
  .mw_wp_form table {
    border-top: none;
    border-bottom: 1px solid #cccccc;
  }
  .mw_wp_form table tr td {
    border-bottom: none;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .box100 {
    width: 100%;
  }
  .box130 {
    width: 100%;
    margin: 15px 0px 15px 0px;
  }
  .box150 {
    width: 100%;
  }
  .box180 {
    width: 100%;
    margin: 15px 0px 15px 0px;
  }
  .box200 {
    width: 100%;
    margin: 15px 0px 15px 0px;
  }
  .box250 {
    width: 100%;
  }
  .box310 {
    width: 100%;
  }
  .box320 {
    width: 100%;
  }
  .box420 {
    width: 100%;
  }
  .box470 {
    width: 100%;
  }
  .box500 {
    width: 100%;
  }
  .content-box230 {
    width: 150px;
    float: left;
    margin: 0px 20px 0px 0px;
  }
  .content-box230-right {
    width: 150px;
    float: right;
    margin: 0px 0px 0px 20px;
  }
  .footer-inner h5 {
    margin-top: 20px;
    font-size: 23px;
  }
  .footer-contact-number {
    font-size: 36px;
  }
  .footer-contact-comment {
    font-size: 17px;
    line-height: 20px;
  }
  .footer-nav li {
    display: block;
    line-height: 100%;
    margin: 0 0 20px 0;
    background: url(../images/default/arrow-side.gif) no-repeat left 4px;
    padding: 0 15px 0 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .headline2 {
    font-size: 16px;
  }
  .content-box230 {
    width: 100px;
    margin: 0px 20px 20px 0px;
  }
  .content-box230-right {
    width: 100px;
    margin: 0px 0px 20px 20px;
  }
  .headline1,
  .page-header {
    font-size: 13px;
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
}

@media screen and (min-width: 768px) and (max-width: 969px) {
  .header-wrapper {
    height: 172px;
    min-width: 768px;
    width: 100%;
  }
  .header {
    height: 120px;
    width: 100%;
  }
  .header .header-inner {
    margin: 0 auto;
    height: 85px;
    position: relative;
    width: 768px;
  }
  .inner-box {
    width: 748px;
    margin: 0px auto;
  }
  .head-h1 {
    background-color: #418ae4;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  .inner-box span.head_h1_inner {
    float: right;
  }
  .inner-box span.head_h1_inner a {
    color: #fff;
    text-decoration: none;
  }
  .header-inner .logo {
    float: left;
    display: block;
    margin-left: 10px;
    width: 60%;
  }
  .header-inner .logo img {
    width: 100%;
  }
  .entry-content .tel-number {
    float: right;
    position: inherit;
    margin-bottom: 20px;
  }
  .head-contact-number {
    padding: 0;
  }
  .header-inner .contact-join {
    display: none;
  }
  #gnav-wrap {
    border-top: 5px solid #418ae4;
    border-bottom: 2px solid #418ae4;
  }
  .gnav-mobile-wrap .logo {
    display: none;
  }
  .gnav-mobile-wrap {
    display: none;
  }
  #pc-menu li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }
  #pc-menu li {
    border-right: 1px solid #e8e8e8;
    display: block;
    float: left;
    width: 123.5px;
  }
  .global-nav {
    height: 46px;
    width: 748px;
    margin: 0 auto;
  }
  .global-nav ul {
    height: 46px;
    margin: 0;
    position: relative;
    float: left;
  }
  .global-nav li {
    float: left;
    margin: 0;
    position: relative;
    width: 124px;
  }
  .global-nav li a {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    margin: 0;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #666666;
  }
  .global-nav ul li.menu-item a:hover {
    background-color: #ff9600;
    opacity: 1;
    color: #ffffff;
    background-image: none;
  }
  .global-nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    border-top: 1px solid #eeeeee;
    width: 161px;
    z-index: 9999;
  }
  .global-nav ul li:hover ul.sub-menu {
    display: block;
  }
  .global-nav ul li ul.sub-menu li {
    float: none;
    font-size: 12px;
    width: 170px;
  }
  .global-nav ul li ul.sub-menu li a {
    border: 1px solid #eee;
    border-top: none;
    padding: 0px 0px 0px 10px;
    background-color: #fff;
    color: #666;
    background-image: none;
    text-align: left;
    line-height: 35px;
    height: 35px;
  }
  .global-nav ul li.current-menu-item a {
    border-bottom: 3px solid #ff9600;
    color: #0375bc;
    height: 43px;
  }
  .global-nav ul li.current-menu-item a:hover {
    background: none;
    opacity: 1;
    color: #0375bc;
    background-image: url(../images/default/gnav-line.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .global-nav ul li ul.sub-menu li a:hover {
    background-color: #ff9600;
    color: #ffffff;
  }
  .menu-item a.menu-image-title-after.menu-image-not-hovered img,
  .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    padding-right: 5px !important;
  }
  .bx-wrapper .bx-viewport {
    background: none;
  }
  .bx-wrapper .bx-pager {
    bottom: 1px !important;
    color: #ffffff;
  }
  .bx-wrapper img {
    margin: 0 auto !important;
    width: 748px !important;
    height: 200px !important;
  }
  .infobox-under {
    width: 33%;
    float: left;
    margin-right: 2%;
  }
  .headline2 {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
  }
  .main-col {
    width: 67%;
    float: left;
  }
  .home .main-col {
    width: 70%;
    float: left;
  }
  .entry-content .woocommerce .main-col {
    width: 100%;
    float: left;
  }
  .related .main-col {
    width: 100%;
    float: left;
  }
  article .main-col {
    width: 100%;
    float: left;
  }
  .side-col {
    width: 30%;
    float: right;
  }
  .home .side-col {
    width: 30%;
    float: right;
  }
  .infobox {
    width: 65% !important;
  }
  .info-box-right {
    width: 30% !important;
  }
  .top-2box-left {
    border-radius: 3px;
    height: 30px;
    padding: 8px 3px 3px 3px;
    width: 48%;
    float: left;
  }
  .top-2box-right {
    border-radius: 3px;
    height: 30px;
    padding: 8px 3px 3px 3px;
    width: 48%;
    float: right;
  }
  .footer-box-left {
    width: 35%;
    margin-bottom: 20px;
    float: left;
  }
  .top-2box-left img {
    max-width: 120px;
    margin-right: 15px;
  }
  .top-2box-right img {
    max-width: 120px;
    margin-right: 15px;
  }
  .footer-nav {
    font-size: 12px;
    width: 60%;
    float: right;
  }
  .footer-nav ul {
    float: left;
  }
  .footer-nav li {
    float: left;
    display: block;
    vertical-align: text-top;
    line-height: 120%;
    margin: 0 0 10px 0;
    background: url(../images/default/arrow-side.gif) no-repeat left 4px;
    padding: 0 15px 0 14px;
  }
  .footer-nav li a:hover {
  }
  .footer-nav li li,
  .footer-nav li ul {
    float: none;
    margin-top: 6px;
    font-size: 10px;
    padding: 0;
    background: none;
  }
  .footer-nav li li a,
  .footer-nav li ul a {
    border-bottom: 1px dotted #ffffff;
  }
  .content-box230 {
    width: 150px;
    float: left;
    margin: 0px 20px 0px 0px;
  }
  .content-box230-right {
    width: 150px;
    float: right;
    margin: 0px 0px 0px 20px;
  }

  h3.headline-class {
    float: left;
    width: 94%;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0 20px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    border-left: 5px solid #418ae4;
    font-size: 16px;
  }
  .side-col ul.event li img {
    max-width: 40px;
    padding: 0px 5px 10px 0px;
    background: none;
  }
  .side-col ul.event li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .side-col ul.event {
    border-bottom: none;
  }
}

@media (min-width: 970px) {
  .entry-content {
    line-height: 180%;
  }
  .header-wrapper {
    height: 172px;
    min-width: 970px;
    width: 100%;
  }
  .header {
    height: 120px;
    width: 100%;
  }
  .header .header-inner {
    margin: 0 auto;
    height: 85px;
    position: relative;
    width: 970px;
  }
  .inner-box {
    width: 970px;
    margin: 0px auto;
  }
  .head-h1 {
    background-color: #418ae4;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  .inner-box span.head_h1_inner {
    float: right;
  }
  .inner-box span.head_h1_inner a {
    color: #fff;
    text-decoration: none;
  }
  .header-inner .logo {
    float: left;
    display: block;
  }
  .header-inner .contact-join {
    float: left;
    padding-left: 10px;
    width: 190px;
  }
  #toggle {
    display: none;
  }
  #gnav-wrap {
    border-top: 5px solid #418ae4;
    border-bottom: 2px solid #418ae4;
  }
  .gnav-mobile-wrap .logo {
    display: none;
  }
  .global-nav {
    height: 46px;
    width: 970px;
    margin: 0 auto;
    z-index: 9999;
  }
  .global-nav ul {
    margin: 0;
    position: relative;
    float: left;
  }
  .global-nav li a {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    margin: 0;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #666666;
  }
  .global-nav ul li.menu-item a:hover {
    background-color: #fbb03b;
    opacity: 1;
    color: #ffffff;
    background-image: none;
  }
  .global-nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 46px;
    border-top: 1px solid #eeeeee;
    width: 160.5px;
    z-index: 9999;
  }
  .global-nav ul li:hover ul.sub-menu {
    display: block;
  }
  .global-nav ul li ul.sub-menu li,
  .global-nav ul li ul.sub-menu li ul.sub-menu li {
    float: none;
    font-size: 12px;
    width: 160.5px;
  }
  .global-nav ul li ul.sub-menu li:first-child,
  .global-nav ul li ul.sub-menu li ul.sub-menu li:first-child {
    border-left: none !important;
  }
  .global-nav ul li ul.sub-menu li a,
  .global-nav ul li ul.sub-menu li ul.sub-menu li a {
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    border-top: none;
    padding: 0px 0px 0px 15px;
    background-color: #fff;
    color: #666;
    background-image: none;
    text-align: left;
    line-height: 35px;
    height: 35px;
  }
  .global-nav ul li.current-menu-item a {
    border-bottom: 3px solid #ff9600;
    color: #0375bc;
    height: 43px;
  }
  .global-nav ul li.current-menu-item a:hover {
    background: none;
    opacity: 1;
    color: #0375bc;
    background-image: url(../images/default/gnav-line.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .global-nav ul li ul.sub-menu li a:hover {
    background-color: #ff9600;
    color: #ffffff;
  }
  .menu-item a.menu-image-title-after.menu-image-not-hovered img,
  .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    padding-right: 5px !important;
  }
  .home #slider {
    border-top: none;
    border-bottom: 5px solid #418ae4;
  }
  .bx-wrapper .bx-viewport {
    background: url(../images/default/line.png) !important;
    height: 350px !important;
  }
  .bx-wrapper .bx-pager {
    bottom: 30px !important;
    color: #ffffff;
  }
  .bx-wrapper img {
    margin: 25px auto !important;
    width: 970px !important;
  }
  .contents {
    width: 970px;
    margin: 0 auto;
  }
  .infobox-under {
    width: 300px;
    float: left;
    margin-right: 30px;
  }
  .main-col {
    width: 700px;
    float: left;
  }
  .home .main-col {
    width: 670px;
    float: left;
  }
  .side-col {
    width: 240px;
    float: right;
  }
  .home .side-col {
    width: 300px;
    float: right;
  }

  .top-2box-left {
    border-radius: 3px;
    height: 30px;
    padding: 6px 3px 3px 3px;
    width: 470px;
    float: left;
  }
  .top-2box-left h3 {
    font-size: 17px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .top-2box-left img {
    max-width: 120px;
    margin-right: 15px;
  }
  .top-2box-right {
    border-radius: 3px;
    height: 30px;
    padding: 6px 3px 3px 3px;
    width: 470px;
    float: right;
  }
  .top-2box-right h3 {
    font-size: 17px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .top-2box-right img {
    max-width: 120px;
    margin-right: 15px;
  }
  .content-box230 {
    width: 230px;
    float: left;
    margin: 10px 20px 0px 0px;
  }
  .content-box230-right {
    width: 230px;
    float: right;
    margin: 20px 0px 0px 20px;
  }
  .content-box450-left {
    width: 450px;
    float: left;
    margin: 10px 0px 0px 0px;
  }

  h3.headline-class {
    float: left;
    width: 96%;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0 20px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    border-left: 5px solid #418ae4;
    font-size: 16px;
  }
  .side-col img {
    width: 100%;
  }
  .side-col ul.event li img {
    max-width: 40px;
    padding: 0px 5px 10px 0px;
    background: none;
  }
  .side-col ul.event li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .side-col ul.event {
    border-bottom: none;
  }
  .home .side-col img {
    max-width: 280px;
    background: url(../images/default/line.png);
    padding: 10px;
  }
  footer {
    width: 100%;
    margin: 0;
  }
  .footer-inner {
    width: 970px;
  }
  .footer-box-left {
    margin-right: 20px;
    float: left;
    border-right: 1px dotted #261e1c;
    padding-right: 20px;
    font-size: 14px;
    width: 26%;
  }
  .footer-nav {
    float: right;
    width: 670px;
    font-size: 12px;
  }
  .footer-nav a {
    color: #261e1c;
  }
  .footer-nav ul {
    float: left;
  }
  .footer-nav li {
    float: left;
    display: block;
    vertical-align: text-top;
    line-height: 120%;
    margin: 0 0 10px 0;
    background: url(../images/default/arrow-side.gif) no-repeat left 4px;
    padding: 0 15px 0 14px;
  }
  .footer-nav li li,
  .footer-nav li ul {
    float: none;
    margin-top: 6px;
    font-size: 10px;
    padding: 0;
    background: none;
  }
  .footer-nav li li a,
  .footer-nav li ul a {
    border-bottom: 1px dotted #ffffff;
  }
}
@media (min-width: 1200px) {
  .content-box230 {
    margin: 20px 20px 0px 0px;
  }
  .content-box450 {
    width: 450px;
    float: right;
    margin: 10px 0px 0px 0px;
  }
}
