@charset "utf-8";

body{
	background: url(images/bg.jpg) no-repeat fixed center top / cover;
}
@media (max-width:1060px){
	body{
		background: url(images/bg.jpg) no-repeat center top / cover;
	}
}


article{
	display: block;
	width: 900px;
	background: rgba(255,255,255,0.9);
	padding: 30px 40px 20px 40px;
	margin: 0 auto 60px auto;
	color: #000;
	box-sizing: border-box;
}
article section{
	display: block;
	width: 100%;
}
article > h2{
	display: block;
	line-height: 100%;
	font-size: 16px;
	border-left: #000 solid 4px;
	margin-bottom: 40px;
	padding-left: 15px;
}
article > h2 span{
	font-family:"Roboto",sans-serif;	
	font-weight: 900;
	font-size: 30px;
	line-height: 100%;
	margin-right: 20px;
}
article section > h2{
	display: block;
	margin-bottom: 20px;
	border-bottom: #000 solid 1px;
	font-size: 20px;
	line-height: 100%;
	padding-bottom: 15px;
	font-weight: 700;
}
article section .parts{
	display: block;
	padding-bottom: 40px;
}
article section .parts::after{
	content: "";
	display: block;
	clear: both;
}
article section .parts img{
	display: block;
	float: left;
	width: 390px;
}
article section .parts .right{
	display: block;
	width: 400px;
	float: right;
}
article section .parts h3{
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
article section .parts strong{
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #255D0C;
	margin-bottom: 15px;
}
article section .parts table{
	width: 100%;
	border-collapse:collapse;
	border:0px;
	border-spacing:0;
	margin-top: 20px;
}
article section .parts table th{
	border-top:#535362 solid 1px;
	border-left:#535362 solid 1px;
	border-right:#535362 solid 1px;
	background: #DFEEE3;
	width: 7em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}
article section .parts table td{
	border-top:#535362 solid 1px;
	border-right:#535362 solid 1px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}
article section .parts table tr:last-child th,
article section .parts table tr:last-child td{
	border-bottom:#535362 solid 1px;
}
article section .parts table td a{
	color: #255D0C;
}
article section .parts table td span{
	font-weight: 900;
}
article section .parts table td span.red{
	font-weight: 300;
	color: #FF0000;
}



