@charset "UTF-8";
/*
 * common css
 */

/*********************************************
 * @import
 *********************************************/
/*@import 'animate.css';*/
/*@import 'egg_ani.css';*/

/*********************************************
 * @font-face
 *********************************************/
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/GenJyuuGothic-Normal-subset.eot');
  /* IE9 Compat Modes */
  src: url('./fonts/GenJyuuGothic-Normal-subset.eot?#iefix') format('embedded-opentype'),
    url('./fonts/GenJyuuGothic-Normal-subset.woff') format('woff'),
    url('./fonts/GenJyuuGothic-Normal-subset.ttf') format('truetype');
  /* IE6-IE8 / Modern Browsers / Safari, Android, iOS */
}

@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: bold;
  src: url('./fonts/GenJyuuGothic-Bold-subset.eot');
  /* IE9 Compat Modes */
  src: url('./fonts/GenJyuuGothic-Bold-subset.eot?#iefix') format('embedded-opentype'),
    url('./fonts/GenJyuuGothic-Bold-subset.woff') format('woff'),
    url('./fonts/GenJyuuGothic-Bold-subset.ttf') format('truetype');
  /* IE6-IE8 / Modern Browsers / Safari, Android, iOS */
}

/*********************************************
 * 基礎
 *********************************************/
body {
  font-family: 'GenJyuuGothic', serif;
  color: #333333;
  font-size: 15px;
  line-height: 1.867;
  overflow-x: hidden;
}

a,
a:hover {
  color: #333333;
  cursor: pointer;
}

/*********************************************
 * margin
 *********************************************/
.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

/*********************************************
 * padding
 *********************************************/
.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pr0 {
  padding-right: 0px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.pr90 {
  padding-right: 90px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl90 {
  padding-left: 90px;
}

/*********************************************
 * common
 *********************************************/
#headimg {
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 230px;
  height: 370px;
}

#headimg h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: 4px;
}

.section_bg01 {
  background-image: url(../img/common_section_bg01_bg.png);
}

.section_bg02 {
  background-color: #ffffff;
}

.section_bg01 .container-fluid img,
.section_bg02 .container-fluid img {
  display: block;
  position: inherit;
  width: 100%;
  max-width: 1400px;
  min-width: 1120px;
  margin-top: -17px;
  margin-right: auto;
  margin-left: auto;
}

.common_h01 {
  background-image: url(../img/common_h01_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
  padding-bottom: 10px;
}

.common_h01>i {
  color: #009900;
  font-size: 40px;
}

.common_h02 {
  background-image: url(../img/common_h02_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
  padding-bottom: 10px;
}

.common_h02>i {
  color: #ffffff;
  font-size: 40px;
}

.common_h03 {
  color: #009900;
  font-size: 30px;
  font-weight: bold;
}

.common_h04 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.467;
}

.common_h05 {
  color: #009900;
  font-size: 24px;
  font-weight: bold;
}

.common_tel {
  color: #009900;
}

.common_tel strong {
  font-size: 2em;
  line-height: 1;
}

.common_btn01 {
  background-color: #7fbe25;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 13px;
}

.common_btn01:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-decoration: none;
  top: -2px;
}

.common_btn01:hover img {
  margin-top: -2px;
}

.common_btn02 {
  background-color: #7fbe25;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 13px;
}

.common_btn02:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-decoration: none;
  top: -2px;
}

.common_btn02:hover img {
  margin-top: -2px;
}

.common_speaker {
  font-size: 24px;
}

.common_list01 li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}

.common_list01 .common_list01_title {
  color: #009900;
  display: inline-block;
  font-weight: bold;
  width: 100px;
}

.common_list01 .common_list01_text {
  margin-top: -1.867em;
  margin-left: 100px;
  display: block;
}

.common_list02 li {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  padding: 10px 15px;
}

.common_list02 .common_list02_title {
  color: #009900;
  display: inline-block;
  font-weight: bold;
  width: 2em;
}

.common_list02 .common_list02_text {
  margin-top: -1.867em;
  margin-left: 2em;
  display: block;
}

.common_sectionlink {
  position: relative;
  top: -190px;
  display: block;
}

#common_bg a {
  border-radius: 8px;
  display: block;
  padding: 0 0 13px;
}

#common_bg img {
  border-radius: 8px;
  margin-bottom: 13px;
  max-width: 100%;
  height: auto;
}

