/*
Theme Name: TOZAIATEO 2016
	Description:Responsive Grid Wordpress Theme based on Boostrap 3, Font Awesome.
Version:    1.0
Author:     Innovation Lab, Inc.
Author URI:	http://soushin-lab.co.jp
Site:       http://soushin-lab.co.jp
*/

/* TABLE OF CONTENT  

    1 - COMMON
    2 - HEADER
    3 - FOOTER
    4 - TOP PAGE
    5 - 会社概要
    6 - オーナーの方へ
    7 - FAQ
    8 - webカタログ
    9 - 中古車情報
    10 - 新車在庫&入荷情報
    11 - 配信情報
    12 - news詳細
    13 - サービス
    14 - 営業カレンダー / アクセス
    15 - Hobby Motorhome
    16 - Hobby
    17 - カタログ詳細
    18 - 採用情報

*/

/* ==================================================================
	                         0 - 404 
================================================================== */

@font-face {
	font-family: 'AvenirFont';
	src: url('font/AvenirLTStd-Roman.eot'); /* IE9 Compat Modes */
	src: url('font/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	url('font/AvenirLTStd-Roman.woff') format('woff'), /* woff - Modern Browsers */
}

h1,h2,h3,h4,h5,h6,span,p{
	font-family:Avenir , "AvenirFont", "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


@font-face {
	font-family: 'hira-pro';
	src: url('font/hiragino-W3-webfont.eot'); /* IE9 Compat Modes */
	src: url('font/hiragino-W3-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('font/hiragino-W3-webfont.woff') format('woff'), /* Modern Browsers */
		 url('font/hiragino-W3-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('font/hiragino-W3-webfont.svg') format('svg'); /* Legacy iOS */
}



h2.notfound{
	overflow: hidden;
    display: inline-block;
    color: white;
    font-weight: 600;
    margin-top: 50px;
}

p.notfound{
	color: white;
}

a.notfound,a.notfound:hover{
	margin: auto;
    padding: 10px 10px;
    width: 130px;
    background: white;
    color: #3a3a3a;
    text-align: center;
    margin-top: 70px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    right: 50%;
    margin-right: -65px;
    bottom: 60px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all .3s linear; -webkit-transition: all .3s linear;
}
a.notfound:hover{
	background: #3a3a3a;
	border-color: #fff;
	color: #fff;
}

.page-notfound #top-car-news{
	min-height: 380px;
	position: relative;
}

.view{
	display: block !important;
}

.qaTytle > ul{
	
}
/* ==================================================================
	                         1 - COMMON 
================================================================== */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);


body{
	font-family:Avenir , "AvenirFont", "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #222222;
	transition: .5s; -webkit-transition: .5s;
}
.text-white{
	color: #fff;
}
.text-black{
	color: #222222;
}
.text-mild-black{
	color: #3a3a3a;
}
.text-deep-gray{
	color: #a9a9a9;
}
.text-deep-blue{
	color: #5c9cc5;
}
.container{
	max-width: 960px;
}
.flex{
	display: flex;
	display: -webkit-flex;
}
#mailicon{
	background: url(../img/mail.png) left center no-repeat;
	background-size: 20px;
}
#telicon{
	background: url(../img/phone.png) left center no-repeat;
	background-size: 20px;
}
.listA,.listB{
	cursor: pointer;
}
@media (min-width: 768px){
	.container {
		width: 98%;
	}
}
.brSpace {
	display: none;
}
@media (max-width: 480px){
	.brSpace {
		display: block;
	}
}

@media (max-width: 480px){
	.brSpace2 {
		display: none;
	}
}

/* ZoomBox */
/* #ZoomBox img { max-width: 640px; } */


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

header small a{
	color: white;
	text-decoration: underline;
}

#header-logo {
    background-color: #222222;
    padding: 10px 0px;
}
#logo{
    display: block;
    width: 450px;
    float: left;
    max-width: 100%;
}
@media (max-width: 768px) {
    #logo{
        float: none;
        margin: 0 auto;
        
    }
}
#logo:hover{
    opacity: 0.8;
}
#logo img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
header #header-logo p {
    float: right;
    text-align: left;
}
@media (max-width: 768px) {
    header #header-logo p {
        display: none;
    }
}
header #header-logo p #tel,header #header-logo p #mail {
    font-size: 15px;
    display: block;
}

header #header-logo p #mail{
	margin-top: -22px;
}
header nav ul.nav{
    width: 100%;
}
@media (max-width: 768px) {
    header nav ul.nav{
        width: auto;
    }
}
header nav ul.nav > li {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 16.66666666666666%;
    width: calc( 100% / 6 );
    position: relative;
}

.line{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
width: 1px;
height: 50px;
position: absolute;
right: 0;
top: 0;
opacity: .5;
}


header nav ul.nav > li:nth-child(6){
    border-right: 0;
}
@media (max-width: 768px) {
    header nav ul.nav > li{
        width: 100%;
        border-right: 0;
    }
}
#header-navi-contact{
    display: none;
}
@media (max-width: 768px) {
    #header-navi-contact{
        display: block;
    }
}
#header-navi-contact{
    font-weight: 600;
}
#header-navi-contact #tel{
    font-size: 20px;
    font-weight: 600;
}
#header-navi nav{
    background: #262a2e;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
#header-navi nav a{
    color: #fff;
    font-size: 13px;
    padding: 15px 10px;
    font-family: 'hira-pro';
    font-weight: 300;
}
#header-navi .nav > .open > a{
    background: #070809;
}
#header-navi nav .dropdown-menu{
    background: #262a2e;
    min-width: 220px;
}
#header-navi nav .dropdown.open .dropdown-menu{
    background: #070809;
}
#header-navi .dropdown-menu .divider{
    background-color: #262a2e;
}
#header-navi .dropdown-menu>li>a:focus, #header-navi .dropdown-menu>li>a:hover{
    background: #262a2e;
}
@media (max-width: 480px) {
	.sp-none{
		display:none;
	}
}

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


footer {
	background-color: #272727;
}
footer a {
	color: #868686;
}

footer #footer-meni div > ul > li a {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}
footer #footer-meni div > ul > li ul {
    margin-top: 15px;
}
footer a:hover{
	color: white;
	text-decoration: none;
}
footer p {
	color: #868686;
	font-size: 12px;
}
footer h2 {
	color: #fff;
	font-size: 18px;
	border-top-style: solid;
    border-width: 1px;
    border-top-color: #868686;
    margin-top: 40px;
    padding-top: 20px;
    text-align: left;
}
footer #footer-meni div > ul > li {
	float: left;
	width: 19%;
	margin-right: 5px;
	padding: 2px;
	text-align: left;
}

.small, small {
    font-size: 85%;
}

@media (max-width: 768px) {
	footer #footer-meni div > ul > li {
		width: 32%;
	}
}
@media (max-width: 480px) {
	footer #footer-meni div > ul > li {
		width: 48%;
	}
}
#footer-copyright {
	margin-top: 25px;
}
#footer-copyright li{
	float: left;
	margin-right: 25px;
	text-align: left
}

/* ==================================================================
	                         4 - TOP PAGE 
================================================================== */
.metaslider{
	overflow: hidden;
}
.metaslider .slides img {
	width: auto !important;
	height: 455px;
}
@media (max-width: 768px) {
	.metaslider{
		display: none;
	}
}

#old-car{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d9d9d+54,a6a6a6+54,a6a6a6+54,a6a6a6+54,a6a6a6+54 */
	background: rgb(70,70,70); /* Old browsers */
	background: -moz-linear-gradient(35deg, rgba(80,80,80,1) 53%, rgba(166,166,166,1) 53%, rgba(166,166,166,1) 57%, rgba(166,166,166,1) 57%, rgba(166,166,166,1) 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(30deg, rgba(80,80,80,1) 57%,rgba(166,166,166,1) 57%,rgba(166,166,166,1) 57%,rgba(166,166,166,1) 57%,rgba(166,166,166,1) 57%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(30deg, rgba(80,80,80,1) 53%,rgba(70,70,70,1) 53%,rgba(70,70,70,1) 57%,rgba(70,70,70,1) 57%,rgba(70,70,70,1) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#a6a6a6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px 0; 
}

#old-car img {
    width: 100%;
}

.viewall {
	border-style: solid;
	border-width: 2px;
	width: 110px;
	float: right;
	padding: 2px 0;
	margin-top: 45px;
	margin-bottom: 35px;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
	transition: .5s; -webkit-transition: .5s;
}
@media (max-width: 480px) {
	.viewall{
		width: 90px;
		margin-right: 0;
	}
}
.date {
	border-style: solid;
	border-width: 2px;
	width: 86px;
	padding: 2px 0;
	font-size: 12px;
	float: left;
	display: block;
	text-align: center;
	margin-right: 15px;
}

article {
	clear: both;
}


article a {
	display: block;
}


article img {
/* 	width: 100%; */
	max-height: 150px;
	height: 100%;
}
.text-list li{
	overflow: hidden;
	clear: both;
}
.text-list li + li{
	margin-top: 20px;
}
.text-list h1 {
	font-size: 15px;
	margin-left: 105px;
	line-height: 1.5;
}
.text-list h1, .newsAll #top-car-news li h1, .newsAll #top-blog li h1, .newsAll .top-news li h1{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top-main-catch {
	height: 455px;
	background: url(../img/top_img001.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#top-main-catch-link{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url("../img/top-catch-bg.png");
	background-position: center;
	text-align: -webkit-center;
}
@media (max-width: 768px) {
	#top-main-catch-link {
		position: static;
	}
	#top-main-catch-link h2 {
	    font-size: 25px;
	}
}
@media (max-width: 480px) {
	#top-main-catch-link h2 {
	    font-size: 30px;
	}
}
@media (max-width: 768px) {
    background: rgba(255,255,255,0.5);
}
#top-main-catch-link a{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 152px;
    padding: 10px 30px;
}
@media (max-width: 980px) and  (min-width: 769px){
	#top-main-catch-link a{
		padding: 0;
	}
	
	#top-main-catch-link .col-md-4{
		padding-left: 5px; padding-right: 5px;
	}
}
#top-main-catch-link h2{
    font-weight: 600;
}
#top-car-news, #top-blog.bgBlack{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3b3b+54,353535+54,353535+54 */
	background: rgb(59,59,59); /* Old browsers */
	background: -moz-linear-gradient(-30deg, rgba(59,59,59,1) 54%, rgba(53,53,53,1) 54%, rgba(53,53,53,1) 54%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-30deg, rgba(59,59,59,1) 54%,rgba(53,53,53,1) 54%,rgba(53,53,53,1) 54%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(120deg, rgba(59,59,59,1) 54%,rgba(53,53,53,1) 54%,rgba(53,53,53,1) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#353535',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 42px;
}
#top-car-news h1 {
	color: #fff;
	float: left;
}
#top-car-news .container > h1 {
	font-size: 25px;
	margin-top: 35px;
	line-height: 1.3;
}
#top-car-news span {
	font-size: 16px;
}
#top-car-news h1 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 25px;
}

