@charset "utf-8";
/* CSS Document */
.background{
	background-image:url("../img/JUDO458A8638_TP_V_1600x1066.jpg");
	background-size:contain;
	background-position:right top 90px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.resultshow{
	width: 50%;
	background: #fff;
    display: flex;
	margin-top:30px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left: 7.5%;
	z-index:1;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* 位置指定 */
}
.resultshow ul{
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
}
.resultshow li {
	margin-left: 40px;
}
.result{
	width: 85%;
	margin: 0px auto;
	margin-bottom: 50px;
	text-align: left;
	line-height: 1.5;
}
.resultshow{
	background: #fff;
    display: flex;
    width: 100%;
	margin-bottom: 30px;
	z-index:1;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* 位置指定 */
}	
.result yokonarabi {
	display: flex;
}
.result show {
	padding-top: 90px;
    margin-top:-90px;
	}
.result h1 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	margin-top:10px;
	background: #707070;
	color: #FFF;
	text-align: left;
	padding: 5px 20px;
	font-size: 30px;
	line-height: 1;
	}
.result h2 {
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 1.2;
	border-bottom-color: gray;
	border-bottom-style: solid;
}
.result date,place,requirements,result,record {
	font-weight: bold;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #CCCCCC;
	color:#000000;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 15px;
	line-height: 1;
}
.result dummy {
	display: inline-block;
	padding: 0px 48px;
}

.result iframe {
    width: 100%; /* default is 300px. */
    height: 460px; /* default is 150px. */
    margin: 0;
}
@media screen and (max-width:767px) {
.background{
	background-position:right top 150px;
}
.resultshow{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.resultshow ul{
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.result show {
	padding-top: 150px;
    margin-top:-150px;
	}
}
