/*
Theme Name: Great
Theme URI: 
Author: PtoC
Author URI:
Description:
Version: 99.0.0
*/
/* Theme URI:  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none; line-height: 27px; }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
a:link { -webkit-tap-highlight-color: #FF5E99 }
img, video, object, embed {
    max-width: 100%;
    height: auto!important;
}
iframe { max-width: 100% }
blockquote {
    font-style: italic;
    font-weight: normal;
    font-family: Georgia,Serif;
    font-size: 15px;
    padding: 20px 10px 14px 14px;
    position: relative;
    margin: 25px 10px;
	background: #eeeeee;
}
blockquote:after {
    position: absolute;
    content: '"';
    font-size: 25px;
    color: #555555;
    width: 50px;
    top: 10px;
    left: 6px;
    font-family: arial;
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite {
    font-style: italic;
    font-family: georgia;
}
cite {
	font-size: 13px;
}
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-family: monospace,consolas,sans-serif;
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address { margin: 10px 0 }
.wp-caption {
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px;
    text-align: center;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text {
    font-size: 13px !important;
}

p:empty{
  height: 0;
  margin: 0;
  padding: 0;
}

/*-[ Framework ]--------------------*/
body {
    line-height: 1;
    font: 14px/19px /*arial, sans-serif*/;
    color: #555555;
    background-color: #fffaef;
}
/**
.mts-subscribe input[type="submit"], .breadcrumbs, #tabber ul.tabs li a.selected, .footer-social-inner, .footer-social li a, #commentform input#submit, .tagcloud a, .readMore a, .currenttext, .pagination a:hover, #tabber ul.tabs li.tab-recent-posts a.selected {background-color:#00A5EA; }
#header, #sidebars .widget, .tagcloud a, .related-posts, .postauthor, #commentsAdd, #tabber, .pagination, .single_post, .single_page, #comments, .ss-full-width {border-color:#00A5EA; }
.single_post a, a:hover, #logo a, .textwidget a, #commentform a, #tabber .inside li a, .copyrights a:hover, .fn a, #tabber .inside li .meta, .rtitle, .postauthor h5, #navigation ul ul a:hover, .post-info a, footer .widget li a:hover , #tabber .inside li div.info .entry-title a:hover, .post-date, a {color:#00A5EA; }
#navigation ul ul li:first-child { border-top-color: #00A5EA; }
**/

::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 12px;
    font-family: PT Sans, sans-serif;
    color: #444;
}
h1 {
    font-size: 28px;
    line-height: 44px;
}
h2 {
    font-size: 24px;
    line-height: 40px;
}
h3 {
    font-size: 22px;
    line-height: 38px;
}
h4 {
    font-size: 20px;
    line-height: 27px;
}
h5 {
    font-size: 18px;
    line-height: 34px;
}
h6 {
    font-size: 16px;
    line-height: 27px;
}
.sub-title { font-size: 12px }
.text-center { text-align: center; }
p { margin-bottom: 20px }
a {
    text-decoration: none;
    color: #2DB2EB;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #00A8FF }
a:link, a:visited, a:active { text-decoration: none }
:target { padding-top: 20px }

/*-[ Main container ]---------------*/
.main-container {
    width: 960px;
    margin: 0 auto;
    max-width: 95%;
    background: #fff;
    clear: both;
    padding: 0 2.15%;
    border: 1px solid #E9E9E9;
    margin-bottom: 30px;
}
#page, .container {
    max-width: 1020px;
    min-width: 240px;
    overflow: visible;
}
#page {
    padding-top: 25px;
    min-height: 100px;
    float: none;
    clear: both;
    overflow: hidden;
}
#header .container {
    float: left;
    width: 100%;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    float: left;
    width: 100%;
    /*z-index: 99;*/
}
#header {
    position: relative;
    width: 100%;
    float: none;
    min-height: 100px;
    margin: 0 auto;
    max-width: 1020px;
}
#header h1, #header h2 {
    font-size: 38px;
    font-family: signika, sans-serif;
    float: left;
    display: block;
    line-height: 1;
    margin: 20px;
}
#logo a { 
    text-transform: none
}
#logo a img { max-width: 100%; }

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, /* IE11 */
  #logo a img { width: 650px; }
}
_:-ms-lang(x), _::-webkit-meter-bar,#logo a img  {
  width: 650px; /* Edge */
}


/*-[ Navigation ]-----------------*/
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    display: block;
    float: right;
    width: 605px;
    height: 66px;
}
.secondary-navigation ul li:last-child a { margin-right: 0 }
.secondary-navigation a {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    margin: 0 25px 0 15px;
}
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul { padding-right: 0 }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
    display: block;
    width: 11px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: -2px;
}
#navigation li ul .sf-sub-indicator { top: 2px }
#navigation {
    margin: 50px auto 50px auto;
    font-size: 13px;
    float: right;
    width: 100%;
}
#navigation select { display: none }
#navigation ul { margin: 0 auto }
#navigation ul li {
    float: left;
    position: relative;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    overflow: hidden;
    display: block;
}
#navigation ul li a{background:url(https://caretaxi-net.com/wp-content/uploads/2017/01/bg_global_text.png) no-repeat center;}
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}
#navigation ul li li {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
}
#navigation ul ul {
    position: absolute;
    width: 182px;
    padding: 20px 0 0 0;
    padding-top: 10px;
    z-index: 400;
    font-size: 12px;
    color: #798189;
    border-bottom: 1px solid #eee;
}
#navigation ul ul li:first-child { border-top: 2px solid #51a2c1 }
#navigation ul ul li {
    padding: 0;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}
#navigation ul ul li:hover { background: #fff }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
    padding: 5px 15px;
    position: relative;
    width: 150px;
    border-left: 0;
    background: transparent;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid   rgba(255, 255, 255, 0.05);
    margin: 0;
    font-weight: 400;
}
#navigation ul ul a:hover { color: #51a2c1 }
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
    opacity: 0;
    left: -999em;
}
#navigation ul li:hover ul {
    left: auto;
    opacity: 1;
}
#navigation ul ul ul { top: -12px }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
    left: -999em;
    opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: 181px;
}
#page-header:after, #navigation ul ul:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#navigation ul ul:after {
    left: 10px;
    top: -5px;
}
#navigation ul ul ul:after {
    border-color: transparent #282E33 transparent transparent;
    border-color: transparent rgba(14,19,22,0.92) transparent transparent;
    left: -12px;
    top: 3px;
}

#menu-global li:first-child a {
    font-size: 28px;
    line-height: 1.3;
}

#smp-navigation{display: none}

/*-[ Content ]--------------------*/
.article {
    /* width: 65.6%; */
    padding-right: 20px;
    width: calc(100% - 300px);
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#content_box {
    float: left;
    width: 100%;
}
.post {
    float: left;
    width: 100%;
}
.single_post {
    background-color: #fff;
    float: left;
    width: 100%;
}
.single_post p {
    font-size: 15px;
	line-height: 27px;
}
.single_post figure img + p {
    margin-bottom: 10px;
}
.single_page { background-color: white }
.post-content {
    font-size: 15px;
    line-height: 27px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color:#555555;
}
a.btn_taxiSerch {
    font-size: 26px;
    background: #00a0e5;
    color:#fff;
    margin:10px auto;
    width:377px;
    padding:16px;
    border-radius: 5px;
    text-align: center;
    display:block;
}
a.btn_taxiSerch.btn_small {
    font-size: 18px;
    padding: 6px 16px;
	margin: 40px auto;
}
a.btn_taxiSerch:hover{
	background: #F0B423;
    color:#fff !important;
    padding:16px;
    border-radius: 5px;
    text-align: center;
    display:block;
    transition: all 0.25s linear;
}
a.btn_taxiSerch.btn_small:hover {
	padding: 6px 16px;	
}

@media screen and (max-width: 796px) {
a.btn_taxiSerch, a.btn_taxiSerch :hover{
    font-size: 20px;
    margin:0 auto;
}
a.btn_taxiSerch.btn_small {
    font-size: 16px;
}
	}

@media screen and (max-width: 496px) {
a.btn_taxiSerch, a.btn_taxiSerch :hover{width:auto;}
    }

@media screen and (max-width: 320px) {
a.btn_taxiSerch, a.btn_taxiSerch {font-size: 18px;}
a.btn_taxiSerch, a.btn_taxiSerch :hover{font-size: 18px;}
    }

.post-single-content {
    font-size: 15px;
    float: left;
    clear: both;
    width: 100%;
    line-height: 22px;
}
.single_thumb {
    position: relative;
    float: left;
}
.readMore {
    float: right;
    color: #fff;
    font-size : 12px;
}
.readMore a {
    background: #00a0e5;
    color: #fff !important;
    padding: 3px 5px;
    transition: all 0.25s linear;
}
.readMore a:hover {
    background: #444;
    color: #fff;
}
.ss-full-width {
    background: white;
    padding: 20px;
    border-top: 5px solid #00A8FF;
    margin-bottom: 30px;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post.excerpt {
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 5px;
    background-color: #fff;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}
.post-date {
    position: absolute;
    top: 10%;
    left: 5px;
    background: #fff;
    color: #51a2c1;
    padding: 2px 6px;
}
.wp-post-image { float: left }
.featured-thumbnail {
    max-width: 300px;
    float: none;
    width: 100%;
}
#featured-thumbnail {
    background: #ddd;
    float: left;
    width: 47.6%;
    margin-right: 3.5%;
    padding: 5px;
    transition: all 0.25s linear;
}
#featured-thumbnail:hover { background: #eee }
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #ddd;
}

