header {
	height: 120px;
}
#login_wrapper {
	margin-top: 130px;
}
/*
Sub Header
*/
#header_sub {
	width:1000px;
	clear:both;
	margin:10px auto 0px auto;
}
#title_sub {
	width:260px;
	float:left;
	padding-top:20px;
	margin-left:35px;
}
#title_sub h2 {
	text-align:left;
}
#title_sub p {
	color:#fff;
	font-size:10px;
	padding:2px 10px;
	margin-top:10px;
	margin-bottom:0px;
	background:#b71c22;
	border-radius: 10px;
	height:20px;
}
#selected_car {
	width:680px;
	float:right;
}
.car_img {
/*
	width:260px;
*/
	float:left;
	margin:0px 0px 0px 0px;
}

.trim_car {
	width: 260px;
	margin-right: 5px;
	vertical-align: middle;
	float: left;
	height: 163px;
	
	overflow: hidden;
	position: relative;
}
.trim_car img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.car_data {
	color:#000;
}
.car_data1 {
	float:left;
	margin:0px 0px 0px 0px;
	max-width: 230px;
}
.maker {
	font-family:Open Sans;
	font-size:16px;
	font-weight:600;
	margin:10px 0px 0px 0px;
	float:none;
}
.model {
	font-family:Open Sans Condensed;
	font-size:30px;
	font-weight:700;
	margin:15px 0px 0px 0px;
	float:none;
}
.model_jp {
	font-size:30px;
	line-height:33px;
	margin:20px 0px 0px 0px;
	float:none;
	overflow:hidden;
}
.car_data2 {
	width:180px;
	float:right;
	margin:0px 0px 0px 0px;
}
.year {
	font-family:Open Sans;
	font-size:16px;
	font-weight:600;
	text-align:right;
	margin:40px 0px 0px 0px;
	padding:5px 15px 5px 10px;
	float:none;
}
.type {
    color: #fff;
    font-size: 28px;
	line-height:30px;
    text-align: right;
    background: #333;
    border-radius: 10px;
    margin: 8px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
	float:none;
}
.type span {
	font-size:16px;
}


/*
News
*/
#news {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px;
    background-image: url(../images/common/bg_img.jpg);
    background-size: cover;
	background-position:bottom center;
}
#newsBody {
	width:1000px;
	margin:0px auto 0px auto;
}

#news .owl-carousel .owl-buttons div {
	color:#ccc;
	width: 40px;
	position:absolute;
	top:50%;
	transform: translateY( -50% );
}
#news .owl-carousel .owl-buttons div:hover {
	color:#b71c22;
}
#news .owl-carousel .owl-buttons div i {
	font-size:40px;
}
#news .owl-carousel .owl-prev {
	left:-30px;
}
#news .owl-carousel .owl-next {
	right:-30px;
}

/* .tabAcc */
.tabAcc {
	margin: 0 auto;
	width: 1000px;
	height: 540px;
	font-size: 12px;
	position: relative;
	background-color:#555;
}
.tabAcc dl dt {
	top: 0;
	left: 0;
	width:25%;
	position: absolute;
	background-color:#555;
	box-sizing: border-box;
	border-top:2px solid #555;
}
#news01 dt.btnActv {
	border-top:2px solid #ea3b42;
}
#news02 dt.btnActv {
	border-top:2px solid #3b6cea;
}
#news03 dt.btnActv {
	border-top:2px solid #22c0c2;
}

.tabAcc dl:nth-child(2) dt {
	left: 25%;
}
 
.tabAcc dl:nth-child(3) dt {
	left: 50%;
}
 
.tabAcc dl:nth-child(4) dt {
	left: 75%;
	border-right: none;
}
 
