/*---------------------------------------------------------
Theme Name: kitani
Theme URI: 
Description: kitani
Author: ado-planing
Author URI: http://www.adopura.com
License:
License URI:
Version: 20140422
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

* {
	font-family: osaka, "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

.mt00{
	margin-top:0px!important;
}
.mt05{
	margin-top:5px;
}
.mt10{
	margin-top:10px!important;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb00{
	margin-bottom:0px!important;
}
.mb05{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}
.mb55{
	margin-bottom:55px;
}
.mb60{
	margin-bottom:60px;
}
.mb65{
	margin-bottom:65px;
}
.mb70{
	margin-bottom:70px;
}
.ml05{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}

.ml30{
	margin-left:30px!important;
}
.ml35{
	margin-left:35px;
}
.ml78{
	margin-left: 78px;
}
.mr04{
	margin-right:4px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}

.mall0{
	margin:0;
}
.pdall0{
	padding:0!important;
}
.pdall10{
	padding:10px!important;
}

.m-auto{
	margin:0 auto;
}
.size10{
	font-size:10px!important;
}
.size11{
	font-size:11px;
}
.size12{
	font-size:12px;
}
.size13{
	font-size:13px;
	line-height:20px;
}
.size14{
	font-size:14px;
}
.size15{
	font-size:15px;
}
.size16{
	font-size:16px!important;
}
.size17{
	font-size:17px;
}
.size18{
	font-size:18px!important;
	line-height:30px;
}
.size19{
	font-size:19px;
}
.size20{
	font-size:20px;
}
.size21{
	font-size:21px!important;
}
.size24{
	font-size:24px!important;
}
.size25{
	font-size:25px;
	line-height:40px;
}
.size30{
	font-size:30px;
}
.size35{
	font-size:35px;
}

.line1{
	line-height:1;
}

.super{
	vertical-align:super;
}


.txt-normal{
	font-weight:normal;
}
.txt-bold{
	font-weight:bold!important;
}
.txt-right{
	text-align:right;
}
.txt-left{
	text-align:left;
}
.txt-center{
	text-align: center;
}
.txt-indent{
	text-indent:-1em;
	margin-left:1em;
}
.color-yellow{
	color: #FF0;
}
.color-white{
	color: #FFF;
}
.color-light_bule{
	color: #1e89dc;
}
.color-red{
	color: #f70f61;
}
.color-red2{
	color:#d07375;
}
.color-deep-red{
	color:#bb0000;
}
.color-green{
	color: #2aaa39;
}
.color-green2{
	color: #00b375;
}
.color-darkbule{
	color:#006888!important;
}
.color-deepbule{
	color:#083e8d!important;
}
.circle-lightyellow{
	color:#f3e92b;
}

.list_no{
	list-style-type:none!important;
}
.list_decimal{
	list-style-type:decimal!important;
}
.list_katakana{
	list-style-type:katakana!important;
}
.display-block{
	display:block;
}
.up-arrow{
	padding:0 0 0 14px;
	background:url(images/icon/icon_up-arrow.gif) no-repeat left center;
}
.center-arrow{
	background-position:245px;
}
.circle-bule{
	color: #1e89dc;
	margin-right:5px;
}
.circle-orange{
	color: #ff9b00;
	margin-right:5px;
}
.circle-red{
	color: #bb0000;
	margin-right:5px;
}
.circle-lightgreen{
	color: #80d6bb;
	margin-right:5px;
}


.green-box{
	padding:10px;
	border:4px solid #abd8af;
	border-radius:5px;
}

.green-box2{
	padding:10px;
	border:4px solid #00b375;
}

.bule-box{
	padding:10px;
	border:4px solid #62c5e8;
}
.orange-box{
	padding:10px;
	border:4px solid #edb08e;
}

.lightbule-box{
	padding:10px;
	border:4px solid #dff1f7;
}

.red-box{
	padding:10px;
	border:4px solid #ddb3b9;
	border-radius:5px;
}

.blue-back{
	background:#dff1f7;
	border-radius:5px;
	padding:20px;
	padding-bottom:5px;
}
.light-blue-back{
	background:#62c5e8;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
}
.green-back{
	background:#95e5c8;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
}
.braun-back{
	background:#f4ece9;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
}
.light-green-back{
	background:#c4e8db;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
}
.light-red-back{
	background:#f2dddd;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
}


a { outline: none; }
a.btn-bule{
	background-color: #1e89dc!important;
	text-shadow:none!important;
	color:#FFF!important;
}
a:hover.btn-bule{
	background-color:#2e99ec!important;
}

input:focus{
	outline:none;
}



body {
	background-color: #fff;
	position:relative;
}
#container {
	word-break: normal;
	word-wrap: break-word;
}
p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align:justify;
	text-justify:inter-word;
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.wp-image-1584 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.wp-image-260 {
    margin-top: 20px;
}

a {
	color: #5484C8;
	text-decoration: underline;
}
a:hover {
	color: #C03;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	line-height: 28px;
}
.post ol {
	padding-left: 40px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.underline{
	border-bottom:1px solid #FFF;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn,
.btn-deepbule a,
input.wpcf7c-elm-step1,
input.wpcf7c-elm-step2 {
    position: relative;
    display: block;
    padding: 15px 10px;
	margin-bottom:20px;
    text-align: center;
    cursor: pointer;
	color:#FFF;
    color: white;
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    box-shadow: 0 5px 0px #00799c;
	font-size:14px;
    border:none!important;
}
.btn:link, .btn:visited,
input:link.wpcf7c-elm-step1,
input:visited.wpcf7c-elm-step1, 
input:link.wpcf7c-elm-step2,
input:visited.wpcf7c-elm-ste2{ background-color: #0095da; }
.btn:hover, input:hover.wpcf7c-elm-step1, input:hover.wpcf7c-elm-step2 { background-color: #0095da;	color:#FFF; }
.btn:active, input:active.wpcf7c-elm-step1, input:active.wpcf7c-elm-step2{
    background-color: #00799c;
    box-shadow: 0 0 0px #00799c;
    top: 5px;
}

.btn-green,
input.wpcf7c-elm-step1,
input.wpcf7c-elm-step2 {
    box-shadow: 0 5px 0px #1A661F;
	background-color: #2A9939!important;
}
.btn-green:link, .btn-green:visited, 
input:link.wpcf7c-elm-step1, input:visited.wpcf7c-elm-step1,
input:link.wpcf7c-elm-step2, input:visited.wpcf7c-elm-step2 { background-color: #2A9939!important; }
.btn-green:hover, input:hover.wpcf7c-elm-step1, input:hover.wpcf7c-elm-step1 { background-color: #2A9939;	color:#FFF; }
.btn-green:active {
    box-shadow: 0 0 0px #1A661F;
}

.btn-braun {
    box-shadow: 0 5px 0px #68483a;
}
.btn-braun:link, .btn-braun:visited { background-color: #d99875; }
.btn-braun:hover { background: #d99875;	color:#FFF; }
.btn-braun:active {
    box-shadow: 0 0 0px #68483a;
}

.btn-orange {
    box-shadow: 0 5px 0px #C60;
}
.btn-orange:link, .btn-orange:visited { background-color: #F70; }
.btn-orange:hover { background-color: #F70;	color:#FFF; }
.btn-orange:active {
    box-shadow: 0 0 0px #871;
}

.btn-deepbule a {
    box-shadow: 0 5px 0px #004659;
}
.btn-deepbule a:link, .btn-deepbule a:visited { background-color: #006886; }
.btn-deepbule a:hover { background-color: #006886;	color:#FFF; }
.btn-deepbule a:active {
    box-shadow: 0 0 0px #004659;
}

.btn-seabule {
    box-shadow: 0 5px 0px #113856;
}
.btn-seabule:link, .btn-seabule:visited { background-color: #1f7ac6; }
.btn-seabule:hover { background-color: #1f7ac6;	color:#FFF; }
.btn-seabule:active {
    box-shadow: 0 0 0px #113856;
}

.btn-red {
    box-shadow: 0 5px 0px #5e3638;
}
.btn-red:link, .btn-red:visited { background-color: #d07375; }
.btn-red:hover { background-color: #d07375;	color:#FFF; }
.btn-red:active {
    box-shadow: 0 0 0px #5e3638;
}

.one-btn{
	width: 330px;
	margin: 0 auto 20px;
}

.home-btn{
	border-radius:100%;
	padding:50px 10px 10px;
	width:80px;
	height:40px;
	margin:10px;
	font-size:13px;
	line-height:20px;
}
.home-btn-list li{
	float:left;
}
.home-btn-list li a.icon-shori{
	margin-left: 75px;
}
.home-btn-list li a.icon-access{
	margin-right: 75px;
}

.border-green{
	margin:10px 0;
	width:100%;
	height:5px;
	background:#c4e8db;
}
.border-blue{
	margin:10px 0;
	width:100%;
	height:5px;
	background:#62c5e8;
}
.border-lightblue{
	margin:10px 0;
	width:100%;
	height:5px;
	background:#1e89dc;
}
.border-lightblue2{
	margin:10px 0;
	width:100%;
	height:5px;
	background:#dff1f7;
}


.bottom-btn{
	overflow:hidden;
}
.bottom-btn ul li{
	float:left;
	width:48%;
	margin:0 1%;
}
.bottom-btn ul li a{
	font-size:13px;
}
.bottom-contact{
	padding-bottom:5px;
	border-radius:5px;
}
.bottom-contact h4,
.bottom-contact p,
.bottom-contact img{
	float:left;
}
.bottom-contact h4{
	margin-left:30px;
	margin-bottom:0px!important;
	background-color:transparent!important;
	color:#00516d;
	font-size:18px;
	font-weight:bold;
}
.bottom-contact p{
	margin-top:12px;
	margin-left:20px;
	margin-bottom:0px!important;
}
.bottom-contact img{
	margin-top: 10px;
}
.bottom-contact .btn{
	margin-top: 20px;
	float: left;
	width: 250px;
}


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.first-li{
	margin-right:10px;
}

/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%!important;
}

.home .kizi img {
    margin-top: 10px;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header{
	background:url(images/header_back.gif) repeat-x;
	height:130px;
}
#container #header #header-in #h-l .sitename {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#header #header-in #h-l h1 a {
	color: #FFF;
	text-decoration: none;
}
#h-l .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
/*記事タイトル*/

