@charset "utf-8";
/*--京community_medicine.css--*/
/* ##########PC########## */
.container{}

	.container h3{
		border-left: 5px solid #2545b4;
		padding: 0.2em 0.5em 0.1em 0.5em;
		margin: 2em 0 1em;
		font-size: 1.4em;
		color: #333;
	}
	
	.container table{
		width: 100%;
	}
	
		.container table thead th{}
		
		.container table th{
			width: 20%;
		}
		
		.container table tbody td{
			background-color: #fff;
		}
		
		.container table.gairai_table tbody td{
			text-align: center;
		}

/* ##########SP########## */
@media screen and (max-width:479px) {
	.container{}
	
		.container h3{
			font-size: 4.5vw;
		}
		
		.container table{}
		
			.container table thead th{}
			
			.container table th{}
			
			.container table tbody td{}
			
			.container table.gairai_table tbody td{}
	
}

/* ##########印刷用########## */
@media print{

}