#common_contact {
  background-image: url(../img/common_contact_bg02.png);
  border: 2px solid #009900;
  border-radius: 8px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 20px;
}

#common_contact>div {
  padding-left: 20px;
  line-height: 1.6;
}

#common_contact>div:first-child {
  border-right: 2px solid #009900;
}

#common_contact>div>img:first-child {
  margin-bottom: 20px;
}

#common_contact>div span {
  font-size: 16px;
  color: #009900;
}

#common_contact>div span strong {
  font-size: 24px;
}

/*********************************************
 * bootstrap
 *********************************************/
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 1120px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

/* 印刷時のリンク先URL機能停止 */
@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}

/*********************************************
 * WordPress
 *********************************************/
.wp_day {
  color: #009900;
  margin-right: 1em;
}

/*********************************************
 * header
 *********************************************/
header {
  background-image:
    url(../img/header_bg01.png),
    url(../img/header_bg02.png),
    url(../img/header_bg03.png);
  background-position:
    top,
    bottom,
    top;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat-x;
  height: 200px;
}

header #header_logo {
  display: block;
  margin: 20px auto 15px;
  width: 705px;
}

header #header_nav {
  border-left: 1px solid #dddddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

header #header_nav>div {
  border-right: 1px solid #dddddd;
}

header #header_nav a {
  border-bottom: 2px solid #ffffff;
  display: block;
  transition-property: border-bottom, color;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

header #header_nav a:hover {
  border-bottom: 2px solid #009900;
  text-decoration: none;
  color: #009900;
}

header #header_nav .fa-stack {
  width: 1.2em;
}

header #header_nav .fa-stack>i {
  color: #ffffff;
  font-size: .5em;
}

header #header_nav .fa-stack>i:first-child {
  color: #009900;
  font-size: 1em;
}

/*********************************************
 * footer
 *********************************************/
#copyright {
  background-image: url(../img/footer_copyright_bg.png);
  border-top: 5px solid #7fbe25;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

/*********************************************
 * sitetop
 *********************************************/
#sitetop #sitetop_mainphoto_img {
  margin: 0 auto;
  max-width: 1400px;
  height: 750px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#sitetop #sitetop_mainphoto_img>div {
  background-position: center;
  height: 750px;
}

#sitetop #sitetop_mainphoto_copy {
  margin-top: -550px;
  height: 550px;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: start;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  line-height: 3;
  padding-right: 70px;
}

#sitetop #sitetop_mainphoto_copy span {
  background-image: url(../img/sitetop_mainphoto_copy.png);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
}

#sitetop #sitetop_mainphoto_copy span.kutou {
  /* 縦書き用句読点 */
  background: none;
  font-family: sans-serif;
}

#sitetop #sitetop_mainphoto_info {
  background-color: #ffffff;
  border: 2px solid #009900;
  border-radius: 100px;
  margin-top: -90px;
  font-size: 14px;
  padding: 0;
}

#sitetop #sitetop_mainphoto_info_title {
  background-color: #009900;
  border: 2px solid #009900;
  border-radius: 100px;
  color: #ffffff;
  text-align: center;
  width: 120px;
  margin-left: -2px;
}

#sitetop #sitetop_mainphoto_info_data {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
}

#sitetop #sitetop_mainphoto_info_archive {
  padding-top: 2px;
  font-size: 12px;
  text-align: right;
  padding-right: 4px;
}

#sitetop #sitetop_mainphoto_info_archive a {
  border-radius: 20px;
  color: #009900;
  display: inline-block;
  padding: 2px 10px;
  transition-property: background-color;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

#sitetop #sitetop_mainphoto_info_archive a:hover {
  background-color: #009900;
  color: #ffffff;
  text-decoration: none;
}

#sitetop .fa-circle {
  color: #009900;
  font-size: 1.5em;
}

#sitetop .fa-heart {
  color: #F8EFE4;
  font-size: .75em;
}

#sitetop #sitetop_section01_box01 {
  background-color: #ffffff;
  border: 3px solid #009900;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 17px 0 7px 13px;
}

#sitetop #sitetop_section01_box01>span {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px;
  border: 1px dashed #7fbe25;
  border-radius: 8px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-left: 35px;
  line-height: 40px;
  width: 200px;
  transition-property: background-color, border-color;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

#sitetop #sitetop_section01_box01 .common_icon01 {
  background-image: url(../img/common_icon01.png);
}

#sitetop #sitetop_section01_box01 .common_icon02 {
  background-image: url(../img/common_icon02.png);
}

