@charset 'UTF-8';

div.main_box {
	margin-top:10px;
}
div.main_box_header {
	border-top: 100px;
	border-color: blue;
	height: 16.6666666vw;
	max-height: 230px;
	background: url("../img/main_eamss2.jpg") no-repeat center top;
	background-size: contain;
}
div.main_box_header h2 {
	margin: 0 auto;
	padding-left: 1em;
}
@media screen and (max-width: 800px) {
	div.main_box_header {
		height: 17vw;
		max-height: inherit;
		background:url("../img/main_eamss2.jpg") no-repeat left bottom;
		background-size: 100% auto;
	}
	div.main_box_header h2 {
		padding-left: 1em;
	}
}
table.targetSerise {
	margin-top:5px;
}

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: 1em 0 0 2em;
	list-style-type:decimal;
}
ul.disc{
	margin: 1em 0 0 2em;
	list-style-type:disc;
}
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;
}
