/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
}
/* layout */
#header_wrap {
  border-top: 5px solid #222;
  width: 100%;
  min-width: 1150px;
}
#header {
  width: 1150px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
#contents {
  width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-around;
}
#contents.clearfix:after {
  display: none;
}
#main_col {
  width: 800px;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
}
#side_col {
  width: 300px;
  margin: 0 0 0 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  background-color: #fff;
}
#side_col.no_global_menu {
  margin: 0;
}
#left_col {
  width: 800px;
  float: left;
  margin: 20px 0 0 0;
}
#right_col {
  width: 300px;
  float: right;
  margin: 20px 0 0 0;
}
/* no side */
.page-template-page-noside-php #global_menu {
  width: 950px;
}
.page-template-page-noside-php #contents {
  width: 950px;
}
.page-template-page-noside-php #left_col {
  float: none;
  width: 950px;
}
/* headline */
.headline1 {
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-left: 5px solid #adb8bf;
  font-size: 18px;
}
.archive_headline {
  margin: 0 0 20px 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
}
.headline2 {
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  font-size: 15px;
}
/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom {
  display: none;
}
.pc_none {
  display: none !important;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

#logo_text {
  position: absolute;
  top: 40px;
  left: 0px;
}
#logo {
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 100%;
  font-size: 24px;
  font-weight: normal;
  top: 5px;
  left: 0px;
}
#logo_image #logo {
  position: absolute;
  top: 25px;
}
#logo a {
  color: #333;
  text-decoration: none;
}
#description {
  font-size: 10px;
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}
/* header menu */
#header_menu_area {
  position: absolute;
  right: 0px;
  top: 14px;
}
#header_menu {
  float: left;
  margin: 4px 20px 0 0;
}
#header_menu ul {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
#header_menu li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
#header_menu li a {
  text-decoration: none;
  padding: 0 0 0 11px;
}
#header_menu li a:hover {
  text-decoration: underline;
}
/* social link */
#header_social_link {
  margin: 0;
  float: left;
}
.social_link {
  margin: 0;
}
.social_link li {
  float: left;
  margin: 0 0 0 5px;
}
.social_link li a {
  display: block;
  width: 22px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  background-color: #C0C0C0;
  text-align: center;
  font-size: 14px;
}
.social_link li a:hover {
  background-color: #707070;
}
/* banner */
#header_banner {
  position: absolute;
  top: 20px;
  right: 360px;
}
#header_banner img {
  vertical-align: bottom;
  transition: .4s ease-in-out;
  transform: rotate(0);
}
#header_banner a:hover img {
  opacity: 0.7;
}
/* search */
.search_area {
  width: 332px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 47px;
}
.search_area #search_input input {
  font-size: 12px;
  color: #6d7478;
  width: 255px;
  height: 33px;
  float: left;
  padding: 0;
  border: 1px solid #D8D8D8;
  background-color: #F4F4F4;
  padding-left: 1em;
}
.search_area #search_button input {
  cursor: pointer;
  float: right;
  line-height: 33px;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-color: #1877ff;
  color: #fff;
  border-style: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