#top-car-news .row h1{
	min-height: 45px;
    line-height: 1.4;
}
#top-car-news .viewall {
	border-color: #a9a9a9;
	color: #fff;
	margin-bottom: 45px;
	padding-left: 0;
	text-align: center;
	text-decoration: none;
}

#top-car-news .viewall:hover{
	background-color: #a9a9a9;
	color: #222;
}

.post-list {
	clear: both;
}
.top-news {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d9d9d+54,a6a6a6+54,a6a6a6+54,a6a6a6+54,a6a6a6+54 */
	background: rgb(157,157,157); /* Old browsers */
	background: -moz-linear-gradient(30deg, rgba(157,157,157,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%); /* FF3.6-15 */
	background: -webkit-linear-gradient(30deg, rgba(157,157,157,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(30deg, rgba(157,157,157,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#a6a6a6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 42px;
}
.top-news h1 {
	color: #222222;
}
.top-news .date{
	border-color: #4c4c4c;
	background-color: #4c4c4c;
	color: #fff;
	margin-right: 15px;
}
#top-news-list > h1{
	float: left;
	font-size: 25px;
	margin-top: 35px;
}
#top-news-list span {
	font-size: 16px;
}
#top-news-movie {
	padding-bottom: 30px;
}
#top-news-movie h1{
	color: #fff;
	font-size: 16px;
	margin-top: 45px;
	text-align: center;
}
#top-news-movie iframe {
	display: block;
    margin: 0px auto;
	border-width: 10px;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
	max-width: 100%;
}
#top-news-list .viewall {
	border-color: #808080;
	color: #4c4c4c;
	padding-left: 0;
    text-align: center;
    text-decoration: none;
    transition: .5s; -webkit-transition: .5s;
}

#top-news-list .viewall:hover{
	background-color: #808080;
	color: white;
}


#top-blog {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f5f5f+52,646464+52 */
	background: rgb(95,95,95); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(95,95,95,1) 52%, rgba(100,100,100,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(95,95,95,1) 52%,rgba(100,100,100,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(95,95,95,1) 52%,rgba(100,100,100,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#646464',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 42px;
}
#top-blog h1 {
	color: #fff;
}
#top-blog h1 span {
	font-size: 16px;
}
#top-blog .date {
	border-color: #fff;
	background-color: #fff;
	color: #4c4c4c;
	margin-right: 15px;
}
#top-blog-list > h1 {
	float: left;
	font-size: 25px;
	margin-top: 35px;
	line-height: 1.3;
}
#top-service-blog-list > h1 {
	float: left;
	font-size: 25px;
	margin-top: 35px;
	line-height: 1.3;
}
#top-blog .viewall {
	border-color: #a9a9a9;
	color: #fff;
	text-decoration: none !important;
	padding-left: 0;
    text-align: center;
    transition: .5s; -webkit-transition: .5s;
}

#top-blog .viewall:hover{
	background-color: #a9a9a9;
	color: #222;
}
.top-news .viewall:hover{
	background: #23527c;
	color: #fff;
	border-color: #23527c;
	text-decoration: none;
}

@media (max-width: 640px) {
	.date{
		float: none;
	}
	.text-list h1{
		margin-left: 0;
		margin-top: 10px;
	}
	.text-list li{
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	footer ul li:last-child {
		clear: both;
	}
}

@media (max-width: 439px) {
	#top-main-catch-link a{
		height: 144.5px;
		transition: .5s; -webkit-transition: .5s;
	}
}

@media (max-width: 381px) {
	#top-car-news .viewall{
		margin-bottom: 20px;
		margin-top: 0px;
		float: right;
	}
	#top #top-car-news .viewall{
		clear: both;
	}
}

@media (max-width: 360px) {
	#top-main-catch-link a{
		height: 136px;
	}
}
/* ==================================================================
	                         5 - 会社概要 
================================================================== */

#sub-page #top-car-news .container h1{
	font-size: 24px;
	font-weight: 600;
	color: white;
	border-left: 5px white solid;
	float: none;
	padding-left: 10px;
	clear: both;
}
	#sub-page.page-info #top-car-news .container h1{
		border-left: none;
		font-size: inherit;
		font-weight: normal;
	}

#Greeting h1 {
    margin-top: 30px;
}

#sub-page #top-car-news .container h2{
	font-size: 20px;
	color: white;
	font-weight: 500;
}

#sub-page.company #top-car-news .container h2{
	margin-top: 40px;
}

#sub-page #top-car-news .container h3{
	font-size: 13px;
	color: white;
	line-height: 1.4;
}


.formBlock span {
    margin-top: 0 !important;
    float: initial !important;
    border-bottom: 0 !important;
}

.company #top-car-news p, .company #top-blog p, .company .top-news p{
	font-size: 27px;
	color: white;
	font-weight: 600;
}
@media (max-width: 360px) {
	.company #top-car-news p, .company #top-blog p, .company .top-news p{
		font-size: 23px;
	}
}
	.company .top-news p{
		color: inherit;
	}

.company .top-news span{
	color: #222;
}

.company #top-blog p,.company .top-news p{
	margin-top: 40px;
	display: block;
}

.company #top-car-news p a,.company #top-blog p a,.company .top-news p a{
	font-size: 15px;
	font-weight: 500;
	color: #5c9cc5;
	margin-top: -2px;
	display: block;
}

.company #top-car-news p a:hover,.company #top-blog p a:hover,.company .top-news p a:hover{
	text-decoration: none;
}


.company #top-car-news .pan{
	margin-top: 15px;
	color: white;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 13px;
}
.company #top-car-news .pan a,.company #top-car-news .pan a:hover{
	color: white !important;
	font-size: 13px;
	width: auto;
	margin-top: 0;
}

.company table{
	margin-top: 30px;
	width: 100%;
}

.company th{
	margin-bottom: 5px;
	display: block;
}

#second th{
	display: table-cell;
}

.company th{
	width: 120px;
	font-size: 13px;
	text-align: center;
	background-color: #365061;
	color: rgb(255, 255, 255);
	margin-right: 20px;
	padding: 5px;
}

.company tr{
	margin-bottom: 15px;
	display: table;
}

.company td{
	padding-left: 10px;
	margin: 11px;
	margin: 10px;
	color: white;
}

.company .store{
	margin-top: 20px;
    float: left;
    margin-right: 3%;
    width: 47%;
    background-color: rgba(255,255,255,.9);
    padding: 10px;
}

.company .top-news p.text {
    width: 97%;
    display: inline-block;
    margin-top: 20px;
}

.store h1{
	font-size: 20px;
	margin-top: 0;
}

.store h2{
	font-size: 18px;
	font-weight: 600;
}

.store h3{
	font-size: 15px;
	line-height: 1.3;
}

.calendar iframe{
	width: 100%;
}

#sub-page.company #Agency p{
	color: #3a3a3a;
}

#sub-page.company #Agency p.text{
	font-weight: 300;
	font-size: 15px;
}

@media (max-width: 590px) {
	.company .store{
		width: 100%;
	}
}

@media (max-width: 640px) {
	#Agency .flex{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#Agency .flex .store{
		width: 100%;
	}
}

/* ==================================================================
	                         6 - オーナーの方へ 
================================================================== */

.owner ul {
	margin-top: 30px;
	color: #222;
	padding: 20px 30px;
	background-color: white;
	padding-left: 40px;
	font-size: 13px;
}

.owner li {
	margin-bottom: 7px;
}

.company.owner #top-car-news ul p{
	font-size: 18px;
	font-weight: 600;
	color: #437b9e;
}

#sub-page.owner #top-car-news .container > h2 {
    margin-top: 40px;
    padding-bottom: 9px;
    border-bottom: solid thin #5c9cc5;
    font-weight: 600;
    padding-left: 10px;
}

.tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #ffffff;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
}

/* ==================================================================
	                         7 - FAQ 
================================================================== */

#sub-page.qa .container h3{
	margin-top: 30px;
	font-size: 15px !important;
	color: white;
}
#sub-page.qa .container h4{
	font-size: 13px;
	color: white;
	line-height: 1.4;
}

#top-car-news .qaTytle{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#sub-page.qa #top-car-news .qaTytle h1{
	font-size: 20px;
	float: none;
	padding: 10px;
	margin-top: 20px;
	background-color: white;
	color: #383838;
	border-radius: 2px 2px 0 0;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
	position: relative;
}
	#sub-page.qa #top-car-news .qaTytle h1:before, .option #top-car-news li span:before{
		content: '';
		position: absolute;
		border-top: 6px #000 solid;
		border-left: 4px transparent solid;
		border-right: 4px transparent solid;
		top: 50%;
		margin-top: -2.5px;
		right: 20px;
		transition: all .15s linear; -webkit-transition: all .15s linear;
	}
		.option #top-car-news li span:before{
			border-top-color: #fff;
		}
			#sub-page.qa #top-car-news .qaTytle.on h1:before, .option #top-car-news li span.on:before{
				transform: rotate(180deg); -webkit-transform: rotate(180deg);
			}

