@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/system/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.sys-top{
	width: 100%;
	background: url("../img/system/sys_line_top.png") no-repeat top center;
	background-size: contain;
	padding: 5.0rem 2.0rem 0;
}
.sys-bottom{
	width: 100%;
	background: url("../img/system/sys_line_bottom.png") no-repeat bottom center;
	background-size: contain;
	padding: 0 0 5.0rem;
	margin-bottom: 3.0rem;
}
.menu-ex{
	width: 90%;
	margin: 0 auto 3.0rem;
}

h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h4 span{
	font-size: 14px;
	font-weight: normal;
}
table{
	width: 90%;
	line-height: 2.0rem;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto 2.0rem;
}
table tr{
	color: #845E00;
	border-bottom: 1px solid #C7AB36;
}
table tr:first-child{
   border-top: 2px solid #624E0A;
}
table tr:last-child{
   border-bottom: 2px solid #624E0A;
}
table td span{
	text-decoration: line-through;
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
}
