@charset "shift_jis";
/* CSS Document */

.P1{
	float:left;
	text-align: center;
	font-size: 80%;
}
.P2{
	float:left;
	text-align: center;
	font-size: 80%;
	margin-left: 20px;

}

.P1 span, .P2 span{
	display:block;
}

.clearfix:after {
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}


.result_cap{
	text-align:right;
}
ol {
	font-size: 80%;
}
#mainR .description {
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
ul {
	font-size: 80%;
}
.header .header__pc_dropdown .dropdown__block dd ul { font-size: 100%; }

.crimson {
	color: #F00;
}