.entry-title {
	font-size: 29px;
	line-height: 36px;
	letter-spacing:2px;
	text-align:center;
	color: #0097dc;
	padding-top: 10px;
	margin-bottom: 20px;
	/*padding:0px 0 50px 40px;
	background:url(images/icon_entry_title.gif) no-repeat left top;*/
}
h1.entry-title{
	margin-bottom: 60px;
}
.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}

.page-id-2 .entry-title {
	background:url(images/icon/icon-company.gif) no-repeat 140px -10px;
	color:#000;
}

.page-id-10 .entry-title {
	color:#1f7ac5;
}
.page-id-17 .entry-title {
	color:#00ae75;
}
.page-id-19 .entry-title {
	color:#916551;
}
.page-id-21 .entry-title {
	color:#d07375;
}

/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}
/*中見出し*/

.demo h2 {
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 29px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/icon/icon_title_green.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	color: #005472;
	line-height: 37px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-weight:normal;
	border-bottom:5px solid #dff1f7;
}
.page-id-17 h2{
	color: #00ae75;
	border-bottom:5px solid #c4e8db;
}

.page-id-19 h2{
	color: #916551;
	border-bottom:5px solid #f2ded6;
}

.page-id-21 h2{
	color: #d07375;
	border-bottom:5px solid #edd1d3;
}

