@charset "utf-8";
.mainimage img {
	width: 100%;
	height: auto;
}
.message {
	background-color: #F2F2F2;
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	position: relative;
}
.message .title {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	margin-left:20px;
	margin-right: 20px;
	padding-top: 20px;
	display: block;
	vertical-align: middle;
	width: auto;
	border-bottom: 1px #999 solid; 
}
.message .title h2 {
	font-size: 30px;
	line-height: 30px;
}
.message .txt  {
	display: block;
	vertical-align: middle;
	padding:20px;
	width: calc(100% - 40px);
}
.products {
	background-image: url(../../img/products-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	position: relative;
	padding-bottom: 30px;
	width: 100%;
}
.products .title {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	position: relative;
	top: 20px;
	left:40px;
}
.products .title h2 {
	font-size: 30px;
	line-height: 30px;
}
.products-area {
	margin-top: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.support {
	background-image: url(../../img/support-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.support .support-area {
	background-color: #FFFFFF;
	width: 80%;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 0px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin-right: auto;
}
.support .title {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	margin-left: 0px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-bottom: 10px;
}
.support .title h2 {
	font-size: 30px;
	line-height: 30px;
}


#newsarea {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	background-color: #EBECEC;
	
}
.news-title{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
}
.news-txt {
	width: 90%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.news-tbl {
	width: 100%;
	background-color: #FFFFFF;
}
.news-tbl th ,news-tbl td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.news-tbl th {
	width: 116px;
	color: #aaa;
	text-align: center;
}
.news-tbl td {

}
