/*
Theme Name: aizu-rentacar
Author: 会津レンタカー
Domain: aizu-rentacar.co.jp
Version: 1.0
Description: 会津レンタカーのテーマです
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS

    Main Color: 00a0e9;
    Sub Color:
    Link Color(normal): 2882e6;
    Link Color(hover): 1370d8;
*/

/* =GENERAL
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
    /* background: #ffffff url(images/background.png) left top repeat; */ /* 縦横繰り返し背景 */
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body#frontpage {
	background: #ffffff url(images/background.png) left top repeat-x; /* X軸（横）のみ繰り返し背景 */
}

a {
    color: #2882e6;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #1370d8;
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* =LAYOUT 1010=15+[745+[15+220]]+15 …ページレイアウト
-------------------------------------------------------------- */
#wrapper {
	background: url(images/bg-menu.png) left top repeat-x;
}

#container {
	width: 1010px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
}

#main {
	padding: 0 15px 15px 15px;
	margin: 20px 0 0 0; /* メニューの背景を活かす */
	/* background: #fff; */
}

#main-fullwidth {
    padding: 0 15px 15px 15px;
    margin: 20px 0 0 0; /* メニューの背景を活かす */
    background: #fff;
}

#content {
	overflow: hidden;
	float: left;
	width: 695px; /* 960px */
	width: 695px; /* 1010px (745 → 695 に変更)*/
}

#sidebar {
	overflow: hidden;
	float: left;
	width: 270px; /* (220 → 270 に変更) */
	margin-left: 15px;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
	height: 60px;
	padding: 12px 0; /* 上下のパッティングを調整 合計：84px */
}

.logo {
    float: left;
}

.header-right {
    float: right;
    text-align: right;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
	position:relative;
	height: 54px; /* メニューの縦幅 パターン58px 54px */
	z-index: 300;
	background: none;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 200px; /* サブメニューの横幅 */
}

/* First Level - Menu Secondary */
.menu-secondary li a {
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-weight: normal;
	padding: 19px 20px 18px 20px; /* パッディング上下の調整：メニューの縦幅とフォントサイズの差を測って半分に上下の値をふる (18+15+18+3= 54)(18+14+22+4=58) */
	margin: 0 0 3px 0; /* 各メニュー左右の縦線の長さを調整　デフォルトは0 54=3 58=4 */
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	text-decoration: none;

	background: url(images/menu-secondary-bg.png) left top repeat-x;
	border-left: 1px dotted #fff; /* 薄い */
	border-right: 1px dotted #ccc; /* 濃い */

	min-width: 160px; /* 最小幅 メニューの数：5=1+20+160+20+1=202*5=1010px  6=1+20+126+20+1=168*6=1008px  */
	text-align: center;
}
.menu-secondary li:first-child a {
     border-left: 1px dotted #ccc; /* 弱濃い */
}
.menu-secondary li:last-child a {
     border-right: 1px dotted #ccc; /* 弱濃い */
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background: url(images/menu-secondary-bg.png) left -126px repeat-x; /* マイナス値をメニューの縦幅に応じて修正(180px = 54 + [72 + 54]126px)(180px = 58 + [64 + 58]122px) */
	outline: 0;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
	color: #333;
	background: #d8f3ff; /* サブメニューの背景色 */

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 14px 15px;
	margin: 0;
	text-transform: none;

	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: none !important;
	border-right: none !important;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus,
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #333;
	background: #f6fcff; /* サブメニューの背景色：オンクリック時 */

	outline: 0;
	margin: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
	padding-right: 20px;
	min-width: 1px;
	min-width: 160px; /* 最小幅 メニューの数：5=1+20+160+20+1=202*5=1010px  6=1+20+126+20+1=168*6=1008px  */
}
.menu-secondary  .sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top:  0;
	padding: 18px 15px 0 0; /* サブメニュー有の矢印の高さ調整 */
}

.menu-secondary li li .sf-sub-indicator {
    padding: 13px 13px 0 0;
}