h2.title-green {
	background-image: url(images/page/a_member/index_page_sub_title-green.gif);
	background-color:#e3f4c1;
	color: #56bd00;
	padding-top:4px;
	padding-bottom:4px;
}
h2.title-pink {
	background-image: url(images/page/a_member/index_page_sub_title-pink.gif);
	background-color:#fff1f6;
	color: #ff7ca7;
	padding-top:4px;
	padding-bottom:4px;
}

/*小見出し*/

.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #1e89dc;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-bottom-color: #d2e7f8;
}
.kizi h3 {
	font-size: 22px;
	font-weight:normal;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #005472;
	line-height: 28px;
	margin-left: 0px;
	border-bottom:5px solid #dff1f7;
}
.page-id-17 .kizi h3 {
	color: #00ae75;
	border-bottom:5px solid #c4e8db;
}
.page-id-19 .kizi h3{
	color: #916551;
	border-bottom:5px solid #f2ded6;
}
.page-id-21 .kizi h3{
	color: #d07375;
	border-bottom:5px solid #edd1d3;
}


h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	line-height: 28px;
}
.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
#footer #footer-in h4 a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------
タイトル下
------------------------------*/

.kizi .blogbox p {
	font-size: 13px;
	line-height: 35px;
}
.kizi .blogbox {
	background-color: #f5f5f5;
	border-radius:0px 5px 5px 0px;
}
.kizi .blogbox p .kdate {
	background-color: #1e89dc;
	margin-right: 10px;
	padding: 10px 5px 10px 10px;
	color: #FFF;
	border-radius:5px 0px 0px 5px;
}
/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #footer-in, #footer-nav{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#gazou{
	 height:auto;
	 min-width:960px;
	 overflow:hidden;