#sub-page.qa #top-car-news .qaTytle h2{
	font-size: 13px;
	line-height: 1.4;
	margin-top: 0;
	background-color: rgba(255,255,255,.3);
	padding: 11px 10px;
	color: white;
	margin-bottom: 0;
	border-radius: 0 0 2px 2px;
}

#top-car-news .qaTytle h1:hover,#top-car-news .qaTytle h2:hover{
	cursor: pointer;
}

#top-car-news .qaTytle ul{
	padding-left: 15px;
	margin: 30px 0;
	display: none;
	list-style: none;
	margin-bottom: 0
}

#top-car-news .qaTytle li + li{
	margin-top: 20px;
}

#top-car-news .qaTytle li p{
	color: white;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#top-car-news .qaTytle li p:hover{
	cursor: pointer;
}

#top-car-news .qaTytle li a{
	display: inline-block;
	text-decoration: none;
}

#top-car-news .qaTytle li a:hover{
	text-decoration: none;
}

#top-car-news .qaTytle li a:hover{
	color: #337ab7;
}

#sub-page.qa .get{
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(255,255,255,.3);
}

.company.qa table{
	width: 100%;
	margin-top: 0;
}

.company.qa tr{
	margin-bottom: 10px;
	width: 100%;
}
.company.qa tr.b{
	margin-bottom: 0;
}

.company.qa th{
	width: 25%;
	height: 70px;
	margin-right: 5%;
	line-height: 65px;
	float: left;
}

.company.qa .b th{
	height: 200px;
	line-height: 189px;
	margin-bottom: 0;
}

.company.qa td{
    display: block;
    width: 70%;
    margin-left: 29%;
    }

.company.qa td:nth-child(7){
	text-align: right;
    margin-top: 5px;
    padding-left: 0;
    width: 68.6%;
    border-top: solid 2px white;
    padding-top: 5px;
    float: right;
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 0;
    color: #e42f2f;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.company.qa td a {
    float: right;
    padding-left: 10px;
    width: 75px;
    text-align: right;
    padding-bottom: 2px;
    border-bottom: solid thin white;
    color: white;
}

@media (max-width: 590px) {

.company.qa th {
    width: 100%;
    height: 40px;
    margin-right: 0;
    line-height: 34px;
    float: left;
    margin-bottom: 10px;
    transition:.5s; -webkit-transition:.5s;
}

.company.qa .b th {
    height: 40px;
    line-height: 33px;
    margin-bottom: 10px;
}

.company.qa td {
    display: block;
    width: 98%;
    margin-left: 0;
}

.company.qa td:nth-child(7) {
    width: 97%;
	margin-top: 15px;	
}

}

@media (max-width: 320px) {
	.company.qa td{
		padding-left: 0;
	}
	#sub-page.qa .get{
		font-size: 13px;
	}
}


/* ==================================================================
	                         8 - webカタログ 
================================================================== */

.carPhoto{
	width: 100%;
	height: auto;
	padding-top: 30%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.carPhoto img {
    width: 120%;
    transform: translate(0px,-32%);
    position: absolute;
    top: 0;
}

main#sub-page.van.catalog.company .carPhoto img {
    top: 20%;
}

main#sub-page.van.catalog.company.optima .carPhoto img {
    top: 14%;
    width: 100%;
}

main#sub-page.van.catalog.company.siesta .carPhoto img{
	top: 12%;
	width: 100%;
}

.catalog #top-blog ul,.catalog #top-blog li{
	padding: 0px;
	margin: 0;
	list-style: none;
}

.catalog #top-blog ul{
	margin: auto;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	max-width: 710px;
}

.catalog #top-blog li{
	float: left;
	width: calc( 20% - 2%);
	margin-right: 2%;
}

.catalog #top-blog li:last-child{
	margin-right: 0;
}

.company.catalog #top-blog span{
	font-size: 14px;
    margin: 0;
    padding: 0px 3px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: white;
}

.catalog #top-blog li select{
	float: left;
    width: 100%;
    font-size: 12px;
    margin-right: 2%;
    height: 30px;
    background: white;
    border: none;
}

.catalog #top-blog li select option{
	color: #464646;
}

input.searchButton {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    background: white;
    border: none;
    padding-top: 4px;
    font-weight: 600;
    font-size: 13px;
}

.company.catalog #top-blog .list span{
	margin-bottom: 20px;
    margin-top: 50px;
    padding: 11px 0 9px 13px;
    background-color: rgba(47, 128, 151, 0.65);
    color: white;
    letter-spacing: 1px;
    display: block;
    font-weight: 600;
}

.catalog #top-blog .list li .listCarDetail{
	width: 100%;
	overflow: hidden;
}

.catalog #top-blog .list li .listCarDetail img{
	width: 100%;
}

#sub-page.catalog #top-blog .list ul,.catalog #top-blog .list li{
	margin: 0;
	padding: 0;
}

#sub-page.catalog #top-blog .list ul{
	width: 100%;
	margin-top: 30px;
	max-width: none;
}

#sub-page.catalog #top-blog .list ul h2{
	font-size: 18px;
    font-weight: 600;
    color: white;
    padding-left: 14px;
    margin-top: 0;
}

#sub-page.catalog #top-blog .list li{
	width: calc( 25% - 20px);
	margin:0 10px;
	float: left;
	padding: 5px 10px;
	background-color: rgba(255,255,255,.3);
	margin-bottom: 20px;
	transition: .5s; -webkit-transition: .5s;
	height: 240px;
}
	#sub-page.catalog #top-blog .list li a:hover{text-decoration: none;}

.catalog #top-blog .list li p,.catalog #top-blog .list li p:hover,.catalog #top-blog .list li p:link,.catalog #top-blog .list li p:visited{
	margin: 2px 0 4px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}


.catalog #top-blog .list table{
	width: 100%;
    display: block;
    margin-top: 10px;
}

.catalog #top-blog .list tbody{
	width: 100%;
	display: block;
}
.catalog #top-blog .list tr{
	width: 100%;
	margin-bottom: 0;
}

.catalog #top-blog .list th{
    margin-right: 0;
    display: block;
    width: 43%;
    float: left;
    font-size: 12px;
}

.catalog #top-blog .list td{
	color: white;
    width: 48%;
    display: block;
    float: left;
    margin: 0;
    height: auto;
    line-height: 27px;
    font-size: 12px;
    text-align: left;
    padding-left: 7%;
}

.searcharea{
	margin: auto;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	max-width: 780px;
}
.DropDownField {
	width: calc( 20% - 2%);
	float: left;
	margin-right: 2%;
}
.searchform-label{
	font-size: 14px !important;
	margin: 0;
	padding: 0px 3px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	color: white;
	float: none !important;
	width: auto !important;
	font-weight: normal !important;
}
.searchform-input-wrapper{
	float: none !important;
	width: auto !important;
	padding: 0 !important;
}
.searchform-input-wrapper select{
	float: left;
	width: 100%;
	font-size: 12px;
	margin-right: 2%;
	height: 30px;
	background: white;
	border: none;
	color: #464646;
	cursor: pointer;
}
.searchform-controls{
	text-align: center;
	overflow: hidden;
}
.searchform-controls input[type="submit"]{
	display: block;
	margin: auto;
	margin-top: 40px;
	width: 100px;
	height: 30px;
	border-radius: 2px;
	background: white;
	border: none;
	padding-top: 4px;
	font-weight: 600;
}
.catalogMenuA,.catalogMenuB{
	cursor: pointer;
}
@media (max-width: 768px) {
	#sub-page.catalog #top-blog .list li{
		width: calc( 33.333% - 20px );
	}
}

@media (max-width: 640px) {
	.carPhoto{
		display: none;
	}
	
	#sub-page.catalog #top-blog li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	
	#sub-page.catalog #top-blog li select{
		margin-right: 0;
		margin: auto 2%;
	}
	
	.company.catalog #top-blog span{
		padding: 0px 10px;
	}
	
	.catalog #top-blog li select{
		width: 98%;
	}
	.DropDownField {
		width: calc( 50% - 1%);
	}
	.DropDownField:nth-child(2n){
		margin-right: 0;
	}
}

@media (max-width: 530px) {
	#sub-page.catalog #top-blog .list li{
		width: calc( 50% - 20px );
	}
}

.markList{
	text-align: right;
	float: right;
	background: #fff;
	padding: 5px 10px;
}

.markList div{
	display: inline-block;
}

.markList div + div{margin-left: 5px;}


/* ==================================================================
	                         9 - 中古車情報
	                         10 - 新車在庫&入荷情報 
================================================================== */

.company.oldCars #top-car-news ul,.company.oldCars #top-car-news li,.company.newCars #top-car-news ul,.company.newCars #top-car-news li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.company.oldCars #top-car-news ul,.company.newCars #top-car-news ul{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.company.oldCars #top-car-news li,.company.newCars #top-car-news li{
	padding: 10px;
	background: rgba(255,255,255,.5);
	overflow: hidden;
	margin-bottom: 20px;
	transition: .5s; -webkit-transition: .5s;
	width: calc( 33.333% - 40px/3);
	float: left;
	margin-right: 20px;
}


.company.newCars #top-car-news li:nth-child(3n),
.company.oldCars #top-car-news li:nth-child(3n){
	margin-right: 0;
}

.oldCar,.newCar{
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 175px;
}
.oldCarD,.newCarD{
	width: 40%;
	height: auto;
	float: left;
	overflow: hidden;
}

.oldCar img,.newCar img{
	width: 100%;
}

