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

table {
	width: 100%;
}

table th, table td {
	padding: 10px 10px 10px 0;
	line-height: 150%;
	vertical-align: top;
}
table th {
	white-space: nowrap;
}
table th.th_1 {
	text-align: left;
}
table th.th_2 {
	text-align: right;
}
img.pc {
	display: inline;
}



/* ==================================================== */
/*                                             ：-969px                                                */
/* ==================================================== */
@media screen and (max-width: 969px) {

/* ------------------------------- */
/*       	 header           */
/* ------------------------------- */

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

} /* ========== /-969px ==========  */





/* ==================================================== */
/*                                             ：-767px                                                */
/* ==================================================== */
@media screen and (max-width: 767px) {

/* ------------------------------- */
/*       	 header           */
/* ------------------------------- */

/* ------------------------------- */
/*      	contents         */
/* ------------------------------- */
table {
	font-size: 1em;
}
img.pc {
	display: none;
}

} /* ========== /-767px ==========  */



