@charset "UTF-8";


/*テキスト部分*/
#kinitsu {}
#kinitsu a:link {font-size:14px;text-decoration:underline; font-weight:bold; color:#000;}
#kinitsu a:visited {font-size:14px;text-decoration:underline; font-weight:bold; color:#000;}
#kinitsu a:hover {font-size:14px;text-decoration:none; font-weight:bold; color:#000;}
#kinitsu a:active {font-size:14px;text-decoration:none; font-weight:bold; color:#000;}

.box{
	margin: 4px 0;
}
.title {
	font-size:14px;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin: 2px 0;
}
.price {
	font-size:16px;
	color: #CC0000;
	font-weight: bold;
	margin: 0 ;

}
.mini {
	font-size:12px;
	color: #000;
	font-weight: normal;
}