.oldCarInfo,.newCarInfo{
	width: 100%;
	position: relative;
}
.oldCarInfoD,.newCarInfoD{
	width: 60%;
	float: left;
	padding-left: 20px;
	position: relative;
}
.company.oldCars #top-car-news ul span,.company.newCars #top-car-news ul span{
	width: 100%;
	padding: 4px 0 3px 10px;
	font-size: 20px;
	display: block;
	background-color: rgba(47, 128, 151, 0.66);
	overflow: hidden;
	color: white;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 60px;
}

#sub-page #top-car-news .container .newCarInfo span{
	float: initial;
    font-size: 20px;
    padding: 5px 10px;
    height: auto;
    min-height: auto;
    border-bottom: 0;
}

.company.oldCars #top-car-news li span p,.company.oldCars #top-car-news li span p:link,.company.oldCars #top-car-news li span p:hover,.company.oldCars #top-car-news li span p:visited{
	float: right;
    padding-right: 10px;
    color: #ffffff;
    position: static;
    background: none;
    font-size: 20px;
    letter-spacing: 0;
    padding: 1px;
}

.company.newCars #top-car-news li span p,.company.newCars #top-car-news li span p:link,.company.newCars #top-car-news li span p:hover,.company.newCars #top-car-news li span p:visited{
	float: right;
	padding-right: 10px;
	color: #ffffff;
	position: relative;
	background: none;
	font-size: 20px;
	letter-spacing: 0;
	padding: 1px;
}

.company.oldCars #top-car-news li span p a,.company.oldCars #top-car-news li span p a:link,.company.oldCars #top-car-news li span p a:hover,.company.oldCars #top-car-news li span p a:visited{
	font-size: 10px;
    color: white;
    float: right;
    display: block;
    margin-top: 10px;
    padding: 0 4px;
}

.company.newCars #top-car-news li span p a,.company.newCars #top-car-news li span p a:link,.company.newCars #top-car-news li span p a:hover,.company.newCars #top-car-news li span p a:visited{
	font-size: 10px;
    color: white;
    float: right;
    display: block;
    margin-top: 10px;
    padding: 0 4px;
}

.company.oldCars #top-car-news ul table,.company.newCars #top-car-news ul table{
	margin-top: 17px;
}

.company.oldCars #top-car-news ul th,.company.newCars #top-car-news ul th{
	width: 85px;
	margin-right: 0;
	font-size: 11px;
	background-color: #444;
	float: left;
	margin-bottom: 0;
}

.company.oldCars #top-car-news ul tr,.company.newCars #top-car-news ul tr{
	margin-bottom: 8px;
}

.company.oldCars #top-car-news ul tr:nth-child(4),.company.newCars #top-car-news ul tr:nth-child(5){
	margin-bottom: 0;
}

.company.oldCars #top-car-news ul td,.company.newCars #top-car-news ul td{
	display: block;
    margin: 0;
    float: left;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
}

.company.oldCars #top-car-news ul p,.company.newCars #top-car-news ul p {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 20px 3px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444;
    border-radius: 1px;
    background: white;
    cursor: pointer;
}

.company.oldCars #top-car-news ul a:link,.company.oldCars #top-car-news ul a:hover,.company.oldCars #top-car-news ul a:visited{
	color: #444
}

.company.newCars #top-car-news ul a:link,.company.newCars #top-car-news ul a:hover,.company.newCars #top-car-news ul a:visited{
	color: #444
}

@media (max-width: 980px) {
	.company.oldCars #top-car-news li,
	.company.newCars #top-car-news li{
		width: calc( 50% - 10px);
	}
	.company.newCars #top-car-news li:nth-child(3n),
	.company.oldCars #top-car-news li:nth-child(3n){
		margin-right: 20px;
	}
	.company.oldCars #top-car-news li:nth-child(2n),
	.company.newCars #top-car-news li:nth-child(2n){
		margin-right: 0;
	}
}

@media (max-width: 770px) {
	.newCarIs .oldCar,.newCarIs .newCar{
		width: 100%;
	}
	.newCarIs .oldCarInfo,.newCarIs .newCarInfo{
		width: 100%;
		padding-left: 0;
	}
	.company.newCars #top-car-news .newCarIs table {
		padding-bottom: 0;
	}
}

@media (max-width: 640px) {
	.company.newCars #top-car-news li,.company.oldCars #top-car-news li{
		width: 100%;
		margin-right: 0%;
	}
	.newCar,.oldCar{
		width: 40%;
		float: left;
	}
	.newCarInfo,.oldCarInfo{
		width: 58%;
		padding-left: 2%;
		float: left;
	}
}

@media (max-width: 460px) {
	.oldCar,.newCar{
		width: 100%;
		height: 180px;
	}
	.oldCarInfo,.newCarInfo{
		width: 100%;
		padding-left: 0;
	}
}
/* ==================================================================
	                         11 - 配信情報 
================================================================== */

.newsAll #top-car-news .viewall,.newsAll #top-blog .viewall,.newsAll .top-news .viewall{
	margin-bottom: 15px;
    margin-top: -45px;
}

.newsAll #top-car-news ul ,.newsAll #top-blog ul ,.newsAll .top-news ul {
	margin-top: 30px;
}

.newsAll #top-car-news li h1,.newsAll #top-blog li h1,.newsAll .top-news li h1, #top .text-list li h1{
	padding-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	box-sizing: border-box;
}

#sub-page.newsAll #top-car-news .container h1 {
	font-weight: 300;
	font-size: 15px;
	border-left: 0;
	padding-left: 0;
	clear: none;
}

.newsAll #top-car-news li a,.newsAll #top-blog li a,.newsAll .top-news li a{
	max-width: 100%;
	clear: both;
	float: left;
}
	.newsAll #top-car-news li a:hover{color: #337ab7;}

#sub-page.one #top-car-news .container h1{
	border-left: 0;
}

@media (max-width: 640px) {

.newsAll #top-car-news li h1,.newsAll #top-blog li h1,.newsAll .top-news li h1{
	margin-left: 0;
	margin-top: 10px;
}

.newsAll #top-car-news li .date,.newsAll #top-blog li .date,.newsAll .top-news li .date{
	float: none;
}

#sub-page.one #top-car-news .container h1{
	padding-left: 0;
}

}


/* ==================================================================
	                         12 - news詳細 
================================================================== */
    
.newsDetail #top-car-news .date{
	color: #337ab7;
	margin-top: 30px;
	float: none;
	margin-bottom: 30px;
}

.newsDetail #top-car-news h1{
	margin-top: 20px;
}

#sub-page.newsDetail #top-car-news .container h2{
	font-size: 18px;
	line-height: 1.4;
}

#sub-page.newsDetail #top-car-news .container .back{
	text-align: center;
    margin: auto;
    padding-left: 0;
    margin-top: 50px;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 0;
    color: white;
}

#sub-page.newsDetail.company #top-car-news h2 p{
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	font-family: 'hira-pro';
}

#sub-page.newsDetail #top-car-news .container .back:hover{
	background: white;
	transition: .5s; -webkit-transition: .5s;
	color: #3a3a3a;
	border: solid 2px white;
		
}

#sub-page.newsDetail #top-car-news .container h2 a{
	color: white;
}

#sub-page.newsDetail #top-car-news .container a:hover{
	text-decoration: none;
}




/* ==================================================================
	                         13 -サービス 
================================================================== */

.service #top-blog .container .ban{
	width: 120px;
    padding: 10px;
    float: left;
    margin-top: 32px;
    margin-right: 10px;
}

#sub-page.service #top-car-news .container h2{
	font-weight: 600;
	line-height: 1.4;
}

.service #top-blog .container p{
	width: auto;
	display: block;
	margin-top: 32px;
	line-height: 1.5;
}


.service #top-blog .container p a{
	float: left;
    display: block;
    color: white;
    margin-top: -18px;
    font-size: 45px;
    margin-right: 3px;
}

@media (max-width: 480px) {
	.service #top-blog .container p a {
	    float: none;
	    display: inline;
	}
	.service #top-blog .container p a {
	    font-size: 27px;
	}
	.service #top-blog .container .ban {
	    width: 100px;
	}
	.service #top-blog .container p {
	    line-height: 1.2;
	}
}

.service #top-blog .container li,.service #top-blog .container ul{
	margin: 0;
	padding: 0;
}
.service #top-blog .container ul{
	margin-top: 30px;
}

.service #top-blog .container .block{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}

.service #top-blog .container li.paper{
    background: white;
    overflow: hidden;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 25px;
    padding: 15px;
    float: left;
    box-shadow: 7px 6px 4px 1px rgba(0,0,0,0.15);
}


.service #top-blog .container li.paper:nth-child(2n){
	margin-right: 0;
}

.service #top-blog .container .point{
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.service #top-blog .container .point img{
	width: 100%;
}

.service #top-blog .container li.paper span{
	color: #2f8097;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
    display: block;
}

.service #top-blog .container li.paper p{
	font-size: 13px;
	color: #3a3a3a;
    font-weight: 300;
    margin-top: 10px;
}


.service .top-news .container p{
    display: block;
    margin-top: 20px;
    color: white;
}

.service .top-news .container p a{
	font-size: 40px;
    display: inline-block;
    margin-top: 10px;
    margin: 6px;
    font-weight: 600;
    color: white;
    margin-right: 3px;
}

#otoi{
	    background: linear-gradient(30deg, rgb(210, 210, 210) 54%,rgba(206,206,206,1) 54%,rgba(206,206,206,1) 54%,rgba(206,206,206,1) 54%,rgb(224, 224, 224) 54%);
}

.service #otoi .otoi{
	background: #3a3a3a;
    width: 60%;
    height: auto;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
    max-width: 610px;
}

.service #otoi h2{
	display: block;
	font-size: 22px;
	margin: 60px auto;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.service #otoi span{
	border: thin solid white;
	color: white;
	width: 96%;
	padding: 0.5%;
	float: left;
	margin: 2%;
	height: 80%;
}

