@charset "utf-8";
/* CSS Document */


#contents_main #c_whatnew li {
    line-height: 1.5em;
}
#contents_main #c_whatnew li em {
    color: #cc0000;
}



#contents_main .s_column {
	margin-bottom: 40px;
	}

	#contents_main .s_column.line {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom:1px #ddd solid;
		}


/* 受信感度 */
#contents_main #sens {
	position: absolute;	
	right: 0;
	margin-top:-10px;
	}
	#contents_main #sens #sens_btn {
		position: absolute;	
		right: 0;
		}
	#contents_main #sens .sens_txt {
		position: absolute;	
		top: 34px;
		right: 0;
		display: none;
		z-index: 100;
		}


/* OBD2  */
#contents_main .obd_Block {
    margin: 50px 0 20px 0;
	}




/* text
------------------------- */
#contents_main h2 {
	margin-bottom:0;
	}
#contents_main #mainv h2 {
	margin-bottom:0;
	}


#contents_main #c01 h4,
#contents_main #c02 h4,
#contents_main #c03 h4,
#contents_main #c04 h4,
#contents_main #c05 h4,
#contents_main #c06 h4,
#contents_main #c07 h4 {
	float: left;
	width: 80px;
	}

#contents_main h5 {
	font-size:174%;
	line-height:1.3em;
	color:#cc0000;
	}
	#contents_main #c01 h5 span,
	#contents_main #c02 h5 span,
	#contents_main #c03 h5 span,
	#contents_main #c04 h5 span,
	#contents_main #c05 h5 span {
		font-size:85%;
		color:#000;
		}


#contents_main img.right {
	text-align:right;
	float:right;
	margin-left:15px;
	}


#contents_main .small {
	font-size:93%;
	color:#666;
	}


/* content
------------------------- */
#contents_main .r_column {
	margin:0 0 0 105px;
	width:555px;
	}



/* c01 */
#contents_main #c01 {
	margin-top:0;
	padding:0;
	}
	#contents_main #c01 .pointBlock {
		margin-bottom:10px;
		}
	#contents_main #c01 .r_column {
		width:605px;
		}


#contents_main #c02,
#contents_main #c03,
#contents_main #c04,
#contents_main #c05 {
	border-bottom: 4px solid #c10000;
	border-left: 4px solid #c10000;
	border-right: 4px solid #c10000;
	padding:25px 20px;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	}


/* c06 */
#contents_main #c06 {
	padding:0;
	}
	/* c06_01 */
	#contents_main #c06_01 {
		background: #eee;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding:25px 20px;
		}
		#contents_main #c06_01 h4 {
			margin: 0 0 10px 0;
			float: none;
			width: auto;
			font-size:131%;
			}
			#contents_main #c06_01 h4 span {
				font-size:60%;
				margin-left:7px;
				}
		#contents_main #c06_01 ul {
			margin: 0;
			}
			#contents_main #c06_01 li {
				display: inline;
				}

