@charset "UTF-8";

/**
*
*	/products/bizprinter/software/css/index.css
*/

/*************************************************************************
 *		softwareトップのCSSを定義
*************************************************************************/
#bizprinter #contents .headSection h1 {
	font-size: 21px;
}

#bizprinter #contents .headSection .aside{
	float:right;
}

#bizprinter #contents .detailSection {
width: 100%;
min-width: 960px;
}
#bizprinter #contents .detailSection .headMod02 {
width: 960px;
margin: 0 auto 20px;
}
#bizprinter #contents .detailSection .main {
float: none;
width: 100%;
}

/* ------ mainSection ------ */
#contents .mainSection {
	width:960px;
	margin:0 auto 40px;
}


/*商品一覧*/
ul.lineup li{
	float:left;
	width:211px;
	margin-right:9px;
	margin-bottom:10px;
	min-height:317px;
}

.bdB{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:40px;
	}

.bdBlong{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:40px;
	width: 460px;
	}
.bdBlong_long{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:40px;
	width: 670px;
	}