@charset "utf-8";
/* CSS Document */

body.discon article section {
	padding-top: 20px;
	padding-bottom: 50px;
}

body.discon article section.FloatingSystem .block .feature_header {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 50px;
}

body.discon article section.FloatingSystem .block {
	width: 740px ;
}

body.discon article section.FloatingSystem .block .item {
	margin-bottom: 40px ;
}

body.discon article section.FloatingSystem .block .left{
	width: 55% ;
}
body.discon article section.FloatingSystem .block .right{
    width: 40%;
}

body.discon article section.FloatingSystem .block figure.item {
    margin-bottom: 10px;
}
body.discon article section.FloatingSystem .block .midashi {
	font-weight: bold;
	color: #030303 ;
	font-size: 1.7rem;
	line-height: 1.2;
	margin-bottom: 0;
	border-left: 5px solid #757575 ;
	padding: 2px 0 2px 10px ;
}


body.discon article section table {
	width: 100%;
	max-width: 740px;
	border-left: 1px solid #757575;
	border-top: 1px solid #757575;
	margin-bottom: 10px ;
}

body.discon article section table tr:nth-child(odd) {
	background-color: #fff;
}

body.discon article section table thead tr {
	background-color: #e5e5e5 !important;
}

body.discon article section table tr:nth-child(even) {
	background-color: #f5f5f5;
}
body.discon article div#main section table th {
	font-weight: bold;
}

body.discon article section table th,
body.discon article section table td {
	padding: 7px 5px 5px 8px;
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: top;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}


body.discon article section .note small{
	font-size: 1.2rem ;
	line-height: 1.5 ;
}

.spr {
    font-size: 0.75em;
    margin-right: 0.2em;
    vertical-align: super;
}



@media screen and (max-width: 768px){
	body.discon article section.FloatingSystem .block {
		width: 100% ;
	}
}