/*.title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
}*/
.single-title {
    font-size: 24px;
    line-height: 28px;
    float: left;
    padding: 0 0 0 0;
}
.single-title img[src$="zenkoku2.png"] { width: 40px; }
.single-title img { vertical-align: middle; }

#single-featured {
    width: 100%;
    float: left;
}
.single-featured-thumbnail {
    background: #dfdfdf;
    padding: 5px;
    width: 98.5%;
    float: left;
    margin-bottom: 30px;
}
.single-featured-thumbnail img {
    width: 100%;
    width: 620px;
}
.title a { color: #444 }
.page h1.title { margin-bottom: 20px;}
.page h1.title img { margin-right: 0.5rem; vertical-align: middle; }
.page h1.title img[src$="history_icon.png"] { margin-right: 0.5rem; vertical-align: -9px; }
.page h1.title img[src$="center.png"] { width: 32px; }
.page h1.title img[src$="usage.png"] { width: 32px; }
.page h1.title img[src$="udtaxi.png"] { width: 32px; }
.page h1.title img[src$="woman.png"] { width: 32px; }
.page h1 span.icon_woman::after{
    content: url(https://caretaxi-net.com/wp-content/uploads/2017/02/icon_woman.png);
    vertical-align: sub;
}
.page h1 span.icon_ud::after{
    content: url(https://caretaxi-net.com/wp-content/uploads/2017/02/icon_udtaxi.png);
    vertical-align: sub;
}

.post-info {
    display: block;
    font-size: 12px;
    color: #555555;
}
.single-postmeta {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
.home article header, .archive article header {
    margin-bottom: 10px;
    float: none;
}
article header {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.post-info a { color: #51a2c1 }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1.5em;
    display: block;
}
.article ul {
    margin: 1.5em 0 1.571em 1.571em;
    list-style-type: circle;
}
.article ol {
    margin: 1.5em 0 1.571em 1.8em;
    list-style-type: decimal;
}
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
.twitter-follow {
    background: url(images/small_twitter.png) no-repeat center left;
    padding: 5px 0 5px 20px;
    float: right;
}

/*-[ Custom_Post 介護タクシーコラム]------------------*/

.custom_post h1{
	color:#F0B423;
	font-size:24px;
}

.custom_post h1 span{
	vertical-align:middle;
}
.custom_post h1 img{
	vertical-align: middle;
    display: inline-block;
}

.custom_post article h2{
    border-left: 6px solid #F0B423;
    font-size:20px;
}
.custom_post .post.excerpt{

}
.custom_post .taxi-header{
    display: flex;
    flex-direction: row;
    min-height: 135px;
	border-radius: 5px;
	margin-bottom:0px;
	padding:15px;
	border: 1px solid #ddd;
}

.custom_post .taxi-header .featured-thumbnail {
    flex: 1;
    padding: 0;
}
.custom_post .taxi-header .featured-thumbnail img {
    max-width: 100%;
}
.custom_post .rightBox{
    /* display: flex; */
    flex: 2;
   /* float: right; */
   width: 66%; 
}
.custom_post .rightBox .date {
    float: right;
    display: inline-block;
    color:#F0B423;
    font-size: 12px;
}
.custom_post span.tagTitlecolumn{
    color:#F0B423;
}
.custom_post .tagTitledriver_interview{
    color:#00A5EA;
}
.custom_post h3.title{
	background-color:#fff;
	border-bottom: none;
	margin-bottom: 8px;
	padding:0;
	line-height:20px;
}
.custom_post h3.title a{
	color:#444444 !important;
	font-size:16px;
}
.custom_post p.metaInfo{
	color:#F0B423;
	margin-bottom: 0px;
}
.custom_post p.metaInfo a {
    color:#F0B423;
}
.metaInfo a {
    color: #F0B423 !important;
}

/**
 * 公開日、更新日
**/
.metaInfo .meta-info-time {
    display: inline-block;
    float: right;
	line-height:1.4;
	padding-top: 4px;
}
.metaInfo .meta-time {
    display: block;
    color: #555555;
	font-size: 12px;
}


.custom_post p{
	margin-bottom: 6px;
	color:#555555;
	font-size:15px;
    line-height: 27px;
}

/*カラムのレスポンシブ*/

@media only screen and (max-width: 855px) {
.custom_post .rightBox{width:65%;} 
}

@media only screen and (max-width: 769px) {
.custom_post .rightBox{width:65%;padding-top:0px;} 
.custom_post .taxi-header .featured-thumbnail{max-width:30%;}
}

@media only screen and (max-width: 479px) {
    .custom_post .taxi-header{
        flex-direction: column;
    }
.custom_post .rightBox{width:100%;padding-top:0px;} 
.custom_post .taxi-header .featured-thumbnail{max-width:100%;}
}


/*-[ btn_link 薄い青の長いリンク]------------------*/

a.btn_link{
	background: #DFF2FC url(images/arrow03.png) no-repeat 15px 7px;
	padding:3px 20px 3px 32px;
	border-radius: 3px;
	font-weight: bold;
	font-size:15px;
	display:block;
}
a.btn_link.inline { display: inline-block; }


/*-[ btn_blue 青罫]------------------*/

p.btn_blue{
	padding:1px 10px 1px 7px;
	border-radius: 3px;
	border: 1px solid #00A5EA;
	color: #00A5EA;
	font-size:15px;
	display:block;
}
p.btn_blue.inline { display: inline-block; }


/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 14px;
	color: #000;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { 
    padding: 8px 20px 8px 11px;
    width: 100%;
    margin-top: 5px; 
}

input:focus, textarea:focus { }
::-webkit-input-placeholder {
    color: #585F65;
	color: #A4A4A4;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder {
    color: #585F65;
	color: #A4A4A4;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
    color: #585F65;
	color: #A4A4A4;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
    color: #585F65;
	color: #A4A4A4;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
    color: #585F65;
	color: #A4A4A4;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::placeholder {
  color: #A4A4A4;
}
::-ms-input-placeholder {
  color: #A4A4A4;
}
:-ms-input-placeholder {
  color: #A4A4A4;
}
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 2px solid #F1F4F6;
}
thead {
    background: #F7F8F9;
    font-size: 14px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th {
    font-weight: normal;
    border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 297px;
    margin: 35px auto;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
    float: left;
    clear: both;
    width: 100%;
}
nav #searchform { float: right }
nav #searchform fieldset {
    padding: 5px 0 5px 15px;
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset { float: left }
#searchform input { border: 0;padding-left:5px; }
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
.main-header #s { width: 150px }
.sidebar #searchform label {
    color: #444;
    padding-top: 10px;
    float: left;
    font-weight: bold;
}
.sidebar #s {
    /*width: 84.2%;*/
    width:95%;
    background-color: #fff;
    /*background-image: url(images/search.png);
    background-position: right center;
    background-repeat: no-repeat;*/
    border: 1px solid #ddd;
    float: left;
    padding:8px 0 8px 8px;
	font-size:15px;
    /*padding: 10px 30px 12px 10px;*/
	height: 23px;
}
.footer-widgets {
    width: 100%;
    padding: 0;
}
.footer-widgets fieldset, #sidebars fieldset { 
	width: 100% ;
	position: relative;
}
#sidebars fieldset [type="submit"]{ 
	border: 1px solid #018dc4;
    background: #0199d9;
    width: 41px;
    height: 41px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    right: 0;
	cursor: pointer;
}  
.footer-widgets #s {
    width: 82%;
    background-color: #fff;
    background-image: url(images/search.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #f1f1f1;
    float: left;
    padding: 10px 35px 12px 10px;
}
.footer-widgets .sbutton, #sidebars .sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.sidebar .sbutton { padding-top: 10px }
.breadcrumbs-wrap {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 2px 0;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #fff;
}
.breadcrumbs {
    background: #51a2c1;
    padding: 20px 0;
}
.breadcrumb {
    margin: 0 auto;
    max-width: 960px;
    line-height: 24px;
    color: #ddd;
}
.breadcrumb a, .breadcrumb a:hover { color: #fff }

.breadcrumb > span { display: inline-block; vertical-align: top;  }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    font-family: signika, sans-serif;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    margin-bottom: 10px;
    clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 300px;
    max-width: 300px;
}
.widget {
    margin-bottom: 27px;
    overflow: hidden;
}
#sidebars .widget { background: white }
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}

.widget ul.menu {
	border: 1px solid #ddd;padding:10px;
}

.widget li {
    display: block;
    font-style: italic;
    overflow: hidden;
    list-style-type: none;
    padding-left: 15px;
    padding-bottom: 7px;
    background: url(images/arrow02.png) 0 9px no-repeat;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
}

.widget li.menu-item-has-children span.sf-sub-indicator{
    display: none;
}

.widget .tab_title{
	border:none;
}

#popular-tab:hover {
 color: inherit !important;
 cursor: default;
} 

.widget li a{
    font-size:14px;
	line-height: 18px;
}

.widget li .sub-menu { 
    padding-top: 6px;
    display: block!important;
    visibility: visible!important;
    border-top: 1px solid #ddd;
    margin-top: 6px;
}
.widget li .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0 10px 0;
}

@media only screen and (max-width: 769px) {
/*li.widget-sidebar:nth-child(2),li.widget-sidebar:nth-child(4) {
    float:left;
    width:50%;
 }
 li.widget-sidebar:nth-child(3),li.widget-sidebar:nth-child(5) {
    float:right;
    width:50%;
 }
  li.widget-sidebar:nth-child(6) {
    clear:both;
 }*/
}

