div#header{
	border-bottom:none !important;
}
div.main_box {
	margin-top:10px;
}
div.main_box_header {
	height: 16.6666666vw;
	max-height: 200px;
	background: url("../jpg/main_eamss.jpg") no-repeat center top;
	background-size: contain;
}
div.main_box_header h2 {
	/*
	font-size:32px !important;
	line-height:42px !important;
	padding-left:30px;
	width:992px;
	height:200px;
	*/
	margin: 0 auto;
	padding-left: 1em;
}
@media screen and (max-width: 800px) {
	div.main_box_header {
		height: 26vw;
		max-height: inherit;
		background:url("../jpg/main_eamss.jpg") no-repeat left bottom;
		/*
		background-size: 110% auto;
		*/
		background-size: 100% auto;
	}
	div.main_box_header h2 {
		/*
		font-size:32px !important;
		line-height:42px !important;
		padding-left:30px;
		width:992px;
		height:200px;
		*/
		padding-left: 1em;
	}
}
table.targetSerise {
	margin-top:5px;
	/*
	width:1040px;
	*/
}

table.targetSerise td{
	font-size:12px;
	vertical-align:top;
	padding:5px 0px;
}

table.targetSerise td.g{
	background-color:#EBF0F8;
}

.product_list_wrapper {
	margin-top:0.8vw;
	position: relative;
}
dl.product_list {
	position: relative;
	width: 70%;
	z-index: 10;
}
dl.product_list dt {
	margin-top:3px;
	cursor:pointer;
}
dl.product_list dd table.ddbox td {
	border: none;
	vertical-align: top;
}
dl.product_list dd table.ddbox td.dd_img {
	width: 30%;
}
dl.product_list dd table.ddbox td.dd_txt {
	width: 70%;
	padding-left: 1em;
	box-sizing: border-box;
}
dl.product_list dd table.ddbox td.dd_txt dd {
	text-indent: -1em;
	padding-left: 1em;
}
div.product_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 15vw;
	z-index: 15;
}
div.product_image img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: auto;
	max-height: 100%;
}

p.product_info{
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}
img#ProductImage {
	display:none;
}
@media screen and (max-width: 800px) {
	div.product_list_box {
		height:60vw;
		overflow-y:auto;
	}
	dl.product_list {
		width: 100%;
	}
	dl.product_list dd table.ddbox td.dd_img {
		width: 30vw;
	}
	dl.product_list dd table.ddbox td.dd_txt {
		width: 60vw;
	}
	div.product_image,
	div.product_image img {
		display: none;
	}
}



ul.serise{
	margin-top:10px;
	width:1040px;
	list-style:none;
}

ul.serise li{
	width:520px;
	height:190px;
	float:left;
}

ul.serise li div.box{
	width:198px;
	height:178px;
	border:1px solid #888888;
	float:left;
}

ul.serise li div.box_in{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:198px;
	height:178px;
}

ul.serise li div.product{
	padding-left:10px;
	width:198px;
	height:178px;
	float:left;
}

ul.serise li div.product_in{
	font-size:12px;
	line-height:18px;
	width:198px;
	height:178px;
	display:table-cell;
	vertical-align:middle;
}

ul.decimal{
	/*
	margin-top:10px;
	margin-left:20px;
	*/
	margin: 1em 0 0 2em;
	list-style-type:decimal;
}
/*
ul.decimal li{
	font-size:12px;
	line-height:18px;
}
*/
ul.disc{
	/*
	margin-top:10px;
	margin-left:20px;
	*/
	margin: 1em 0 0 2em;
	list-style-type:disc;
}
/*
ul.disc li{
	font-size:12px;
	line-height:18px;
}
*/
select#systemStand,
select#systemZone,
select#systemCountry,
select#systemUnit,
select#systemLanguage{
	padding:0px 3px;
}

a.btn_link{
	display:inline-block;
	width:318px;
	height:30px;
	background:url(../img/blue-button.png) no-repeat left top;
	color:white;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