.service #otoi span a{
	width: 280px;
	display: block;
	font-size: 20px;
	padding: 1%;
	margin: auto;
	color: white;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 30px;
}

@media (max-width: 640px) {
	.service #otoi span a{
		font-size: 14px;
		width: 225px;
	}
}

.service #otoi span img{
	width: 22px;
	margin-right: 15px;
	margin-top: -4px;
}

.service .top-news ul,.service .top-news li{
	margin: 0;
	padding: 0;
}

.service .top-news ul {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.service .top-news li{
	width: 31%;
	margin-right: 3.45%;
	list-style: none;
	float: left;
	text-align: center;
}

.service .top-news li:nth-child(3){
	margin-right: 0;
}


.service .top-news li .circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: white;
	overflow: hidden;
	margin: auto;
}

.service .top-news li p{
	padding: 12px;
    background: rgba(255,255,255,.8);
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 7px;
    font-size: 13px;
    color: #3a3a3a !important;
    font-weight: 300;
}

.service .top-news li img{
	width: 46px;
    margin: auto;
    display: block;
    margin-top: 27px;
}

.service .top-news img.stepC{
	width: 62px;
    margin-top: 32px;
    margin-left: 21px;
}

.service .top-news .container li span{
	font-weight: 600;
	font-size: 24px;
	margin-top: 10px;
	display: block;
	color: #3a3a3a;
}

@media (max-width: 640px) {
.service #top-blog .container .block{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.service #top-blog .container li.paper{
	width: 100%;
}
.service #top-blog .container .point{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.service .top-news li{
	width: 100%;
	margin-bottom: 40px;
	float: none;
	text-align: center;
}

.service .top-news .container li span{
	margin-top: 5px;
}

.service #top-blog .container li.paper span{
	margin-top: 10px;
}
.service #otoi .otoi{
	width: 100%;
}

.service #otoi h2{
	font-size: 18px;
}

.service .top-news li p{
	width: 70%;
}
.service.serviceTop .top-news li p{width: 100%;}
	
}

@media (max-width: 450px) {
	
.service .top-news li {
    width: 100%;
    margin-right: 0;
    text-align: initial;
}

.service .top-news li .circle {
    float: none;
    margin-right: auto;
}

.service .top-news .container li span {
    display: block;
    text-align: center;
    float: none;
}

.service .top-news .container li p {
    display: block;
    text-align: center;
}
    
}


/* ==================================================================
	                         14 -オプション一覧 
================================================================== */

.option #top-car-news ul,.option #top-car-news li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.option #top-car-news ul{
	margin-top: 40px;
}

.option #top-car-news li{
	width: 100%;
	margin-bottom: 1px;
}

.option #top-car-news li span{
	padding: 5px 15px !important;
	padding-right: 20px;
	background-color: rgba(47, 128, 151, 0.65);
	color: white;
	letter-spacing: 1px;
	width: 100%;
	font-size: 20px !important;
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 0 !important;
}

.option #top-car-news .optionDetail{
	overflow: hidden;
    display: none;
    margin-bottom: 20px;
    width: 100%;
}

.option #top-car-news .optionDetail ul{
	margin-top: 20px;
}

.option #top-car-news .optionDetail li{
	float: left;
	width: calc(33.333% - 75px/3);
	margin-right: 25px;
	min-height: 280px;
	margin-bottom: 20px;
}

.option #top-car-news li.optionBody .optionDetail li:nth-child(6),.option #top-car-news li.optionBody .optionDetail li:nth-child(12),.option #top-car-news li.optionBody .optionDetail li:nth-child(15){
/* 	margin-right: 3%; */
}

.option #top-car-news li.optionBody .optionDetail li:nth-child(7),.option #top-car-news li.optionBody .optionDetail li:nth-child(13),.option #top-car-news li.optionBody .optionDetail li:nth-child(16){
/* 	margin-right: 0; */
}

.option #top-car-news li.optionSleeping .optionDetail li:nth-child(6){
/* 	margin-right: 3%; */
}

.option #top-car-news .optionDetail li:nth-child(3n){
/* 	margin-right: 0; */
}

.option #top-car-news .optionDetail li.long{
	width: auto;
	min-height: 260px;
}

.option #top-car-news .optionDetail li p{
	color: white;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 13px;
}

.option #top-car-news .optionDetail .optionPhoto{
	padding: 5px;
    background: rgba(255,255,255,.3);
    width: 100%;
    height: auto;
	display: inline-block;
	overflow: hidden;
}

.option #top-car-news .optionDetail .optionPhoto img{
	width: 100%;
}

.option #top-car-news .optionDetail li.long .optionPhoto{
	width: auto;
}

.option #top-car-news .optionDetail li.long .optionPhoto img{
	width: auto;
}

.option #top-car-news .optionDetail a{
	color: white;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 13px;
    display: block;
}


@media (max-width: 640px) {
	
.option #top-car-news .optionDetail li{
	float: none;
	width: 100%;
}	

.option #top-car-news .optionDetail li p{
	margin-top: 0;
}

.option #top-car-news .optionDetail li.long{
	min-height: auto;
}

.option #top-car-news .optionDetail a{
	margin-top: 0;
}
	
	
}

/* ==================================================================
	                         14 - 営業カレンダー / アクセス 
================================================================== */

#sub-page.access #top-blog .container h4{
    color: #4e4e4e;
    font-weight: 600;
    padding: 13px;
    padding-bottom: 10px;
    background: white;
    margin-top: 30px;
}


#sub-page.access #top-blog .container a,#sub-page.access #top-blog .container a:not(.noHover):hover,#sub-page.access #top-blog .container h5,#sub-page.access #top-blog .container h3{
	margin-top: 15px;
	font-size: 15px;
	padding-left: 20px;
	color: white;
	font-weight: 600;
	display: block;
	text-decoration: none;
	line-height: 1.7;
}

#sub-page.access #top-car-news .container h1{
	margin-top: 30px;
}

#sub-page.access #top-blog .container h5{
	font-size: 13px;
	font-weight: 300;
	margin-top: 5px;
	padding-left: 5px;
}

#sub-page.access #top-blog .container h3{
	padding-left: 0;
	margin-top: 60px;
}

#sub-page.access #top-blog .container .map{
	overflow: hidden;
}
	#sub-page.access #top-blog .container .map iframe{width: 100%;height: 300px;}

#sub-page.access #top-blog .container p a{
	font-size: 15px;
	font-weight: 500;
	color: #5c9cc5;
	margin-top: -2px;
	display: block;
	padding-left: 0;
}
.AccessDetail p{
	margin-top: 15px !important;
	font-size: 15px !important;
	padding: 0 5px;
	text-decoration: none;
	line-height: 1.7;
}
/*
.calender_wrapper {
	min-width: 300px;
	margin: 2.0833% auto;
} 
.calenderArea {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.calenderArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
} 
@media only screen and (min-width: 600px) {
	.calenderArea {
		padding-bottom: 75%;
	}
}
*/
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
@media (max-width: 600px) {
	.big-container {
		display: none;
	}
	.small-container {
		padding-bottom: 145%;
	}
}
@media (min-width: 600px) {
	.small-container {
		display: none;
	}
}
@media (max-width: 480px) {
	.small-container {
		padding-bottom: 165%;
	}
}
@media (max-width: 420px) {
	.small-container {
		padding-bottom: 240%;
	}
}

/* ==================================================================
	                         15 - Hobby Motorhome 
================================================================== */

#sub-page.motorAll #top-car-news ul,#sub-page.motorAll #top-car-news li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-page.motorAll #top-car-news ul{
	overflow: hidden;
	margin-top: 50px;
}

#sub-page.motorAll #top-car-news li{
	padding: 5px;
	float: left;
	width: 31.3%;
	margin-right: 3%;
	background-color: rgba(255,255,255,.2);
	transition: .3s; -webkit-transition: .3s;
}

#sub-page.motorAll #top-car-news li:hover{
	background-color: rgba(255,255,255,.8);
}

#sub-page.motorAll #top-car-news li:nth-child(3n){
	margin-right: 0;
}

#sub-page.motorAll #top-car-news li h1{
	margin-bottom: 0px;
    font-size: 20px;
    padding: 5px;
    border-left: 0;
}

#sub-page.motorAll #top-car-news li h1:hover{
	color: #3a3a3a;
}

#sub-page.motorAll #top-car-news li a:hover{
	text-decoration: none;
}

#sub-page.motorAll #top-car-news li .hobbyPhoto{
	width: 100%;
	overflow: hidden;
	height: 150px;
}

#sub-page.motorAll #top-car-news li .hobbyPhoto img{
	width: 100%;
	min-height: 150px;
}

#sub-page.motorAll #top-car-news span a{
	color: #4c4c4c;
	margin: auto;
	text-align: center;
	display: block;
	border-left: none;
	margin-top: 60px;
	background: #e6e6e6;
	width: 180px;
	padding: 7px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 2px;
	padding-bottom: 5px;
}
#sub-page.motorAll #top-car-news span a:hover{
	text-decoration: none;
}

@media (max-width: 800px) {

#sub-page.motorAll #top-car-news li .hobbyPhoto{
	height: auto;
}

#sub-page.motorAll #top-car-news li .hobbyPhoto img{
	width: 100%;
	height: 130px;
	min-height: auto;
}

}

@media (max-width: 640px) {
	#sub-page.motorAll #top-car-news li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#sub-page.motorAll #top-car-news li .hobbyPhoto img {
		width: 100%;
		margin-top: -15%;
		transition: .3s; -webkit-transition: .3s;
		height: auto;
	}
	#sub-page.motorAll #top-car-news li .hobbyPhoto{
		height: 160px;
	}
	#sub-page.motorAll #top-car-news span a{
		margin-top: 0;
	}
}

@media (max-width: 440px) {
	
#sub-page.motorAll #top-car-news li .hobbyPhoto img {
    width: 120%;
    margin-top: -11%;
}
}

