@charset "utf-8";

/*
=================================================================================
騎手コメ /comment/
=================================================================================
*/

#comment	{
	width: 870px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#comment #comment_header	{
	width: 870px;
	margin-bottom: 20px;
}

#comment #comment_container	{
	width: 870px;
	margin-bottom: 20px;
}

#comment .links	{
	width: 870px;
	margin-bottom: 20px;
}

#comment #links_upper	{
}

#comment .links ul	{
	width: 870px;
}

#comment .links ul li	{
	line-height: 26px;
}

#comment .links ul li a {
	padding: 5px 20px;
	border:#cccccc 1px solid;
	background-color:#ffffff;
	color:#222222;
	font-weight: normal;
}

#comment .links ul li a:hover {
	border:#cccccc 1px solid;
	color:#ffffff;
	background-color:#7eae00;
	text-decoration:none;
	font-weight: normal;
}

#comment .links ul li span {
	padding: 5px 20px;
	border:#cccccc 1px solid;
	background-color:#ffffff;
	color:#cccccc;
	font-weight: normal;
}

#comment .links ul li.links_before	{
	width: 200px;
	float: left;
}

#comment .links ul li.links_center	{
	width: 470px;
	text-align: center;
	color: #cc0000;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

#comment .links ul li.links_next	{
	width: 200px;
	text-align: right;
	float: right;
}

#comment #race_name	{
	width: 868px;
	border:#000000 1px solid;
	margin-bottom: 20px;
}

#comment #race_name h3	{
	width: 868px;
	padding: 10px 0px 5px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

#comment #race_name p	{
	width: 868px;
	padding-bottom: 5px;
	text-align: center;
}

#comment #comment_inner	{
	width: 870px;
	margin-bottom: 20px;
}

#comment #comment_inner .comment_box	{
	width: 870px;
	padding: 10px 0 15px;
	background: url(../images/bg.gif) repeat-y;
	margin-bottom: 20px;
	position: relative;
}

#comment #comment_inner .jockey	{
	position: absolute;
	top: 10px;
	left: 0;
}

#comment #comment_inner .comment_box p.number1,
#comment #comment_inner .comment_box p.number2,
#comment #comment_inner .comment_box p.number3,
#comment #comment_inner .comment_box p.number4,
#comment #comment_inner .comment_box p.number5,
#comment #comment_inner .comment_box p.number6,
#comment #comment_inner .comment_box p.number7,
#comment #comment_inner .comment_box p.number8	{
	width: 28px;
	height: 23px;
	border: 1px solid #000000;
	padding-top: 5px;
	position: absolute;
	top: 10px;
	left: 180px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#comment #comment_inner .comment_box p.number1	{
	background-color: #ffffff;
}
#comment #comment_inner .comment_box p.number2	{
	background-color: #cccccc;
}
#comment #comment_inner .comment_box p.number3	{
	background-color: #ffcccc;
}
#comment #comment_inner .comment_box p.number4	{
	background-color: #ccffff;
}
#comment #comment_inner .comment_box p.number5	{
	background-color: #ffff99;
}
#comment #comment_inner .comment_box p.number6	{
	background-color: #ccffcc;
}
#comment #comment_inner .comment_box p.number7	{
	background-color: #ffcc99;
}
#comment #comment_inner .comment_box p.number8	{
	background-color: #ffccff;
}

#comment #comment_inner .comment_box h4	{
	width: 300px;
	height: 25px;
	padding-top: 5px;
	background-color: #ffffff;
	margin: 0 0 10px 220px;
}

#comment #comment_inner .comment_box h4 strong	{
	font-size: 21px;
	font-weight: bold;
}

#comment #comment_inner .comment_box .before	{
	width: 600px;
	margin-left: 200px;
}

#comment #comment_inner .comment_box .before h5	{
	width: 300px;
	height: 20px;
	margin-left: 20px;
	border: 3px solid #aeff00;
	background-color: #ffffff;
	padding: 7px;
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-weight: bold;
}

#comment #comment_inner .comment_box .before p	{
	width: 574px;
	border: 3px solid #aeff00;
	background-color: #ffffff;
	padding: 25px 10px 10px;
	position: relative;
	top: -22px;
	font-size: 15px;
	z-index: 1;
}

#comment #comment_inner .comment_box .after	{
	width: 600px;
	margin-left: 250px;
}

#comment #comment_inner .comment_box .after h5	{
	width: 300px;
	height: 20px;
	margin-left: 250px;
	border: 3px solid #7fb000;
	background-color: #ffffff;
	padding: 7px;
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-weight: bold;
}

#comment #comment_inner .comment_box .after h5 strong	{
	font-size: 23px;
	font-weight: bold;
	color: #cc0000;
}

#comment #comment_inner .comment_box .after p	{
	width: 574px;
	border: 3px solid #7fb000;
	background-color: #ffffff;
	padding: 25px 10px 10px;
	position: relative;
	top: -22px;
	font-size: 15px;
	z-index: 1;
}

#comment #comment_inner .comment_box .toregist	{
	width: 600px;
	margin-left: 200px;
}

#comment #comment_inner .comment_box .toregist p	{
	width: 574px;
	border: 3px solid #aeff00;
	background-color: #ffffff;
	padding: 25px 10px ;
	font-size: 15px;
	text-align: center;
}

#comment #links_lower	{
}

#comment #backnumber	{
	width: 858px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}

#comment #backnumber h3	{
	width: 858px;
	margin-bottom: 10px;
	text-align: center;
}

#comment #backnumber #backnumber_inner	{
	width: 600px;
	margin-left: 170px;
}

#comment #backnumber dl	{
	width: 200px;
	float: left;
}

#comment #backnumber dl dt	{
	font-size: 15px;
	font-weight: bold;
}

#comment #backnumber dl dd	{
	border-left: solid 1px #000000;
	margin-left: 10px;
	padding-left: 10px;
}