/*	 margin-bottom: -20px;*/
}
#gazou .flexslider{
	margin-bottom:0;
}
#wrap #wrap-in #side {
	float: left;
	width: 280px;
}
#wrap #wrap-in #side-box{
	overflow:hidden;
	margin-bottom:20px;
}
#wrap #wrap-in #main {
	float: right;
	width: 650px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#footer{
	border-top:5px solid #0096db;
	background:#FFF;
	height:130px;
	width: 100%;
	min-width:960px;
}
#footer-in {
	color: #222;
	padding:  0;
}
#respond h3 {
	font-size: 16px;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.post .entry .entry-content {
	float: right;
	width: 480px;
	padding-left: 20px;
}
.entry {
	margin-bottom: 20px;
	padding-top: 10px;
}
.entry .sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
}
#footer #footer-in .stinger {
	margin: 0px;
	display:none;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
/*-----------------------------
ヘッダー
------------------------------*/

#logo{
	float:left;
	width:280px;
	margin-right:13px;
}
#logo h1 a:hover img{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )"!important;
	
}
#logo-right{
	float:left;
	width:680px;
	margin-left:-13px;
}
.descr{
	margin-top:5px;
}
p#headimg{
	margin-bottom:0;
}

/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}

#side_contact > img {
    display: block;
    margin: 20px auto;
	width:200px;
}


#sidemenu2{
	background:#42a7e5;
	width:240px;
	padding:20px;
}

#sidemenu3{
	background:#dff1f7;
	width:240px;
	padding:20px;
}

#sidemenu2 h3, #sidemenu3 h3{
	color:#FFF;
	margin-bottom:10px;
}
 #sidemenu3 h3{
	color:#00252d;
																																																																																							}
#sidemenu2 h3 .romaji, #sidemenu3 h3 .romaji, #sidemenu4 h3 .romaji{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color:#42a7e5;
	margin-bottom:5px;
}
#sidemenu2 h3 .romaji{
	color:#006886;
}

#sidemenu2 h4, #sidemenu3 h4{
	display:none;
}
#sidemenu2 h4.menu_title,
#sidemenu3 h4.menu_title{
	display: inherit;
}
#sidemenu2 li, #sidemenu3 li{
	padding:0!important;
}
#sidemenu2 li.menu-item a, #sidemenu3 li.cat-item a{
	overflow: hidden;
	display:block;
}
#sidemenu2 li.menu-item a{
	color:#FFF;
	text-decoration:none;		
}



#sidemenu3 .sidemenu_title h3{
	float:left;
}
#sidemenu3 .sidemenu_title a{
	float:right;
}

#sidemenu3 h4.menu_title{
	position:relative;
}
#sidemenu3 h4.menu_title a{
	position: absolute;
	top:7px;
	right:7px;
}

.home #sidemenu3 #side-service{
	display:none;
}
#sidemenu3 #side-service {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}



/*----sidemenu4 12/19追加---*/


#sidemenu4 .sidemenu_title h3{
	float:left;
}

