@charset "UTF-8";

table.module th,
table.module td {
	vertical-align:middle;
}
table.module th {
	width:10%;
}
table.module th time {
	font-family:'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	color:#595757;
}
table.module td.icon {
	width:112px;
}

#content .acc {
	overflow: hidden;
	margin-top: -1px;
	background-color: #fff;
}
#content .acc-label {
	border-top:dashed 1px #b6b5b5;
	padding:15px 0;
	font-family:'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#76952f;
/*
	background:url(/common/img/icon_plus.png) no-repeat right center;
	background-size:27px 8px;
	cursor: pointer;
	transition: border ease 0.2s;
*/
}
#content .acc:nth-last-child(1) .acc-label {
/* 	border-bottom:dashed 1px #b6b5b5; */
	border-bottom: none;
}
#content .acc:nth-last-child(1) .acc-label.on {
	border-bottom-color:#fff;
}
#content .acc-content {
	display:block;
}

/* #award-oisix-daichi */
#content #award-oisix .acc-label {
	padding:14px 0 17px 0;
}

/* #award-oisix */
#content #award-oisix .acc-label {
	padding:14px 0 17px 0;
}

/* #award-daichi-m */
#content #award-daichi-m .acc-label {
	padding:10px 0 14px 0;
}

@media only screen and (max-width:767px) {
	
	table.module td.icon {
		width:80px;
	}
}