@charset "UTF-8";
/*-------------------------------------------*/
/* COMMON
/*-------------------------------------------*/
/*-----------------*/
/* STYLE RESET
/-----------------*/


			table {
				width:90%;
				margin: 10px auto;
			}
			.tbl-r02 th {
				background: #8da0b6;
				border: solid 1px #8da0b6;
				color: #fff;
				padding: 10px;
                                font-size:14px;
				vertical-align:top;
			}
			.tbl-r02 td {
				border: solid 1px #8da0b6;
				padding: 10px;
			}

			.tbl-r01 th {
				background: #8da0b6;
				border: solid 1px #8da0b6;
				color: #fff;
				padding: 10px;
                                font-size:14px;
				vertical-align:middle;
			}
			.tbl-r01 td {
				border: solid 1px #8da0b6;
				padding: 10px;width: 180px;
			}

 			
			@media screen and (max-width: 999px) {
				.tbl-r01 {width: 80%;}
				.tbl-r01 th, .tbl-r01 td {border-bottom: none;}
			}
			@media screen and (max-width: 999px) {
				.tbl-r01 .last {border-bottom: solid 1px #8da0b6; }
			}