#sidemenu4 {
	background: #FFF;
    border: solid 3px #42a7e5;/*線*/
    border-radius: 10px;/*角の丸み*/	
    width: 280px;
	margin-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
}


#sidemenu4 h2 {
	background-image: none;
	border-left-style: none!important;
}

#sidemenu4 img {
	width: 100%
}


.sidemenu4-content {
	margin: 20px;
}



.top-recruit-title h2 {
	border-left: none;
}

.recruit-moji {
	margin-left: 10px;
}

.recruit-moji2 {
	margin-top: 30px;
	margin-bottom: 0!important;
}


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





#side #topnews div {
	background-color:#FFF;
	border-radius:0 0 5px 5px;
}


#side address {
	margin-top:5px;
	text-align:center;
	color:#005aad;
	font-style:normal;
}
#side address span{
	font-size:30px;
	font-weight:bold
}
#side_contact h5{
	font-size:16px;
}

#sbc-calendar table {
    border: none!important;
}
.home .side-widget #sbc-calendar{
	display:none;
}
#side .sbc-calendar-month {
    float: left;
    padding: 0px!important;
    width: 280px!important;
    border: none!important;
    background-color: transparent!important;
}
#side .sbc-calendar-month table{
    width: 280px!important;
}

#side #sbc-calendar-wrapper table tr td {
    padding: 5px!important;
    line-height: 14px!important;
    vertical-align: middle;
}


#footer #footer-in .stinger a {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(images/ca3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #header #header-in #h-l {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:  0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#container #wrap {
	padding-bottom: 20px;
}
#container #wrap #wrap-in #side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#container #wrap #wrap-in #side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#container #wrap #wrap-in #side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
	padding: 0px;
}
#container #wrap #wrap-in #side #twibox ul li li {
	padding-left: 20px;
}
#container #wrap #wrap-in #side #twibox ul li h2 {
	font-size: 16px;
}
#container #wrap #wrap-in #side #tagbox {
	padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
	padding-left: 20px;
}

/*-----------------------------
フッター
------------------------------*/

#footer-nav {
	width:50%;
	height: 75px;
	margin:0 0 0 auto;
}
#footer-nav ul{
	float: right;
	margin-top:15px;
}
#footer-nav li{
	float:left;
	padding: 1px 0 1px 18px;
	margin-right:10px;
	line-height:13px;
	background:url(images/index_icon_arrow.gif) no-repeat left center;
}
#footer-nav li a{
	text-decoration:none;
	font-size:13px;
	line-height:13px;
	color:#222;
}

#footer-in a{
	width:auto;
	float:left;
	margin-right:20px;
}
#footer-in #footer_address{
	float:left;
	margin-top:60px;
}

#footer-in #footer_address h5{
	font-size:20px;
}
	
#footer-in #footer_address p{
	font-size:14px;
	line-height: 20px;
}

.copy{
	margin-top:10px;
	color:#222
	;
	font-size:11px;
	text-align:right;
}

/*-----------------------------
SNS
------------------------------*/

.sns {
	padding: 5px 5px 5px 5px;
	margin-left: -1px;
	bottom: 10px;
	position: fixed;
	z-index:11;
	border-radius: 0px 4px 4px 0px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-image: url(images/a30.png);
	background-repeat: repeat;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 10px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
}
#page-top a:hover {
	text-decoration: none;
	background: #d6cdc0;
	color: #665e53;
}
/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background: url(images/mainmenu_back.gif) repeat-x top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2e7f8;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 15px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
#footer #footer-in h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
	color: #FFF;
	text-decoration: none;
	background-color: #f3f3f3;
	width: 90px;
	color: #666666;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #FFF;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}
/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #daefff;
	margin-left:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	border-radius:5px;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
#comments input{
	padding:5px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}
/*---------------------
ナビゲーション
-----------------------*/

#navi-in li {
	position: relative;
	width:170px;
	height:100px;
	float: left;
	font-size: 13px;
	display: block;
}
#navi-in li li {
	float: left;
	font-size: 13px;
	display: block;
	border: none;
	width:170px;
	height:100px;
}
#navi-in li a {
	float: left;
	color: #333;
	text-decoration: none;
	display: block;
	width:170px;
	height:100px;
	text-indent:-100000px;
	overflow:hidden;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}