/* Shadows - Menu Secondary */
.wrap-menu-secondary .sf-shadow ul {
    background: url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 40px;
    border: 1px solid #D7D7D7;
    background: #fff;

    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    padding: 25px 20px 0 20px;
}

.page, .post-single {
    /* border-bottom: 0; */
    /* margin-bottom: 0; */
}

.title {
	color: #333333;
	margin: 0 0 20px 0;
	padding: 8px 0 5px 12px;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;

	border: 1px solid #ddd;
	border-bottom: 4px solid #00a0e9;
	background: -moz-linear-gradient(top, #fff, #eee); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* Safari,Google Chrome用 */

	border-top-left-radius: 3px; /* CSS3草案 */
	border-top-right-radius: 3px; /* CSS3草案 */
	-webkit-border-top-right-radius: 3px; /* for Safari, Chrome */
	-webkit-border-top-left-radius: 3px; /* for Safari, Chrome */
	-moz-border-radius-topright: 3px; /* for Firefox, Mozilla */
	-moz-border-radius-topleft: 3px; /* for Firefox, Mozilla */
}

.title a {
    color: #333;
    text-decoration: none;
}

.title a:hover {
    color: #2882e6;
    text-decoration: none;
}

.entry {
	padding-bottom: 20px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #BDBDBD;
    background: #fff;
}

.page-title {
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid #333;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #0C6B98;
    background: #E8E8E8 url(images/readmore-bg.png) left top repeat-x;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #DDDDDD;
}

.readmore a:hover {
    color: #FFFFFF;
    background: #1275A5 url(images/readmore-bg.png) left -124px repeat-x;
    text-decoration: none;
    border: 1px solid #07628D;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 930px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
	position: relative;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #02537a;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #02537a;
}

.fp-pager a {
    background-image: url(images/featured-pager.png);
    cursor:pointer;
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  {
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative;
    z-index: 200;
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #00a0e9;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #00a0e9;
    border: 1px solid #00a0e9;
    padding: 4px 7px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #00a0e9;
    border: 1px solid #00a0e9;
    padding: 4px 7px;
}

.wp-pagenavi span.pages {
    color: #00a0e9;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #00a0e9;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-container {
	color: #fff;
	background: #00a0e9;
	background: -moz-linear-gradient(top, #1bb1f6, #00a0e9); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#1bb1f6), to(#00a0e9)); /* Safari,Google Chrome用 */
}

#footer {
	width: 1010px;
	margin: 0 auto;
	padding: 25px 0;
}

#copyrights {
	background: none;
	float: left;
}

#copyrights a {
	color: #ffffff;
	text-decoration: none;
}

#copyrights a:hover {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

#credits {
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    float: right;
}

#credits a {
	color: #fff; /* ie対策 */
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

#credits a:hover {
	text-decoration: none;
	color: #fff;
}

/* Footer Widgets
----------------------------*/
#footer-widgets-container {
    background: #EEEEEE url(images/footer-widgets-bg.png) left top repeat-x;
    padding: 20px 0;
}

#footer-widgets {
    width: 1010px;
	margin: 0 auto;
}

.footer-widget-box {
    width: 310px;
    float: left;
    margin-right: 15px;
}

.footer-widget-box-last {
    margin-right: 0;
}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {

}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {

}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #666666;
    font-size: 13px;
}

.widget-container a {
    color: #666666;
    text-decoration: none;
}

.widget-container a:hover {
    color: #0F6F9D;
    text-decoration: none;
}

.widgettitle {
	color: #1267c5;
	background: url(images/widgettitle-bg.png) left top repeat-x;
	margin: 0 0 10px 0;
	padding: 9px 0 9px 10px;
	border: 1px solid #DEDEDE;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #2882e6;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
	line-height: 20px;
    padding: 0 0 0 12px;
    margin: 10px 0 10px 5px;
    background: url(images/widget-list.png) left center no-repeat;
    border-bottom: 0;
}