@media only screen and (max-width: 479px) {
/*li.widget-sidebar:nth-child(2),li.widget-sidebar:nth-child(4) {
    float:none;
    width:100%;
 }
 li.widget-sidebar:nth-child(3),li.widget-sidebar:nth-child(5) {
    float:none;
    width:100%;
 }
  li.widget-sidebar:nth-child(6) {
    clear:both;
 }*/
}

/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    width: 100%;
}
body > footer .footeText {
    width: 960px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0 }
footer .widget li a { color: #555 }
footer .widget li a:hover { color: #51a2c1 }
footer {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.footer-social {
    padding: 2px 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    color: white;
    float: left;
    width: 100%;
}
.footer-social-inner {
    color: #fff;
    float: left;
    width: 100%;
    background: #51A2C1;
}
.footer-inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.footer-social-container {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 7px;
    overflow: hidden;
    max-width: 960px;
    float: right;
}
.footer-social-container a {
    float: left;
    opacity: 1;
}
.footer-social-container a:hover { opacity: 0.8 }
.footer-social-container a:last-child div { margin-right: 15px }
.footer-social span {
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.footer-social ul { float: right }
.footer-social li {
    float: left;
    width: 34px;
    height: 32px;
    margin-left: 15px;
}
.footer-social li a {
    display: block;
    width: 30px;
    height: 32px;
    color: #fff;
    background-color: #51a2c1;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fff;
    border-radius: 20px;
}
.footer-social li a:hover {
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.footer-social-container div {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 8px;
	margin-top: 2px;
}
.footer-social .iFb { background-image: url(images/facebook.png) }
.footer-social .iIn { background-image: url(images/linkedin.png) }
.footer-social .iTw { background-image: url(images/twitter.png) }
.footer-social .iPinterest { background-image: url(images/pinterest.png) }
.footer-social .iGl { background-image: url(images/googleplus.png) }
.footer-social .iRss { background-image: url(images/rss.png) }
footer .container { background-color: #fff }
footer p { color: #8D8D8D }
.footer-widgets {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 12px 0 0;
}
.footer-widgets h3 { font-size: 20px }
.f-widget {
    width: 100%;
    float: left;
    position: relative;
    color: #8D8D8D;
    margin-bottom: 0px;
    margin-right: 8%;
	max-width: 1020px;
    margin: auto;
	float:none;
}
.copyrights {
    float: left;
    width: 100%;
    clear: both;
    background-color: #FFF;
    padding:12px 0 60px 0;
	border-top: 1px solid #898989;
    color: #979494;
}
#copyright-note {
    width: 1020px;
    margin: 0 auto;
    clear: both;
    max-width: 95.6%;
}
#copyright-note span{font-size: 0.875rem;padding-left:0px;}
#copyright-note span a{font-weight:bold;}


/*footer上書き*/

footer h3{display:none;}
footer .widget li{float:left;background:none;border-bottom:none;font-size:0.875rem;margin-bottom:0;padding-left:30px;padding-bottom:12px;}
footer .widget li a{color:#000;}
footer .widget li:first-child{padding-left:0px;}


footer .container{
    max-width:100%;
}
.copyrights {
    padding: 15px 2.15% 25px;
	box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
 footer .widget{
    padding:0 2.15%;
  }
}
@media only screen and (max-width: 479px) {
    footer .widget li a,#copyright-note span{font-size:12px;}
    .copyrights{padding: 15px 0 25px 0;}
    }

#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.postsby { margin-bottom: 25px }
.textwidget a:hover { color: #222!important }

/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #FFF;
    margin-top: 30px;
    clear: both;
    float: left;
}
.postauthor p { padding-top: 0px }
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    margin: 0;
}
.relatedthumb img {
    width: 70px;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 0;
}
.postauthor-top { margin-bottom: 10px }
.related-posts li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
    min-height: 100px;
}
.related-posts a {
    color: #555;
    font-size: 13px;
}
.rtitle {
    display: block;
    min-height: 1em;
    color: #51a2c1;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: PT Sans, sans-serif;
}
.rthumb {
    float: left;
    margin-right: 15px;
}
.related-posts .last { margin-right: 0 }
.tags {
    margin: 20px 0 20px 0;
    width: 100%;
    float: left;
}
.tagtext { margin-right: 5px }
.postauthor {
    margin: 30px 0 0px 0;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor h4 {
    font-weight: bold;
    font-size: 20px;
}
.postauthor h5 {
    color: #51a2c1;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.postauthor img {
    float: left;
    margin: 5px 25px 15px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }

.rtitle {
    display: block;
    min-height: 1em;
    color: #51a2c1;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: PT Sans, sans-serif;
}
.rthumb {
    float: left;
    margin-right: 15px;
}
.related-posts .last { margin-right: 0 }

/*-[ 介護コラム関連記事 ]---------------------------*/
.column-related-posts {
    background-color: #FFF;
    margin-top: 30px;
    clear: both;
    float: left;
}
.column-related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.column-related-posts li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
    min-height: 100px;
    line-height: 1.5;
}
.column-related-posts a {
    color: #555;
    font-size: 14px;
    line-height: 1.1;
}
.column-related-posts .rtitle {
    display: block;
    min-height: 1em;
    color: #00A5EA;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.column-related-posts .rthumb {
    float: left;
    margin-right: 15px;
}
.column-related-posts .last { margin-right: 0 }

/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 13px!important;
    padding: 2px 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    background: #51a2c1;
    color: #fff;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
    background: #222;
    color: #fff;
}
/*-[ Ad Widgets ]------------------------------*/

.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 0;
}
.ad-300 img { background: #FAFAFA }
.ad-125 .evenad { float: right!important }
footer .ad-300 img, footer .ad-125 img {
    padding: 0;
    background: #FAFAFA;
    border: 0;
}
/*-[ Calender Widget ]-------------------------*/
#wp-calendar { margin-bottom: 0 }
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #F1F4F6;
    border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
/*-[Comments]--------------*/
.total-comments {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}
.cnumber { color: #2DB2EB }
#comments {
    background-color: #fff;
    margin-top: 30px;
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
    background-color: #fff;
    margin-top: 30px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#comments .avatar {
    float: left;
    margin-right: 20px;
}
.comment time {
    font-size: 12px;
    padding-right: 5px;
}
span.comment-time { margin-right: 5px }
.comment-reply-link { font-size: 12px }
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 11px }
input#author, input#email, input#url {
    width: 300px;
    border: 1px solid #E9E9E9;
    background: #fff;
    font-size: 14px;
    float: right;
    max-width: 85%;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover { border-color: #8E8E8E }
input#author, input#email, input#url, #comment {
    transition: all 0.25s ease-in-out;
    border-color: #BEBEBE;
    float: left;
}
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
.contact-submit, #cancel-comment-reply-link {
    padding: 7px 20px;
    color: white;
    cursor: pointer;
    background: #222;
}
#commentform input#submit {
    font-size: 14px;
    line-height: 20px;
    background-color: #51a2c1;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: none;
    transition: all 0.25s linear;
}
#commentform input#submit:hover {
    background: #222;
    color: #fff;
}
ol.commentlist { margin-left: 0 }
.commentlist li {
    list-style: none;
    margin: 0 0 0 0;
    padding-left: 0;
    float: left;
    width: 100%;
}
.commentlist li > div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.commentlist p {
    margin-bottom: 1em;
    line-height: 21px;
}
.fn {
    font-size: 18px;
    display: block;
    line-height: 1.375em;
    font-weight: bold;
    font-family: PT Sans,sans-serif;
}
.fn a {
    color: #51a2c1;
    font-size: 18px;
    font-weight: bold;
    font-family: PT Sans,sans-serif;
}
.comment-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-meta a { color: #888 }
.commentmetadata { overflow: hidden }
.reply {
    margin-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    width: 100%;
    float: right;
}
.reply a {
    float: right;
    padding: 0 14px;
    color: #BDBDBD;
    font-size: 12px;
}
.commentlist .children {
    margin-left: 17%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 83%;
}
.commentlist .children li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.avatar { float: left }
#respond { border-bottom: 0 }
#respond h3 {
    margin-top: 20px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 96.4%;
    font-family: inherit;
    border: 1px solid #E9E9E9;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px 10px 10px;
    line-height: 25px;
    /*font-family: georgia;*/
    font-style: italic;
}
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform p label {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    width: 30%;
    clear: none;
    float: left;
    margin-right: 10px;
}
.required {
    color: red;
    float: left;
    font-size: 18px;
    padding: 9px 5px 1px;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { font-style: italic }

.top { float: right }
.top a:hover { color: #555 }
.toplink { color: #979494!important }
.toplink:hover { color: #222!important }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }

/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:960px) { 
    #page, .container { max-width: 100% }
    .article { 
        /* width: 66.3%; */
        width: calc(100% - 300px);
    }
    .sidebar.c-4-12 {
        /* width: 30%; */
        width: 300px;
    }
    .related-posts li { margin-right: 10px }
    .column-related-posts li { margin-right: 10px }
    img, embed {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .footer-widgets #s { width: 77% }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
}

@media screen and (max-width:865px) { 
    /*.secondary-navigation { width: 50% }
    #navigation ul {
        float: none;
        display: inline-block;
    }
    .js #navigation > ul { display: none }
    .js #navigation select {
        display: inline-block !important;
        max-width: none;
        border: none;
        padding: 7px 15px;
        width: 80%;
        color: #fff;
        background: #222;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
        font-size: 12px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
        margin-top: 4px;
        float: right;
        margin-right: 15px;
    }*/
    .breadcrumb { padding: 0 2% }
}
@media screen and (max-width:760px) { 
    #header { margin: 0 }
    #featured-thumbnail { width: 45.1% }
}
@media only screen and (max-width:769px) { 
    .secondary-navigation a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .article { 
        width: 100%;
        padding-right: 0;
    }
    #content_box {
        padding-right: 0px;
        padding-left: 0px!important;
    }
    .sidebar.c-4-12 {
        float: none!important;
        width: 100%;
        max-width:100%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    .f-widget { width: 70% }
    .f-widget-2 { margin-right: 0 }
    .ad-125 li { max-width: 45% }
    .footer-widgets #s { width: 70%; }
    #comments { margin-right: 0 }
}
@media screen and (max-width:600px) { 
	.featured-thumbnail {max-width:50%;margin:0 auto;padding:0 25%;}
	.featured-thumbnail img{max-width:50%;text-align: center;}
}
@media screen and (max-width:550px) { 
    .secondary-navigation {
        float: left;
        width: 100%;
        height: auto;
    }
    #navigation { margin: 5px auto 10px }
    .js #navigation select {
        margin-right: 0;
        width: 100%;
    }
    .sbutton { float: right }
    read-more { font-size: 16px }
    .f-widget { width: 100% }
    footer #s { width: 65% }
}
@media screen and (max-width:460px) { 
    .related-posts li {
        width: 100%;
        margin-bottom: 15px;
    }
    .column-related-posts li {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:415px) { 
    #navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    .secondary-navigation {
        width: 100%;
        height: 35px;
    }
    .js #navigation select {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:400px) { 
    .slidertext { display: none }
    #commentform textarea { width: 90% }
}
@media screen and (max-width:300px) { 
    nav fieldset, .js #navigation select {
        width: 100%;
        float: left;
    }
    .secondary-navigation {
        width: 90%;
        padding: 0 2%;
    }
    .article {
        padding: 0 2%;
        width: 89%;
    }
}


/** 006 都道府県のエリアリストスタイル **/
.article .list-area {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.article .list-area li {
  height: 48px;
  min-height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #00A3D9;
}
.article .list-city li:nth-child(5n) {
  border-bottom: 1px solid #f6ad3c;
}
.article .list-area li:first-child {
  border-top: 1px dashed #00A3D9;
}
.article .list-area li.active a, .article .list-area li:hover a {
}
.article .list-area li a {
  display: block;
  padding: 2px 10px;
  font-size: 16px;
  text-decoration: none;
}

/** 005 ニュースをトップページに追加 **/
#news-home .related-posts {
    width: 100%;
}

#news-home .related-posts li p {
    min-height: 35px;
    margin-bottom: 0;
    color:#555555;
	font-weight:normal;
	font-size:15px
}
#news-home .related-posts .postauthor-top {
    position: relative;
}
#news-home .related-posts .postauthor-top > a {
    position: absolute;
    top: 8px;
    right: 0;
}
#news-home .related-posts .news-list {
    /*border: 1px solid #ddd;*/
    /*display: flex;*/
}
#news-home .related-posts .news-list li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    list-style: none;
    min-height: 100px;
}
#news-home .related-posts .news-list li {
    color:#000;
	font-size:15px;
}