/* ==================================================================
	                   15 - Hobby Motorhome(van)
================================================================== */


#sub-page.van #top-blog span a{
	color: #4c4c4c;
    margin: auto;
    text-align: center;
    display: block;
    border-left: none;
    margin-top: 60px;
    background: #e6e6e6;
    width: 180px;
    padding: 7px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2px;
    padding-bottom: 5px;
}

/* ==================================================================
	                   16 - Hobby 
================================================================== */


#sub-page.hobby #top-car-news .container h2{
	font-weight: 600;
	line-height: 1.4;
}

#sub-page.hobby #top-car-news .container ul,#sub-page.hobby #top-car-news .container li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-page.hobby #top-car-news .container ul{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 50px;
}

#sub-page.hobby #top-car-news .container li{
    width: 31%;
	margin-right: 3.45%;
	float: left;
	text-align: center;
	padding: 15px;
    background: rgba(255,255,255,.3);
    transition: .5s; -webkit-transition: .5s;
    height: auto;
}



#sub-page.hobby #top-car-news .container li img{
	width: 30%;
	float: left;
	max-width: 60px;
	transition: .5s; -webkit-transition: .5s;
}

#sub-page.hobby #top-car-news .container li span{
	font-size: 20px;
	margin: 16px 10px 16px 0;
    display: block;
    float: right;
    margin-left: 20px;
    transition: .5s; -webkit-transition: .5s;
    margin-bottom: 0;
    color: white;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    padding: 0;
    border: 0;
    font-family: initial;
}

#sub-page.hobby #top-car-news .container a:nth-child(2) li img{
	width: 43%;
	margin-top: 6px;
	margin-bottom: 3px;
	filter: brightness(1.55);
	max-width: 90px;
}

#sub-page.hobby #top-car-news .container .block{
	overflow: hidden;
	margin-bottom: 2px;
	transition: .5s; -webkit-transition: .5s;
}

#sub-page.hobby #top-car-news .container .block:hover{
	background: rgba(255,255,255,.2);
}

#sub-page.hobby #top-car-news .container .block h4{
    display: block;
    width: 60%;
    float: left;
    margin-top: 25px;
    line-height: 1.3;
    color: white;
    font-size: 15px;
}

@media (max-width: 991px) {
	
#sub-page.hobby #top-car-news .container li{
	height: auto;
}

#sub-page.hobby #top-car-news .container li img{
	float: none;	
}

#sub-page.hobby #top-car-news .container li span{
	float: none;
	margin-left: 0;
	margin-bottom: 0;
}

#sub-page.hobby #top-car-news .container a:nth-child(2) li img{
	width: 51%;
	margin-top: 3px;
	margin-bottom: 2px;
}

	
}

@media (max-width: 580px) {
	
#sub-page.hobby #top-car-news .container li{
	width: 100%;
    height: auto;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 20px;
    padding-top: 13px
}	

#sub-page.hobby #top-car-news .container li span{
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 7px;
}

#sub-page.hobby #top-car-news .container li img{
	float: left;
	width: 40px;
	margin-left: 15px;
}

#sub-page.hobby #top-car-news .container a:nth-child(2) li img{
	width: 65px;
	margin-left: 7px;
}

#sub-page.hobby #top-car-news .container a:nth-child(3) li{
	margin-right: auto;
}

#sub-page.hobby #top-car-news .container .block h4{
    width: 100%;
    float: none;
    margin-top: -6px;
    margin-bottom: 40px;
}
	
}


/* ==================================================================
	                   17 - カタログ詳細 
================================================================== */

.catalogDetail{
	margin-top: 30px;
	position: relative;
}

.catalogDetail img {
    width: 300px;
    margin-right: 2%;
}

#sub-page.catalog.Detail ul,#sub-page.catalog.Detail li{
	margin: 0px;
	padding: 0;
	list-style: none;
}

#sub-page.catalog.Detail ul{
	overflow: hidden;
	margin-top: 30px
}

#sub-page.catalog.Detail li{
	float: none;
}

#sub-page.catalog.Detail .list li{
	float: left;
}

#sub-page.catalog.Detail ul span{
	width: 180px;
    color: white;
    float: left;
    font-weight: 600;
    display: block;
    height: 40px;
    font-size: 18px;
    background: rgba(0,0,0,.2);
    text-align: center;
    line-height: 42px;
}

#sub-page.catalog.Detail span.catalogMenuA{
    clear: both;
}

#sub-page.catalog.Detail span.catalogMenuB, #sub-page.catalog.Detail span.catalogMenuA{
	transition: .5s; -webkit-transition: .5s;
	border-bottom: 0 !important;
	margin-right: 0 !important;
	float: left !important;
	margin-top: 0 !important;
}

#sub-page.catalog.Detail span.catalogMenuB{
	background: rgba(146, 146, 146, 0.1);
}



.Specification,.Equipment {
    margin-top: 0;
    padding: 5px;
    background: rgba(0,0,0,.2);
    width: 100%;
    display: inline-block;
    transition: .5s; -webkit-transition: .5s;
}

.Equipment{
	display: none;
}

.Specification table,.Equipment table{
	margin-top: 0;
	width: 100%;
}

.Specification tr,.Equipment tr {
    width: 100%;
    padding: 5px;
    background-color: white;
    color: #222;
    margin-bottom: 1px;
}

.Specification th,.Equipment th {
    float: none;
    width: 230px;
    padding: 11px 0;
    margin-bottom: 0;
}

.Specification td,.Equipment td {
	width: 100%;
	text-align: left;
	color: #222;
	padding-left: 0;
}

.Detail .back {
   width: 110px;
    display: block;
    padding: 9px 20px;
    background: white;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #222;
}

.Detail .back:hover,.Detail .back:visited,.Detail .back:link,#sub-page.catalog.Detail #top-car-news a{
	text-decoration: none;
}

.allView{
	padding: 20px;
	background: white;
	border-radius: 4px;
}

img.allView{
	width: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 0;
	transition: 1.5s; -webkit-transition: 1.5s;
}

img.allView:hover{
    transform: rotateY(360deg);
}

.Equipment th{
	width: 320px;
}
.Equipment th[colspan="2"], .Specification th[colspan="2"]{
	width: 100%;
	background: #46515a;
}
.Equipment td[colspan="2"], .Specification td[colspan="2"]{
	padding: 10px;
}

th.EquipmentTytle{
	width: 100%;
    padding-left: 20px;
    font-size: 18px;
    background: #46515a;
    color: white;
}

@media (max-width: 640px) {
	
.catalogDetail{
	padding-bottom: 80px;
}

.Specification tr,.Equipment tr {
	background-color: rgba(255,255,255,.95);
}

.Specification th,.Equipment th {
	width: 100%;
	font-size: 15px;
}

.Specification td,.Equipment td {
    display: block;
    text-align: center;
    float: none;
    width: auto;
}

.Specification {
    padding: 5px;
    transition: .5s; -webkit-transition: .5s;
}

.catalogDetail img {
    width: 100%;
    margin-right: 0;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

img.allView{
	width: 80px;
}

tr.EquipmentTytle{
	margin-bottom: 0;
	border-top: solid white 4px;
}

tr.EquipmentTytle:nth-child(1){
	border-top: 0;
}

th.EquipmentTytle{
	height: 70px;
	padding-left: 0;
	line-height: 53px;
}
	
	
}


@media (max-width: 390px) {
	
#sub-page.catalog.Detail ul span{
	font-size: 16px;
	width: 145px;
}
	
}

/* ==================================================================
	                   18 - 入荷 / 中古詳細 
================================================================== */


.company.oldCars.Detail #top-car-news .newCarIs, .company.newCars.Detail #top-car-news .newCarIs{
	width: 100%;
	padding: 10px;
    background: rgba(255,255,255,.5);
    overflow: hidden;
    margin-bottom: 20px;
    transition: .5s; -webkit-transition: .5s;
    float: left;
    margin-right: 2%;
    margin-top: 30px;
}

.company.oldCars.Detail #top-car-news .newCarIs ul, .company.newCars.Detail #top-car-news .newCarIs ul{
	margin: 0;
    padding: 0;
    margin-top: 40px;
    padding-top: 10px;
    overflow: hidden;
    float: left;
    border-top: dotted thin rgba(0,0,0,.4);
}

.company.oldCars.Detail #top-car-news .newCarIs li, .company.newCars.Detail #top-car-news .newCarIs li{
	margin: 0;
	padding: 0;
	width: 49%;
    margin: 10px 0;
	margin-right: 2%;
	overflow: hidden;
	height: 250px;	

}

.company.oldCars.Detail #top-car-news .newCarIs li img, .company.newCars.Detail #top-car-news .newCarIs li img{
	width: 100%;
}

.company.oldCars.Detail #top-car-news .newCarIs li:nth-child(2n), .company.newCars.Detail #top-car-news .newCarIs li:nth-child(2n){
    margin-right: 0;	
}

.company.newCars.Detail #top-car-news .newCarInfo .Detail{
	right: 95px;
}

.company.newCars.Detail #top-car-news .newCarIs span{
	width: 100%;
    padding: 4px 0 3px 10px;
    font-size: 20px;
    display: block;
    background-color: rgba(47, 128, 151, 0.66);
    overflow: hidden;
    font-weight: 600;
    color: white;
}

.company.newCars #top-car-news .newCarIs table {
    margin-top: 17px;
    padding-bottom: 26px;
    display: block;
}

.company.newCars #top-car-news table#second {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 2px;
}

.company.newCars #top-car-news .newCarIs p{
position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 20px 5px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444;
    border-radius: 1px;
    background: white;
    cursor: pointer;
}

.company.newCars #top-car-news .newCarIs a:link, .company.newCars #top-car-news .newCarIs a:hover, .company.newCars #top-car-news .newCarIs a:visited {
    color: #444;
    text-decoration: none;
}

