
#contents ul.afterBox {
	width: 680px;
	margin: 20px auto 0px auto;
	padding: 0px;
	list-style:none;
	background:url(../images/dotline.gif) repeat-y;
}
#contents ul.afterBox li.leftArea {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#contents ul.afterBox li.rightArea {
	width: 300px;
	margin: 0px 0px 0px 80px;
	padding: 0px;
	float:left;
}
@media screen and (max-width: 640px) {
	#contents ul.afterBox {
		width: auto;
		background: none;
	}
	#contents ul.afterBox li.leftArea,
	#contents ul.afterBox li.rightArea {
		width: auto;
		float: none;
		margin: 0px;
	}
}
p.series  {
	margin-top:20px;
	padding: 0px;
	font-weight:bold;
	clear:both;
}


/*===========================================
	specTbl
=============================================*/
table.specTbl {
	margin: 5px 0px 0px 0px;
    border: 1px #CCCCCC solid;
    border-width: 1px 0px 0px 1px;
	font-size:10px;
	clear:both;
}
table.specTbl th {
	background:#EFEFEF;
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0px 1px 1px 0px;
	text-align:center;
}
table.specTbl th.battery {
	width:160px;
}
table.specTbl td {
    padding: 5px 10px;
    border: 1px #CCCCCC solid;
    border-width: 0px 1px 1px 0px;
	text-align:center;
}
table.specTbl td.model {
	text-align:left;
	width:120px;
}
}
@media screen and (max-width: 640px) {
	table.specTbl,
	table.specTbl th.battery,
	table.specTbl th.battery_2,
	table.specTbl td.model,
	table.specTbl td.model_0 {
		width: auto;
		word-break: break-all;
	}
}

/*===========================================
	table td
=============================================*/
tr.Gray{
	background:#EFEFEF;
}
th.White {
	background: #FFF;
}


/*===========================================
	AttentionArea
=============================================*/
div.AttentionArea {
	margin: 15px auto 0px auto;
	padding: 15px;
	background:#F5F5F5;
	border:#CCC 1px solid;
	clear:both;
}
div.iconArea {
	width:40px;
	margin:0px;
	padding:0px;
	float:left;
}
div.contentsArea {
	margin-left: 2.5em;
	padding: 0px;
}
@media screen and (max-width: 640px) {
	div.contentsArea {
		width: auto;
	}
}
/*===========================================
	LineArea
=============================================*/
div.LineArea {
	width:670px;
	margin: 15px auto 30px auto;
	padding: 15px;
	border:1px solid #999;
}
div.LineArea div.miniBox {
	width:670px;
	margin: 10px auto 0px auto;
	padding: 0px;
}
div.LineArea div.miniBox div.leftArea {
	width:330px;
	margin: 0px;
	padding: 0px;
	float:left;
}
div.LineArea div.miniBox div.rightArea {
	width:330px;
	margin: 0px;
	padding: 0px;
	float:right;
}

@media screen and (max-width: 640px) { 
	div.LineArea,
	div.LineArea div.miniBox {
		width: auto;
	}
	div.LineArea div.miniBox div.leftArea,
	div.LineArea div.miniBox div.rightArea {
		width: auto;
		float: none;
	}
}


/*===========================================
	disc
=============================================*/
ul.disc {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.disc li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background:url(../images/ico_disc.gif) no-repeat 0px 6px;
}

/*===========================================
	anchorlink
=============================================*/
ul.anchorlink {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style:none;
	clear:both;
	font-weight:bold;
}
ul.anchorlink li {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 13px;
	background:url(../images/ico_anchorlink2.gif) no-repeat 0px 5px;
	float:left;
}

p.anchorlink {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	background:url(../images/ico_anchorlink2.gif) no-repeat 0px 5px;
	font-weight:bold;
}


#contents ul.commentBelow {
	text-indent: -0.7em;
	margin-top: 5px;
	margin-left: 1em;
	list-style: none;
	list-style-position: inside;
}