.tabAcc dl dt a {
	color: #ccc;
	font-size:16px;
	line-height:48px;
	text-align:center;
	text-decoration:none;
	display: block;
	padding: 0px 10px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tabAcc dl dt a i {
	margin-right:10px;
	vertical-align:text-bottom;
}
.tabAcc dl dt.btnActv {
    border-bottom: none;
	background-color:#333 !important;
}
 
@media only screen and (min-width: 768px) {
   .tabAcc dl dt:hover > a {
		background-color: #333;
    }
}
 
.tabAcc dl dd {
	top: 50px;
	left: 0;
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	overflow-y: auto;
	display: none;
	position: absolute;
	box-sizing: border-box;
	background-color:#333;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 480px) {
	.tabAcc {
		width: 100%;
		box-sizing: border-box;
    }
 
   .tabAcc dl {
		width: 100%;
		box-sizing: border-box;
    }
 
   .tabAcc dl dt {
		width: 25%;
    }
   .tabAcc dl:nth-child(2) dt {
		left: 25%;
    }
   .tabAcc dl:nth-child(3) dt {
		left: 50%;
    }
 
   .tabAcc dl:nth-child(4) dt {
		left: 75%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
   .tabAcc {
		width: 100%;
		height: auto;
		border: none;
    }
 
   .tabAcc dl {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
    }
 
   .tabAcc dl dt {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
		border-bottom: #999 1px solid;
		border-right: none;
    }
 
   .tabAcc dl:first-child dt {
		border-top: #999 1px solid;
    }
 
   .tabAcc dl:nth-child(2) dt,
   .tabAcc dl:nth-child(3) dt,
   .tabAcc dl:nth-child(4) dt {
		left: auto;
    }
 
   .tabAcc dl dt a {
		padding: 20px;
		height: auto;
		line-height: 1em;
		text-align: left;
    }
 
   .tabAcc dl dt a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
    }
 
   .tabAcc dl dt.btnAcv {
		border-bottom: #999 1px solid;
		background: #bbb;
    }
 
   .tabAcc dl dt.btnAcv a:after {
		content: none;
    }
 
   .tabAcc dl dd {
		top: auto;
		left: auto;
		padding: 0px 30px 10px 30px;
		width: 100%;
		height: auto;
		position: relative;
		border-bottom: #999 1px solid;
    }
}

/* .tabsBody */
.news_item {
	text-align:center;
	margin:5px;
	padding-bottom:10px;
	background-color:#fff;
}
.news_item .news_image {
	width: 100%;
	height: 170px;
	position: relative;
	overflow: hidden;
}
.news_item .news_image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}
.news_item img {
	width:100%;
}
.item_nothing .news_item {
	height: 400px;
	background-color: #555;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item_nothing .news_item .noitem {
	color: #ccc;
	font-size: 20px;
	padding: 10px;
}
/* preopen ニュース対応 */
.item_nothing .news_item .noitem .pre_open {
	max-height: 380px;
	width: auto;
}
.news_date {
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
}
#news01 .news_date {
	background-color:#ea3b42;
}
#news02 .news_date {
	background-color:#3b6cea;
}
#news03 .news_date {
	background-color:#22c0c2;
}

.brand {
	font-family:Open Sans;
	font-size:14px;
	line-height:20px;
	text-align:left;
	font-weight:600;
	margin:0px 10px 5px 10px;
	height: 40px;
}
.decs {
	font-family:Open Sans;
	font-size:10px;
	line-height:12px;
	text-align:left;
	overflow:hidden;
	margin:0px 10px 10px 10px;
	height: 50px;
}
.price {
	color:#b71c22;
	font-size:18px;
	font-weight:600;
	text-align:left;
	margin:0px 10px 10px 10px;
	line-height: 30px;
}
.newsBtn {
	font-family:Open Sans;
	color:#333;
	font-size:14px;
	text-align:center;
	display:block;
	margin:10px 10px 0px 10px;
	padding:10px;
	border-radius:4px;
	background-color:#ccc;
}
.newsBtn:hover {
	color:#fff;
	background-color:#b71c22;
}