#sub-page #top-car-news .container span{
	float: right;
	color: white;
	margin-top: 40px;
	margin-right: 10px;
	padding: 0 10px 5px 5px;
	border-bottom: solid thin rgba(255, 255, 255, 0.5);
	font-size: 13px;
	letter-spacing: 1px;
}

#sub-page #top-car-news .container b{
	margin-left: 15px;
	font-size: 16px;
}


@media (max-width: 991px) {

.company.oldCars.Detail #top-car-news .newCarIs li, .company.newCars.Detail #top-car-news .newCarIs li{
	height: auto;
}
	
}

@media (max-width: 770px) {

.company.newCars #top-car-news .newCarIs table {
	padding-bottom: 0;
}
}

@media (max-width: 480px) {

.company.newCars #top-car-news .newCarIs p {
    position: static;
    padding: 5px 20px 3px;
    text-align: center;
    height: 30px;
    line-height: 21px;
    margin: auto;
    margin-top: 15px;
    width: 120px;
}

.company.oldCars.Detail #top-car-news .newCarIs li, .company.newCars.Detail #top-car-news .newCarIs li {
    width: 100%;
    height: auto;
}
	
	
}

/* ==================================================================
	                   19 - その他ブランド 
================================================================== */


#sub-page.other #top-car-news ul,#sub-page.other #top-car-news li,#sub-page.other #top-blog .container ul,#sub-page.other #top-blog .container li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-page.other #top-car-news ul{
	margin-top: 20px;
	overflow: hidden
}
#sub-page.other #top-car-news li{
	width: 49%;
	margin-right: 2%;
	float: left;
	padding: 20px;
	border-radius: 3px;
	background: white;
	overflow: hidden;
}

#sub-page.other #top-car-news li h3{
	font-size: 13px;
	line-height: 1.4;
	margin-top: 0;
	color: #3a3a3a;
}

#sub-page.other #top-car-news li:nth-child(2){
	margin-right: 0;
}

#sub-page.other #top-car-news li:nth-child(2) img{
	width: 63%;
}

#sub-page.other #top-car-news li img{
	width: 70%;
    margin: auto;
    display: block;
}

#sub-page.other #top-car-news .container h2{
	font-size: 22px;
    padding-left: 20px;
    margin-top: 40px;
    border-left: 5px solid white;
    font-weight: 600;
    margin-left: 12px;
}


#sub-page.other #top-car-news .container table{
	width: 100%;
	margin-top: 0px;
}

#sub-page.other #top-car-news .container tr{
	margin-bottom: 1px;
}

#sub-page.other #top-car-news .container th{
	width: 250px;
	margin-right: 0;
    margin-bottom: 0;
    line-height: 24px;
    padding: 15px 15px;
}

#sub-page.other #top-car-news .container td{
	width: 100%;
    background: white;
    color: #222;
    line-height: 1.6;
    padding-left: 20px;
}

#sub-page.other #top-blog .container h2{
	font-size: 22px;
    padding-left: 20px;
    border-left: 5px solid white;
    color: white;
    margin-top: 40px;
    font-weight: 600;
}

#sub-page.other #top-blog .container ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

#sub-page.other #top-blog .container li{
	width: 31%;
	margin-right: 3.45%;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    background: white;
    border-radius: 3px;
}

#sub-page.other #top-blog .container li:nth-child(3n){
	margin-right: 0;
}

#sub-page.other #top-blog .container li img{
	display: block;
	margin: auto;
}

#sub-page.other #top-blog .container ul.layout{
	margin-top: 40px;
}

#sub-page.other #top-blog .container .layout li{
	width: 49%;
	margin-right: 2%;
}

#sub-page.other #top-blog .container .layout li:nth-child(2n){
	margin-right: 0;
}

#sub-page.other #top-blog .container .layout li span{
	margin-top: 8px;
    color: #222;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
}

.siyou{
	padding: 13px 29px;
    background: white;
    border-radius: 3px;
    margin: auto;
    display: block;
    margin-top: 40px;
    width: 100%;
}

.other #otoi h2 {
    display: block;
    font-size: 22px;
    margin: 60px auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.other #otoi{
    background: rgb(157,157,157);
    background: -moz-linear-gradient(30deg, rgba(157,157,157,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%, rgba(166,166,166,1) 54%);
    background: -webkit-linear-gradient(30deg, rgba(157,157,157,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%);
    background: linear-gradient(30deg, rgba(157,157,157,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%,rgba(166,166,166,1) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#a6a6a6',GradientType=1 );
}

.other #otoi span {
    border: thin solid white;
    color: white;
    width: 96%;
    padding: 0.5%;
    float: left;
    margin: 2%;
    height: 80%;
}

.other #otoi .otoi {
    background: #3a3a3a;
    width: 60%;
    height: auto;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
    max-width: 610px;
}

.other #otoi span img {
    width: 22px;
    margin-right: 15px;
    margin-top: -4px;
}

.other #otoi span a {
	width: 280px;
	display: block;
	font-size: 20px;
	padding: 1%;
	margin: auto;
	color: white;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 30px;
}

@media (max-width: 640px){
	.other #otoi span a{
		font-size: 14px;
		width: 225px;
	}
}

@media (max-width: 991px) {
	#sub-page.other #top-car-news li:nth-child(2) img{
		width: 70%;
	}
	
}

@media (max-width: 720px) {

#sub-page.other #top-blog .container li {
    width: 49%;
    margin-right: 2%;
}

#sub-page.other #top-blog .container li img{
	width: 100%;
	
}

#sub-page.other #top-blog .container li:nth-child(3n){
	margin-right: 2%;
}

#sub-page.other #top-blog .container li:nth-child(2n){
	margin-right: 0;
}
	
	
}

@media (max-width: 684px) {
	#sub-page.other #top-car-news li:nth-child(2) img{
		width: 61%;
	}
	
}


@media (max-width: 640px) {
	
#sub-page.other #top-car-news .container td {
    width: 100%;
    display: block;
    margin: 0;
    height: auto;
    padding: 12px 0;
    text-align: center;
    line-height: 1.4;
}

#sub-page.other #top-car-news .container th {
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
}

#sub-page.other #top-car-news .container tr {
    margin-bottom: 1px;
    display: block;
}

.other #otoi h2 {
    font-size: 18px;
}

.other #otoi .otoi {
    width: 100%;
}
	
}

@media (max-width: 498px) {
	#sub-page.other #top-car-news li:nth-child(2) img{
		width: 50%;	
	}
	
	#sub-page.other #top-car-news li:nth-child(2){
		margin-right: auto;
	}
	#sub-page.other #top-car-news li{
		width: 80%;
		margin-bottom: 20px;
		float: none;
		margin: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#sub-page.other #top-car-news .container th {
	    height: auto;
	}

	
}


/* ==================================================================
	                   20 - お問い合わせ 
================================================================== */

.form_tytle {
    color: white;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.form_tytle a{
	color: white;
	font-size: 15px;
    text-decoration: none !important;
}


.formBlock {
    width: 85%;
    display: block;
    margin: 20px auto;
}

input.form {
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 35px;
    font-size: 12px;
}

form.wpcf7-form {
	margin-top: 30px;
    padding: 25px 0;
    display: block;
    background: rgba(255,255,255,.3);
}


textarea.form {
    width: 100%;
    height: 120px;
    resize: none;
    border-radius: 4px;
}

input[type="text"].form, input[type="email"].form, textarea.form{
	box-sizing: border-box;
    padding: 5px 7px;
    color: #565656;
    font-size: 14px;
    border: none;
}

.soushin {
    width: 140px;
    border-radius: 0;
    margin: auto;
    margin-top: 35px;
    font-weight: 600;
    color: #565656;
}

.soushin input.form{
	border-radius: 0;
	padding-left: 6px;
	font-size: 15px;
}
.soushin input[type="submit"]{
	background: #ddd;
}
.soushin input.form:hover{
	background: white;
	transition: .3s; -webkit-transition: .3s;
}

/* ==================================================================
	                   21 - 中古車詳細 
================================================================== */

.company #second tr {
	width: 100%;
	margin-bottom: 1px;
}

.company #second th {
	margin-bottom: 0px;	
	height: 30px;
}

.company #second td{
	padding-left: 10px;
	margin: 0;
	color: white;
	width: auto;
	margin-top: 4px;
}

/* ==================================================================
	                   22 - アクセサリー 
================================================================== */


#sub-page.company.accessories #top-car-news .container h2{
	font-weight: 600;
    border-left: 5px solid white;
    padding-left: 20px;
    font-size: 22px;
}

#sub-page.company.accessories #top-car-news .container ul,#sub-page.company.accessories #top-car-news .container li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-page.company.accessories #top-car-news .container ul{
	overflow: hidden;
	margin-top: 30px;
}

#sub-page.company.accessories #top-car-news .container li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255,255,255,.99);
}

#sub-page.company.accessories #top-car-news .container li img{
	width: 100%;
}

#sub-page.company.accessories #top-car-news .container li:nth-child(2n){
	margin-right: 0;
	
}

#sub-page.company.accessories #top-car-news .container li span{
	color: #3a3a3a;
	display: block;
	text-align: center;
	font-weight: 600;
	padding-top: 5px;
}

/* ==================================================================
	                   23 - サービストップ 
================================================================== */


.service.serviceTop #top-blog .container span,.service.serviceTop .top-news .container span{
	color: white;
	font-size: 22px;
	font-weight: 600;
	display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}


.service.serviceTop #top-blog .container ul,.service.serviceTop #top-blog .container li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.service.serviceTop #top-blog .container ul{
	overflow: hidden;
}

.service.serviceTop #top-blog .container li{
	width: 30%;
	margin: 0 1.5%;
	float: left;
	position: relative;
	margin-top: 20px;
	min-height: 240px;
}

.service.serviceTop #top-blog .container li:nth-child(3n){
	margin-right: 0;
}

.service.serviceTop #top-blog .container li:nth-child(3n+1){
    clear: both;
}