.search_area #search_button input:hover {
  opacity: 0.8;
}
/* global menu */
.menu_button {
  display: none;
}
#global_menu {
  height: 52px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 5px solid #222;
}
#global_menu a:hover,
#global_menu .active > a {
  color: #fff;
}
#global_menu nav > ul {
  height: 52px;
  width: 1150px;
  position: relative;
  margin: 0 auto;
}
#global_menu nav > ul > li {
  float: left;
  margin: 0 5px 0 0;
  font-size: 1%;
  position: relative;
  width: 184px;
}
#global_menu nav > ul.is-center {
  text-align: center;
}
#global_menu nav > ul.is-center > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#global_menu nav > ul > li.last {
  margin: 0 0 0 -10px;
  float: right;
}
#global_menu nav > ul > li a {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  display: block;
  height: 52px;
  line-height: 1.2;
  padding: 0 5px;
  transition: .3s;
  padding-top: 18px;
  box-sizing: border-box;
}
#global_menu nav > ul > li .sub-menu a {
  height: auto;
  padding: 14px 20px !important;
} 
#global_menu nav > ul > li a.row2 {
  padding-top: 11px;
}
#global_menu nav > ul > li > a {
  background: #adb8bf;
  color: #fff;
}
#global_menu nav > ul > li a:hover {
  background: #6e787e;
}
#global_menu ul ul {
  display: none;
  position: absolute;
  top: 52px;
  left: 0px;
  margin: 0;
  padding: 0;
  z-index: 9;
  min-width: 220px;
  width: 100%;
}
#global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 0;
}
#global_menu ul ul li {
  float: none;
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
#global_menu ul ul a {
  font-size: 11px;
  position: relative;
  padding: 14px 20px 12px 20px;
  height: auto;
  line-height: 160%;
  margin: 0 0 -1px 0;
  text-align: left;
  color: #333;
  background-color: #fff;
}
#global_menu ul ul a:hover {
  background: none;
  color: #fff;
}
#global_menu nav > ul > li .sub-menu a {
  text-align: left;
}
/* bread crumb */
#bread_crumb {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/bread_background.gif) repeat-x left bottom;
  padding: 0 20px;
}
#bread_crumb li {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/bread_arrow.gif) no-repeat right bottom;
  padding-right: 30px;
  margin-right: 20px;
}
#bread_crumb li.last {
  background: none;
  margin: 0;
  padding: 0;
}
#bread_crumb li a {
  color: #aaa;
  text-decoration: none;
  display: inline-block;
}
#bread_crumb li.home span {
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 16px;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/bread_home.gif) no-repeat left 1px;
  height: 40px;
  line-height: 40px;
}
#bread_crumb li.home a:hover span {
  background-position: left -39px;
}
/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* featured post */
#index_featured_post {
  /*background: #222;*/
  position: relative;
  width: 800px;
  height: 330px;
  overflow: hidden;
}
#main_slider {
  width: 500px;
  height: 330px;
  float: left;
}
#main_slider img {
  width: auto;
  height: 330px;
  display: block;
  transition: opacity .4s ease-in-out;
}
#main_slider a:hover img {
  opacity: 0.7;
}
#main_slider .caption {
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 610px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  text-decoration: none;
  transition: .3s;
}
#main_slider .caption:hover {
  opacity: 0.8;
}
#sub_slider {
  width: 300px;
  float: right;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#sub_slider .item {
  height: 82px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #555;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  position: relative;
}
#sub_slider .item a {
  color: #fff;
}
#sub_slider .item a img {
  transition: .3s;
}
#sub_slider .item a:hover img {
  opacity: 0.8;
}
#sub_slider .item:hover, #sub_slider .item.slick-current {
  background: #444;
}
#sub_slider .image {
  float: left;
  margin: 10px 15px 0 10px;
}
#sub_slider .image img {
  width: 60px;
  height: 60px;
  display: block;
}
#sub_slider .info {
  float: left;
  width: 200px;
  margin: 11px 0 0 0;
}
#sub_slider .title {
  clear: both;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 170%;
}
#sub_slider p {
  float: left;
  color: #fff;
  line-height: 100%;
  font-size: 11px;
  border-right: 1px solid #888;
  margin: 0 10px 5px 0;
  padding: 0 10px 0 0;
}
#sub_slider p.category {
  border: none;
  margin: 0;
  padding: 0;
}
/* recent post */
#index_recent_post {
  margin: 0 0 20px 0;
  overflow: hidden;
}
#index_recent_post ul {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
#index_recent_post li {
  width: 50%;
  padding: 10px;
  float: left;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
}
#index_recent_post li.odd {
  border-right: 1px solid #ccc;
  width: 50%;
}
#index_recent_post .image {
  display: block;
  /*background: #000;*/
  width: 100px;
  height: 75px;
  margin-right: 13px;
}
#index_recent_post .image img {
  width: 100px;
  height: 75px;
  display: block;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
}
#index_recent_post .image:hover img {
  opacity: 0.7;
}
#index_recent_post .info {
  margin: 10px 0 0 0;
}
#index_recent_post .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
}
#index_recent_post .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  height: 48px;
  overflow: hidden;
}
#index_recent_post .title a {
  text-decoration: none;
  display: block;
}
#index_recent_post .title a:hover {
  text-decoration: underline;
}
/* PR post */
#index_pr_post {
  margin: 0 0 20px 0;
}
#index_pr_post .headline1 {
  border-left: 5px solid #d9d900;
}
#index_pr_post ul {
  margin: 0;
}
#index_pr_post ul li {
  padding: 10px 0;
  font-size: 14px;
}
#index_pr_post a {
  text-decoration: none;
  color: #333;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_yellow.gif) no-repeat left 5px;
  padding: 0 0 0 12px;
  display: block;
}
#index_pr_post a:hover {
  text-decoration: underline;
  color: #9a9a00;
}
#index_pr_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* category post */
.index_category_post {
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
}
.index_category_post .post1 {
  float: left;
  width: 312px;
  padding-top: 11px;
}
.index_category_post .post1 .image {
  display: block;
  width: 280px;
  height: 210px;
  margin: 0px 0px 15px 16px;
}
.index_category_post .post1 .image img {
  display: block;
  width: 280px;
  height: 210px;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.index_category_post .post1 .image:hover img {
  opacity: 0.7;
}
.index_category_post .post1 .date {
  margin: 0 0 5px 16px;
  padding: 0;
  line-height: 100%;
  font-size: 12px;
}
.index_category_post .post1 .title {
  margin: 0 16px 12px;
  padding: 0;
  font-size: 15px;
  line-height: 160%;
  max-height: 50px;
  overflow: hidden;
}
.index_category_post .post1 .title a {
  text-decoration: none;
  display: block;
}
.index_category_post .post1 .title a:hover {
  text-decoration: underline;
}
.index_category_post .excerpt {
  padding: 0;
  line-height: 1.7;
  font-size: 12px;
  /*max-height: 50px;*/
  overflow: hidden;
}
.index_category_post .post1 .excerpt {
  margin: 0 16px;
}
.index_category_post .excerpt p {
  margin-bottom: 0px;
}
.index_category_post .post2 {
  float: right;
  width: 478px;
  border-left: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  right: 0px;
  margin-bottom: 0px;
}
.index_category_post .post2 li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: flex;
}
.index_category_post .post2 li:nth-child(4n) {
  border-bottom-style: none;
}
.index_category_post .post2 .image {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  /*background: #000;*/
}
.index_category_post .post2 .image img {
  width: 100px;
  height: 75px;
  display: block;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.index_category_post .post2 .image:hover img {
  opacity: 0.7;
}
.index_category_post .post2 .info {
  
}
.index_category_post .post2 .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 12px;
}
.index_category_post .post2 .title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 150%;
  overflow: hidden;
}
.index_category_post .post2 .title a {
  text-decoration: none;
  display: block;
}
.index_category_post .post2 .title a:hover {
  text-decoration: underline;
}
.headline1 a {
  float: right;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  padding: 0 0 0 12px;
}
/* ranking post */
#index_ranking_post {
  margin: 0 0 20px 0;
}
#index_ranking_post .headline1 {
  border-left: 5px solid #865fac;
}
#index_ranking_post ul {
  margin: 0;
}
#index_ranking_post ul li {
  padding: 10px 0;
  font-size: 14px;
}
#index_ranking_post span {
  width: 60px;
  font-weight: bold;
  color: #865fac;
  float: left;
}
#index_ranking_post a {
  width: 565px;
  float: left;
  text-decoration: none;
  color: #333;
  display: block;
}
#index_ranking_post a:hover {
  text-decoration: underline;
  color: #865fac;
}
#index_ranking_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* bottom banner */
#index_bottom_banner {
  position: relative;
  text-align: center;
}
#index_bottom_banner li {
  margin: 0 14px 10px 0;
  display: inline-block;
}
#index_bottom_banner img {
  display: block;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