/*
Brand List
*/
#brand_list {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px;
}
#brand_list h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight:800;
	text-align:center;
	margin:30px 0px 50px 0px;
}
#brand_list h2 a {
	color: #333;
}
#brand_list h2 a:hover {
	color: #F5C759
}
	#brand_list ul {
	list-style:none;
}
#brand_list li {
	text-align:center;
	width:100px;
	float:left;
	margin:0px 5px 10px;
    min-height: 171px;
}
#brand_list li img{
	width:100px;
	border:1px #111 solid;
}

/*
Brand Info
*/
#brand_info {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px;
}
#brand_info h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight:800;
	text-align:center;
	margin:30px 0px 50px 0px;
}
#brand_info .info_detail {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #ccc;
	padding: 20px 0;
}
#brand_info .info_detail .logo {
	width: 240px;
	min-width: 240px;
}
#brand_info .info_detail .logo img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
#brand_info .info_detail .info_left ,
#brand_info .info_detail .info_right {
	min-width: calc( 50% - 120px );
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	padding-top: 0px;
	padding-right: 20px;
	box-sizing: border-box;
}
#brand_info .info_detail .info_left {
	width: 100%;
}
#brand_info .info_detail .info_left .title {
	width: 100px;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
}
#brand_info .info_detail .info_left .detail {
	width: calc( 100% - 100px);
	font-size: 95%;
	line-height: 25px;
}
#brand_info .info_detail .info_left .detail a {
	word-break: break-all;
  display: inline-block;
}
#brand_info .info_detail .info_left .message {
	width: 100%;
	margin-top: 10px;
}
#brand_info .info_detail .info_left .message .message_title {
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	background-color: #555;
	border: 1px solid #333;
	border-radius: 5px 5px 0 0;
	padding-left: 0.5em;
}
#brand_info .info_detail .info_left .message .message_text {
	font-size: 80%;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	min-height: 80px;
}
#brand_info .info_detail .info_right {
	width: calc( 50% - 120px );
}
#brand_info .info_detail .info_right .title {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
}
#brand_info .info_detail .info_right ul li {
	float: left;
	width: 100px;
	margin-right: 10px;
	list-style: none;
}
#brand_info .info_detail .info_right ul li a {
	display: block;
	width: 100%;
	/* height: 100%; */
}
#brand_info .info_detail .info_right ul li a img {
	width: 100%;
}
#brand_info .info_detail .info_right ul li a .brand_name {
	width: 100%;
	text-align: center;
	font-size: 85%;
}

/* no_subdomain_top */
#no_subdomai_top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: center;
}
#no_subdomai_top .item_nothing {
	display: inline-block;
}
#no_subdomai_top .item_nothing img {
	max-width: 1000px;
}



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

header {
	width:100%;
	height:190px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	position:relative;
}

header h1 {
	float:none;
	margin:0px 0px 0px 0px;
}
header h1 img {
	width:260px;
}

header .material-icons {
	font-size: 36px;
}


/*
Sub Header
*/
#header_sub {
	width:100%;
	clear:both;
	margin:10px auto 10px auto;
}
#title_sub {
	width:100%;
	float:none;
	padding-top: 0px;
    margin-left: 0px;
}
#title_sub h2 {
	display:none;
}
#title_sub p {
	color:#fff;
	font-size:10px;
	padding:2px 10px;
	margin:0px 5px;
	background:#b71c22;
	border-radius: 10px;
}
#selected_car {
	width:100%;
	float:none;
}
.car_img {
	text-align:center;
	width:80%;
	float:none;
	margin:10px auto 0px auto;
}
.car_data {
	color:#000;
}
.car_data1 {
	width:100%;
	float:none;
	margin:0px 0px 0px 0px;
}
.maker {
	font-family:Open Sans;
	font-size:14px;
	font-weight:600;
	margin:5px 0px 0px 10px;
}
.model {
	font-family:Open Sans Condensed;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	margin:0px 0px 0px 10px;
	float:left;
}
.model_jp {
	font-size:20px;
	line-height:24px;
	margin:0px 0px 0px 5px;
	float:left;
}
.car_data2 {
	width:100%;
	float:none;
	margin:0px 0px 0px 5px;
	clear:both;
}
.year {
	font-family:Open Sans;
	font-size:18px;
	font-weight:600;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 5px;
	float:left;
}
.type {
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:left;
	background:#333;
	border-radius: 10px;
	margin:5px 0px 0px 10px;
	padding:2px 15px;
	float:left;
}
.type span {
	font-size:12px;
}