#sitetop #sitetop_section01_box01 .common_icon03 {
  background-image: url(../img/common_icon03.png);
}

#sitetop #sitetop_section01_box01 .common_icon04 {
  background-image: url(../img/common_icon04.png);
}

#sitetop #sitetop_section01_box01 .common_icon05 {
  background-image: url(../img/common_icon05.png);
}

#sitetop #sitetop_section01_box01 .common_icon06 {
  background-image: url(../img/common_icon06.png);
}

#sitetop #sitetop_section01_box02 {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1;
}

#sitetop #sitetop_section01_box02 th {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  width: 52px;
}

#sitetop #sitetop_section01_box02 td {
  background-color: #ffffff;
  border-left: 1px solid #009900;
  border-bottom: 1px solid #009900;
  text-align: center;
  padding: 14px 0;
  width: 52px;
}

#sitetop #sitetop_section01_box02 tr:first-child>*:first-child {
  border-radius: 8px 0 0 0;
}

#sitetop #sitetop_section01_box02 tr:first-child>*:last-child {
  border-radius: 0 8px 0 0;
}

#sitetop #sitetop_section01_box02 tr:last-child>*:first-child {
  border-radius: 0 0 0 8px;
}

#sitetop #sitetop_section01_box02 tr:last-child>*:last-child {
  border-radius: 0 0 8px 0;
}

#sitetop #sitetop_section01_box02 tr:first-child>* {
  border-top: 3px solid #009900;
}

#sitetop #sitetop_section01_box02 tr>*:first-child {
  border-left: 3px solid #009900;
  width: auto;
}

#sitetop #sitetop_section01_box02 tr>*:last-child {
  border-right: 3px solid #009900;
}

#sitetop #sitetop_section01_box02 tr:last-child>* {
  border-bottom: 3px solid #009900;
}

#sitetop #sitetop_section01_box02 td strong {
  color: #009900;
  line-height: 1.5;
}

#sitetop #sitetop_section01_box02 td span {
  color: #7fbe25;
}

#sitetop #sitetop_section01_box02 td span small {
  font-size: 12px;
}

#sitetop #sitetop_section01 .fa-exclamation-triangle {
  color: #ff9900;
}

#sitetop #sitetop_section02_wp_list {
  border-top: 1px solid #009900;
}

#sitetop #sitetop_section02_wp_list>div {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

#sitetop #sitetop_section02_wp_list>div a {
  background-image: url(../img/sitetop_section02_wp_list_a_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: -1.867em;
  margin-left: 6.5em;
  padding-right: 2em;
  display: block;
}

/*********************************************
 * facilities
 *********************************************/
#facilities #headimg {
  background-image: url(../img/facilities_mainphoto_img.jpg);
}

#facilities #facilities_section03 {
  background-image: url(../img/facilities_section03_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: -35px;
  padding-top: 40px;
  padding-bottom: 100px;
}

#facilities #facilities_section03 img {
  margin-top: 20px;
}

#facilities #facilities_section03 h3 {
  margin-top: 0;
}

#facilities .col-xs-3.incho {
  margin-top: -15px;
  margin-bottom: 40px;
}

#facilities .text-right.incho {
  padding-right: 15px;
}

/*********************************************
 * about
 *********************************************/
#about #headimg {
  background-image: url(../img/about_mainphoto_img.jpg);
}

#about #about_section01 table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1;
}

#about #about_section01 th {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  width: 52px;
}

#about #about_section01 td {
  background-color: #ffffff;
  border-left: 1px solid #009900;
  border-bottom: 1px solid #009900;
  text-align: center;
  padding: 14px 0;
  width: 52px;
}

#about #about_section01 tr:first-child>*:first-child {
  border-radius: 8px 0 0 0;
}

#about #about_section01 tr:first-child>*:last-child {
  border-radius: 0 8px 0 0;
}

#about #about_section01 tr:last-child>*:first-child {
  border-radius: 0 0 0 8px;
}

#about #about_section01 tr:last-child>*:last-child {
  border-radius: 0 0 8px 0;
}

#about #about_section01 tr:first-child>* {
  border-top: 3px solid #009900;
}

#about #about_section01 tr>*:first-child {
  border-left: 3px solid #009900;
  width: auto;
}

#about #about_section01 tr>*:last-child {
  border-right: 3px solid #009900;
}

#about #about_section01 tr:last-child>* {
  border-bottom: 3px solid #009900;
}

