@charset "UTF-8";
body{
	 -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
@media screen and (max-width:640px) {
	/* .equipment-emulator {
		width: 640px;
	}
	*/
	.em-equipment-list {
	}
}
@media screen and (max-width:480px) {
	.equipment-emulator {
		width: 480px;
	}
	.em-equipment-list {
		padding-left: 2px;
	}
	.em-info-area1, .em-info-area4 {
		background-size: 99% 100%;
	}
}
@media screen and (max-width:414px) {
	.equipment-emulator {
		width: 414px;
		height:870px;
	}
	.em-equipment-list-item {
		width: 99%;
		background-size: 99% 100%;
	}
	.em-equipment-list-item.selected {
		background-size: 99% 100%;
	}
	.em-info-area1{
		height:120px;
	}
	.em-info-area4{
		height:auto;	
	}
}
@media screen and (max-width:375px) {
	.equipment-emulator {
		width: 375px;
		height:870px;
	}
	.em-equipment-list-item {
		width: 99%;
		background-size: 99% 100%;
	}
	.em-equipment-list-item.selected {
		background-size: 99% 100%;
	}
	.em-equipment-list-item-info-name{
		font-size:12px;
	}
	.em-info-area1{
		height:120px;
	}
	.em-info-area1, .em-info-area4 {
		background-size: 98% 100%;
	}
	.em-equipment-btn1, .em-equipment-btn2 {
		width: 100px;
		background-size: 100px;
	}
	
	.em-info-area4{
		height:auto;	
	}
}
@media screen and (max-width:360px) {
	.equipment-emulator {
		width: 360px;
		height:870px;
	}
	
	.em-title-middle {
		margin-left: -92px;
		background: url(../images/em-title-body-small.png) no-repeat 0 0;
	}
	.em-equipment-list {
		padding-left: 2px;
	}
	.em-container-left {
		margin-right: 5px;
	}
	.em-equipment-list-item {
		width: 99%;
		background-size: 99% 100%;
	}
	.em-equipment-list-item.selected {
		background-size: 99% 100%;
	}
	.em-equipment-list-item-info-name{
		font-size:12px;
	}
	.em-equipment-list-item-img{
		width: 35px;
		height: 35px;
	}
	.em-info-area1{
		height:120px;
	}
	.em-info-area1, .em-info-area4 {
		background-size: 99% 100%;
	}
	.em-equipment-btn1, .em-equipment-btn2 {
		width: 100px;
		background-size: 100px;
	}
	
	.em-info-area4{
		height:auto;	
	}
}

@media screen and (max-width:320px) {
	.equipment-emulator {
		width: 320px;
		height:870px;
	}
	.em-title-middle {
		margin-left: -92px;
		background: url(../images/em-title-body-small.png) no-repeat 0 0;
	}
	.em-equipment-list {
	}
	.em-equipment-list-item-img{
		width: 30px;
		height: 30px;
	}
	.em-equipment-list-item-info-name{
		font-size: 12px;
	}
	.em-info-area1{
		height:120px;
	}
	.em-equipment-btn1, .em-equipment-btn2 {
		width: 88px;
		background-size: 88px;
	}
	
	.em-info-area4{
		height:auto;	
	}
}