#post_list {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #f9f9f9;
}
#post_list li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
}
#post_list ul {
  margin: 0;
}
#post_list ul li {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  float: left;
  font-size: 12px;
  line-height: 100%;
}
#post_list .meta {
  margin: 0 0 15px 0;
}
#post_list li.post_date {
  border-right: 1px solid #aaa;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
}
#post_list li.post_author {
  margin: 0 0 10px 0;
  padding: 0;
}
#post_list li.post_category {
  border-right: 1px solid #aaa;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
}
#post_list .image {
  width: 280px;
  height: 210px;
  background: #000;
  display: block;
  float: left;
  margin: 15px;
}
#post_list .image img {
  display: block;
  width: 280px;
  height: 210px;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
#post_list .image:hover img {
  opacity: 0.5;
}
#post_list .info {
  float: left;
  width: 300px;
  margin: 15px 0 0 0;
  overflow: hidden;
}
#post_list .title {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 160%;
}
#post_list .title a {
  text-decoration: none;
  display: block;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .excerpt {
  font-size: 12px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .bookmark {
  margin: 0 0 -10px 0;
}
#post_list .bookmark li {
  float: none;
  display: inline-block;
  width: 120px;
  margin: 0 0 10px 0;
}
#post_list .bookmark li.social3 {
  width: 60px;
  margin-right: -15px;
  position: relative;
}
/* Author page */
#author_post_list #post_list {
  border-top: none;
}
#author_profile_area {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px 15px 0;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
#author_avatar {
  float: left;
  margin: 0 10px 20px 0;
}
#author_avatar img {
  width: 70px;
  height: 70px;
  display: block;
  border: none;
  padding: 0;
}
#author_meta {
  float: left;
  width: 505px;
  position: relative;
}
#author_name {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 160%;
  background: #222;
  color: #fff;
  padding: 7px 15px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#author_name2 {
  margin: 0 0 0 15px;
  font-size: 10px;
}
#author_desc {
  font-size: 12px;
}
/* Author list page */
#profile_author_list {
  margin: 0;
  padding: 0;
}
#profile_author_list li {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px 15px 0;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
.profile_author_avatar {
  float: left;
  margin: 0 10px 20px 0;
}
.profile_author_avatar img {
  width: 70px;
  height: 70px;
  display: block;
  border: none;
  padding: 0;
}
.profile_author_meta {
  float: left;
  width: 505px;
  position: relative;
}
.profile_author_name {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 160%;
}
.profile_author_name2 {
  margin: 0 0 0 15px;
  font-size: 10px;
}
.profile_author_link {
  color: #333;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  font-size: 12px;
  background: #e8e8e8 url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_right.png) no-repeat 16px 9px;
  padding: 5px 20px 5px 30px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.profile_author_link:hover {
  color: #fff;
}
.profile_author_desc {
  font-size: 12px;
}
.profile_author_desc p {
  margin: 0 0 10px 0;
}
/* News Press */
#news_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#news_list li {
  margin: 0;
  padding: 15px 0;
}
#news_list .news_date {
  font-size: 12px;
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 100%;
}
#news_list .news_title {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#news_list .news_title a {
  text-decoration: none;
  display: block;
}
#news_list .news_title a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title {
  border: 1px solid #ccc;
  overflow: hidden;
}
#single_title h2 {
  margin: 0;
  font-size: 16px;
  background: #ccc;
  color: #fff;
  padding: 10px 15px;
  line-height: 180%;
}
#single_meta {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  background: #f9f9f9;
}
#single_meta li {
  float: left;
  padding: 10px 15px;
  margin: 0 0 -1px 0;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  line-height: 100%;
}
#single_meta li:last-child {
  border: none;
}
#single_meta li.post_category {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_category.png) no-repeat 15px 11px;
  padding-left: 31px;
}
#single_meta li.post_tag {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_tag.png) no-repeat 15px 11px;
  padding-left: 31px;
}
#single_meta li.post_comment {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_comment.png) no-repeat 15px 9px;
  padding-left: 31px;
}
#single_meta li.post_author {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_author.png) no-repeat 15px 11px;
  padding-left: 31px;
}
#news_title {
  border: 1px solid #ccc;
  overflow: hidden;
}
#news_title h2 {
  margin: 0;
  font-size: 16px;
  background: #ccc;
  color: #fff;
  padding: 10px 15px;
  line-height: 180%;
}
#news_title p {
  margin: 0 15px;
  font-size: 12px;
  overflow: hidden;
}
.post {
  padding: 30px 0px 10px;
}
.post_image {
  text-align: center;
  margin: 0 0 15px 0;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #333;
  color: #fff;
}
/* bookmark */
.post .bookmark2 {
  clear: both;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.post .bookmark2 li {
  background: none;
  padding: 0;
  float: left;
  margin: 0 0 0 10px;
}
/* banner */
#single_banner1 {
  text-align: center;
  margin: -10px 0 18px 0;
}
#single_banner2 {
  clear: both;
  text-align: center;
  padding: 15px 0 10px 0;
}
/* author information */
#single_author {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  padding: 15px 15px 2px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius : 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
#single_author_avatar {
  float: left;
  margin: 0 10px 20px 0;
}
#single_author_avatar img {
  width: 70px;
  height: 70px;
  display: block;
  border: none;
  padding: 0;
}
#single_author_meta {
  float: left;
  width: 505px;
  position: relative;
}
#single_author_name {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 160%;
}
#single_author_name2 {
  margin: 0 0 0 15px;
  font-size: 10px;
}
#single_author_link {
  color: #333;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  font-size: 12px;
  background: #e8e8e8 url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_right.png) no-repeat 16px 9px;
  padding: 5px 20px 5px 30px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#single_author_link:hover {
  color: #fff;
}
#single_author_desc {
  padding: 10px 0 0 0;
  font-size: 12px;
  border-top: 1px dotted #ccc;
}
#single_author_desc p {
  margin: 0 0 10px 0;
}
/* author post */
#single_author_post {
  margin: 0 0px 20px;
}
#single_author_post ul {
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #f9f9f9;
}
#single_author_post ul ul {
  margin: 0 0 10px 0;
  border: none;
}
#single_author_post li {
  float: left;
  display: inline-block;
  margin: 0 0 -1px 0;
  width: 314px;
  height: 105px;
  border-bottom: 1px solid #ccc;
}
#single_author_post li.odd {
  border-right: 1px solid #ccc;
  width: 313px;
}
#single_author_post li li {
  color: #999;
  float: none;
  display: inline;
  margin: 0 0 5px 0;
  width: auto;
  font-size: 11px;
  line-height: 110%;
  border: none;
  height: auto;
  width: auto;
}
#single_author_post li li.date {
  border-right: 1px solid #ccc;
  margin: 0 5px 0 0;
  padding: 0 9px 0 0;
}
#single_author_post .image {
}
#single_author_post .image img {
  width: 100px;
  height: 75px;
  display: block;
  float: left;
  margin: 15px;
}
#single_author_post .image:hover img {
  opacity: 0.5;
}
#single_author_post .info {
  width: 170px;
  float: left;
  margin: 15px 0 0 0;
  overflow: hidden;
}
#single_author_post .title {
  font-size: 13px;
  margin: 0;
}
#single_author_post .title a {
  display: block;
  text-decoration: none;
}
#single_author_post li li a {
  color: #999;
  text-decoration: none;
}
#single_author_post a:hover {
  text-decoration: underline;
}
/* related post*/
#related_post {
  margin: 0 0 20px 0;
}
#related_post ul {
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #f9f9f9;
}
#related_post li {
  float: left;
  margin: 0;
  width: 125px;
  height: 170px;
  border-right: 1px solid #ccc;
  padding-bottom: 15px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#related_post li.num5 {
  border: none;
  width: 124px;
}
#related_post .image {
}
#related_post .image img {
  width: 100px;
  height: 70px;
  display: block;
  margin: 13px;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .title {
  font-size: 12px;
  margin: 0 13px;
  max-height: 60px;
  overflow: hidden;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
#related_post .title a:hover {
  text-decoration: underline;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px;
  padding: 0;
}
#previous_next_post a {
  color: #333;
  text-decoration: none;
  line-height: 140%;
  font-size: 11px;
  padding: 12px 0;
}
#previous_post a {
  margin: 0;
  width: 284px;
  float: left;
  padding-left: 30px;
  background: #eee url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_left.png) no-repeat 12px 16px;
}
#next_post a {
  margin: 0;
  width: 285px;
  float: right;
  text-align: right;
  padding-right: 30px;
  background: #eee url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_right.png) no-repeat 296px 16px;
}
#previous_next_post a:hover {
  color: #fff;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  display: block;
  width: 44px;
  height: 37px;
  background: #222;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-top: 7px;
  line-height: 1;
}
#return_top:hover {
  background-color: #666;
}
/* footer widget */
#footer_widget_wrap {
  background: #f9f9f9;
  width: 100%;
  min-width: 1150px;
}
#footer_widget {
  width: 1150px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.footer_widget {
  width: 250px;
  float: left;
  margin: 0 33px 30px 0;
  font-size: 11px;
  position: relative;
}
.footer_widget.right_widget {
  margin-right: 0;
  width: 300px;
}
.footer_headline {
  font-size: 14px;
  padding: 0 0 7px 0;
  margin: 0 0 12px 0;
}
.footer_widget ul {
  margin: 0;
  font-size: 12px;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {
  line-height: 170%;
  margin: 0 0 6px 0;
  padding: 0 0 0 9px;
}
.footer_widget li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  width: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer_widget .sub-menu li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  background: none;
  display: inline;
}
.footer_widget a {
}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* footer */
#footer_wrap {
  clear: both;
  width: 100%;
  min-width: 1150px;
  background: #f9f9f9;
  border-top: 4px solid #222;
}
#footer {
  width: 1150px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
}
#footer a {
  text-decoration: none;
}
/* footer menu */
#footer_menu_area {
  position: absolute;
  right: 0px;
  top: 59px;
}
#footer_menu {
  float: left;
  margin: 2px 20px 0 0;
}
#footer_menu ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#footer_menu li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer_menu li a {
  text-decoration: none;
  padding: 0 0 0 11px;
}
#footer_menu li a:hover {
  text-decoration: underline;
}
#footer_social_link {
  float: left;
}
/* footer logo */
#footer_logo_area {
  position: absolute;
  top: 28px !important;
}
#footer_logo {
  margin: 0;
  line-height: 100%;
}
#footer_logo_area #footer_description2 {
  padding-top: 25px;
  display: block;
  width: 300px;
}
#footer_logo_text_area {
  position: absolute;
  left: 0px;
  top: 42px;
}
#footer_logo_text {
  margin: 0 0 5px 0;
  font-size: 24px;
  padding: 0;
  font-weight: normal;
}
#footer_logo_text a {
  display: block;
  text-decoration: none;
}
#footer_description {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  display: block;
  padding: 0;
  color: #aaa;
}
#footer_description2 {
}
#footer_description2 p {
  line-height: 160%;
}
/* copyright */
#copyright {
  font-size: 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-width: 1150px;
  background: #222;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