.service.serviceTop #top-blog .container li p{
	margin: 0;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: white;
	position: absolute;
	top: -10px;
	left: -10px;
	color: #5c9cc5;
	text-align: center;
	padding-top: 5px;
}

.service.serviceTop #top-blog .container li .point2{
	width: 100%;
	overflow: hidden;
	height: auto;
	background: rgba(255,255,255,.3);
	padding: 5px;
}

.service.serviceTop #top-blog .container li .point2 img{
	width: 100%;
	height: auto;
}

.service.serviceTop #top-blog .container li span{
	font-size: 13px;
	font-weight: 300;
	color: white;
	margin-top: 3px;
	display: block;
	margin-bottom: 0;
}

.service.serviceTop .top-news .container h3{
	color: #3a3a3a;
	font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}

.service.serviceTop .top-news .container ul{
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

.service.serviceTop .top-news .container li{
	list-style: none;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0;
}
.service.serviceTop .top-news .container li span{
	margin: 0;
	padding: 5px;
	padding-left: 30px;
	display: block;
	color: #2f8097;
	background: white;
	border-radius: 5px 5px 0 0;
	text-align: left;
	font-size: 18px;
}


.service.serviceTop .top-news .container p{
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	margin-top: 0;
	text-align: left;
	padding: 5px 30px;
}

.service.serviceTop .top-news li img{
	width: 25px;
	float: left;
	padding: 3px;
	margin-top: 0;
	margin-right: 10px;
}

.service.serviceTop .top-news .container span{
	margin-bottom: 10px;
}


@media (max-width: 640px) {

.service.serviceTop #top-blog .container li{
	width: 92%;
	margin: 4%;
	margin-top: 20px;
	min-height: auto;
}


.service.serviceTop #top-blog .container li:nth-child(3n){
	margin-right: 0;
}


}


/* ==================================================================
	                   24 - リンク集 
================================================================== */


.service.serviceTop.link #top-blog .container li p{
	width: 100%;
	border-radius: 0;
	font-size: 15px;
	position: static;
	height: auto;
	line-height: 1.3;
	padding: 7px;
	min-height: 50px;
	margin-bottom: 0px;
	text-align: left;
}

.service.serviceTop.link #top-blog .container ul{
	margin-top: 40px;
	overflow: visible;
	display:-webkit-flex; display:flex;
}

.service.serviceTop.link #top-blog .container li a:hover{
	text-decoration: none;
}

.service.serviceTop.link #top-blog .container li span{
	padding: 10px;
	min-height: 110px;
}

.service.serviceTop.link #top-blog .container li{
	width: 31%;
	margin: 0;
	margin-right: 3.45%;
	min-height: auto;
    background: rgba(0,0,0,.4);
    box-shadow: 7px 6px 4px 1px rgba(0,0,0,0.1);
    transition: .5s; -webkit-transition: .5s;
}
.service.serviceTop.link #top-blog .container li:hover{
	transform: scale(1.03);
}

.service.serviceTop.link #top-blog .container li:nth-child(3){
	margin: 0;
	margin-right: 0;
}


@media (max-width: 640px) {
.service.serviceTop.link #top-blog .container ul{
	display: block;
}

.service.serviceTop.link #top-blog .container li{
	width: 100%;
	margin: 0;
	margin-right: 0;
	min-height: auto;
    background: rgba(0,0,0,.4);
    margin-bottom: 30px;
}

.service.serviceTop.link #top-blog .container li:nth-child(3){
	margin: 0;
	margin-right: 0;
}	

.service.serviceTop.link #top-blog .container li span{
	padding: 10px;
	min-height: 70px;
}

.service.serviceTop.link #top-blog .container li p{
	min-height: auto;
}

	
}


/* ==================================================================
	                   25 - Hobby社について 
================================================================== */

img.about1,img.about2{
	width: 50%;
	float: left;
}

#sub-page.aboutHobby #top-car-news .container .block{
	display: table;
    margin: auto;
    width: auto;
    margin-top: 30px;
    overflow: hidden;
}

img.about3 {
    padding: 10px;
    display: block;
    margin: auto;
    width: 80%;
    background: rgba(255,255,255,.9);
    margin-top: 30px;
    max-width: 350px;
}

#sub-page.hobby #top-car-news .container a.abouthobby,#sub-page.hobby #top-car-news .container a.abouthobby:hover{
    width: 250px;
    display: block;
    padding: 10px 40px;
    background: white;
    font-weight: 600;
    font-size: 18px;
    margin: auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    color: #222;
    text-decoration: none;
}



/* ==================================================================
	                   26 - ページング
================================================================== */
.wp-pagenavi.wp-pagenavi.wp-pagenavi a, .wp-pagenavi.wp-pagenavi.wp-pagenavi span{margin-bottom: 10px !important;}




/* ==================================================================
	                   27 - 採用情報
================================================================== */
#sub-page.recruit #top-blog p a,#sub-page.recruit .top-news p a{
	float: none;
	font-size: 15px;
    font-weight: 500;
    color: #5c9cc5;
    margin-top: -2px;
    display: block;
}

 #sub-page.recruit .top-news p a{
	 margin-bottom: 40px;
 }

#sub-page.recruit #top-car-news .carPhoto{
	position: relative;
}

#sub-page.recruit #top-car-news .carPhoto img{
	width: 100%;
	filter: brightness(1);
}

#sub-page.recruit #top-car-news .carPhoto p{
	position: absolute;
    top: 83px;
    left: 20px;
    font-size: 35px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    padding: 0px 20px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

#sub-page.recruit .top-news .eigyou span,#sub-page.recruit .top-news .jimu span{
	float: left;
	width: 20%;
	height: 45px;
	background: rgba(0,0,0,.2);
	color: white;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: .2s;
    letter-spacing: 2px;
}

#sub-page.recruit .top-news .eigyou span:hover,#sub-page.recruit .top-news .jimu span:hover{
	background: rgba(0,0,0,.4) !important;
}

#sub-page.recruit .top-news .eigyou span.listA{
	background: rgba(0,0,0,.4);
}

#sub-page.recruit .top-news ul,#sub-page.recruit .top-news li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-page.recruit .top-news ul{
    padding: 40px 23px;
    background: rgba(0,0,0,.4);
}

#sub-page.recruit .top-news ul li{
	width: 100%;
}

#sub-page.recruit .top-news ul.jimu{
	display: none;
}

#sub-page.recruit .top-news li .timeTable img{
	width: 15px;
	margin: 3px 10px 0 0;
	float: left;
}
#sub-page.recruit .top-news li .timeTable{
	width: 130px;
	background: white;
	padding: 10px 23px 9px;
	float: left;
	margin-right: 20px;
}

#sub-page.recruit .top-news li .timeTable p{
	background: none;
	width: auto;
	margin: auto;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
}

#sub-page.recruit .top-news ul.eigyou li span,#sub-page.recruit .top-news ul.jimu li span{
	margin-top: 0px;
	text-align: left;
	font-size: 22px !important;
	color: #91dff9 !important;
	width: auto !important;
	height: 40px !important;
	background: rgba(0,0,0,.5) !important;
	float: none;
	line-height: 41.5px !important;
}

#sub-page.recruit .top-news li .schedulePhoto{
	height: 200px;
	overflow: hidden;
	padding: 5px;
	background: rgba(255,255,255,.3);
	display: inline-block;
}

#sub-page.recruit .top-news li .scheduleDetail{
	width: 100%;
	padding: 30px 20px  40px 30px;
	border-left: dotted white thin;
	margin-left: 20px;
	text-align: left;
}

#sub-page.recruit .top-news li .schedulePhoto img{
	height: 100%;
	margin: 0;
	width: auto;
}

#sub-page.recruit .top-news li .scheduleDetail a,#sub-page.recruit .top-news li .scheduleDetail a:hover{
	color: white;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}

#sub-page.recruit .top-news li:last-child .scheduleDetail{
	border-left: none;
}

#sub-page.recruit #top-blog tr{
	padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    background: rgba(255,255,255,.9);
}

#sub-page.recruit #top-blog th{
	font-weight: 500;
    margin-bottom: 20px;
    padding: 8px 20px;
    width: 200px;
    font-size: 19px;
    letter-spacing: 2px;
}

#sub-page.recruit #top-blog td{
	color: #365061;
    padding: 0 15px;
    padding-bottom: 10px;
    line-height: 1.5;
}

#sub-page.recruit #top-blog td p{
	font-size: 18px;
    color: #4b4b4b;
    margin: 0;
    margin-bottom: 2px;
}

@media (max-width: 640px) {

#sub-page.recruit .top-news li .timeTable{
	float: none;
}

#sub-page.recruit .top-news ul.eigyou li span, #sub-page.recruit .top-news ul.jimu li span{
	padding-left: 20px;
}

#sub-page.recruit .top-news li .timeTable{
	padding: 7px 23px 6px;
}
#sub-page.recruit #top-blog th{
	width: 100%;
}
#sub-page.recruit .top-news .eigyou span,#sub-page.recruit .top-news .jimu span{
	width: 43%;	
}
}

@media (max-width: 430px) {
	
#sub-page.recruit .top-news li .schedulePhoto{
	height: 170px;
}	

#sub-page.recruit .top-news li .scheduleDetail {
	width: 100%;
	padding: 20px 0px 40px 0px;
	border-left: none;
	margin-left: 0;
	text-align: left;
}

#sub-page.recruit .top-news ul.eigyou li span, #sub-page.recruit .top-news ul.jimu li span{
	font-size: 18px !important;
	padding-left: 10px;
}
}

.col-md-3{
	height: auto;
}
@media (min-width: 768px){
	.col-md-3{
		height: 255px;
	}
}
@media (min-width: 992px){
	.col-md-3{
		height: 220px;
	}
}


/* ==================================================================
	                   18 - 採用情報
================================================================== */
.recruitTable td span{
    padding-left: 1em;
    display: block;
}