@charset "UTF-8";

/*------------------------------
	table
--------------------------------*/
    table {
        border-collapse: collapse;
        width:85%;
        table-layout:fixed;

    }
    tr {
        border-color: white;
        border-style: solid;
        border-width: 1px 0;
        height:80px;
    }
    
    td {
		font-size: 13px;
	}

/*------------------------------
	Main_img
--------------------------------*/