@charset "utf-8";

@media only screen and(max-divice-width:480px){
	body{
		margin: 10px;
		width: 100%;
		height: 50px;
	}
}

table{
	padding-left: 70px;
	padding-right: 70px;
}

th{
	border-bottom: #A8A8A8 1px dotted;
	width: 200px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}

td{
	border-bottom: #E1FF06 1px solid;
	
	
}

.th1{
	border-style: none;
}


.td1{
	border-style: none;
}