@charset "utf-8";
/* CSS Document */

#mainContainer .indexIlst {
	padding-left:0;
}
#mainContainer .indexIlst li {
	list-style:none;
}

#mainContainer table {
	width:94%;
	margin:0 auto;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
}
#mainContainer table th {
	background:#f2f2f2;
	text-align:center;
}
#mainContainer table th,
#mainContainer table td {
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:10px;
}
#mainContainer table tr td:first-child {
	width: 30%;
}

#mainContainer table ul {
	margin-bottom:0;
}

#mainContainer table td a,
#mainContainer li a {
	background:url(../images/common/pict_pdf.gif) no-repeat 0 center;
	height:22px;
	min-height:22px;
	line-height:22px;
	display:inline-block;
	padding-left:30px;
}
#mainContainer table td a:hover,
#mainContainer li a:hover {
}

@media screen and (max-width: 639px) {


#mainContainer table {
	width:auto;
}
#mainContainer table th,
#mainContainer table td {
	padding:5%;
}
#mainContainer table tr {
        display:block;
    }

#mainContainer table th {
        display:none;
        width: auto;
}
#mainContainer table td {
        display: block;
        /*width: 90%;
        margin-left: 10%;
        border:none;*/
    }
#mainContainer table tr td:first-child {
	background:#f2f2f2;
	width: calc(100% - 10%);
	border-bottom:none;
}

}
