@charset "UTF-8";
/*  GearInfo MAINLY */
.bunchuImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.bunchuImgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.name {
	background-image: url(../images/itemlist_blt.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	font-weight: bold;
	text-indent: 15px;
	background-position: 0px 2px;
	margin: 0px;
	padding: 0px;
}
.text {

}
.forLafinoInfo {
	background-color: #FFF;
	color: #333;
	padding: 5px;
	width: 240px;
}
.forLafinoInfo a {
	color: #006;
	text-decoration: underline;
	
}

.forLafinoInfo a:hover {
	color: #9C0;
	text-decoration: underline;
	
}
.discounted {
	text-decoration: line-through;
}
.price {
	font-size: 1.2em;
	color: #F00;
	font-weight: bold;
}

