@charset "utf-8";

/*-----------------------------------------------
 receiver
-----------------------------------------------*/
 .banner { height:420px;
 position:relative; }
 
  .banner #txtLink{
	  position:absolute;
	  top:25px;
	  right:20px;
	  text-align:right;
	  z-index:2;
	  text-decoration:underline;
	  color:#FC0;
	  }
	  
	  .banner #txtLink span{
		  color:#FC0;
		  font-size:16px;
	  }
	  
	  .banner #txtLink a {
		  font-size:14px;
		   color:#FC0;
	  }
	  .banner #txtLink a  span:hover{
		  color:#fff;
		  text-decoration:none;

	  }

.banner #txtLink span:before {
    content: ">>> ";
}


/*-----------------------------------------------
 RIDE
-----------------------------------------------*/


 .newItemList{background:#000;}
 .newItemList .pName{color:#FFFFFF;}
 .newItemList .pDesc{color:#FFFFFF;}

 .newItemList ul li p,
 .newItemList ul li dl { width:285px; margin:0 auto; }



 .newItemList dl.pFunc { padding-top:8px; }
 .newItemList dl.pFunc dd { float:left; margin-left:30px; width:75px; height:75px; }
 .newItemList dl.pFunc dd:first-child { margin-left:0px; }
 .newItemList dl.pFunc dd img { width:75px; height:75px; }

 .productBox ul li.on:hover,
 .productBox ul li.on:hover a { color:#004473; }
 
 
 
 
 
 .newItemListW{}

 .newItemListW ul li p,
 .newItemListW ul li dl { width:285px; margin:0 auto; }



 .newItemListW dl.pFunc { padding-top:8px; }
 .newItemListW dl.pFunc dd { float:left; margin-left:30px; width:75px; height:75px; }
 .newItemListW dl.pFunc dd:first-child { margin-left:0px; }
 .newItemListW dl.pFunc dd img { width:75px; height:75px; }

 .productBox ul li.on:hover,
 .productBox ul li.on:hover a { color:#004473; }
 
 
 .bgBlack{ background-color:#000000;}
 
 
@media screen and (max-width: 768px) {
	
	.banner {
		height: auto;
		padding-bottom: 40px;
		border-bottom: 1px solid #E8E8E8;
	}

	.banner #txtLink {
		top: inherit;
		bottom: 10px;
		text-decoration:none;
	}

	.banner #txtLink span:before {
		content: " ";
	}
	  
	.banner #txtLink span{
		font-size:14px;
	}
	
	.banner #txtLink a{ background: url("/au/common/images/respo/s_arrow_navy.png") no-repeat left center scroll rgba(0, 0, 0, 0); background-size: 5px 6px; padding-left: 15px; text-decoration: none;}
	
	.banner #txtLink a:link span,
	.banner #txtLink a:visited span,
	.banner #txtLink a:hover span,
	.banner #txtLink a:active span{ color:#004473;}
}

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