@charset "utf-8";
/* CSS Document */

#read p {
	margin: 25px 10px;
	line-height: 1.5em;
	font-size: 14px;
}
#read .info{
	text-align: center;
	font-size: 115%;
}
#read h1 {
	text-align:center;
    font-size: 115%;
    margin: 30px 5px 20px;
    color: #424242;
	font-weight:bold;
}
#attention{
	text-align:center;
	border:#F00 solid 3px;
	padding:3%;
	margin-bottom:3%;
}
#attention h2,#attention p {
	color:red;
}
#attention p {
	text-align:left;
	margin:2%;
}
.danceimage{
	text-align:center;
	margin-bottom:35px;
}
.danceimage figcaption{
	padding:10px;
	font-size:14px;
}
.danceimage img{
	width:70%;
	max-width:400px;
}

.oubo .midasi{
	font-size: 1.2rem;
	border-left: 10px solid #FF7678;
	padding-left: 5px;
	font-weight:bold;
	margin-bottom: 5px;
}

.oubo dd{
	margin: 0 0 35px 15px;
	line-height:1.5em;
	font-size:14px;
	list-style-type:none;
}

.oubo .pdf_btn{
	margin: 10px 0 15px 15px;
	line-height: 1.7em;
}

.oubo .pdf_btn a {
    font-size:100%;
    text-decoration: underline !important;
    
}

.oubo .adobe_btn{
	display: flex;
}

.oubo .adobe_btn .min{
    width: 500px;
    line-height: 1.2;
    font-size: 13px;
}

.oubo .pdf_btn a:hover {  
    text-decoration: none !important;

}

.oubo .adobe_btn div{
	line-height: 1.3;
    padding-left: 1em;
	font-size:14px;
}


/*＊------ナビゲーション------＊*/

.youbu_nav{
	overflow:hidden;
	margin:0 0 25px 0;
	background-color:#f1f1f1;
    display: table;
	width: 100%;

}
.youbu_nav li {
	list-style:none;
	width: 50%;
	height: 40px;
    display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
    background-color:#f1f1f1;
}

.youbu_nav li:nth-child(1):after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;


	background: #ddd;
	width: 1px;
	height: 44px;
}

.youbu_nav li:nth-child(1) {
    border-bottom: 4px solid #ffb784;
	/*pointer-events:none;}*/
}

.youbu_nav li:nth-child(1):hover{
	border-bottom: 4px solid #f7a368;
}

.youbu_nav li:nth-child(2) {
    border-bottom: 4px solid #f37878;
	/*pointer-events:none;}*/
}

.youbu_nav li:nth-child(2):hover{
	border-bottom: 4px solid #e64f4f;
}

.youbu_nav li a {
    color: #525252;
    font-size: 105%;
    margin: 0;
    letter-spacing: 0.1em;
    display: table;
    line-height: 44px;
    width: 100%;
}

@media screen and (max-width:600px) {
	ul.youbu_nav {
		margin-bottom: 0;
		margin-top: -4px;
	}
	.youbu_nav li a{
		height: 100%;
	}
}



/*＊------結果速報------＊*/
.company {
	width:630px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	}
.company img {
	float:left;
	margin:0px 15px 20px 0;
	}	
.company_sp {
	width:100%;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	}
	

.youbu_footer_sp {
	width:100%;
	text-align:center;
	padding:20px 0;
	border-top:1px #F99 solid;
	clear:both;
	margin-top:20px;}
.youbu_ore02 {
    background-color: #FFE8E8;
    text-align: center;
}
.youbu_list {
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	}

table.youbu_list td {
	border: #CCC 1px solid;
	padding: 7px 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	color: #333;
	font-size: 14px;
}

.youbu_list_final {
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 10px;
	}

table.youbu_list_final td {
border: #CCC 1px solid;
padding: 7px 3px;
text-align: center;
vertical-align: middle;
line-height: 1.2em;
color: #333;
}
.youbu_list_final tr:nth-child(odd){
background-color: #FEEDF2;
}
.youbu_a {
    background-color: #E2B1BE !important;
    text-align: center;
}

.midashi04 {
	margin-top:30px;
	color:#666;
	font-size:20px;
	text-align:center;
	}
h2.youbu_h2 {
    font-size: 110%;
    margin: 20px 0px 10px 0;
}
div#youbu span {
    float: right;
}

span.kokuchi{
    font-size: 110%;
    margin: 10px;
	float: none !important;
	background: linear-gradient(transparent 60%, rgba(255, 180, 255, 0.29) 60%);
}






