/*
news
*/
.news_list_box{
	margin: 10px;
	border-bottom: 1px dotted #a3a3a3;
	padding: 10px;
}
.news_list_img{
	position: relative;
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 100px;
}
.news_list_body {
    font-size: 93%;
    line-height: 1.5;
}
.news_date {
    color: #e60021;
    font-size: 86%;
    line-height: 1;
    margin-bottom: 5px;
}
.news_list_table{
    font-size: 83%;
}
.news_subtitle{
	color: #cc0000;
}

/*
content nav
*/
.content-nav{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 3px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e60021;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-size: 93%;
	margin-top: 30px;
}
.content-nav table{
	width: 100%;
}
.content-nav-title{
	padding-bottom: 10px;
	border-bottom: 2px dotted;
	font-size: 108%;
	margin-bottom: 15px;
}
.content-nav-left{
	float: left;
	width: 25%;
}
.content-nav-right{
	float: right;
	width: 75%;
}

.one-column h3{
	background: url(http://www.lifenavi-hitachi.com/img/icn_title01.png) no-repeat;
	background-position: left center;
	padding-left: 43px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 130%;
}

.sub-container{
	width: 48%;
	margin: 0 1%;
	float: left;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-bottom: 20px;
}
.sub-container:nth-child(2n+1){
	clear: both;
}
.sub-container:hover .hover_img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.sub-container-header{
	width: 100%;
	min-height: 47px;
	display: table;
	padding: 20px;
	border-bottom: 2px solid #e60021;
	position: relative;
}
.sub-container-box{
	
}
.sub-container-txt{
	padding: 10px;
}
.hover_img{
    width: 100%;
    display: block;
    height: 94px;
    overflow: hidden;
}
.hover_img img{
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.sub-h2{
	font-weight: normal;
	font-size: 180%;
	line-height: 1.33;
	text-align: center;
	margin: 10px 0 30px;
}

#sub-main-banner-container{
	text-align: center;
}