#about #about_section01 td strong {
  color: #009900;
  line-height: 1.5;
}

#about #about_section01 td span {
  color: #7fbe25;
}

#about #about_section01 td span small {
  font-size: 12px;
}

#about #about_section01 .fa-exclamation-triangle {
  color: #ff9900;
}

#about #about_section02_list>div {
  padding-right: 5px;
  padding-left: 5px;
}

#about #about_section02_list>div.fourth {
  margin-left: 75px;

}

#about #about_section02_list>div>div {
  border: 2px dotted #009900;
  border-radius: 8px;
  color: #009900;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 15px;
}

#about #about_section02_list>div:last-child>div {
  font-size: 14px;
  line-height: 1.2;
}

#about #about_section03 .about_section03_doctor img {
  width: 200px;
  margin-bottom: 30px;
}

#about #about_section03 .about_section03_doctor_post {
  background-color: #009900;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  margin-bottom: 10px;
  padding: 3px 0;
  width: 90px;
}

#about #about_section03 .about_section03_doctor_cat {
  color: #009900;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}

#about #about_section03 .about_section03_doctor_name {
  color: #009900;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

#about #about_section03 .about_section03_doctor_kana {
  color: #009900;
  font-size: 12px;
}

#about #about_section03 .about_section03_doctor_year {
  color: #009900;
}

#about .about_section03_doctor.doc {
  width: 38%;
}

#about .about_section03_doctor.pad {
  float: left;
  width: 8%;
}

.hokengai-sub-hdr {
  color: #009900;
  font-size: 18px;
  font-weight: bold;
}

/*********************************************
 * house
 *********************************************/
#house #headimg {
  background-image: url(../img/house_mainphoto_img.jpg);
}

#house .fa-stack>i {
  color: #ffffff;
  font-size: .75em;
}

#house .fa-stack>i:first-child {
  color: #009900;
  font-size: 1.5em;
}

#house #house_section01 table {
  font-size: .9em;
  width: 90%;
}

#house #house_section01 .price_about {
  font-size: 11px;
}

#house #riha_machine {
  border: 3px solid #009900;
  border-radius: 8px;
  margin-top: 15px;
  padding-bottom: 15px;
}

#house #riha_machine h4 {
  background-color: #ffffff;
  text-align: center;
  width: 8em;
  margin: -15px auto 10px;
}

#house #riha_machine span {
  white-space: nowrap;
  margin: 15px;
}

/*********************************************
 * access
 *********************************************/
#access #headimg {
  background-image: url(../img/access_mainphoto_img.jpg);
}

#company-mapcanvas {
  height: 600px;
  margin-top: 60px;
}

/*********************************************
 * news
 *********************************************/
#news #headimg {
  background-image: url(../img/news_mainphoto_img.jpg);
}

#news .news_section_wp_box {
  border: 4px solid #009900;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 36px 36px;
}

#news .news_section_wp_common_title,
#news .news_section_wp_common_title a,
#news .news_section_wp_common_title a:hover {
  color: #009900;
  font-size: 20px;
  font-weight: bold;
}

#news .news_section_wp_cat {
  background-color: #7fbe25;
  border-radius: 15px;
  color: #ffffff;
  ;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 2px 15px;
}

#news .news_section_wp_cat a,
#news .news_section_wp_cat a:hover {
  color: #ffffff;
}

#news .news_section_wp_side_title {
  background-color: #009900;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
}

#news .news_section_wp_side_title .fa-stack {
  margin-top: -10px;
  margin-bottom: -5px;
}

#news .news_section_wp_side_title .fa-stack i:first-child {
  color: #009900;
}

#news .news_section_wp_side_list {
  background-image: url(../img/common_contact_bg02.png);
  border-radius: 0 0 8px 8px;
  margin-bottom: 20px;
  padding: 5px 20px 10px;
}

#news .news_section_wp_side_list li {
  border-bottom: 1px dotted #d1c1a6;
  list-style: none;
  padding: 5px;
}

#news .news_section_wp_side_list li:last-child {
  border: none;
}

#news .news_section_wp_side_list i {
  color: #009900;
}

#news .page_numbers {
  border: 2px dotted #7fbe25;
  border-radius: 50%;
  color: #7fbe25;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
}

#news .page_numbers.current {
  background-color: #7fbe25;
  color: #ffffff;
  cursor: default;
  text-decoration: none;
}

#news .page_arrow i {
  color: #009900;
}