/* CSS Document */

/*
comparison 
-----------------------------------------------*/

#comparison #mainimg img{
	height:40px;
	width:auto;
}

#comparison .box{
	margin:0 0 25px 0;
}

#comparison h4{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background:#f7f7f1;
	border-top:1px solid #dcdbcc;
	border-bottom:1px solid #dcdbcc;
	padding:5px 5px 4px 5px;
	margin:20px 0 10px 0;
}


#comparison .graf{
	margin:10px 0 20px 0;
}

#comparison .maintxt{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin:20px auto;
}

#comparison .ttl{
	font-size:18px;
	font-weight:bold;
	margin:15px 0 10px 0;
	text-align:center;
}

#comparison .ttl span{
	font-size:15px;
}

#comparison .box1 img,
#comparison .box2 img,
#comparison .box3 img,
#comparison .box4 img{
	float:right;
	width:120px;
	height:auto;
	padding:0 0 0 10px;
}

#comparison .box1,
#comparison .box2,
#comparison .box3,
#comparison .box4{
	border:5px solid #fff100;
	margin:0 0 25px 0;
	padding:0 10px 5px 10px;
}

#comparison table{
	border:1px solid #dddddd;
	border-collapse:collapse;
	font-size:12px;
	line-height:1.2;
	width:100%;
}

#comparison table th,
#comparison table td{
	vertical-align:middle;
	padding:5px;
	text-align:center;
	border:1px solid #dddddd;
}

#comparison table th.mid{
	color:#ffffff;
	background:#E62429;
}

#comparison table .left{
	width:25%;
}

#comparison table .center{
	width:32%;
	text-align:center;
}

#comparison table .right{
	width:32%;
	text-align:center;
}	

#comparison table .mid{
	color:#E62429;
	font-weight:bold;
}

#comparison .comment .img{
	text-align:center
}

#comparison .comment .img img{
	width:80%;
}

#comparison .comment p{
	margin:0 0 10px 0;
}

#comparison .comment dl{
	margin:20px 0 0 0;
}

#comparison .comment dt{
	color:#ffffff;
	background:#333333;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	padding:10px;
	margin:0 0 10px 0;
}