/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #0F6F9D;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
    line-height: 18px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 0;
}

.posts-widgettitle {
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta {
    font-style: italic;
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #BDBDBD;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.comments-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.comments-widget-author {
    text-decoration: none;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold;
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #BDBDBD;
    padding: 4px;
    background-color: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;
}

.infobox-widget-more:hover {
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
}

.social-profiles-widget img:hover {
    opacity: 0.8;
}

/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 24px;
}

.tabs-widget li {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0;
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #7C7C7C;
    background: url(images/tabs-bg.png) left top repeat-x;
    padding: 6px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #DDDDDD;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: url(images/tabs-bg.png) left -124px repeat-x;
    color: #FFFFFF;
    border: 1px solid #07628D;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif;
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline;
}

a.tweets-widget-time:hover {
    text-decoration: none;
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}


/* =END
-------------------------------------------------------------- */
/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}
.width50 {
	width: 50px;
}
.width80 {
	width: 80px;
}
.width100 {
	width: 100px;
}
.width120 {
	width: 120px;
}
.width150 {
	width: 150px;
}
.width200 {
	width: 200px;
}

/* Tablets ----------- */

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

	body#frontpage {
		background: none;
	}

	#wrapper {
		background: none;
        padding-top: 80px;
	}

	#container, #footer-container {
		width: 100%;
	}

    #main,
    #main-fullwidth,
    #header,
    #footer-widgets,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    #main, #main-fullwidth {
        background-image: none;
    }

    #header {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 100;
        text-align: left;
        padding: 15px;
        box-sizing: border-box;
    }

    .logo a img {
        width: 180px;
    }

    .header-right {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .header-right {
        padding-top: 10px;
    }

    #topsearch {
        float: none;
        width: 96%;
        margin: 10px 2%;
    }

    #header #topsearch {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #top-social-profiles {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    #content, #home-content, #home-sidebar-primary, #sidebar-primary, #sidebar-secondary {
    	width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .menu-secondary-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
        padding: 100px 15px 15px;
        box-sizing: border-box;
    }

    .menu-secondary-container .menus {
        height: 100%;
    }

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }

    .menu-primary-container, .menu-secondary-container {
        display: none;
    }

	.menu-primary-responsive, .menu-secondary-responsive {
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		padding: 10px;
		border: 2px solid #ea514c;
		background: #fbdbd6;
	}

    .fp-slider, #fb-root {
        display: none;
    }

    .post-box {
        width: 100%;
        height: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    #footer-widgets-container #footer-widgets {
        width: inherit;
    }

    .footer-widget-box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    #copyrights, #credits {
        display: block;
        float: none;
        text-align: center;
    }

    #footer-container #copyrights, #footer-container #credits {
        padding: 5px 0;
    }

    #footer-container #footer {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

	.header-right {
		text-align: center;
	}

	.su-row .su-column {
		margin-left: 0 !important;
	}

	.su-row .su-column .su-column-inner {
		text-align: center;
	}

}

/* Mobile Phones ----------- */

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

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }

    .menu-primary-container, .menu-secondary-container {
        display: none;
    }

    #header .menu-primary-responsive-container, #header .menu-primary-responsive-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    /*----- tableをレスポンシブ対応 -----*/
/* 	table tr{
		display: block;
		margin-bottom: 1.5em;
	}
	table th,
	table td{
		display: list-item;
		list-style-type: none;
		border: none;
	} */
	
	.width50, .width80, .width100, .width120, .width150, .width200 {
		width: auto;
	}

	.wpcf7-text {
		width: 90%;
	}
	.wpcf7-textarea {
		width: 90%;
	}
}

/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* IE8対応 ----------- */
img {
	width: inherit;
	max-width: 100%;
	height: auto;
}

/* WooCommerces ----------- */

.woocommerce .content, .woocommerce #main-fullwidth {
    background: #fff;
}

.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
}
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}

