@charset "utf-8";

.macPrice {
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica","Arial","Verdana","sans-serif";
	width: 840px;
	height: 140px;
	position: relative;	
}

.macPrice ul li p {
	font-size: 30px;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.macPrice ul li dl dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 !important;
	padding: 0 !important;
}

.macPrice ul li dl dd {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 !important;
	padding: 0 !important;
}

.macPrice ul li dl dd span {
	font-size: 80px;
	line-height: 1.1;
	padding-right: 10px;
}

.macPrice ul li.macbookAir p {
	position: absolute;
	top: 0;
	right: 500px;
}

.macPrice ul li.macbookAir dl dt {
	position: absolute;
	top: 64px;
	right: 680px;
}

.macPrice ul li.macbookAir dl dd {
	position: absolute;
	top: 40px;
	right: 500px;
}

.macPrice ul li.macbookPro p {
	position: absolute;
	top: 0;
	left: 420px;
}

.macPrice ul li.macbookPro dl dt {
	position: absolute;
	top: 64px;
	left: 420px;
}

.macPrice ul li.macbookPro dl dd {
	position: absolute;
	top: 40px;
	left: 490px;
}






