/*企業新着情報リスト*/



#main4 {
	float:left;
	padding: 2px 2px 2px 2px;
	width: 376px;
	margin: 4px 0px 0px 3px;
	text-align:left;
	clear:both;
}

#main4 dl{
	margin: 0px 0px 0px 0px;
}

#main4 dl dd{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 80px;
	float:left;
}

#main4 dl dt{
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
	line-height: 15px;
	font-size: 13px;
	color: #003399;
	text-decoration:none;
	width: 285px;
}


#main4 dl dt a{
	color: #003399;
	text-decoration:none;
}


#main4 dl dt a:hover{
	color: #003399;
	text-decoration:underline;
}

.clear {
	clear:both;
}
.clear hr {
	display:none;
}


/*企業新着情報リスト　背景色有*/
#main6 {
	float:left;
	padding: 4px 2px 4px 2px;
	width: 376px;
	margin: 4px 0px 0px 3px;
	text-align:left;
	background-color: #ffe9f1;
	clear:both;
}

#main6 dl {
	margin: 0px 0px 0px 0px;
}

#main6 dl dd{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 80px;
	float:left;
}

#main6 dl dt{
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
	line-height: 15px;
	font-size: 13px;
	color: #003399;
	text-decoration:none;
	width: 285px;
}

#main6 dl dt a{
	color: #003399;
	text-decoration:none;
}

#main6 dl dt a:hover{
	color: #003399;
	text-decoration:underline;
}





/*企業新着情報リスト　もっと見る*/
#main5 {
	float:left;
	padding: 2px;
	width: 376px;
	margin: 1px 0px 6px 0px;
	text-align:right;
	clear:both;
}
#main5 .more {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 15px;
	color: #801d8c;
	text-align:right;
	text-indent: 0em;
	font-weight:bold;
}
#main5 .more a {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 15px;
	color: #801d8c;
	text-align:right;
	text-indent: 0em;
	font-weight:bold;
}

/*-----------------------------------------------------------
ＢＬ最新発売
-----------------------------------------------------------*/

.sample {
	width: 368px;
	margin: 0 auto;
	margin:5px 0px 0px 0px;

}

.tiles {
	width: 368px;
	padding: 0px;

}

.tile {
	float: left;
	width: 110px;
	margin: 10px 5px 5px 5px;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
}


.top_onsale {
	padding: 0px 0;
	font-size: 12px;
	width:110px;
}
.top_onsale dl {
	width:110px;
}
.top_onsale dl dd {
	width:30px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_onsale dl dt {
	width:78px;
	text-align:left;
	float:left;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	color:#b12a6d;
}
.top_onsale dl dt a {
	color:#b12a6d;
}
.top_onsale dl dt p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:78px;
	text-align:left;
	float:left;
	font-size:11px;
	color:#b12a6d;
	font-weight:normal;
}
.top_onsale dl dt p a {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	color:#b12a6d;
}
.top_onsale dl dt p.onsale_data {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:78px;
	text-align:right;
	font-size:10px;
	color:#877a81;
}
pre {
	font: inherit;
}
.lnr {
	color: #707070;
	text-decoration: underline;
}
.Statement {
	color: #66cd00;
	font-weight: bold;
}
.Identifier {
	color: #40ffff;
}
.Comment {
	color: #00ff00;
	background-color: #004b00;
}

/********************************************************************************************
clearfix
********************************************************************************************/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
