
/** 780px iphone **/
@media screen and (max-width: 780px) 
{
    #box_main #box_cnts table {
        width: 100%;
    }
    #box_main #box_cnts .lead_mail .head {
        background:none;
    }
    #box_main #box_cnts .lead_mail .foot {
        background:none;
        text-align:left;
        border: solid 3px #e4d76b;
        border-radius: 10px;
        background-color: #fff7af;
    }
    #box_main #box_cnts .lead_mail {
        background:none;
    }
}

/** 550px iphone **/
@media screen and (max-width: 550px) 
{
    #box_main #box_cnts table th {
        width: 50px;
        padding: 8px;
    }
    #box_main #box_cnts table td {
	padding: 10px 10px;
    }
    #box_inq textarea {
        width:95%;
    }
    .c {
        margin-bottom: 50px;
    }
}
/** 550px **/