#copyright a {
  text-decoration: none;
  color: #aaa;
}
#copyright a:hover {
  text-decoration: underline;
}
.accordion-btn {
  display: none;
}

/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
#side_col .styled_post_list1 .image {
  float: none;
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
}
#side_col .styled_post_list1 .image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Header full */
.page-template-page_header-full-php #contents-header {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
.page-template-page_header-full-php #contents-header img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-template-page_header-full-php #contents {
  width: 960px;
  margin: 0 auto;
}
.page-template-page_header-full-php #main_col {
  float: none;
  width: 100%;
  margin: -25px auto 0;
}
.page-template-page_header-full-php #left_col {
  float: none;
  width: 100%;
  margin: 0 auto;
}
.page-template-page_header-full-php .headline3 {
  width: 940px;
  height: 40px;
  margin: 90px auto 60px;
  padding: 0 0 50px;
  font-family: "Century Gothic", Arial, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;
  line-height: 36px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #1b4679;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/headline3.gif) no-repeat center bottom;
}
.page-template-page_header-full-php #main_col p {
  width: 720px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 2.2;
  background-color: #fff;
}
.page-template-page_header-full-php #main_col ul.twfb_btn {
  width: 540px;
  margin: 25px auto 50px;
}
.page-template-page_header-full-php ul.twfb_btn li {
  list-style-type: none;
  display: inline;
  background-color: #fff;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* search */
.widget_search label {
  display: none;
}
.google_search #search_input, .widget_search #search-box, .widget_search #s {
  width: 168px;
  height: 33px;
  margin: 0 -2px 5px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}
