@charset "UTF-8";
/***************************************************************

* list03.css

***************************************************************/


/* body
***************************************************************/
#header_pc, 
body #header_sp {
	background-color:#84c110;
}
body .date {
	margin:10px 0 40px 0;
}
body h4 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px;
}
body h4 span {
	color:#84c110;
}

/*--- table ---*/
table {
	margin:0 0 50px !important;
	font-size:18px;
}
table th {
	width:25%;
}
table td {
	border-left:none !important;
	border-right:none !important;
}
table th,td {
	vertical-align:middle !important;
}

ul { list-style:none;}
ul li { float:left;}

table.menu {
	margin:0 0 20px !important;
	padding:0 !important;
	font-size:14px;
	border:none !important;
	width:100%;
}
@media (max-width: 767px) {
	
	h4 {
		font-size:14px !important;
		margin:10px 0 10px 10px !important;
		clear:both;
	}
	table {
		font-size:12px;
	}
	.table {
		margin:0 0 20px !important;
	}
	
	table.menu {
	margin:0 0 20px !important;
	padding:0 !important;
	font-size:12px;
	line-height:20px;
	border:none !important;
	width:100%;
}
}