#news-home .related-posts .news-list li img {
    margin: 0 20px 10px 0;
    border: 1px solid #ddd;
}
#news-home .related-posts .news-list li:first-child > div {
    padding:8px 0 18px;
}
#news-home .related-posts .news-list li > div {
    padding:18px 0;
    border-bottom:1px dashed #00A5EA;
}
#news-home .related-posts .news-list li span{
    font-weight:bold;
    font-size:15px;
}
#news-home .related-posts .news-list li span.tagTitlecolumn{
    color:#F0B423;
}
#news-home .related-posts .news-list li span.tagTitledriver_interview{
    color:#00A5EA;
}
#news-home .related-posts .news-list li span.date{
    color:#F0B423;
    float:right;
    font-weight: normal;
	font-size:12px;
}
#news-home .related-posts .news-list li span.rtitle{
    color:#444 ;
    transition: all 0.25s linear;
}
#news-home .related-posts .news-list li span.rtitle:hover{
    color:#F0B423!important;
}
#news-home .related-posts .news-list li div.thumbnail{
    margin-right: 18px;
    width: 160px;
    height: 120px;
    /*overflow: hidden;*/
    float: left;
    position: relative;
}
#news-home .related-posts .news-list li div.thumbnail p{
    font-size:15px;
}
#news-home .related-posts li .readMore {
    position: absolute;
    bottom: 10px;
    right: 0px;
    float: none;
    text-align: right;
}
#news-home .related-posts li .readMore a {
        border-radius: 3px;
    }
#news-home .related-posts li .readMore a:hover {
        background-color: #F0B423;
        color: white !important;
    }
@media only screen and (max-width: 979px) {
    #news-home .related-posts li .readMore {
        position: relative;
        top: 7px;
        bottom: inherit;
        right: 0px;
        float: none;
        text-align: right;
    }
}
@media only screen and (max-width: 479px) {
    #news-home .related-posts .news-list {
        margin-right: 0;
    }
    #news-home .related-posts .news-list li {
        width: 100%;
        float: none;
        margin-right: 0;
        min-height: inherit;
    }
    #news-home .related-posts li .readMore {
        float: none;
    }

    #news-home .related-posts li p {
        min-height: inherit;
    }
    #news-home .related-posts .news-list li > div:after {
		content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;
    }
    #news-home .related-posts .news-list li div.thumbnail {
        width:25%;
        float:left;
        height: initial;
    }
    #news-home .related-posts .news-list li div.textArea {
        width:68%;
        float:right;
        font-size:12px;
        line-height:1.3;
    }
    #news-home .related-posts .news-list li  span.date {
        font-size:11px;
    line-height: 1.8;
	}
}
.news-random {
	font-size:0.875rem;
}
.news-random a{
	color:#444;font-weight: bold;
}
article .item64 a:hover{
	color:#00A5EA !important;
}
article .item65 h3{
	border-bottom:1px solid #F0B423;
}
article .item65 a:hover{
	color:#F0B423 !important;
}
.news-random .rp {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    list-style: none;
   /* border: 1px solid #ddd;*/
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    box-sizing: border-box;
}
.news-random .rp li {
    margin: 0 0 0 0;
    width: 50%;
    min-height: 100px;
}
.news-random .rp li>div{
    padding:10px 0px 10px 12px;
}
.news-random .rp li:nth-child(odd)>div{
    padding:10px 12px 10px 0px;
}
.news-random .rp .thumbBox img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.news-random .rp .thumbBox{
    position:relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.news-random .rp .thumbBox:after{content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;} 

.news-random .rp .thumbBox span{
    position:absolute; 
    bottom:0; 
    right:0; 
    padding:0px 8px; 
    background-color:rgba(0,160,233,.8); 
    color:#FFFFFF;
    font-size: 0.875em;
    font-weight: normal;
}
.news-random .rp .thumbBox span.orange{
    background-color:rgba(246,173,60,.9); 
}
.news-random h3 img {
    vertical-align: middle;
	padding-bottom:5px;
}
.news-random .rp .thumbBox span c:first-child:not(.hokkaido){
    display: none;
}
.news-random .rp .date{
    display: block;
    text-align: right;
    color: #f6ad3c;
}
@media only screen and (max-width: 479px) {
    .news-random .rp li {
        width: 100%;
    }
    .news-random .rp li a { 
        line-height: 1.2;
    }
    .news-random .rp li .wp-post-image {
        float: none;
    }
    .news-random .rp li>div {
		padding:10px 0px;
	}
	.news-random .rp li:nth-child(odd) >div  {
    	padding:10px  0px;
	}
    .news-random .rp .thumbBox {
		height:auto;
	}
    .news-random .rp .thumbBox span{
        padding:4px 8px;
}
}

/* 021 グローバルナビ修正対応 */
#header h1, #header h2 {
    float: none;
    text-align: center;
}
.secondary-navigation {
    float: none;
    width: 100%;
    height: 66px;
}
#navigation {
    margin:0;
    font-size: 13px;
    float: none;
    width: 100%;
}
#navigation .menu {
    float: none;
    text-align: center;
    line-height: 2;
}
#navigation ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.secondary-navigation a {
    font-size: 18px;
    overflow: visible !important;
    margin: 0 15px 0 15px;
}
#navigation .sf-sub-indicator {
    display: block;
    width: 11px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 13px;
}
#navigation ul li .fa.fa-home {
    font-size: 34px;
    vertical-align: top;
}

/* 022 グローバルメニューのレスポンシブ調整 */
@media screen and (max-width: 896px) {
    /*.js #navigation > ul {
        display: none;
    }
    .js #navigation select {
        display: inline-block !important;
        max-width: none;
        border: none;
        padding: 7px 15px;
        width: 80%;
        color: #fff;
        background: #222;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
        font-size: 12px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
        margin-top: 4px;
        float: right;
        margin-right: 15px;
    }*/
}