#search_input {
  display: inline-block;
  vertical-align: middle;
}
#search_button {
  display: inline-block;
  vertical-align: middle;
}
.google_search input#search_button, .widget_search #search-btn input, .widget_search #searchsubmit {
  border: none;
  width: 80px;
  height: 35px;
  background: #bbb;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
}
.google_search input#search_button:hover, .widget_search #search-btn input:hover, .widget_search #searchsubmit:hover {
  background: #666;
  color: #fff;
}

.tabPostBlock {
  margin-bottom: 20px;
}
.changeTab {
  margin-bottom: 0px;
  display: flex;
}
.changeTab li {
  width: 23.5%;
  margin-right: 2%;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 10px 5px;
  display: flex;
}
.changeTab li:hover {
  background-color: #222;
  cursor: pointer;
}
.changeTab li.active {
  background-color: #222;
}
.changeTab li span {
  align-self: center;
  width: 100%;
}
.changeTab li:last-child {
  margin-right: 0;
}
.changeChild {
  border: 1px solid #ddd;
  padding: 20px;
}
.changeChild.hidden {
  display: none;
}
.changeChild ul {
  margin-bottom: 0px;
}
.changeChild ul li {
  margin-bottom: 5px;
}
.changeChild ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #222;
  margin-right: 5px;
}
.changeChild ul li a {
  text-decoration: none;
}
.changeChild ul li a:hover {
  text-decoration: underline;
}

