/*
 Theme Name:   Oita Ken Shakyou 2016
 Description:  Oita Ken Shakyou 2016 Theme
 Author:       Masamazu Yamasaki
 Version:      1.0.0
*/


body {
    font-family: YuGothic, '游ゴシック', "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

header nav {
    height: 58px;
    background: #fff;
    overflow: hidden;
    line-height: 58px;
    font-size: 13px;
}

.width960 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

header nav ul {
    display: flex;
    list-style: none;
    font-weight: bold;
    position: absolute;
    right: 0;
}

header nav ul li {
    margin-right: 1rem;
}

header nav ul li a:link {
    text-decoration: none;
    color: #000;
}

.logo_header {
    display: inline-block;
    padding: 0.5rem 0;
    float: left;
}

.main_visual {
    text-align: center;
}

.news_block {
    background: #fcfcfc;
    border: solid 1px #898989;
    padding: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
}

.news_block ul li span {
    color: #f00;
}

.news_block ul li a {
    margin: 0 0.4rem;
}

.news_block ul {
    list-style: none;
}

.news_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_01.png') no-repeat bottom 3px left 0;
}

.news_block h1 a {
    text-decoration: none;
    float: right;
    background: #24b8ac;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.4rem;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.sub_block {
    background: #fcfcfc;
    border: solid 1px #898989;
    padding: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
}

.sub_block ul li {
    display: inline-block;
    width: 150px;
}

.sub_block ul li span {
    color: #f00;
}

.sub_block ul li a {
    margin: 0 0.4rem;
}

.sub_block ul {
    list-style: none;
}

.sub_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_01.png') no-repeat bottom 3px left 0;
}

.sub_block h1 a {
    text-decoration: none;
    float: right;
    background: #24b8ac;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.4rem;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.left_block {
    width: 664px;
    margin-right: 40px;
}

.category_title{
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
}

h1.category-news,h1.category-kessan,h1.category-keikaku{
    background: url('images/titleicon_01.png') no-repeat bottom 3px left 0;
}
h1.category-kenshu{
    background: url('images/titleicon_02.png') no-repeat bottom 3px left 0;
}
h1.category-joseikin{
    background: url('images/titleicon_03.png') no-repeat bottom 3px left 0;
}
h1.category-daihukun-goods{
    background: url('images/titleicon_05.png') no-repeat bottom 3px left 0;
}

.left_block article,.su-post{
    /*border-bottom: dotted 1px #ccc;*/
	border-bottom: dotted 1px #5a5a5a;
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
}

.wp-pagenavi{
    margin: 1rem 0 0 0;
}

.right_block {
    width: 256px;
}

.main_block {
    width: 960px;
    margin: 2rem auto;
    position: relative;
    overflow: hidden;
    display: flex;
}

.text_search {
    border: solid 1px #24b8ac;
    border-radius: 4px;
    background: #eee;
    padding: 0.3rem;
    line-height: 16px;
    width: 12rem;
}

.text_search_submit{
    padding: 0.2rem 0.5rem;
    background: #24b8ac;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.right_block nav {
    margin: 1.4rem 0;
}

.right_block nav h1 {
    background-color: #d9eee5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0.8rem;
}

.right_block nav ul {
    font-size: 13.5px;
    padding-left: 0.2rem;
    margin-bottom: 1.7rem;
}

.right_block nav li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.4rem;
}

.right_block nav li:before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background: #24b8ac;
    position: relative;
    left: -10px;
    top: -3px;
}

.right_block nav li:hover:before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background: #fea700;
    position: relative;
    left: -10px;
    top: -3px;
}

.right_block nav li a {
    line-height: 30px;
    text-decoration: none;
    color: #000;
}

.btn_nav_hitori,
.btn_nav_kaigo,
.btn_nav_jidou,
.btn_nav_hoiku,
.btn_nav_kenshakyou,
.btn_nav_link,
.btn_nav_inquiry,
.btn_nav_fb,
.btn_nav_twitter {
    display: block;
    text-decoration: none;
    color: #000;
    padding-left: 1.5rem;
    height: 33px;
    line-height: 33px;
    margin-bottom: 0.5rem;
    clear: both;
    font-weight: bold;
}

.btn_nav_kenshakyou {
    background: #ffe7bd;
}

.btn_nav_link {
    background: #bfd9f5;
}

.btn_nav_inquiry {
    background: #f1c1f5;
}

/* 貸付事業 */
.btn_nav_hitori {
    background: #f8ac92;
}

.btn_nav_kaigo {
    background: #ba99c8;
}

.btn_nav_jidou {
    background: #83bfa5;
}

.btn_nav_hoiku {
    background: #feb9ce;
}

.btn_nav_fb {}

.btn_nav_twitter {}

.title_nav_weather {
    background-color: #eee !important;
}

