@charset "utf-8";
/* CSS Document */

/* -------------------------------
common
------------------------------- */

.l-content a {
	text-decoration: none;
}

.l-content a:hover {
	text-decoration: underline;
}

.l-content .m-table > tbody > tr > th,.l-content .m-table--sale > tbody > tr > th,.l-content .m-table > tbody > tr > td,.l-content .m-table--sale > tbody > tr > td {
    text-align: left;
}

.l-content .m-table > tbody > tr > td,.l-content .m-table--sale > tbody > tr > td {
    vertical-align: top;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */

.l-content table tbody tr th .title {
    width: 13px;
	margin: 0 auto;
}


.l-content table tbody tr .cateTitle {
	font-size: 14px;
	font-weight: bold;
}