.ownCatList li {
  margin-bottom: 0px;
}
.ownCatList li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.ownCatList li a:hover {
  background-color: #E1E1E1;
  color: inherit;
}
.ownCatList li a:after {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 16px;
  margin-top: -8px;
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
}
.sideTopics {
  margin-bottom: 20px;
}
.sideTab {
  border-bottom: 3px solid #222;
  margin-bottom: 0px;
  display: flex;
}
.sideTab li {
  width: 50%;
  display: flex;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 10px 5px;
}
.sideTab li.active {
  background-color: #222;
}
.sideTab li span {
  display: block;
  align-self: center;
  width: 100%;
}
.sideTab li:hover {
  background-color: #222;
  cursor: pointer;
}
.sideTabChild {
  border: 1px solid #ddd;
  padding: 20px;
}
.sideTabChild.hidden {
  display: none;
}
.sideTabList {
  margin-bottom: 0px;
}
.sideTabList li {
  display: flex;
}
.sideTabList li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sideTabList li .thumb {
  margin-right: 10px;
  /*background-color: #000;*/
  width: 80px;
  height: 80px;
}
.sideTabList li .thumb img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
  vertical-align: bottom;
}
.sideTabList li .thumb a:hover img {
  opacity: 0.7;
}
.sideTabList li .info {
  width: calc(100% - 90px);
}
.sideTabList li .info time {
  font-size: 14px;
}
.sideTabList p.sideTabTitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.searchBlock {
  margin-bottom: 20px;
}
.searchInner {
  border: 1px solid #ddd;
  border-top-style: none;
  padding: 20px;
}
.searchList:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.searchTitle {
  margin-bottom: 0px;
  float: left;
  width: 160px;
  font-size: 16px;
  line-height: 1.5;
}
.searchTitle:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 6px;
  color: #222;
}
.searchRight {
  width:  calc(100% - 175px);
  float: right;
}
.freeWord {
  height: 24px;
  margin-right: 10px;
}
.areaSearchList {
  margin-bottom: 10px;
  font-size: 16px;
}
.areaSearchList dt {
  display: inline-block;
}
.areaSearchList dt:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #222;
}
.areaSearchList dd {
  display: inline-block;
}
.areaSearchList dd:after {
  content: "｜";
}
.areaSearchList dd:last-child:after {
  content: "";
}
.otherSearchList {
  margin-bottom: 0px;
}
.otherSearchList li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
.otherSearchList li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #222;
  margin-right: 4px;
}

.ml_ad_widget img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
}
.ml_ad_widget a:hover img {
  opacity: 0.7;
}

/*******************************
Page Style
*******************************/
.breadCrumb {
  padding: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 13px;
  margin-bottom: 40px;
}
.catPostList {
  margin-bottom: 30px;
}
.postListChild {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
.postListChild:after {
  display: none !important;
}
.postListChild .thumb {
  margin-right: 10px;
  position: relative;
  /*background-color: #000;*/
}
.postListChild .thumb img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
  vertical-align: bottom;
}
.postListChild .thumb a:hover img {
  opacity: 0.7;
}
.postListChild .colorCat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.postListChild .info {
  
}
.postListChild .info p {
  margin-bottom: 0px;
}
.postListChild .info .catListTitle {
  line-height: 1.5;
  margin-bottom: 10px;
}
.postListChild .catListTitle a {
  font-size: 18px;
  font-weight: bold;
}
.postListChild .catListDesc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.SP {
  display: none;
}