@charset "utf-8";
/* CSS Document */
#yosou_racer_comment_moter{
	
}
#yosou_racer_comment_moter h2{
	height: 45px;
	background-color: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .6em;
	border: 1px solid lightgray;
	background-image: linear-gradient(lightgray,whitesmoke,lightgray);
}
#yosou_racer_comment_moter ul{
	background-color: lightgray;
	margin: 10px 15px 15px;
	list-style: none;
	border-radius: 10px;
	font-weight: bold;
}
#yosou_racer_comment_moter ul .comment{
	padding: 10px;
}
#yosou_racer_comment_moter ul .kako{
	padding: 10px;
}
#yosou_racer_comment_moter ul .kako a{
	font-size: 14px;
	text-decoration: none;
	color: black;
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid whitesmoke;
	padding-top: 10px;
}
#yosou_racer_comment_moter ul .kako:checked{
	opacity: 0.7;
}
#yosou_racer_comment_moter li {
	display: block;
}
#yosou_racer_comment_moter li .moter{
	position: relative;
	top:-1.5em;
	left:10em;
}
/*エンジン通信簿*/
#yosou_moter h2{
	height: 45px;
	background-color: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .6em;
	border: 1px solid lightgray;
	background-image: linear-gradient(lightgray,whitesmoke,lightgray);
}
#yosou_moter h2{
	height: 45px;
	background: #c2edff;/*背景色*/
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border: 1px solid lightgray;
	color:#333;
	margin-top: ;
    margin: 8px 0;
    padding: 0;
}
#yosou_moter ul{
	background-color: lightgray;
	margin: 10px 15px 15px;
	list-style: none;
	border-radius: 10px;
	font-weight: bold;
}
#yosou_moter ul .comment{
	padding: 10px;
	display: flex;
	font-size: 0.9em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#yosou_moter ul li{
	border-bottom: 1px solid gray;
}
#yosou_moter ul li:last-child{
	border-bottom: none;
}
#datanav li.clicklink{
	padding: 6px 0;
	margin: 6px 0;
}