#menu-item-26 a{
	background:url(images/main_nav1_off.gif) no-repeat;
}
#menu-item-26 a:hover,
#menu-item-26.current-menu-item a{
	background:url(images/main_nav1_on.gif) no-repeat;
}
#menu-item-25 a{
	background:url(images/main_nav2_off.gif) no-repeat;
}
#menu-item-25 a:hover,
#menu-item-25.current-menu-item  a{
	background:url(images/main_nav2_on.gif) no-repeat;
}
#menu-item-24 a{
	background:url(images/main_nav3_off.gif) no-repeat;
}
#menu-item-24 a:hover,
#menu-item-24.current-menu-item  a{
	background:url(images/main_nav3_on.gif) no-repeat;
}
#menu-item-23 a{
	background:url(images/main_nav4_off.gif) no-repeat;
}
#menu-item-23 a:hover,
#menu-item-23.current-menu-item  a{
	background:url(images/main_nav4_on.gif) no-repeat;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
	padding-top: 20px;
	padding-bottom: 0px;
}
#s {
	width: 180px;
	height: 24px;
	border: none;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCC;
	font-size: 14px;
	border-radius: 0;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 200px;
	border-radius: 0;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#container #wrap #wrap-in #side #search #searchform {
	position: relative;
}

.grecaptcha-badge {
  bottom: 100px!important;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	font-size: 12px;
}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	margin-top: -10px;
}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 5px;
	color: #666666;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color:#1e89dc;
	text-decoration: none;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl {
	clear: both;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color:#1e89dc;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 12px;
	padding: 20px 0;
	border-bottom:1px solid #d2e7f8;
	margin-bottom:40px;
	color:#d2e7f8;
}
.kuzu a {
	color: #5daded;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}
div#breadcrumb a {
	font-color: #5daded
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #5daded;
	text-decoration: none;
}

/*---------------------------------
コンテンツ
--------------------------------*/

table tr th{
	font-size: 13px;
	color:#006888;
	padding:10px 0;
	background:#dff1f7;
}
table tr th.sell-header{
	height:270px;
}
table tr td {
	padding: 5px;
	border: none;
	font-size: 13px;
	line-height: 24px;
}
table.table-no-padding tr td {
	padding: 2px 5px 2px 0;
}
table tr td.sell-color{
	color:#006888;
}
.sell1{
	color:#0098dd;
	padding-left:30px;
}
.sell2{
	color:#0098dd;
}
.sell-large1{
	width:120px;
}
.sell-middle1{
	width:71px;
}
.sell-small{
	width:23px;
}
.sell-large2{
	width:160px;
}
.sell-middle2{
	width:71px;
}
.sell-small2{
	width:25px;
}
.sell-grey{
	background-color:#eee;
}
table.table-border{
	border-collapse:collapse;
}
table.table-border tr th,
table.table-border tr td{
	border:1px solid #DDD;
	line-height: 1.3;
}
table.collection_table tr th:nth-child(n+3),
table.disposal_table tr th:nth-child(n+3) {
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-align: start;
}
table.collection_table tr th.sell-middle1 {
	width: 140px;
}
table.disposal_table tr th.sell-middle2 {
	width: 60px;
}
table.collection_table tr th.sell-large1 {
	width: 80px;
}
table.disposal_table tr th.sell-large2 {
	width: 150px;
}
table.collection_table tr th.sell-small,
table.disposal_table tr th.sell-small2 {
	width: 6px;
}
table.collection_table tbody tr:nth-child(n+2) td:nth-child(2) {
	font-size: 11px;
}

#main .post table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}
.blog_info.contentsbox p {
	font-size: 12px;
	color: #666;
}
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#container #wrap #wrap-in #main .post #post-thumbnail {
	width:312px;
	height:312px;
	border: 4px solid #ffea00;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 12px;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}




/*---------------------------------
お問い合わせフォーム
---------------------------------*/

#main .post table.mail{
	width:620px;
	border-collapse:collapse;
	border:none!important;
}

