@charset "UTF-8";

	div#con_tab02 {
		margin: 1em auto;
		width: 100%;
	}


	div#con_tab02 table {
		width: 100%;
		border-width: 0px 1px 1px 0px;
		border-style: none solid solid none;
		border-color: #cccccc;
		font-size: 75%;
		line-height: 1.4;
		color: #000000;
	}
	div#con_tab02 caption {
		padding: 20px 0px 5px 0px;
		text-align: left;
		font-weight: bold;
	}
	div#con_tab02 th,
	div#con_tab02 td {
		border-width: 1px 0px 0px 1px;
		border-style: solid none none solid;
		border-color: #cccccc;
	}
	div#con_tab02 th {
		background: #d7f0ff;
		text-align: left;
		width: 30%;
		padding-left: 0em;
	}
	div#con_tab02 td {
		background: #ffffff;
	}
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){		
		div#con_tab02 {
		margin: 30px 0px 0px 15px;
		width: 670px;
	}
	div#con_tab02 table {
		font-size: 0.875em;
	}
	
}


	