/* =========================================================
 * 余白設置
========================================================= */
.alignleft {
	padding: 0 15px 5px 0;
}
.alignright {
	padding: 0 0 5px 15px;
}

/* =========================================================
 * テキスト装飾
========================================================= */
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.txtleft {
	text-align: left;
}
.txtbig {
	font-size: 24px;
	line-height: 30px;
}
.txtmiddle {
	font-size: 18px;
	line-height: 26px;
}
.txtnormal {
	font-size: 14px;
	line-height: 22px;
}
.txtsmall {
	font-size: 12px;
	line-height: 18px;
}
.txtbold {
	font-weight: bold;
}
.txtGothic {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.txtMincho {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
.txtred {
	color: #eb0000;
}
.txtpurple {
	color: #3d258e;
}
.txtblue {
	color: #0c419a;
}
.txtgreen {
	color: #1b9850;
}
.txtorange {
	color: #ff8c00;
}

.bggray {
	background: #eee;
}

/* =========================================================
 * 余白
========================================================= */
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

/* =========================================================
 * カスタマイズ
========================================================= */

.breadcrumbs {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none;
}

.img-border img {
	border: 1px solid #ddd;
	margin: -1px;
}

.show-thumbnail-title-content {
	padding: 0 5px;
}
.show-thumbnail-title-content .su-row {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}
.show-thumbnail-title-content .su-row .su-column {
	margin-bottom: 5px;
}

.subtitle, .subtitle0 {
	color: #1267c5;
	margin: 40px 0 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: 34px;
	border-bottom: 1px dotted #999;
}
.subtitle0 {
	margin: 0 0 15px 0;
}
.subtitle2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	padding: 0;
	margin: 30px 0 15px 0;
	border-bottom: 1px dotted #00a0e9;
}

.wp-caption {
	margin-top: 0;
	padding-top: 0;
}
/*----- トップページ -----*/
h2.service-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 0 5px 0;
}
h2.service-title a {
	text-decoration: none;
}

/*---- コンタクトフォームのボタン ----*/
input.wpcf7-submit {
	font-size: 16px;
	font-wight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 10px 50px;
}
.su-table th {
	vertical-align: middle;
}

/*----- セレクトボックス -----*/
ul.widget-container select {
	padding: 5px;
	height: 30px;
	width: 220px;
}

ul.widget-container option {
	padding: 5px;
}

/*----- ヘッダー -----*/
.seo-box h1 {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 1px 0 4px 0;
}

