/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
/*
.tabs > DIV {
	border-top: 1px solid #c7c7c7
	margin-top: 10px;
	background: white !important;
	border-bottom: 4px solid #E95855 !important;
}
*/
/*.tabs > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}
*/

/*タブ部分*/
.tabs_wrap {
	margin: 0 auto 0;
  padding-bottom: 10%;
}
.tabs ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.tabs ul {
	list-style: none outside none;
	margin: 0 auto;
	font-size: 0;
}
/*.tabs ul.horizontal {
	list-style: none outside none;
	margin: 0;
}
*/

.tabs li {
/*	width: calc(100% / 3);
*//*	border-bottom: 4px solid #E5E5E5;*/
	width: 50%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.tabs ul li:nth-child(1) a {
	background: url("../img/tab_aura_nismo.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition:background .3s;
}
.tabs ul li:nth-child(2) a {
	background: url("../img/tab_aura.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition:background .3s;
}
.tabs ul li:nth-child(1) a:hover {
	background: url("../img/tab_aura_nismo_on.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover;
}
.tabs ul li:nth-child(2) a:hover {
	background: url("../img/tab_aura_on.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
}
.tabs ul li:nth-child(1).active a {
	background: url("../img/tab_aura_nismo_on.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
}
.tabs ul li:nth-child(2).active a {
	background: url("../img/tab_aura_on.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
}

.tabs a  {
	display: block;
}

.tabs li:hover {

/*	border-bottom: 4px solid #68a697;
*/}

/*.tabs li:hover a {
	color: white;
}
*/
@media only screen and ( max-width: 599px ) {
	.tabs a  {
	}
}
/*背景色*/
/*.tabs ul li:nth-child(1) {
	background: #0044af;
}
.tabs ul li:nth-child(2) {
	background: #6d3100;
}
.tabs ul li:nth-child(3) {
	background: #006000;
}
.tabs ul li:nth-child(4) {
	background: #00abe2;
}
*/

.tabs ul li a img {
	opacity: 0.5;
}
/*現在のタブ*/
.active {
/*	background: #c3002f !important;
	border-bottom: 4px solid #68a697 !important;
*/
}
.tabs ul li.active a img {
	opacity: 1;
}

.active a {
	color: white !important;
}


/*タブの中身*/
.tech_box_wrap {
	max-width: 1080px;
	margin: 0 auto;
}
.tabArea .container	{
}

#tab-1 .tech_box_wrap {
}
#tab-2 .tech_box_wrap {
}
#tab-3 .tech_box_wrap {
}
.tech_box {
	max-width: 1080px;
	margin: 0 auto;
}
.tech_box_title {
	margin: 2% auto 0;
	padding-bottom: 2%;
}
.car_usp {
	background: #fff;
}
#tab-1 .tech_box_title {
	padding-bottom: 0;
}
#tab-1 .car_usp {
}
#tab-2 .tech_box_title {
	background: #7D0005;
}
#tab-2 .car_usp {
	border: 8px solid #7D0005;
	background: #fff;
}



.tabs ul li a:link img:hover {
	opacity: 1;
}


.tech_box img {
	transition: 0.6s;
}



/*-----------------------------------------------------------------
.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}
*/
/*.prev,
.next {
	background: white !important;
	color: #c3002f !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #c3002f !important;
	color: white !important;
}
*/
/*.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}
*/

/*.button {
	background-color: #c3002f;
	border: none;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #c3002f;
	color: #FFF;
	border-bottom-color: #68a697;
}*/