@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/system/header_img.jpg") no-repeat top center;
}
#index-m{
	height: 80px;
	/*background-color: #1F1714;*/
}
h3{
	color: #CBCBCB;
}
.system{
	margin: 1.0rem 3.0rem 3.0rem;
	padding: 2.0rem;
	border: rgba(255,255,255,0.30) solid 0.5rem;
	background: rgba(255,255,255,0.50);
}
.sys01{
	margin: 0 0 2.0rem;
	padding: 0;
	text-align: center;
	border-top: rgba(255,255,255,0.50) solid 0.5rem;
	border-bottom: rgba(255,255,255,0.30) solid 0.6rem;
	display: inline-block;
}
.sys01 img{
	width: 100%;
}
h4{
	font-size: 16px;
	font-weight: bold;
}
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;
}
.sys11{
	font-size: 0.8rem;
	line-height: 2.0rem;
}
.sys11 p{
	margin:0 1.0rem 2.0rem;
}
h5{
	margin-right: 1.0rem;
	border-bottom: #3E2C00 solid 1px;
}
h5 i{
	margin-right: 0.5rem;
}
@media screen and (max-width:768px) {
	.system{
		margin: 1.0rem 0.5rem 3.0rem;
		padding: 1.0rem;
		border: #6E1231 solid 0.3rem;
	}
}