.contact-box {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.contact-box em {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.contact-box em.tel {
	padding-left: 20px;
	background: url(images/icon-tel.gif) left center no-repeat;
}
.contact-box em.fax {
	padding-left: 22px;
	background: url(images/icon-fax.gif) left center no-repeat;
}

/*----- サイドバー -----*/
.sidebanner {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 13px 10px 5px 10px;
}
.sidebanner a {
	color: #2882e6;
	text-decoration: none;
}

.sidebanner a:hover, a:focus {
	color: #1370d8;
	text-decoration: none;
}

.sidebanner .bnimg {
	float: left;
	width: 26%;
}
.sidebanner .bnimg img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}
.sidebanner .bntxt {
	text-align: left;
	float: right;
	width: 68%;
}
.sidebanner .bntxt h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.sidebanner .bntxt p {
	margin: 0;
	padding: 0;
}

.widget ul.sidebn li {
	list-style-type :none;
	padding: 0;
	margin: 0 0 5px 0;
	background: none;
	border: none;
}

/*----- 次へ、前へ -----*/
div.link-post {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}
div.link-post .link-previous,
div.link-post .link-next {
	padding: 10px;
	border: 1px solid #ccc;

	border-radius: 3px; /* CSS3草案 */
	-moz-border-radius: 3px; /* for Firefox, Mozilla */
	-webkit-border-radius: 3px; /* for Safari, Chrome */
	-khtml-border-radius: 3px; /* for Old Safari, KHTML */
}

/*-------------------------------------------------------------*/
.top-img {
	background: #fff;
}
table.tbl-hosyou {
/*    width: 610px;*/
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tbl-hosyou th {
    padding: 5px;
    width: 20%;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
}
table.tbl-hosyou td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}


.widget .screen-reader-text {
	display: none;
}


/* 非表示オプション 2020.8.18 */
@media (max-width: 767px) {
    .hide-on-mobile {
            display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hide-on-tablet {
            display: none !important;
    }
}
@media (min-width: 1025px) {
    .hide-on-desktop {
            display: none !important;
    }
}
/* GPのボタン */
.button {
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a.button, a.button:visited {
    color: #ffffff;
    background-color: #2882e6;
    text-decoration: none;
}
a.button:hover, a.button:focus {
    color: #FFFFFF;
    background-color: #1370d8;
    text-decoration: none;
}

/* =========================================================
* モバイルCTA 2020.8.18
========================================================= */
@media (max-width: 768px) {
    .mobile-cta {
        width: 100%;
        background-color: #2882e6;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* 天地中央 */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* 両端揃え */
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-cta-1,
    .mobile-cta-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
    }
    .mobile-cta-1 .button,
    .mobile-cta-2 .button {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .mobile-cta-2 .button {
        border-left: 1px solid rgba(255,255,255,0.5);
        width: calc( 100% - 1px );
    }
    .mobile-cta-1 .button .fa,
    .mobile-cta-2 .button .fa {
        font-size: 18px;
        line-height: 1;
    }
    /* 以下、CTAをフッターに固定する場合（固定にしない場合はコメントアウト） */
    .mobile-cta-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
}


/* リニューアル時追加したCSS 2025.04 */
#sidebar > li {
  list-style: none;
}
#sidebar .widgettitle {
  margin-top: 20px;
}
@media (min-width: 769px) {
	.menus li {
		width: 20%;
	}
	iframe {
		width: 100%;
	}
	img {
		display: block;
		margin: auto;
	}
/* 	.top-img img {
		width: 100%;
	} */
	#container {
		width: auto;
		padding: 0 15px;
	}
	#content {
		width: 70%;
	}
	#content.--booking-car {
		width: 100%;
	}
	#sidebar {
		width: calc(30% - 15px);
	}
}

/* ハンバーガーメニュー */
#js-hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
}
#js-hamburger span {
  display: block;
  width: 65%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
#js-hamburger span:nth-child(1) {
  top: 25%;
}
#js-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#js-hamburger span:nth-child(2) {
  top: 50%;
}
#js-hamburger.active span:nth-child(2) {
  opacity: 0;
}
#js-hamburger span:nth-child(3) {
  bottom: 25%;
}
#js-hamburger.active span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  #js-hamburger {
    display: none;
  }
}
@media (max-width: 768px) {
  #js-menu {
    display: none;
  }
  #js-menu.active {
    display: block;
  }
  #js-menu li {
    list-style: none;
    width: 100%;
  }
  #js-menu li a {
    width: 100%;
    display: block;
    padding: 15px 0;
    background: #fff;
    border: none;
    text-align: center;
  }
  #js-menu .menus ul {
    position: relative;
    top: auto;
  }
  #js-menu .menu-secondary .sf-sub-indicator {
        display: none;
  }
}