table.mail tr td{
	padding: 20px 10px;
	border: 1px solid #f5f5f5;
	border-left:none;
	border-right:none;
	font-size: 14px;
	line-height: 20px;
	color: #1e89dc!important;
}
table.mail tr td.contact-sell2{
	color: #333!important;
}
table.mail tr td.contact-sell2 input,
table.mail tr td.contact-sell2 textarea{
	font-size: 14px;
	line-height: 22px;
	box-shadow:none;
	border:1px solid #DDD;
	padding:5px;
}
table.mail tr td.contact-sell2 textarea{
	width:460px;
}
table.mail tr td.contact-sell2 label{
	margin-right:20px;
}
table.mail tr td.contact-sell2 label input{
	margin-right:5px;
}
span.wpcf7-list-item {
margin-left: 1em!important;
}



/*---------------------------------
ツールチップ
---------------------------------*/
.timely.tooltip.top{
	margin-top:-32px;
}



/*---------------------------------
個別ページ
---------------------------------*/
.page-id-17 .post h4{
	padding:10px;
	color:#FFF;
	background:#c4e8db;
	border-radius:5px;
	font-size:15px;
}

.kaitai-title{
	font-size: 29px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/icon/icon_title_white.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	color: #916551!important;
	line-height: 37px;
	background-color:#f2ded6;
	border-bottom:none!important;
}

.page-id-21 .wp-caption-text.gallery-caption{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:3px solid #ddb3b9;
	margin-bottom:20px;
	margin: 0 5% 20px 5%!important;
	width: 90%;
}



/*----------------------------------
タブ
----------------------------------*/

.su-tabs {
	margin: 0 0 1.5em 0;
	padding:0!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	background-color:transparent!important;
}
.su-tabs-pane{
	padding:0!important;
}
.su-tabs-nav{
	text-align:right;
	margin:20px auto 25px;
}

.su-tabs-nav span.su-tabs-current{
	background-color:#0098dd!important;
	border-radius:5px 5px 0 0!important;
	color:#FFF!important;
}
.su-tabs-nav span{
	border-bottom:3px solid #0098dd!important;
}

.page-id-17 .su-tabs-nav span.su-tabs-current{
	background-color:#00ae75!important;
	border-radius:5px 5px 0 0!important;
}
.page-id-17 .su-tabs-nav span{
	border-bottom:3px solid #00ae75!important;
}

.page-id-19 .su-tabs-nav span.su-tabs-current{
	background-color:#d99875!important;
	border-radius:5px 5px 0 0!important;
}
.page-id-19 .su-tabs-nav span{
	border-bottom:3px solid #d99875!important;
}

.page-id-21 .su-tabs-nav span.su-tabs-current{
	background-color:#d07375!important;
	border-radius:5px 5px 0 0!important;
}
.page-id-21 .su-tabs-nav span{
	border-bottom:3px solid #d07375!important;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top,
.wordpress-post-tabs-skin-default .ui-tabs-horizontal-top .wpts_ext{
	padding-bottom:4px!important;
	height:32px;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top.ui-state-active {
	border-width: 0 !important;
	background: none;
}
.wordpress-post-tabs-skin-default .ui-tabs-horizontal-top .wpts_ext{}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top.ui-state-active {
	border-width: 0 !important;
	background:none;
}
.page .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-width: 0 !important;
	margin:0 !important;
	padding: 0 !important;
	list-style:none !important;
	line-height:24px !important;
	width:auto;
}

.page .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a { 
	float: left;
	text-decoration: none;
	padding: 10px 27px 7px!important;
	color:#222 !important;
	font-size:14px;
	line-height:24px !important;
	background-color:#FFF;
	width:auto;
	text-align:center;
	font-weight:normal;
	border-bottom:3px solid #0098dd;
}
.page .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a,
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	padding: 10px 27px!important;
	width:auto;
	text-align:center;
	cursor: text;
	color:#FFF !important;
	background-color:#0098dd;
	border-radius:5px 5px 0 0;
	border:none;
}
.page-id-10 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li {
	width:auto;
}

