/**
 * 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_wrap {
  width: 100%;
  /*max-width: 1200px;*/
	margin: 0 auto 0;
  padding-bottom: 3%;
}
.tabs ul{
  width: 100%;
  margin: 0 auto;
	list-style: none outside none;
	font-size: 0;
}

.tabs li {
	width: calc(100% / 2);
  max-width: 340px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.tabs ul li:nth-child(1) a {
	background: url("../img/tab1.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 {
	background: url("../img/tab2.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
}
.tabs ul li:nth-child(1) a:hover {
	background: url("../img/tab1.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:hover {
	background: url("../img/tab2.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).active a {
	background: url("../img/tab1_on.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).active a {
	background: url("../img/tab2_on.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 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  {
	}
}
/*背景色*/
#tab-1 {
  background: #FCEAEB;
}
#tab-2 {
  background: #E5F5FB;
}
/*.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: 750px;
	margin: 0 auto;
}

#tab-1 .tech_box_wrap {
  border-top: 4px solid #DD3239;
  margin-top: -4px;
}
#tab-2 .tech_box_wrap {
  border-top: 4px solid #00A0DA;
  margin-top: -4px;
}
.tech_box {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
	margin: 0 auto;
  padding: 5% 0;
}
/*-----------------------------------------------------------------
.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;
}*/