@charset "utf-8";

/* ==================================================================
	order.css
	
=================================================================== */

.narrow{
    width: 770px;
    margin: auto;
}

.narrow table.tableStyle{
    border: none;
}

.narrow table.tableStyle th,
.narrow table.tableStyle td{
    padding: 15px;
    border: none;
    font-size: 87%;
}

.narrow table.tableStyle th{
    width: 12em;
    background: #E4E4E4;
    border-bottom: 2px solid #fff;
}

.narrow table.tableStyle td a{
    text-decoration: underline;
}




@media only screen and
(max-width : 767px) {

.narrow {
    width: auto;
}

.narrow table.tableStyle th,
.narrow table.tableStyle td {
    display: block;
}

    .narrow table.tableStyle th{
        width: auto;
    } 
    

}

	
