/* Y'S GEAR : manual.css */


/*======================================================================*
 *  [ manualWrap | マニュアルページ ] 
 *======================================================================*/

.manualWrap h2 {
	margin: 0 0 20px 0;
	padding: 9px 0;
	border: 1px solid #cecece;
	background: url(../img/img_main.jpg) center center no-repeat;
	background-size: cover;
}
.manualWrap h2 img {
	display: block;
}

.manualWrap h2 + p {
	float: left;
	width: 77%;
	margin: 0 0 25px 0;
	padding: 0 15px 0 0;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.orderNote {
	margin: 0 0 40px;
	padding: 20px;
	background: #ffefef;
	color: #cc1533;
	font-size: 1.4rem;
	clear: both;
}

.aboutOrder {
	display: block;
	float: right;
	width: 23%;
	padding: 15px 0px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #e7e8fa;
	color: #2c2c2c !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
.aboutOrder:before {
	display: inline-block;
	margin: 0 0 1px 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 8px solid #363a90;
	content: "";
}
a.aboutOrder:hover {
	background: #363a90;
	color: #fff !important;
}
.aboutOrder:hover:before {
	border-left-color: #e7e8fa;
}


/*======================================================================*
 *  [ manualCategory | マニュアルカテゴリ ] 
 *======================================================================*/

.manualCategory {
	clear: both;
	margin: 0 -5px;
}

.categoryBox {
	margin: 0 0 30px 0;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}
.categoryBox.wide {
	padding-top: 55px;
}
.categoryBox.column {
	float: left;
	width: 20%;
	padding-top: 85px;
}

.categoryBox h3 {
	position: relative;
	padding: 5px 0;
	border-top: 1px dotted #969696;
	border-bottom: 1px dotted #969696;
	color: #464646;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.categoryBox.wide h3 {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 188px;
	text-align: left;
}
.categoryBox.column h3 {
	margin: 0 0 5px 0;
}
.categoryBox h3:before {
	display: block;
	position: absolute;
	width: 188px;
	height: 85px;
	background-size: cover;
	content: "";
}
.categoryBox.wide h3:before {
	left: 0;
	bottom: 0;
}
.categoryBox.column h3:before {
	top: 0;
	left: 50%;
	margin: -86px 0 0 -94px;
	text-align: center;
}
.categoryBox.mc h3:before { background-image: url(../img/img_mc.png); }
.categoryBox.pas h3:before { background-image: url(../img/img_pas.png); }
.categoryBox.atv h3:before { background-image: url(../img/img_atv.png); }
.categoryBox.cart h3:before { background-image: url(../img/img_cart.png); }
.categoryBox.competition h3:before { background-image: url(../img/img_competition.png); }
.categoryBox.snowmobile h3:before { background-image: url(../img/img_snowmobile.png); }

/* [ バイク以外のリンク ] */
.categoryBox li a {
	display: block;
	padding: 5px 0 5px 20px;
}
.categoryBox li a:before {
	display: inline-block;
	margin: 0 0 1px -12px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 8px solid #363a90;
	content: "";
}
.categoryBox li span {
	display: inline-block;
}

/* [ helpLink | ヘルプリンク ] */
.helpLink {
	display: inline-block;
	margin: 5px 0 0 0;
	color: #000 !important;
	text-decoration: underline;
}
.helpLink:hover {
	text-decoration: none;
}
.helpLink:before {
	display: inline-block;
	margin: 2px 5px -2px 5px;
	vertical-align: top;
	content: url(../svg/icon_help.svg);
}


/*======================================================================*
 *  [ selectBox |  モデルから選ぶ・マニュアルの種類から選ぶ ] 
 *======================================================================*/

.selectBox {
	display: table-cell;
	width: 33.33333333%;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.selectBox + .selectBox {
	width: 66.66666666%;
	padding: 0 10px;
}

.selectTitle {
	position: relative;
	margin: 0 0 15px 0;
	background: url(../img/bg_h4.png) left top repeat;
	background-size: 3px 3px;
}
.selectTitle h4 {
	padding: 3px 10px;
	color: #464646;
	font-size: 15px;
	font-size: 1.5rem;
}
.selectTitle h4 span {
	margin: 0 5px 0 0;
	color: #000;
	font-size: 19px;
	font-size: 1.9rem;
}
.selectTitle h4:before {
	display: inline-block;
	margin: 2px 10px -2px 0;
	vertical-align: top;
	content: url(../svg/icon_search.svg);
}
.selectTitle .helpLink {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -10px 0 0 0;
}

/* [ 選ぶの中 ] */
.selectBox section {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 20px 60px 20px;
	box-sizing: border-box;
}
.selectBox + .selectBox section {
	display: table-cell;
	width: 50%;
}
.selectBox + .selectBox section + section {
	border-left: 1px solid #cecece;
}
.selectBox h5 {
	margin: 0 0 5px 0;
	color: #363a90;
	font-size: 15px;
	font-size: 1.5rem;
}
.selectBox p {
	margin: 0 0 10px 0;
	color: #464646;
}

/* [ searchButton | 検索ボタン ] */
.searchButton {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px 25px 15px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #6167dc;
	color: #fff !important;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
a.searchButton:hover {
	background: #898de5;
	color: #fff !important;
}
.searchButton:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin: -5px 0 0 0;
	border-top: 3px solid #b0b3ee;
	border-right: 3px solid #b0b3ee;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	/*==================================================================*
	 *  [ manualCategory | マニュアルカテゴリ ] 
	 *==================================================================*/
	
	.categoryBox.column {
		width: 33.33333333%;
	}
	.categoryBox:nth-child(5) {
		clear: both;
	}
	
	/* [ searchButton | 検索ボタン ] */
	.searchButton {
		padding: 15px 10px 15px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.searchButton:after {
		right: 10px;
	}

}

/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ selectBox |  モデルから選ぶ・マニュアルの種類から選ぶ ] 
	 *==================================================================*/
	
	.selectBox, 
	.selectBox + .selectBox {
		display: block;
		width: 100%;
		padding: 0 10px;
	}

}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ manualWrap | マニュアルページ ] 
	 *==================================================================*/
	
	.manualWrap h2 {
		margin: 0 -10px 20px -10px;
		padding: 10px 0;
		border: none;
	}
	.manualWrap h2 img {
		width: auto;
		height: 120px;
	}
	
	.manualWrap h2 + p {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.orderNote {
		margin: 0 0 30px;
		padding: 15px 10px;
		font-size: 1.2rem;
	}
		
	.aboutOrder {
		float: none;
		width: auto;
		max-width: 250px;
		padding: 10px 15px;
		margin: 0 auto 25px auto;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	
	/*==================================================================*
	 *  [ manualCategory | マニュアルカテゴリ ] 
	 *==================================================================*/
	
	.manualCategory {
		margin: 0 -10px;
	}
	
	.categoryBox {
		padding: 0;
	}
	.categoryBox.wide, 
	.categoryBox.column {
		padding-top: 20px;
	}
	.categoryBox.column {
		float: none;
		width: 100%;
	}
	.categoryBox h3 {
		border-top: none;
		background: #e7e8fa;
	}
	.categoryBox.wide h3, 
	.categoryBox.column h3 {
		margin: 0;
		padding: 10px 10px 10px 120px;
	}
	.categoryBox.column h3 {
		text-align: left;
	}
	.categoryBox.wide h3:before, 
	.categoryBox.column h3:before {
		top: auto;
		left: 0;
		bottom: 0;
		width: 120px;
		height: 54px;
		margin: 0;
	}
	
	.categoryBox ul {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.categoryBox li {
		border-bottom: 1px dotted #969696;
	}
	.categoryBox li a {
		position: relative;
		padding: 15px 30px 15px 10px;
	}
	.categoryBox li a:hover {
		background: #ebebf4;
	}
	.categoryBox li a:before {
		display: none;
	}
	.categoryBox li a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		border-top: 2px solid #969696;
		border-right: 2px solid #969696;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
	
	/* [ helpLink | ヘルプリンク ] */
	.categoryBox.column .helpLink {
		margin: 5px 10px 0 10px;
	}
	
	
	/*==================================================================*
	 *  [ selectBox |  モデルから選ぶ・マニュアルの種類から選ぶ ] 
	 *==================================================================*/
	
	.selectBox, 
	.selectBox + .selectBox {
		padding: 0;
	}

	.selectBox + .selectBox .selectTitle:after {
		display: block;
		clear: both;
		content: "";
	}
	.selectBox + .selectBox .selectTitle h4 {
		float: left;
	}
	.selectTitle .helpLink {
		position: relative;
		float: right;
		margin: 7px 0 10px 0;
	}
	.selectTitle .helpLink span {
		display: none;
	}
	
	.selectBox section {
		padding: 0 10px !important;
	}
	.selectBox + .selectBox section {
		display: block;
		width: 100%;
	}
	.selectBox + .selectBox section + section {
		border-left: none;
	}
	
	/* [ searchButton | 検索ボタン ] */
	.searchButton {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
}


/*======================================================================*
 *  [ Media Queries 375 ] 
 *======================================================================*/

@media screen and (max-width: 375px) {
	
	/*==================================================================*
	 *  [ selectBox |  モデルから選ぶ・マニュアルの種類から選ぶ ] 
	 *==================================================================*/
	
	.selectTitle .helpLink {
		margin: 0 0 10px 0;
	}
}