/*
Category Nvigation
*/
#category_nav {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:10px 0px;
	background-color:#eee;
}
#category_nav .owl-carousel {
	width:80%;
	margin:10px auto 10px auto;
}
#newsBody {
	width:100%;
	margin:0px auto 0px auto;
}
.tabAcc {
	width:100%;
	margin:0px auto 0px auto;
}

/*
News
*/
#news {
	padding:0px 0px;
    background-image:none;
}
#news .owl-carousel {
	width:96%;
	margin:10px auto 10px auto;
}
#news .owl-carousel .owl-buttons div {
	color:#ccc;
	width: 30px;
	position:absolute;
	top:220px;
}
#news .owl-carousel .owl-buttons div:hover {
	color:#b71c22;
}
#news .owl-carousel .owl-buttons div i {
	font-size:32px;
}
#news .owl-carousel .owl-prev {
	left:-32px;
}
#news .owl-carousel .owl-next {
	right:-32px;
}
.owl-wrapper {
	display: flex!important;
}
.news_item {
	height: 100%;
	position: relative;
	padding-bottom: 65px;
}
.news_item a.newsBtn {
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	box-sizing: border-box;
	margin: 0;
}
.news_item .news_image {
	height: 100px;
}
.brand {
	height: auto;
}
.decs {
	height: auto;
}
.price {
	font-size: 16px;
}
.item_nothing .news_item {
	height: 100px;
}
.item_nothing .news_item .noitem {
	font-size: 14px;
	padding: 5px;
}
/* preopen ニュース対応 */
.item_nothing .news_item {
	height: 160px;
}
.item_nothing .news_item .noitem .pre_open {
	max-height: none;
	width: 100%;
}


/*
Brand List
*/
#brand_list h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight:800;
	text-align:center;
	margin:30px 0px 40px 0px;
}
#brand_list ul {
	list-style:none;
}
#brand_list li {
	width:30%;
	float:left;
	margin:0px 5px 10px;
	min-height: 130px;
}
#brand_list li img{
	width:49%;
	border:1px #111 solid;
}


/*
Top car image
 */
.trim_car img {
	max-width: 260px;
}

/*
Brand Info
*/
#brand_info {
	width: calc( 100% - 20px );
	margin: 0 10px;
}
#brand_info .info_detail {
	flex-wrap: wrap;
}
#brand_info .info_detail .logo {
	width: 100%;
}
#brand_info .info_detail .info_left,
#brand_info .info_detail .info_right {
	width: 100%;
	padding: 10px;
}
#brand_info .info_detail .info_right ul li {
	width: 30%;
	margin-right: 5%;
}
#brand_info .info_detail .info_right ul li:nth-of-type(3n) {
	margin-right: 0;
}
/* ヘッダー車種画像・情報横並び */
#selected_car {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}
.car_img {
	width: 35%;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
}
.trim_car {
	height: 30vw;
}
.car_data {
	width: 65%;
	box-sizing: border-box;
}
.model {
	/* float: none; */
}
.model_jp {
	/* float: none; */
	margin: 0 0 0 10px;
}
#car_style_type {
	float: none !important;
}
.year {
	padding-left: 10px;
	float: none;
}
.type {
	float: none;
}

/* no_subdomain_top */
#no_subdomai_top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: center;
}
#no_subdomai_top .item_nothing {
	display: inline-block;
}
#no_subdomai_top .item_nothing img {
	width: 100%;
	max-width: none;
}


}