.btn_nav_kenshakyou img,
.btn_nav_link img,
.btn_nav_inquiry img,
.btn_nav_fb img,
.btn_nav_twitter img,
.title_nav_weather img {
    vertical-align: middle;
    padding-right: 0.4rem;
}

.kouen_area {
    margin-bottom: 1.7rem;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.weather_area {
    margin-bottom: 1.7rem;
}

.kenshu_block {
    background: #fffcfc;
    margin-right: 25px;
    border: solid 1px #898989;
    padding: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
    width: 320px;
}

.kenshu_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_02.png') no-repeat bottom 3px left 0;
}

.kenshu_block h1 a {
    text-decoration: none;
    float: right;
    background: #24b8ac;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.4rem;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.kenshu_block h4 {
    letter-spacing: 0;
}

.josei_block {
    background: #fffdf5;
    border: solid 1px #898989;
    padding: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
    width: 320px;
}

.josei_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_03.png') no-repeat bottom 3px left 0;
}

.josei_block h1 a,.goods_block h1 a {
    text-decoration: none;
    float: right;
    background: #24b8ac;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.4rem;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.top_2column {
    display: flex;
    margin: 25px 0;
}

.post-text {
    margin-bottom: 1rem;
}

.btn_red {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    background: #fa5a5a;
    padding: 0.5rem;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn_orange {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    background: #ffa200;
    padding: 0.5rem;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn_karasi {
    text-decoration: none;
    display: inline-block;
    width: 86%;
    background: #ddba2a;
    padding: 0.5rem;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 1.4rem;
}

.btn_green {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    background: #24b8ac;
    padding: 0.5rem;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.kashikaigi_block {
    background: #fffae8;
    margin-right: 25px;
    border: solid 1px #898989;
    padding: 1.4rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
    width: 320px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.kashikaigi_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 2rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_04.png') no-repeat bottom 3px left 0;
}

.kashikaigi_block h1 a {
    text-decoration: none;
    float: right;
    background: #ddba2a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0.4rem;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.other_block {
    width: 320px;
}

.other_block ul {
    list-style: none;
}

.other_block ul li {
    display: inline-block;
    background: #fcead6;
    border: solid 1px #898989;
    float: left;
    height: 123px;
    line-height: 16px;
    letter-spacing: 1px;
    font-size: 12px;
    width: 158px;
    padding: 0.5rem;
}

.other_block ul li:nth-of-type(1) {
    margin: 0 3px 3px 0;
}

.other_block ul li:nth-of-type(2) {
    margin: 0 0 3px 0;
    text-align: justify;
}

.other_block ul li:nth-of-type(2) a:link{
    text-decoration: none;
    color: #000;
}

.other_block ul li:nth-of-type(3) {
    margin: 0 3px 0 0;
    border: 0;
    padding: 0;
}

.other_block ul li:nth-of-type(4) {
    margin: 0 0 3px 0;
    text-align: justify;
}

.other_block ul li:nth-of-type(4) a:link{
    text-decoration: none;
    color: #000;
}

.other_block ul li h1 {
    font-size: 16px;
    text-align: center;
    margin: 0.8rem 0;
}

.daihukun_block,
.goods_block {
    background: #f8f8f8;
    margin-right: 25px;
    border: solid 1px #898989;
    padding: 1.3rem;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
    width: 320px;
}

.goods_block {
    margin-right: 0;
}

.goods_block h1 {
    color: #24b8ac;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #24b8ac;
    margin-bottom: 0.8rem;
    padding: 0 0 0.3rem 1.8rem;
    height: 35px;
    line-height: 35px;
    background: url('images/titleicon_05.png') no-repeat bottom 3px left 0;
    letter-spacing: -2.5px;
}

.post-time {
    font-size: 10px;
    text-align: right;
    color: #282523;
}

.pankuzu_area {
    background: #ddd;
    border-top: solid 1px #cacac9;
}

.border_white {
    border-top: solid 1px #fff;
}

.pankuzu_area section {
    width: 960px;
    margin: 0 auto;
    padding: 0.5rem 0;
}

.footer_nav_area,
.copy_area div {
    width: 960px;
    margin: 0 auto;
    padding: 1rem 0;
}

footer nav {
    font-size: 12px;
    background: #eee;
    border-bottom: solid 1px #cacac9;
    border-top: solid 1px #cacac9;
}

.footer_nav_area {
    height: 200px;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    -ms-column-count: 4;
    position: relative;
}

.footer_nav_area ul {
    list-style-position: inside;
    margin-bottom: 1.4rem;
    line-height: 22px;
}

.footer_nav_area ul li{
    list-style-type: disc;
}

.footer_nav_area ul li a{
    color:#000;
    text-decoration: none;
}

.footer_nav_area ul li a:hover{
	text-decoration: underline;
}

.pagetop {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.copy_area div {
    font-size: 10px;
    letter-spacing: 1px;
}

.copy_area div ul li a {
    color: #282523;
    text-decoration: none;
}

.copy_area div ul {
    display: flex;
    float: left;
    list-style: none;
}

.copy_area div ul li {
    margin-right: 2rem;
}

.copy_area div span {
    float: right;
}

.copy_area div:after {
    content: "";
    clear: both;
    display: block;
}

.red {
    color: #e73c5c;
}

.blue {
    color: #4d82ed;
}

.margin-tb {
    margin: 10px 0 15px 0;
    text-align: center;
}

.font12 {
    font-size: 12px;
}

li {
    list-style-position: inside;
}

.docitemText,
hr {
    margin-bottom: 1.4rem;
}

.page {
    line-height: 180%;
}

.docitemHead,
.docitemTitle {
    padding-bottom: 0.8rem;
}

#wp_rp_first{
    margin-top: 3rem;
}

.post h1{
    padding: 0 0 1rem 0;
}

.searchform label{ display: none; }

.su-posts-default-loop .su-post {
    margin-bottom: 1.5em !important;
    line-height: 1.5;
}

.title_nav_weather{
	background-image: url(images/icon_tenki.png);
	background-repeat: no-repeat;
	background-position: top 4px left 27px ;
	text-align: left !important;
	padding-left: 3.7rem !important;
}

.home .goods_block h4 a{
    color: #000;
    text-decoration: none;
}

#post-793 .tsuika_title{font-size: 1.5em;text-align: center;}
#post-793 .list_manu{ widht:700px; margin-top:0.5em; list-style-type: disc !important; }
#post-793 .list_manu li{ /*width:670px;*/ margin:0 auto 0.3em auto; display:block; padding:0.4em; border:solid 1px #ccc; list-style-type: disc !important; }
#post-793 .list_manu li:nth-child(even){ background-color:#cff; font-size:18px;}
#post-793 .list_manu li:nth-child(odd){ background-color:#fcc;  font-size:18px;}
#post-793 .box_line {margin:15px; padding:10px; border:1px solid #dcdcdc;}

#playList li {
    display: inline-block;
}

/* ikiiki用20170623 */

.right_block .rent {
    color: #ffffff;
    background-color: #24b8ac;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    box-sizing: inherit;
    width: 256px;
    height: 60px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0.5rem 2rem 0;
    text-align: center;
    text-decoration: none;
}

.right_block .rent a:link {
    text-decoration: none;
}

.right_block .rent a:visited {

}

.right_block .rent a:hover {
    color: #ffffff;
}

.right_block .rent a:active {

}

dt{float:left; width:30%;}
dd{padding-left:30%;}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.cyan {
    color: #00A6EC;
}
dl dd {
     border-bottom: 1px dotted #988b8b;
     /*padding-left: 7.5em;  dtの幅以上のpaddingをとる*/
	 margin: 3px 0;
	 line-height: 190%;
}
/*img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright { float: right; }
img.alignleft { float: left; }*/

#post-2539 .waku{
	padding:10px 10px;
	overflow: hidden;
	clear:both;
}

#post-2539 .thumb{
	/*border: 1px solid #F61D38;*/
	border-bottom: 1px solid #b0c4de;
	background: #FFF;
	margin: 5px 0px;
	height: 110px;
	padding: 5px 0;
	list-style: none;
}

