/* Y'S GEAR | Y'S GEAR CLUB WEB : layout.css */


#article section h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	line-height: 1;
}
#article section h3 span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

#article section > h4 {
	margin-bottom: 30px;
	padding: 0;
	border: none;
	text-align: center;
}
#article section > h4 span {
	position: relative;
	padding: 0 2px 2px 2px;
	font-size: 22px;
	font-size: 2.2rem;
	display: inline-block;
}
#article section > h4 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 10px solid #fcf371;
	content: "";
	z-index: -1;
}

#article section section {
	margin: 0 0 30px 0;
}


/*======================================================================*
 *  [ ysgirl ] 
 *======================================================================*/

#article .ysgirl {
	float: right;
	width: 50%;
	margin-left: 8px;
	padding-left: 8px;
	box-sizing: border-box;
}


/*======================================================================*
 *  [ featureList ] 
 *======================================================================*/

#article .featureList {
	margin: 0 -8px;
}
#article .featureList > div {
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}

/* [ カラム ] */
#article .featureList .col1_2 { width: 100%; padding: 0; }
#article .featureList .col1_3 { width: 100%; padding: 0; }
#article .featureList .col2   { width: 50%; }
#article .featureList .col2w  { width: 65.5%; }
#article .featureList .col2s  { width: 34.5%; }
#article .featureList .col3   { width: 33.33333333%; }
#article .featureList .col4   { width: 25%; }

/* [ 改行 ] */
#article .featureList .newline {
	clear: both;
}

/* [ 背景有 ] */
#article .featureList .bg { background: #ff0000;
	padding: 20px 20px;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
}
#article .featureList .bg p {
	margin: 0;
}

/* [ 画像 ] */
#article .featureList figure {
	margin-bottom: 10px;
}
#article .featureList .col1_2 figure, 
#article .featureList .col1_3 figure {
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}
#article .featureList .col1_2 figure { width: 50%; }
#article .featureList .col1_3 figure { width: 33.33333333%; }

/* [ テキスト ] */
#article .featureList p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
#article .featureList p + p {
	margin-top: -15px;
}
#article .featureList .col1_2 p, 
#article .featureList .col1_3 p {
	padding: 0 8px;
}
#article .featureList p b {
	font-size: 14px;
	font-size: 1.4rem;
}
#article .featureList p b span {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	color: #fff;
}

/* [ 番号 ] */
#article .featureList.number figure {
	position: relative;
}
#article .featureList.number figure:after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
}
#article .featureList.number .col1_3 figure:after {
	left: 8px;
}
#article .featureList.number figure.num1:after { content: "1"; }
#article .featureList.number figure.num2:after { content: "2"; }
#article .featureList.number figure.num3:after { content: "3"; }
#article .featureList.number figure.num4:after { content: "4"; }
#article .featureList.number figure.num5:after { content: "5"; }

/* [ 色 ] */
#article .featureList.blue  p b { color: #108ccf; }
#article .featureList.green p b { color: #71ad31; }
#article .featureList.blue  p b span { background: #108ccf; }
#article .featureList.green p b span { background: #71ad31; }
#article .featureList.number.blue  figure:after { background: #108ccf; }
#article .featureList.number.green figure:after { background: #71ad31; }
#article .featureList.blue .bg { background: #cfe8f5; }


/*======================================================================*
 *  [ featureBox ] 
 *======================================================================*/

#article .featureBox {
	margin: 0 -8px;
}
#article .featureBox > figure, 
#article .featureBox > p {
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}

/* [ カラム ] */
#article .featureBox .col1 { width: 25%; }
#article .featureBox .col2 { width: 50%; }


/*======================================================================*
 *  [ productLink ] 
 *======================================================================*/

#article .productLink {
	margin-top: -30px;
}

/* [ テキスト ] */
#article .productLink .text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* [ リンク ] */
#article .productLink .link {
	color: #f08200;
	font-weight: bold;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
#article .productLink a:hover .link, 
#article .productLink a:active .link {
	color: #ffae00;
}


/*======================================================================*
 *  [ selectList ] 
 *======================================================================*/

#article .selectList {
	margin: 0 -8px;
}
#article .selectList li {
	display: table;
	float: left;
	width: 33.33333333%;
	padding: 0 8px;
	box-sizing: border-box;
}

/* [ ボタン ] */
#article .selectList a {
	display: table-cell;
	position: relative;
	height: 2em;
	padding: 10px 35px 10px 27%;
	border: 1px solid #108ccf;
	background-repeat: no-repeat;
	background-size: 18% auto;
	background-position: 15px center;
	color: #108ccf;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1em;
	vertical-align:middle;
}
#article .selectList a:hover, 
#article .selectList a:active {
	border-color: #ffae00 !important;
}

/* [ アイコン ] */
#article .selectList .function a { background-image: url(../img/icon_function.png); }
#article .selectList .size a { background-image: url(../img/icon_size.png); }
#article .selectList .series a { background-image: url(../img/icon_series.png); }

/* [ 矢印 ] */
#article .selectList a:after {
	position: absolute;
	top: 0;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: 18px;
	border-top: 1px solid #108ccf;
	border-right: 1px solid #108ccf;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


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

@media screen and (max-width: 568px) {
	
	/*======================================================================*
	 *  [ featureList ] 
	 *======================================================================*/
	
	/* [ カラム ] */
	#article .featureList .col4   { width: 50%; }
	#article .featureList .col4:nth-child(2n+1) { clear: both; }
	
}


/*======================================================================*
 *  [ Media Queries 375 ] 
 *======================================================================*/

@media screen and (max-width: 375px) {
	
	/*======================================================================*
	 *  [ ysgirl ] 
	 *======================================================================*/
	
	#article .ysgirl {
		float: none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	
	
	/*======================================================================*
	 *  [ featureList ] 
	 *======================================================================*/
	
	#article .featureList > div {
		width: 100% !important;
		float: none;
	}
	
	/* [ 画像 ] */
	#article .featureList .col1_2 figure, 
	#article .featureList .col1_3 figure {
		float: none;
		width: 100%;
	}
	
	
	/*======================================================================*
	 *  [ featureBox ] 
	 *======================================================================*/
	
	#article .featureBox {
		margin-bottom: -10px;
	}
	
	#article .featureBox > figure, 
	#article .featureBox > p {
		margin-bottom: 10px;
	}

	/* [ カラム ] */
	#article .featureBox .col1 { width: 50%; }
	#article .featureBox .col2 { width: 100%; }
	
	
	/*======================================================================*
	 *  [ productLink ] 
	 *======================================================================*/
	
	#article .productLink {
		margin-top: 0;
	}
	
	
	/*======================================================================*
	 *  [ selectList ] 
	 *======================================================================*/
	
	#article .selectList li {
		float: none;
		width: 100%;
	}
	#article .selectList li + li {
		margin-top: 10px;
	}
	
}
