.TerminalListArea {
	position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: block;
}
.TerminalListArea p {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 200%;
	float: left;
	margin: 0px;
}

.QrArea {
	position: relative;
	width: 280px;
	float: right;
	display: block;
	background-color: #F0F0F0;
	margin: 20px 0px 0px 0px;
}
.QrArea span {
	width: 280px;
	font-size: 14px;
	line-height: 200%;
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#QrIcon {
	width: 50px;
	height: 50px;
	display: block;
	margin: -25px auto 0px;
}
#QrCode {
	width: 100px;
	height: 100px;
	border: solid 1px #C8C8C8;
	display: block;
	margin: 5px auto 30px;
}

#ListTable {
	position: relative;
	width: 960px;
    height: 100%;
	margin: 40px 0px 0px 0px;
    border-collapse: collapse;
}
#ListTable td {
	width: 300px;
    vertical-align: top;
}
#ListTable td .hLine {
	width: 100%;
    height: 24px;
    margin-bottom: 24px; 
    border-bottom: solid 1px #cfcfcf;
}
#ListTable th {
    width: 32px;
	vertical-align: middle;
}
#ListTable th .vLine {
    width: 16px;
    height: 100%;
    border-right: solid 1px #cfcfcf;
    display: block;
}

.ImgArea {
	position: relative;
	width: 240px;
	margin: 0px auto;
}
.ImgArea a {
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
}
.ImgArea a span {
	display: none;
}
.ImgArea a:hover span {
	position:absolute;
	display: block;
	top: 0;
	left: 0;
}
.ImgArea a img {
	width: 50px;
	height: 50px;
	vertical-align: bottom;
	border: solid 1px #C8C8C8;
}
.ImgArea a:hover span img{
	width: 240px;
	height: 200px;
	display: block;
	margin: 0px;
	border: none;
}

#MainImg {
	width: 240px;
	height: 200px;
	display: block;
	margin: 0px auto 8px;
}

#ListTable ul {
    width: 248px;
    list-style: none;
    border-top: dotted 1px #cfcfcf;
    margin: 16px auto;
    padding: 0;
}
#ListTable ul li {
    position: relative;
    font-size: 12px;
    border-bottom: dotted 1px #afafaf;
    padding: 0;
}
#ListTable ul li:after {
    content: "";
    display: block;
    clear: both;
}
#ListTable ul li span {
    display: block;
    box-sizing: border-box;
}
#ListTable ul li span:first-of-type {
    position: absolute;
    top: 50%;
    width: 80px;
    font-size: 11px;
    padding: 0;
    transform: translateY(-50%);
}
#ListTable ul li span:last-of-type {
    width: 168px;
    margin-left: 80px;
    padding: 8px 0;
}
#ListTable ul li span:last-of-type.maker {
    line-height: 0;
}
#ListTable ul li .makerLogo {
    width: auto;
    height: 18px;
}



/*
#SpecTable {
	width: 248px;
	margin: 20px auto 0px;
}
#SpecTable tr {
    border-bottom: dotted 1px #afafaf;
}
#SpecTable th {
	width: 70px;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	padding: 8px 0px 8px 8px;
    box-sizing: border-box;
}
#SpecTable td {
	width: auto;
	font-size: 12px;
    line-height: 160%;
	padding: 8px 0;
	vertical-align: middle;
    box-sizing: border-box;
}
*/

.osIcon {
	width: auto;
	height: 18px;
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}

#vListLine {
	width: 10px;
	height: 100%;
	display: block;
	margin: 0px auto;
}
#ListLine {
	width: 960px;
	height: 60px;
	display: block;
}

#InquiryBtn {
	width: 400px;
	height: 40px;
	background-image: url("../terminal/inquiry_btn.gif");
	background-size: 400px 80px;
	display: block;
	margin: 40px auto 0px;
}
#InquiryBtn:hover {
	background-position: 0px -40px;
}