#post-2539 .thumb a{
	display:block;
	height:66px;
}

#post-2539 .image{
	margin:3px 5px;
	float:left;
}

#post-2539 .title{
	/*height:20px;
	margin-top:3px;*/
	width:75%;
	line-height:20px;
	font-size:16px;
	float:left;
}

#post-2539 .text{
	/*height:40px;
	margin-bottom:3px;*/
	width:75%;
	font-size:14px;
	float:left;
	margin-left: 10px;
}
.waku {
	/*height:160px;*/
	height:auto;
	
}
ul.thumb img {
    width: 120px;
    float: right;
    margin-left: 15px;
	margin-top: -26px;
}
.text_st {
	font-weight: bold;
}
div.centeringTest p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
div.centeringTest {
	font-size:3rem;
	font-weight: bold;
}
div.contering {
	margin: 0 auto;
	display:table;
}
.kodomo_title {
	color: #24b8ac;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.alignright { float: right; }
.alignleft { float: left; }

#post-2539 a.button {
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
#post-2539 a.button::before,
#post-2539 a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#post-2539 a.button,
#post-2539 a.button::before,
#post-2539 a.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#post-2539 a.button {
  background-color: #f9935c;
  color: #fff;
}
#post-2539 a.button:hover {
  background-color: #59b1eb;
}
.smlsize{
	/*width: 120px;*/
}