/* Y'S GEAR : mesh.css */


/*======================================================================*
 *  [ featuresBox | 特長 ]
 *======================================================================*/

.featuresBox {
	margin: 0 !important;
}

.featuresBox section {
	float: left;
	width: 50%;
	margin: 0 0 40px 0 !important;
	padding: 0 15px;
	box-sizing: border-box;
	color: #464646;
}
.featuresBox section.cf {
	margin: 0 0 30px 0;
}
.featuresBox p + section + section + section {
	clear: both;
}

.featuresBox section h3 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #505050;
	color: #505050;
	font-size: 17px;
	font-size: 1.7rem;
}

.featuresBox section figure {
	float: left;
	margin: 0 10px 10px 0;
}

.featuresBox section p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}

.featuresBox .iconex {
	margin-top: 10px;
	padding: 5px 0 0 35px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.featuresBox .iconex img {
	float: left;
	margin: -5px 5px 0 -35px;
	vertical-align: middle;
}

.newFeatures {
	margin-bottom: 50px;
	padding: 1px 20px;
	background: #efefef;
	clear: both;
}
.newFeatures figure img {
	float: right;
	width: 61%;
	max-width: 410px;
	margin: 0 0 0 10px;
}


/*======================================================================*
 *  [ meshLineup | クールメッシュシートカバーラインナップ ]
 *======================================================================*/

.meshLineup section {
	display: table;
	width: 100%;
	margin: 0 0 15px 0;
}
/* [ ページ内リンク ] */
.lineupNav {
	margin: 0 0 30px 0;
}
.lineupNav li {
	float: left;
	width: 16.66666667%;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
}
.lineupNav li.sports 		{ background-image: url(../img/img_sports.jpg); }
.lineupNav li.cruiser 		{ background-image: url(../img/img_cruiser.jpg); }
.lineupNav li.bigscooter 	{ background-image: url(../img/img_bigscooter.jpg); }
.lineupNav li.scooter 		{ background-image: url(../img/img_scooter.jpg); }
.lineupNav li.ec 			{ background-image: url(../img/img_ec.jpg); }
.lineupNav li.pas 			{ background-image: url(../img/img_pas.jpg); }
.lineupNav li a {
	display: block;
	width: 100%;
	padding: 50% 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.lineupNav li a:hover {
	color: #fff !important;
	background: rgba(0,0,0,.5);
}
.lineupNav li a > span {
	display: table;
	width: 100%;
	margin: -1.8em 0;
}
.lineupNav li span span {
	display: table-cell;
	height: 3.6em;
	text-align: center;
	vertical-align: middle;
}

/* [ カテゴリ名 ] */
.meshLineup .category {
	display: table-cell;
	width: 16.66666667%;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #969696;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	overflow: hidden;
}
.meshLineup #ec .category {
	font-size: 14px;
	font-size: 1.4rem;
}
.meshLineup .category h3 {
	display: table;
	width: 100%;
	font-weight: normal;
	margin: -35px 0;
	padding: 50% 0;
	box-sizing: border-box;
}
.meshLineup .category h3 span {
	display: table-cell;
	height: 70px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}


/* [ lineupList | 一覧 ] */
.lineupList {
	display: table-cell;
	width: 83.33333333%;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.lineupList a {
	display: block;
	position: relative;
}
.lineupList a:hover {
	background: #fcf3f5;
}
.lineupList a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: 2px solid #a2a1a1;
	border-right: 2px solid #a2a1a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.lineupList table {
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.lineupList th, 
.lineupList td {
	padding: 6px 5px;
	line-height: 1.2;
	vertical-align: top;
}
.lineupList th {
	font-weight: normal;
	text-align: left;
}
.lineupList th span {
	font-size: 12px;
	fot-size: 1.2rem;
}
.lineupList td.icon {
	width: 30px;
	padding: 3px 5px;
}
.lineupList td.num {
	width: 160px;
}
.lineupList img {
	display: block;
}
.lineupList dl.dt9 { padding: 0 0 0 6.5em; }
.lineupList dl.dt12 { padding: 0 0 0 9em; }
.lineupList dt {
	float: left;
	margin: 10px 0 0 0;
	clear: both;
}
.lineupList .dt9 dt { margin-left: -6.5em; }
.lineupList .dt12 dt { margin-left: -9em; }
.lineupList dd {
	margin: 10px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}
.lineupList dt:first-child, 
.lineupList dt:first-child + dd {
	margin-top: 0;
}


/*======================================================================*
 *  [ Media Queries 768 - 569 ] 
 *======================================================================*/

@media screen and (min-width: 569px) and (max-width: 768px) {
	
	/* [ ページ内リンク ] */
	.lineupNav li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/* [ カテゴリ名 ] */
	.meshLineup .category {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
}

/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	
	/*==================================================================*
	 *  [ featuresBox | 特長 ]
	 *==================================================================*/
	
	.featuresBox {
		padding: 0;
	}
	
	.featuresBox section {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 !important;
	}
	.featuresBox section.cf {
		margin: 0 0 10px 0;
	}
	
	.featuresBox section h3 {
		margin: 0 0 10px 0;
	}
	
	.newFeatures {
		margin-bottom: 50px;
		padding: 1px 20px;
		background: #efefef;
		clear: both;
	}
	.newFeatures figure { margin: 5px 0 0 15px; }
	.newFeatures figure img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	
	/*==================================================================*
	 *  [ meshLineup | クールメッシュシートカバーラインナップ ]
	 *==================================================================*/
	
	.meshLineup h2 {
		margin: 0 0 1px 0;
	}
	
	/* [ ページ内リンク ] */
	.lineupNav li {
		 width: 33.33333334%;
	}
	
	/* [ カテゴリ名 ] */
	.meshLineup .category {
		display: block;
		width: 100%;
		border: none;
		line-height: 1.05;
	}
	.meshLineup #ec .category {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.meshLineup .category h3 {
		display: table;
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.meshLineup .category h3 br {
		display: none;
	}
	.meshLineup .category h3 > span {
		height: auto;
	}
	
	.lineupList {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.lineupList dl {
		padding: 0 !important;
	}
	.lineupList dt {
		float: none;
		margin: 0 0 5px 0 !important;
	}
	.lineupList dd + dt {
		margin-top: 10px !important;
	}
	.lineupList dd {
		margin: 0;
	}
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/* [ lineupList | 一覧 ] */
	.lineupList table {
		display: block;
		padding: 10px 25px 10px 10px;
	}
	.lineupList th {
		display: block;
		padding: 0 0 10px 0;
		font-weight: bold;
	}
	.lineupList td {
		float: left;
		padding: 0;
		line-height: 25px;
	}
	.lineupList .td.icon {
		padding: 0 10px 0 0;
	}
	.lineupList dd {
		font-weight: normal;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 - 376 ] 
 *======================================================================*/

@media screen and (min-width: 376px) and (max-width: 568px) {
	
	/* [ ページ内リンク ] */
	.lineupNav li a {
		padding: 25% 0;
	}
	
}