/* 予約ページ */
.vehicle-image img {
    width: auto;
    padding: 15px;
    box-sizing: border-box;
	margin-right: auto;
    margin-left: 0;
}
.rental-car-spec {
	position: relative;
}
.rental-car-spec table.car-spec > tbody > tr:last-child > td {
	padding-bottom: 50px;
}
.rental-car-spec .booking-link {
	position: absolute;
    bottom: 25px;
    left: 25px;
}
.rental-car-spec tr.row-car-note td {
	padding: 15px 15px 0;
}
.rental-car-spec tr.row-car-note td .car-price-table th,
.rental-car-spec tr.row-car-note td .car-price-table td {
	padding: 10px;
}
.rental-car-spec th {
	width: 20%;
	padding: 10px;
}
.rental-car-spec td {
	width: 80%;
	padding: 10px;
}
#mts-message-pane.error {
	color: #fff !important;
}
.rental-product.total, .rental-product.tax, .rental-product.grand-total {
	text-align: center !important;
}
td.booked {
	cursor: pointer;
}
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.popup-content {
  background-color: white;
  margin: 20% auto;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.close-button {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}


.popup-content a.tel,
.popup-content span.close-button {
	font-size: 18px;
	font-weight: bold;
	color: #18bc9c;
}

.popup-content a.tel:hover {
	text-decoration: underline;
}
#mtsrcb-entry-form,
#mtsrcb-entry-form input,
#mtsrcb-entry-form select {
	font-size: 18px;
}
.booking-link a,
.button-primary {
	color: #ffffff;
    background-color: #18bc9c !important;
    border-color: #18bc9c !important;
	border: 1px solid #aaaaaa;
    border-radius: 0.5em;
	padding: 0.6em 2em;
    cursor: pointer;
}
.button-primary:hover,
.booking-link a:hover {
	color: #ffffff;
    background-color: #13987e !important;
    border-color: #11866f !important;
}
.rental-car-spec .row-spec td {
	padding-left: 10px !important;
}
#mts-customer-entry tbody th label {
	position: relative;
}
#mts-customer-entry tbody tr th label:before {
	display: block;
	content: "";
	position: absolute;
	color: red;
}
.rental-date-entry {
	flex-wrap: wrap;
}
/* #mts-customer-entry tbody tr:nth-child(2) th label:before,
#mts-customer-entry tbody tr:nth-child(4) th label:before,
#mts-customer-entry tbody tr:nth-child(8) th label:before {
	content: "（必須）";
} */
@media (min-width: 769px) {
	#mts-customer-entry tbody tr th label:before {
		top: -5px;
		right: -52px;
	}
	.rental-car-spec {
		max-width: 1300px;
		margin: auto;
	}
	.rental-car-spec .row-spec td {
		padding-left: 40px !important;
	}
}
@media (max-width: 768px) {
	#mts-customer-entry tbody tr th label:before {
		bottom: -25px;
		left: -10px;
	}
/* 	#mts-customer-entry tbody tr:nth-child(2) th,
	#mts-customer-entry tbody tr:nth-child(4) th,
	#mts-customer-entry tbody tr:nth-child(8) th {
		padding-bottom: 25px;
	} */
	.vehicle-image img {
		width: 100%;
	}
	.rental-car-spec table,
	.rental-car-spec tbody {
		display: block;
		width: 100%;
	}
	.rental-car-spec tr.row-img,
	.rental-car-spec tr.row-car-note
	{
		display: block;
		width: 100%;
	}
	.rental-car-spec tr.row-car-note td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.6;
	}
	.rental-car-spec tr.row-spec {
		display: flex;
		width: 100%;
	}
	.rental-car-spec .row-spec th,
	.rental-car-spec .row-spec td {
		width: 50%;
	}
/* 	.mts-form-table tr {
		display: flex;
		flex-direction: column;
	}
	.mts-form-table th:first-child, .mts-form-table th:last-child, .mts-form-table th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.mts-form-table td:first-child, .mts-form-table td:last-child, .mts-form-table td {
		padding: 0.9em;
		display: block;
		width: 100%;
		box-sizing: border-box;
	} */
}
.row-car-note ul,
.entry ul {
	list-style-type: none;
}
.row-car-note li,
.entry li {
	text-indent: -1em;
}

.rental-car-spec .car-name {
	margin-bottom: 0;
    padding: 15px;
    border: 1px solid #CCC;
    border-bottom: none;
}

.rental-car-spec table,
.car-spec .vehicle-image {
	border-top: none !important;
}

.rental-form-block .mts-form-note .rental-note {
	border: 1px solid #ccc;
}