@media screen and (min-width: 480px){
.resHead{
color:#BF4D00;
font-size:20px;
background:url("../img/greeting/gre_line.jpg") no-repeat 0 100%;
padding-left:10px;
padding-bottom:10px;
margin:0 0 20px 0;
}

.resTable{
border-collapse:collapse;
margin:10px 0 55px 0;
}

.resTable td{
border-bottom:2px solid #ECECD6;
vertical-align:top;
padding:15px 0 15px 30px;
line-height:130%;
}

.tdSize{
width:150px;
}

.resTable:last-child{
margin-bottom:100px;
}
}

@media screen and (max-width: 479px){
.resHead{
color:#BF4D00;
font-size:20px;
background:url("../img/greeting/gre_line.jpg") no-repeat 0 100%;
padding-left:10px;
padding-bottom:10px;
margin:0 0 20px 0;
}

.resTable{
border-collapse:collapse;
margin:10px 0 55px 0;
}

.resTable td{
border-bottom:2px solid #ECECD6;
vertical-align:top;
padding:15px 0 15px 3px;
line-height:130%;
}

.tdSize{
width:150px;
}

.resTable:last-child{
margin-bottom:100px;
}
.generalAdj {
    margin: 3px;
	overflow:hidden;
}