@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  	width:200px;
}
#content table th,
#content table td {
	padding: 7px 9px 6px;
}
#content h4 {
	margin-bottom: 20px;
	line-height: 1.0;
	padding: 8px 10px 10px 10px;
	background:#EAFCDA;
	font-weight: bold;
	border-bottom:1px dotted #6BB72D;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#concept {
	margin-bottom: 40px;
}
#content .section {
	margin-bottom: 30px;
}
#content .section .box {
	margin-bottom: 20px;
}
#content .section .box ul li a{
    border: 1px solid #6BB72D;
    display: table-cell;
    height: 196px;
    text-align: center;
    vertical-align: middle;
    width: 196px;
	padding:1px;
}
#content .section .att {
	margin-top: 5px;
}