/* 019 フォントを丸ゴに変更 */
/** html {visibility: hidden;} /* TypeKit ちらつき防止 */
/** html.wf-active {visibility: visible;} /* TypeKit ちらつき防止 */
body {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
p,
blockquote,
blockquote:after,
em, i, cite,
#header h1, #header h2,
.secondary-navigation a .sub ,
.read-more,
.rtitle,
.fn ,
.fn a,
#commentform textarea,
.pagination,
#navigation ul li a,ul li,dt,dd,
h1, h2, h3, h4, h5, h6 {
        font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}


/* 024 パンくずレイアウト調整 */
.breadcrumbs {
    padding: 5px 0;
}
.breadcrumbs span {
    font-size: 14px;
}

/* 027 お問い合わせフォームの設置 */
.wpcf7 label {
    display: inline-block;
    margin-bottom: 12px;
}
.wpcf7 .require {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 0 0 1rem; 
    background-color: darkred;
    color: white;
}
input.wpcf7-form-control[type="text"],
input.wpcf7-form-control[type="email"],
input.wpcf7-form-control[type="tel"],
textarea.wpcf7-form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
select.wpcf7-form-control {
    height: 33px;
}
select.wpcf7-form-control::-ms-expand {
  display: none;
}
.wpcf7 .sbutton {
    display: block;
    margin: 0 auto;
    background-color: #F0F0F0;
    cursor: pointer;
}
.wpcf7 .sbutton[disabled] {
    opacity: .75;
    cursor: not-allowed;
}

input.wpcf7-submit  {
  -webkit-appearance: none;   
  background-color:#F0B423;
  color:#fff;
  border:none;
  padding:15px 40px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  font-size:16px;
  border-radius: 5px;
}
input.wpcf7-submit:disabled,input.wpcf7-submit:disabled:hover{
  background-color:#ccc;
}
input.wpcf7-submit:hover{
  background-color:#00a0e5;
  cursor: pointer;
}
input.wpcf7-submit:focus {
  background-color:#00a0e5;
}
div.submitArea {width:100%;}
div.submitArea p{margin-bottom:6px;font-size:13px;text-align: center;}
div.submitArea p:nth-child(1) {margin-bottom:12px;}
div.submitArea p:nth-child(2) label{margin-bottom:0;vertical-align: middle;}
div.submitArea p:nth-child(2) {margin-left:-4px;}
div.submitArea p:nth-child(3) {margin-left:20px;}


/*  029 Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼*/
#smp-menu { display: none; }
.secondary-navigation a { padding: 15px !important; margin-right: 0 !important; }

@media screen and (max-width: 769px) {
    .secondary-navigation{display:none;}
}


/*.post-content { overflow: auto; }*/
.shashu-icon,
.replace-icon {
    display: inline-block;
}
.shashu-icon img,
.replace-icon img {
    vertical-align: middle;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 5px;
}
.shashu-icon img:after,
.replace-icon img:after {
    content: attr(title);
    display: block;
}

img.pop_wheel { width: 36px; }
img.pop_str { width: 70px; }
img.pop_ud { width: 76px; }
img.poo_ins { width: 45px; }
img.pop_woman { width: 45px; }
img.pop_reclining_wheelchair { width: 67px; }

img[title="1BOX"],
img[title="ミニバン"],
img[title="軽ワゴン"],
img[title="その他"] {
    width: 40px;
}

.post-content.image-caption-format-1 table {
    
}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

.taxi-header .featured-thumbnail {
    float: left !important;
    margin-right: 20px;
    max-width: 175px;
}
.single_post .taxi-header .featured-thumbnail {
   }

.taxi-header { position: relative; clear: both; }

.taxi-header table.taxi-detail {
    width: 100%;
    float: right;
}

.taxi-tags img {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 50px;
}
@media screen and (max-width: 479px) {
    .taxi-tags img {
        width: 40px;
    }
}

@media screen and (max-width: 479px) {
    .taxi-header .featured-thumbnail {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: inherit;
        float: none !important;
    }
     .taxi-header .featured-thumbnail .wp-post-image {
        float: none !important;
     }
    #featured-thumbnail {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none !important;
    }
     .post.excerpt .featured-thumbnail {
        margin: 0 0 15px 0;
        
        max-width: inherit;
        float: none !important;
    }
     .post.excerpt .featured-thumbnail .wp-post-image {
        float: none !important;
    }
     .post-content.image-caption-format-1 table {
         width: 100%;
         float: none !important;
    }
} 

/** 下層ページ（タクシー投稿）の青ラインのように、オレンジラインを画面いっぱいにする。 **/
#main-visual {
    position: relative;
    width: 100%;
    height: 320px;
    background: url("https://caretaxi-net.com/wp-content/uploads/2016/12/caretaxi-net_main_img_bg.png");
    background-position: center center;
    background-size: auto 300px;
    /*background-size: cover;*/
    background-repeat: repeat-x;
}
#main-visual-inner {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    /*background: url("https://caretaxi-net.com/wp-content/uploads/2016/11/caretaxi-net_main_img.png");*/
    /*background: url("https://caretaxi-net.com/wp-content/uploads/2016/12/caretaxi-net_main_img_2.png");*/
    background: url("https://caretaxi-net.com/wp-content/uploads/2016/11/caretaxi-net_main_noline_img.png");
    background-position: center center;
    background-size: 100% auto;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
    #main-visual {
        height: 290px;
        background-size: auto 290px;
    }
    #main-visual-inner {
        width: 100%;
        background-size: 90% auto;
    }
}
@media screen and (max-width: 797px) {
    #main-visual {
        height: 230px;
        background-size: auto 230px;
    }
}
@media screen and (max-width: 699px) {
    #main-visual {
        height: 200px;
        background-size: auto 200px;
    }
}
@media screen and (max-width: 499px) {
    #main-visual {
        height: 160px;
        background-size: auto 160px;
    }
}
@media screen and (max-width: 399px) {
    #main-visual {
        height: 120px;
        background-size: auto 120px;
    }
}
/** リンク、メニューがイタリックになるため、イタリックを解除 **/
.widget li {
    font-style: normal;
}
/** ★ デフォルトレコメンド ウィジェット
・popular、recent の文字の位置を中央位置にする（縦方向）**/
.wpt_widget_content .tab_title a {
    padding-top: 5px;
    height: 30px;
    font-size:18px;
    text-align: left;
}

/** ウィジェット
・よく読まれている記事のNEXTの位置　20171009無効化　**/
/*#popular-tab-content .wpt-pagination a {
    margin:5px 0;
}*/

/** ウィジェット
・よく読まれている記事のline-height**/
#popular-tab-content .entry-title{
	line-height:16px;
    margin-bottom:5px;
	margin-top: 5px;
}

/** ★ 本文テキストエリア
・デフォルトサイズ １４px ＞＞ １５pxに変更 **/	

body{font-size:15px;line-height:25px;}