.page-id-17 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a { 
	border-bottom:3px solid #00ae75;
}
.page-id-17 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a{ 
	background-color:#00ae75;
}

.page-id-19 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a { 
	border-bottom:3px solid #d99875;
}
.page-id-19 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a{ 
	background-color:#d99875;
}

.page-id-21 .su-tabs-panes {
	margin-top:20px;
}
.page-id-21 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a { 
	border-bottom:3px solid #ddb3b9;
	color:#d07375;
}
.page-id-21 .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a{ 
	background-color:#ddb3b9;
}



/*----------------------------------
ホームカレンダー　セレクタ
----------------------------------*/

.home #sbc-calendar .sbc-navigation .select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color: transparent;
background-image: none;
border:none;
color:#FFF;
}

.home #sbc-calendar .sbc-navigation select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
appearance:none;
position:relative;
z-index:2;
display:inline;
width:19%;/* fallback non calc support */
width:-webkit-calc(19%);
margin:0;
padding:11px 35px 11px 11px;
padding:.6875rem 2.1875rem .6875rem .6875rem;
background:transparent;
border:0;
outline:none;
font-size:20px;
font-weight:bold;
line-height:1.5;
color:#FFF!important;
}

.entypo-down-open-mini:before{
/* content:''; 今回のサンプルはCDNを使っているため指定していないけど指定する必要があります。 */
font-family:'entypo',sans-serif;
position:absolute;
z-index:1;
top:50%;
right:12px;
right:.75rem;
margin-top:-8px;
margin-top:-.5rem;
font-size:16px;
font-size:1rem;
line-height:1;
color:#FFF;
}

#sbc-calendar-wrapper,
#sbc-calendar table thead th,#sbc-calendar tr td,
#sbc-editor td.sbc-editor-day {
	font-family: osaka, "MS PGothic", sans-serif!important;
}
#sbc-calendar-wrapper .sbc-status-booked {
	background-color: #FF5353!important;
}

#sbc-calendar-wrapper .sbc-status-free.sbc-today {
	color: #333;
}

/*----------------------------------
アイコン
----------------------------------*/
.btn-green.icon-contact:link, .btn-green.icon-contact:visited{
	background:url(images/icon/icon_mail.png) 10px center #2A9939 no-repeat!important;
}
.icon-map-large a, a.icon-map-large{
	background:url(images/icon/icon_map_large.png) center 3px no-repeat;
}
.icon-map-small a, a.icon-map-small{
	background:url(images/icon/icon_map_small.png) 10px center no-repeat;
}
.icon-shori{
	background:url(images/icon/icon_gomi.png)  center 3px no-repeat;
}
.icon-metal{
	background:url(images/icon/icon_money.png)  center 3px no-repeat;
}
.icon-koshi{
	background:url(images/icon/icon_track.png) center 3px no-repeat;
}

.icon-container{
	background:url(images/icon/icon_contena.png) 10px center no-repeat;
}
.icon-recycle{
	background:url(images/icon/icon_recicle.png) 10px center no-repeat;
}
.icon-oldpapre{
	background:url(images/icon/icon_track.png) 10px center no-repeat;
}
.icon-oldpapre-little{
	background:url(images/icon/icon_track.png) 0px center no-repeat;
}

.icon-kaitori{
	background:url(images/icon/icon_money.png) 10px center no-repeat;
}
.icon-calender{
	background:url(images/icon/icon_calender.png) 10px center no-repeat;
}
.icon-list{
	background:url(images/icon/icon_list.png) 10px center no-repeat;
}
.icon-link{
	background:url(images/icon/icon_link.png) 10px center no-repeat;
}


/*
コンタクトフォーム7
*/

.wpcf7-textarea {
    font-size: 14px;
}


/*
モーダル
*/
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 720px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 100;
  padding: 50px;
}
.modal.is-open {
  display: block;
}
.modal__close {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #000000;
  margin: 30px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/icon/icon_close.png");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.modal__close:hover {
  opacity: 0.5;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.5;
  z-index: 99;
}
.modal-bg.is-open {
  display: block;
}

.wpsbc-container .wpsbc-calendar-header {
    justify-content: center;
}

.wpsbc-container select {
    text-align: center;
}
