@charset "UTF-8";

/**********************************************
@Table
**********************************************/
table.service {
   width:100%;
	margin:0 0 15px 0;
   border-collapse:collapse;
}

table.service th {
   padding:5px;
   font-size:13px;
   text-align:left;
   border:1px solid #aaa;
   background:#EBEADD;
}

table.service th.a {
	width:57%;
}

table.service th.b {
	width:25%;
}

table.service th.c {
	width:18%;
}

table.service td {
   padding:5px;
   font-size:13px;
   text-align:left;
   border:1px solid #aaa;
}


