/* CSS Document */

#main_menu_Area .main_menu1 .main_menu_image1_1
{
	background:url(../img/index/productinformation_button.png) no-repeat;
	background-size:contain;
}

#main_menu_Area .main_menu1 .main_menu_image1_2
{
	background:url(../img/index/companyprofile_button.png) no-repeat;
	background-size:contain;
}

#main_menu_Area .main_menu1 .main_menu_image1_3
{
	background:url(../img/index/information_button.png) no-repeat;
	background-size:contain;
}

#News .comment .TitleImage{
	width:100%;
	margin:10px 0px;
}

.panel_News_table{
	width:80%;
	margin:0px auto;
}

.panel_News{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

.panel_News .panel_News_Image{
	width:30%;
	float:left;
}

.panel_News .panel_News_Image img{
	width:100%;
}


.panel_News .Panel_comment{
	margin:0px 2%;
	width:66%;
	float:left;
	font-size:0.8em;
}

.panel_News .ProductDetailButton{
	display:block;
	width:35%;
	margin:0px 10px 0px auto;
}

/* Mobile */
@media (max-width: 480px) {


}