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


#article section h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

#article .column3 figure {
	float: none;
	width: 100%;
	padding: 0;
}


/*======================================================================*
 *  [ guardList ] 
 *======================================================================*/

#article .guardList section {
	margin: 0;
}

#article .guardList figure {
	margin-bottom: 10px;
}
#article .guardList h4 {
	margin-bottom: 10px;
	border: none;
	background: #3c81c3;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* [ テキスト ] */
#article .guardList p {
	margin: 0;
	line-height: 1.4;
}


/*======================================================================*
 *  [ exampleBox ] 
 *======================================================================*/

#article .exampleBox {
	margin: 0;
}
#article .exampleBox div + div {
	border-left: 1px dashed #d6d4d3;
	padding-left: 7px;
}

/* [ 青テキスト ] */
#article .exampleBox h4, 
#article .exampleBox .result {
	margin-bottom: 30px;
	padding: 0;
	border: none;
	color: #108ccf;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#article .exampleBox h4 { font-size: 20px; font-size: 2rem; }
#article .exampleBox .result { font-size: 22px; font-size: 2.2rem; }

/* [ ガードなら！ ] */
#article .exampleBox .column3 p {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}

/* [ 浸水をガード！ ] */
#article .exampleBox figcaption {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 0;
	background: #fff9bc;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

/* [ 注釈 ] */
#article .exampleBox .kome {
	margin-top: 0;
}


/*======================================================================*
 *  [ productBox ] 
 *======================================================================*/

#article .productBox {
	background: #ececec;
	text-align: center;
}
#article .productBox.yar19 {
	margin-top: 15px;
}

/* [ ボタン ] */
#article .productBox > a {
	display: inline-block;
	position: relative;
	margin: 0 20px 20px 20px;
	padding: 10px 30px 10px 20px;
	border: 1px solid #f08200;
	background: #fff;
	color: #f08200;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#article .productBox > a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 1px solid #f08200;
	border-right: 1px solid #f08200;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article .productBox > a:hover, 
#article .productBox > a:active {
	border-color: #ffae00 !important;
}


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

#article .productLink {
	text-align: left;
}

/* [ 画像 ] */
#article .productLink figure {
	margin: 0;
}

/* [ 黄色見出し ] */
#article .productLink .model {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #fff21d;
	font-weight: bold;
}
#article .productLink.yat33 .model {
	color: #fff;
	background: #108ccf;
}

/* [ テキスト ] */
#article .productLink .text b {
	font-size: 16px;
	font-size: 1.6rem;
}
#article .productLink .text sup {
	font-size: 80%;
	vertical-align: top;
}
#article .productLink .text.kome {
	padding-left: 1em;
}

/* [ カラーチップ ] */
#article .productLink .color {
	box-sizing: border-box;
	float: right;
	width: 71.89%;
}
#article .productLink .color {
	margin-bottom: 20px;
}
#article .productLink .color li {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#article .productLink .color img {
	display: block;
	float: none;
	width: 49px;
	margin: 0 auto 5px auto;
	padding: 0;
}

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


/*======================================================================*
 *  [ pointBox ] 
 *======================================================================*/

#article .pointBox {
	margin: 0 !important;
	padding: 0 12px;
	text-align: left;
}
#article .pointBox li {
	list-style-type: none;
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}
#article .pointBox.col3 li {
	width: 33.33333333%;
}
#article .pointBox.col4 li {
	width: 25%;
}

/* [ 画像 ] */
#article .pointBox figure {
	margin-bottom: 10px;
}

/* [ 水色テキスト ] */
#article .pointBox figure + p {
	margin: 0 0 10px 0;
	color: #108ccf;
	font-weight: bold;
	line-height: 1.4;
}

/* [ テキスト ] */
#article .pointBox p + p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}


/*======================================================================*
 *  [ careBox ] 
 *======================================================================*/

#article .careBox {
	background: url(../img/bg_cear.png) right bottom no-repeat;
	background-size: 35% auto;
}

/* [ 青見出し ] */
#article .careBox h3 + p {
	margin-bottom: 10px;
}
#article .careBox b {
	color: #108ccf;
	font-size: 18px;
	font-size: 1.8rem;
}

/* [ リスト ] */
#article .careBox ol {
	color: #108ccf;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
#article .careBox li + li {
	margin-top: 5px;
}
#article .careBox li span {
	color: #000;
}

/* [ テキスト ] */
#article .careBox p {
	line-height: 1.6;
}
#article .careBox ol + p {
	margin-right: 35%;
}


/*======================================================================*
 *  [ Media Queries 716 ] 
 *======================================================================*/

@media screen and (max-width: 716px) {
}


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

@media screen and (max-width: 568px) {
	
	/*======================================================================*
	 *  [ pointBox ] 
	 *======================================================================*/
	
	#article .pointBox li:nth-child(2n+1) {
		clear: both;
	}
	#article .pointBox.col3 li, 
	#article .pointBox.col4 li {
		width: 50%;
	}
	
	
	/*======================================================================*
	 *  [ productLink ] 
	 *======================================================================*/
	
	/* [ 画像 ] */
	#article .productLink figure {
		text-align: center;
	}
	#article .productLink figure img {
		float: none;
		width: 210px !important;
		padding: 0;
	}
	
	/* [ ワイズギアガール ] */
	#article .productLink .ysgirl {
		height: 210px;
		overflow: hidden;
	}
	
	/* [ ] */
	#article .productLink h4,
	#article .productLink p,
	#article .productLink .color {
		float: none;
		width: 100%;
	}
	
	/* [ YAT-33 ] */
	#article .productLink.yat33 figure {
		margin-bottom: 10px;
	}
	
	
	/*======================================================================*
	 *  [ careBox ] 
	 *======================================================================*/
	
	#article .careBox {
		background: none;
	}
	
	/* [ テキスト ] */
	#article .careBox ol + p {
		margin-right: 0;
	}
	
	/* [ 画像 ] */
	#article .careBox figure {
		text-align: center;
	}
	
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
	
	/*======================================================================*
	 *  [ exampleBox ] 
	 *======================================================================*/
	
	#article .exampleBox div + div {
		border-left: none;
		padding-left: 8px;
	}
	
	
	/*======================================================================*
	 *  [ pointBox ] 
	 *======================================================================*/
	
	#article .pointBox.col3 li, 
	#article .pointBox.col4 li {
		float: none;
		width: 100%;
	}
	
}