a { color: #00A5EA; }
a:hover { color: #F0B423 !important; }
a:link { -webkit-tap-highlight-color: inherit; }
/*.single_post a, a:hover, #logo a, .textwidget a, #commentform a, #tabber .inside li a, .copyrights a:hover, .fn a, #tabber .inside li .meta, .rtitle, .postauthor h5, #navigation ul ul a:hover, .post-info a, footer .widget li a:hover, #tabber .inside li div.info .entry-title a:hover, .post-date, a {
    color: blue;
}*/
.breadcrumbs,
.footer-social-inner { background-color: #00A5EA !important; }

h1.title,
h1.page-title {
    padding: 0;
    background-color: inherit;
    /*color: white;*/
    color: #00a0e5;
    font-size: 24px;
    border-radius: 5px;
    line-height: 44px;
    width: 100%;
    float: none; /* .single-title 時の float: left 解除 */
    box-sizing: border-box;
}

h1.page-title img[src$="zenkoku2.png"] { width: 40px; }
h1.page-title img { vertical-align: middle; }
.page-id-473 h1.title { color: #F19EC2;}
.page-id-475 h1.title { color: #9ACC82;}
.title {
    padding: 0 16px;
    background-color: gray;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    line-height: 38px;
}
.title a {
    color: white;
}

article h2 {
    font-size: 20px;
    line-height: 34px;
    border-left: 6px solid #00a0e5;
    padding-left: 10px;
    margin-bottom: 20px;
}
.page-id-473 h2 { border-color: #F19EC2; }
.page-id-475 h2 { border-color: #9ACC82; }
article h3 {
    font-size: 18px;
    line-height: 42px;
    border-bottom:1px solid #00a0e5;
}
.page-id-473 h3 { border-color: #F19EC2; }
.page-id-475 h3 { border-color: #9ACC82; }
article h2 > img,
article h3 > img {
    padding-bottom: 5px;
    width: 30px;
    vertical-align: middle;
}

article a img{
  opacity: 1;
}

article a:hover img {
  opacity: .8;
}

@media screen and (max-width: 479px){
	article h3 {
    line-height: 34px;
}
}

/** ★ 右下に出てくる「トップに戻るボタン」（現状：Back to Top ↑）を画像にする。 **/
.toplink {
    display: inline-block;
    width: 116px;
    height: auto;
    background: url("https://caretaxi-net.com/wp-content/uploads/2016/11/gototop_icon.png");
    color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.toplink:hover {
    color: transparent !important;
}
#pagetop{
position:fixed;
bottom:26px;
right:-116px; /* ページトップボタンの幅 */
z-index:5;
}
#pagetop a{
  display: inline-block;
  width: 116px;
  height: auto;
  background: url(https://caretaxi-net.com/wp-content/uploads/2016/11/gototop_icon.png);
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.widget {
    margin-bottom: 15px;
}
.widget-sidebar .textwidget img {
    display: block;
    width: 230px;
    margin: 0 auto;
}
.banner img {
    width: 300px !important;
}
.banner {
    text-align: center;
}
.banner iframe {
    margin: 0 auto;
    display: block;
}

/** SNS シェアボタン調整 **/
.ssba {
    clear: both;
    margin-bottom: 15px;
}
.ssba img.ssba-img { width: 40px !important; }
.ssba:before,
.ssba:after {
    content: "";
    display: table;
}
.ssba:after {
    clear: both;
}
.tag-list {}
.tag-list li img {
    display: inline-block;
    margin: 0 12px 0 0;
    width: 32px;
    vertical-align: middle;
}
.post.excerpt {
    margin-bottom: 0;
    border-bottom: none;
}
.related-btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
    width: 49%;
    text-align: center;
}
.related-btn:hover {
}
.related-btn img {
    width: 80%;
}

/* タクシーサマリー */
.prefecture_text2 + .post.excerpt.taxi-summary {
    border-top: 1px dashed #00A5EA;
}
.post.excerpt.taxi-summary {
    float: none;
    border-bottom: 1px dashed #00A5EA;
    padding: 15px 10px 15px 10px;
    box-sizing: border-box;
}
post.excerpt.taxi-summary::after {
    content:"";
    display:block;
    clear:both;
}
.post.excerpt.taxi-summary+.post.excerpt.taxi-summary {
    padding: 15px 10px 15px 10px;
}
.custom_post .post.excerpt.taxi-summary {
    padding: 15px 10px 15px 10px;
}
.postsby + .post.excerpt.taxi-summary {
    padding-top: 0;
}
.taxi-summary h2{
    border: none;
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 25px;
}
.taxi-summary-thumb {
    float: left;
    margin-right: 15px;
    width: 150px;
}
.taxi-summary-thumb img {
    width: 100%;
    border: 1px solid #ddd;
    /* margin-bottom: 10px; */
}
.taxi-summary-body {
    position: relative;
    overflow: visible;
}
/*yourtown yuseful text S*/
.taxi-summary-body2 {
    position: relative;
    overflow: hidden;
}
/*yourtown yuseful text E*/
.taxi-summary-description {
    display: inline;
    margin-bottom: 15px;
    color: #F0B423;
}
.taxi-summary-body p,
.taxi-summary-body2 p {
    margin: 0px 10px 5px 0px;
    font-size: 15px;
}
.taxi-summary-description > p {
    margin: 5px 5px 5px 0;
}
.taxi-summary-description > br + br {
    display: none;
}

.taxi-summary.is-permior .taxi-summary-flex {
    display: table;
}
.taxi-summary.is-permior  .taxi-summary-flex .taxi-summary-thumb {
    display: table-cell;
    float: none;
    padding-right: 15px;
    margin-right: 0;
    vertical-align: top;
}
.taxi-summary.is-permior  .taxi-summary-flex .taxi-summary-body {
    display: table-cell;
    vertical-align: top;
}
.taxi-summary.is-permior .serviceBox{
    margin-top: 15px;
    clear: both;
}
.taxi-summary .serviceBox{
    margin-top: 10px;
    clear: both;
}
.taxi-summary .serviceBox > div {
    display: table;
    vertical-align: top;
}
.taxi-summary .serviceHead {
    /* flex: 0 0 auto; */
    display: table-cell;
    vertical-align: top;
}
.taxi-summary .serviceBody {
    /* flex: 0 0 auto; */
    display: table-cell;
    vertical-align: top;
}
.taxi-summary span.serviceHead{
    color: #00A5EA;
    background-color: #fefaef;
    display: inline-block;
    width: 150px;
    min-width: 150px;
    text-align: center;
    padding: 5px 0;
    margin-right: 10px;
    margin-bottom: 5px;
}
.taxi-summary .arrowLink{
    position: absolute;
    top: 50%;
    right: -10px;
    color: #f8aa3d;
    font-size: 30px;
    margin-top: -22px;
}
.taxi-summary .arrowLink .fa {
    font-size: 30px;
}
/*検索結果、もっと見る*/
.post_wrap .post{
  float:none;
}
.more {
  text-align: center;
  margin-top: 20px;
}

.more button {
  color: #0199d9;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 0 20px;
  background-color: #fff;
  font-size:16px;
  position: relative;
}
.more button:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0199d9 transparent transparent transparent;
  border-width: 15px 25px 0 25px;
}
.more button:hover {
    opacity: .6;
}
	.infinite-scroll-request{
		text-align: center;
		margin-top:20px;
	}
@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid #00A5EA;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 679px) {
    post.excerpt.taxi-summary {
        float: none;
    }
    .taxi-summary .arrowLink{
        top: 15%;
    }
}

@media only screen and (max-width: 479px) {

    .taxi-summary.is-permior .taxi-summary-flex {
        display: block;
    }
    .taxi-summary.is-permior .taxi-summary-flex .taxi-summary-thumb {
        display: block;
    }
    .taxi-summary.is-permior .taxi-summary-flex .taxi-summary-body {
        display: block;
    }
    
    .taxi-summary .serviceBox{
        text-align: center;
    }
    .taxi-summary .serviceBox > div {
        display: block;
    }
    .taxi-summary .serviceHead {
        display: block;
    }
    .taxi-summary .serviceBody {
        display: block;
    }
    .taxi-summary span.serviceHead {
        width:100%;
    }
    .taxi-summary span.replace-icon{
		margin:18px 0 0 0;
    } 
}

@media only screen and (max-width: 479px) {
    .taxi-summary-thumb {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .taxi-summary-thumb img {
        display: block;
        /* margin: 0 auto 15px; */
        margin: 0 auto;
        width: 70%;
    }
}

/** あなたのまちの介護タクシー **/
.taxi-summary-yourtown {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px 15px 0;
    margin-bottom: 15px;
    background-color: #fffaef;
}
/** お役立ち情報 **/
.taxi-summary-useful {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px 15px 0;
    margin-bottom: 15px;
    background-color: #eeffee;
}
.taxi-summary-yourtown .taxi-summary-thumb,
.taxi-summary-useful .taxi-summary-thumb {
    max-width: 164px;
}
.taxi-summary-yourtown img,
.taxi-summary-useful img {
    margin-bottom: 10px;
    width: 100%;
}

/** タクシー詳細ページ  **/
dl.taxi-detail {}
dl.taxi-detail dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #3AA5EE;
    color: #3AA5EE;
}
dl.taxi-detail dd {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
  word-wrap: break-word;
}
.btn-tel {
    display: none;
    padding: 3px 12px;
    margin-left: 12px;
    background-color: #f6ad3c;
    color: white;
    border-radius: 3px;
}
.btn-tel:hover {
    color: white !important;
}

@media only screen and (max-width: 769px) {
    .btn-tel {
        display: inline-block;
    }
}
/** スライドのレイアウト調整 **/
.bxslider { margin: 0 !important; list-style: none !important; }

article header { float: none; }

/** サイドバーに枠線追加 **/
#sidebars {
    /*border: 1px solid #ddd;*/
    /* padding: 10px; */
    box-sizing: border-box;
}
/* サイドバー下部に余白追加 */
#page {
    padding-bottom: 25px;
}

/**  絞込フォーム **/
.service-form {
    clear: both;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #3AA5EE;
    border-radius: 0;
}
.service-form label {
    cursor: pointer;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.service-form label img {
    width: 24px;
}
.service-form .text-center {
    padding-top: 20px;
    text-align: center;
}
.service-form .taxi-search {
    margin-top: 15px;
    width:100%;
}
.service-form [type=submit] {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    padding: 10px 20px;
    overflow: visible;
    border: 1px solid #018dc4;
    border-radius: 3px;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #0199d9;
    line-height: 16px;
}
.service-form .btn {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    padding: 10px 20px;
    overflow: visible;
    border: 1px solid #828181;
    border-radius: 3px;
    color: #828181;
    font-size: 16px;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    line-height: 16px;
}
.service-form [type=submit]:hover {
    color: white !important;
    opacity: .6;
}
.service-form .btn:hover {
    color: #828181 !important;
    opacity: .6;
}
#sidebars .wp-post-image, footer .wp-post-image {
    border: 1px solid #ddd;
}


/*カスタム投稿　ドライバーインタビュー*/
.type-driver_interview h1.postsby { color: #00A0E9; }
#page.customPost article h1{font-size: 24px;}
#page.customPost article h1 img{vertical-align: middle;}
#page.customPost article h1 span{vertical-align: middle;}
#page.customPost article h4{color: #00a0e5;}
#page.customPost article img.imgMain{display: block; margin: 0 auto 15px;}
#page.customPost article h4{font-size: 15px;}
#page.customPost p.metaInfo{color:#F0B423;}
#page.customPost .imgBoxW figure{width: 49%; float: left; text-align: center;}
#page.customPost .imgBoxW figure img{margin: 0;}
#page.customPost .imgBoxW figure:first-child{margin-right: 2%;}
#page.customPost .imgBoxW figcaption{font-size: 13px; line-height:1.4em;}
#page.customPost .imgBox{width: 49%; margin: 0 auto; text-align: center;}
#page.customPost .imgBox figure img{margin: 0;}
#page.customPost .imgBox figcaption {font-size: 13px; line-height:1.4em;}
#page.customPost .imgBoxW:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
} 
/* #page.customPost .imgBoxW{display: inline-block;} */
#page.customPost .imgBoxW{display: block;}
* html .imgBoxW {height: 1%;}
.imgBoxW{display:block;}
#page.customPost .authorBox{background-color: #fefaef;margin:50px 0 30px 0; padding: 15px 15px 2px;border-radius: 3px; border:1px solid #939393;}
#page.customPost .authorBox .authorImg{width: 120px; float: left;}
#page.customPost .authorBox .authorImg img{margin: 6px 0px;}
#page.customPost .authorBox .rightBox{margin-left: 140px;}
#page.customPost .authorBox p.authorTitle{color:#00a0e5;}
#page.customPost .authorBox p{margin-bottom: 10px;}

/*カスタム投稿　介護タクシーコラム*/
#page.customPost.column article h1{color: #F0B423; font-size: 24px;}
#page.customPost.column article h2{border-left: 6px solid #f6ad3c;}
#page.customPost.column article h3{border-bottom:1px solid #F0B423;}
#page.customPost.column article h4{color: #F0B423;}

@media only screen and (max-width: 769px) {
#page.customPost .imgBoxW figure{width: 100%; float: none;}
#page.customPost .imgBoxW figure+figure{margin-top: 30px;}
#page.customPost .imgBox{width: 100%;}
#page.customPost .imgBoxW figcaption{font-size: 13px; line-height:1.4em;}
#page.customPost .authorBox .authorImg{width: 40%; float: none; display: block; margin: 0 auto 15px;}
#page.customPost .authorBox .rightBox{margin-left: 0;}
}

/*予約センター一覧*/
.taxiGroup{margin:30px 0 30px;}
.taxiGroup>div{border:1px solid #ddd;padding:0px 20px 15px;border-radius: 5px;}
.taxiGroup>div>div{margin:15px 0 10px;}
.taxiGroup>div>div:after{content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;} 
.taxiGroup>div img{border:1px solid #ddd;float:left;width:160px;height:100px;}
.taxiGroup>div .rightBox{width:65%;float:right;}
.taxiGroup>div h4{font-size:15px;color:#00a0e5;margin-bottom: 5px;}
.taxiGroup>div h4+p{font-size:15px;color:#F0B423;margin-bottom: 5px;}
.taxiGroup>div dl{clear:both; margin:5px 0;}
.taxiGroup>div dt{padding:3px;background:#fffaef;display:inline-block;width:156px;text-align: center;color:#00a0e5; margin-right: 25px;}
.taxiGroup>div dd{padding:3px;display:inline-block;padding-left:15px;}
.taxiGroup>div a.btn_link{margin-top:10px;}
.reserveCenter{margin:10px 0 40px;}
.reserveCenter>div{margin:30px 0;}
.reserveCenter div div{border-bottom:1px dashed #00a0e5;padding:10px 0;}
.reserveCenter div div p{margin-bottom:5px;}
.reserveCenter i{color: #00a0e5; margin-left: 5px;}

@media only screen and (max-width: 959px) {
.taxiGroup>div>div{margin:25px auto 10px;width:100%;padding:0 25%}
.taxiGroup>div img{float:none;margin:0 auto;width:50%}
.taxiGroup>div>div p,.taxiGroup>div>div h4{margin-left:-25%;width:100%;}
.taxiGroup>div .rightBox{float:none;width:100%;}
.taxiGroup>div dt{width:99%;}
    }

/*サービス一覧*/
.serviceList>div{clear:both;margin:30px 0;position:relative;}
.serviceList>div:after{content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}  
.serviceList img{float:left;position:absolute;}
.serviceList img.stretcher{top:50px}
.serviceList img.wheelchair{top:50px}
.serviceList img.reclining_wheelchair{top:50px}
.serviceList img.insurance{top:50px}
.serviceList img.woman{top:50px}
.serviceList img.udtaxi{top:30px}
.serviceList .rightBox{width:74%;float:right;}
.serviceList .rightBox p{margin: 15px 0 5px 0;}
.otherServiceList{margin-top:45px;}
.otherServiceList ul{margin-bottom:0;margin-left:1.2em}
.otherServiceList ul li{list-style-type:disc;}

@media only screen and (max-width: 769px) {
.serviceList .rightBox{width:76%;float:right;}
    }
@media only screen and (max-width: 565px) {
.serviceList img{ display: block; margin: 15px auto; float:none; position:relative;top:0 !important;}
.serviceList .rightBox{width:100%;float:none;}
    }

/*福祉タクシー券について*/
.taxiTicket{margin:10px 0 40px;}
.taxiTicket div.intro{position:relative;margin:0;}
.taxiTicket div.intro:after{content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}  
.taxiTicket div.intro img{float:left;margin-left:20px;}
.taxiTicket div.intro p{display:block;width:74%;float:right;}
.taxiTicket  ul{margin-top:0;margin-bottom:0;margin-left:1.2em}
.taxiTicket  ul li{list-style-type:disc;}
.taxiTicketInfo{margin:10px 0 40px;}
.taxiTicketInfo>div{margin:30px 0;}
.taxiTicketInfo div div{border-bottom:1px dashed #00a0e5;padding:10px 0;}
.taxiTicketInfo div div p{margin-bottom:5px;}
.taxiTicketInfo div div p i{color: #00a0e5; display:inline-block; margin-left:5px;}
@media only screen and (max-width: 769px) {
.taxiTicket>div.intro img{
    float: none;
    display: block;
    margin: 10px auto;
}
.taxiTicket>div.intro p{float:none;width:100%;}
.taxiTicket>div dt{width:100%;}
    }


/*よくある質問*/
article .faq .q {color: #00a0e5; font-weight: bold; font-size: 16px; line-height: 1.6em; margin-bottom: 10px; padding-left: 2.0em; text-indent: -1.75em;}
article .faq .q span{font-size: 1.3em; padding-right: 5px;}
article .faq .a{line-height: 1.6em; padding-left: 2.1em; text-indent: -1.75em; }
article .faq .a span{color: #ff6600; font-weight: bold; font-size: 1.3em;  padding-right: 5px;}

/*お問い合わせフォーム*/
table.contactTable{border: none;}
table.contactTable th,
table.contactTable td{padding: 5px 10px; font-size: 14px;vertical-align: middle;}

table.contactTable th{border:none; width: 180px;}
table.contactTable th span{
    display: block;
    background-color: #C00;
    padding: 5px 5px;
    float: left;
    font-size: 10px;
    color: #FFF;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    line-height:10px;
}
table.contactTable td .short{
    width: 150px;
}
table.contactTable input{font-size: 14px; color: #000;font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;}
table.contactTable .consent{text-align: center; padding-top:50px; }
table.contactTable .wpcf7c-btn-back{
    margin-top: 20px;
    margin-right: 30px;
    background-color: #FFF;
    border: 1px solid #aaa;
    border-radius: 3px;}

@media only screen and (max-width: 769px) {
table.contactTable th,
table.contactTable td{display: block;}

}


/*ドロワーメニュー*/
.wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.check:checked ~ .wrapper {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

/* ------------------------------------------------ drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 20px 10px;
    background: #FFF;
    border-left:1px solid #eee;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    overflow: auto;
}
.drawer-menu h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;      
}

.drawer-menu li:first-child h3 {
    margin-top: 0;
}

.drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    background: url(images/arrow02.png) 0 14px no-repeat;
    -webkit-transition: all .8s;
    transition: all .8s;
    font-weight: normal;
}
.drawer-menu li .sub-menu {
    display: block!important;
    visibility: visible!important;
    margin-left: 15px;
}

/* ------------------------------------------------ checkbox */
.check {
    display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
    display: none;
    background-color: #f6ad3c;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
}
.menu-btnÃ£â‚¬â‚¬i{margin-right: 15px;}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(../images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .wrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(255,255,255,.2);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
#sidebars-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 33px;
    height: 31px;
    background-color: #F2BD58;
    cursor: pointer;
}
#sidebars-close:hover {
    opacity: .5;
}
#sidebars-close:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #FFF;
    transform: rotate(45deg); 
}
#sidebars-close:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -9px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #FFF;
    transform: rotate(-45deg); 
}
.drawer-menu #sidebars-close {
    display: block;
}

@media screen and (max-width: 769px) {
    .menu-btn {display: block;}
	.breadcrumbs-wrap {margin-top:15px;}
}

/*-[ pagination ]------------------*/
.pagination {
    overflow: hidden;
}
.pagination ul {
    list-style: none;
    margin: 0;
}
.pagination ul li { display: inline-block; }

.pagination,
.wp-pagenavi {
    padding: 20px 0;
}
.pagination a, .pagination span,
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 10px !important;
    margin: 2px;
}
.pagination span.current,
.wp-pagenavi span.current {
    font-weight: normal;
    border-color: #00A5EA !important;
    background-color: #00A5EA;
    color: white;
}
.pagination a:hover, .pagination span.currenttext,
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #00A5EA !important;
    background-color: #00A5EA;
    color: white !important;
}
.pagination a, .pagination span,
.wp-pagenavi a, .wp-pagenavi span {
    color: #555;
}
.prefecture_text1 {
    padding: 0 0 30px 0;
    /* margin-bottom: 20px; */
}
.prefecture_text2.your_towns {
    padding-bottom: 10px;
}
.prefecture_text2.oyakudachi {
    padding: 30px 0 10px;
}
.prefecture_text1:empty,
.prefecture_text2:empty {
    display: none;
}


/* お問い合わせフォーム送信後のメッセージ枠 */
div.wpcf7-mail-sent-ok {
	border: 2px solid #00A5EA !important;
}
div.wpcf7-validation-errors {
    border: 2px solid red !important;
}


/* 記事内背景塗塗りつぶし*/
.content .block {
  padding: 15px 20px;
  background-color: #efefef;
  margin-bottom: 20px;
}

/* テキスト内改行禁止*/
 span .text {
	 white-space: nowrap;
}


/*　Table of Contents Plusを中央に表示させる　*/
#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}

/* TOC+ ぶら下げインデント */
#toc_container > ul > li {
    padding-left: 1em !important;
}
#toc_container > ul > li {
	text-indent: -1em !important;
}

/*column table RWD */
table.ta1{
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
table th.ta1,
table td.ta1 {
  padding: 10px 13px;
  border: 1px solid #ddd;
}
table th.ta1 {
  background-color: #f9db93;
  text-align: left;
  width: 27%;
}
table td.ta1 {
  background-color: #ffffff;
}


@media screen and (max-width: 640px) {
  table.ta1 {
    border-top: 1px solid #ddd;
	font-size: 15px;
  }
  table td.ta1 {
    display: block !important;
    text-align: left;
	border: none;
  }
  table th.ta1 {
    display: block !important;
	text-align: left;
    border: none;
    width: 100%;
	padding: 5px 13px;
	box-sizing: border-box;
	}
}


/*taxilist table RWD */
h4.list{
    color: #00A5EA;
    font-size:18px;
    font-weight: bold;
}
p.toukei{
    font-size:13px;
    text-align: right;
    padding-right: 0.9em;
}
table.ta2{
  border-collapse: collapse;
  width: 96%;
  font-size: 15px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
table th.ta2,
table td.ta2 {
  padding: 10px 13px;
  border: 1px solid #ddd;
}
table th.ta2 {
  background-color: #c7edff;
  text-align: left;
  width: 65%;
}
table td.ta2 {
  background-color: #ffffff;
  text-align: right;
}


@media screen and (max-width: 640px) {
  table.ta2 {
    border-top: 1px solid #ddd;
	font-size: 15px;
  }
  table td.ta2 {
    display: block !important;
    text-align: center;
	border: none;
  }
  table th.ta2 {
    display: block !important;
	text-align: center;
    border: none;
    width: 100%;
	padding: 5px 13px;
	box-sizing: border-box;
	}
}


/*facebook　ページプラグイン中央揃え*/
div #fb_page_plugin_area {
	text-align: center;
}

/*介護タクシー情報更新日表示*/
p.koshin-date{
	font-size:12px;
	text-align: right;
	margin-bottom: 10px;
}

/** よく読まれている記事 **/
.popular-posts {
    background: #fff;
    /*padding-top: 10px;*/
	margin-bottom: 15px;
}
.popular-posts li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 10px 15px 7px;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
	line-height: 1.3;	
}
.popular-posts li:last-child {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0;
}
.popular-posts li .wpp-meta {
    font-size: 12px;
    color: #F0B423;
	line-height:2.5; 
}
.popular-posts li img {
    border: 1px solid #ddd;
    margin-right: 14px;
    width: 64px;
    height: 64px;
}
.driver-link-box { 
    margin:30px 0 30px 0;
    padding: 15px 15px 0;
    background-color: #fefaef;
    border-radius: 3px; 
    border:1px solid #939393;
}
.driver-link-box .driver-img{ 
    float: left;
    margin-bottom: 20px;
    width: 120px; 
}
.driver-link-box .driver-img img{margin: 6px 0px;}
.driver-link-box .driver-message{margin-left: 140px;}
.driver-link-box p.driver-title{color:#00a0e5;}
.driver-link-box div.driver-link {
    clear: both;
    margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
    .driver-link-box .driver-img{width: 40%; float: none; display: block; margin: 0 auto 15px;}
    .driver-link-box .driver-message{margin-left: 0;}
}

.widget-btn-history {
    text-align: center;
}
.btn-history {
    display: inline-block;
    width: 110px;
    height: 35px;
    background-image: url(images/history_btm.png);
    background-repeat: no-repeat;
    background-size: 110px;
}
.btn-comparison_list {
    display: inline-block;
    width: 110px;
    height: 35px;
    background-image: url(images/bookmark_btn.png);
    background-repeat: no-repeat;
    background-size: 110px;
}
.drawer-menu li a.btn-history {
    display: inline-block;
    padding: 15px 0 0 0;
    width: 110px;
    height: 40px;
    background: url(images/history_btm.png) 0 15px no-repeat;
    background-size: 110px;
    border-bottom: none;
}
.drawer-menu li a.btn-comparison_list {
    display: inline-block;
    padding: 15px 0 0 0;
    width: 110px;
    height: 40px;
    background: url(images/bookmark_btn.png) 0 15px no-repeat;
    background-size: 110px;
    border-bottom: none;
}

/* 検討リスト・閲覧履歴 */
.btn-comparison {
    margin: 0 auto;
    color: #00A5EA;
    font-size: 14px;
    /* padding-left: 30px; */
    cursor: pointer;
    user-select: none;
    text-align: center;
}
.btn-comparison > div {
    display: none;
}

.btn-comparison.btn-add .btn-add-message { display: block; } 
.btn-comparison.btn-remove .btn-remove-message { display: block; } 
.btn-comparison.btn-add img {
    display: inline;
    margin: 0;
    width: 25px;
    border: none;
    vertical-align: middle;
}
.btn-comparison.btn-remove img {
    display: inline;
    margin: 0;
    width: 25px;
    border: none;
    vertical-align: middle;
}
.btn-comparison.btn-remove span {
    opacity: 0.5;
}

@media only screen and (max-width: 769px) {
    .btn-comparison {
        margin-bottom: 20px;
    }
}
.single_post > .btn-comparison {
    float: left;
}


/*介護タクシー情報更新日表示*/
p.koshin-date{
	font-size:12px;
	text-align: right;
	margin-bottom: 20px;
}


/** よく読まれている記事 **/
.popular-posts {
    background: #fff;
    /*padding-top: 10px;*/
	margin-bottom: 15px;
}
.popular-posts li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 10px 15px 7px;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
	line-height: 1.3;	
}
.popular-posts li:last-child {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0;
}
.popular-posts li .wpp-meta {
    font-size: 12px;
    color: #F0B423;
	line-height:2.5; 
}
.popular-posts li img {
    border: 1px solid #ddd;
    margin-right: 14px;
    width: 64px;
    height: 64px;
}
.driver-link-box { 
    margin:30px 0 30px 0;
    padding: 20px 15px 0;
    background-color: #fff9f9;
    border-radius: 3px; 
    border:1px solid #ffe0ee;
}
.driver-link-box .driver-img{ 
    float: left;
    margin-bottom: 20px;
    width: 120px; 
}
.driver-link-box .driver-img img{margin: 6px 0px;}
.driver-link-box .driver-message{margin-left: 140px;}
.driver-link-box p.driver-title{color:#f19ec2; font-weight:bold; margin-bottom: 5px;}
.driver-link-box p.driver-text{margin-bottom: 0px;}
.driver-link-box p.driver-page{text-align: right;}
.driver-link-box {
    clear: both;
    margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
    .driver-link-box .driver-img{width: 40%; float: none; display: block; margin: 0 auto 15px;}
    .driver-link-box .driver-message{margin-left: 0;}
}
.widget-btn-history {
    text-align: center;
}
.btn-history {
    display: inline-block;
    width: 116px;
    height: 37px;
    background-image: url(images/history_btm.png);
    background-repeat: no-repeat;
    background-size: 116px;
}
.btn-comparison_list {
    display: inline-block;
    width: 116px;
    height: 37px;
    background-image: url(images/bookmark_btn.png);
    background-repeat: no-repeat;
    background-size: 116px;
}
.drawer-menu li a.btn-history {
    display: inline-block;
    padding: 15px 0 0 0;
    width: 116px;
    height: 42px;
    background: url(images/history_btm.png) 0 15px no-repeat;
    background-size: 116px;
    border-bottom: none;
}
.drawer-menu li a.btn-comparison_list {
    display: inline-block;
    padding: 15px 0 0 0;
    width: 116px;
    height: 42px;
    background: url(images/bookmark_btn.png) 0 15px no-repeat;
    background-size: 116px;
    border-bottom: none;
}

#post-11233 > div > div > div:nth-child(2) {
    border-top: 1px dashed #00A5EA;
}
#post-11231 .single_page .post-content .post:nth-child(2) {
    border-top: 1px dashed #00A5EA;
}

/*-----common-----*/
.mb0 {
    margin-bottom: 0px;
}
.mb50 {
    margin-bottom: 50px;
}
figcaption {
    padding-top: 5px;
}
span.fc-orange {
	color: #F0B423;
}
span.notice-red {
	color:#DB0000;
}

/*-----recaptchaテキスト・バッジ非表示-----*/
div.rcbox{
	font-size:13px;
	border: 1px solid #E9E9E9;
    padding: 8px 12px;
	margin: 40px 0px 0px;
}
.grecaptcha-badge {
	visibility: hidden; 
}

/*-----shareボタン-----*/
.ssbp-list li:first-child a:before{
    line-height: 33px !important;
}
.ssbp-list li a{
	margin-right:6px;
	border-radius: 5px;
	color:#fff !important;
}
#wpbody-content .inline-edit-row-page .inline-edit-col-right{
	margin-top:0px;
}
#wpbody-content .inline-edit-row-page .inline-edit-col-right:first-child{
	margin-top:27px;
}