/*競馬Ｇ１*/
#horse_wrap{
	width: 90%;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	}

/* 見出し */
#horse_g1_tittle{
	border-left: 4px solid #333;
	padding: 4px 0 2px 10px;
	background: url(http://www.daily.co.jp/css/images/tittle_images/tittle_br.jpg);
	margin-bottom: 10px;
	color: #333;
	}

.midashi_line_other{
	border-bottom: 1px #333333 solid;
	padding: 5px 5px 2px 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #FFFFFF;
	width: 95%;
	}

.midashi_other{
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	}

.g1_tittle{
	font-size: 120%;
	}


/*着順*/
#horse_state{
	float: right;
	}

.horse_state_all{
	width: 250px;
	border: 1px solid #000;
	border-collapse: collapse;
	}

.horse_state_top{
	border-bottom: 1px solid #000;
	padding: 2px 2px 1px 2px;
	background: #000 url('http://www.daily.co.jp/css/images/score/state_rank_top.jpg') repeat-x;
	color: #fff;
	font-weight: bolder;
	}

.horse_state_rank_a{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 2px 2px 1px 2px;
	background: #FFFFFF url('http://www.daily.co.jp/css/images/score/state_rank_a.jpg') repeat-x;
	background-position: left top;
	color: #f00;
	text-align: center;
	font-weight: bolder;
	}

.horse_state_rank_b{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 2px 2px 1px 2px;
	background: #FFFFFF url('http://www.daily.co.jp/css/images/score/state_rank_a.jpg') repeat-x;
	background-position: left top;
	text-align: center;
	}



/*タイトル*/
#horse_top{
	width: 100%;
	height: 80px;
	}

#horse_top_left{
	width: 50%;
	float: left;
	}

#horse_top h2{
	margin: 0;
	color: #c00;
	font-size: 140%;
	line-height: 1.4em;
	}

.horse_top_text{
	color: #00f;
	margin: 10px 0 0;
	}

#horse_g1_text_head{
	padding: 4px;
	font-weight: bolder;
	}

/*勝ち馬テキスト*/
#g1_winner_text{
	margin: 0;
	padding: 6px;
	background: #f4f4f4;
	clear: left;
	}

.horse_g1_subtitle1{
	font-size: 120%;
	color: #f00;
	}

.horse_g1_subtitle2{
	color: #00f;
	}

.horse_g1_subtitle3{
	color: #f0a;
	}

#horse_profile{
	margin: 0;
	padding:4px;
	background: #f4f4f4;
	border: 1px solid #999;
	}

.horse_other{
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #060;
	}

.horse_other_bottom{
	margin: 0;
	padding-bottom: 15px;
	}

/*写真*/
.horse_picture1{
	margin: 7px 7px 7px;
	padding: 0;
	width: 95%;
	text-align: center;
	}

.horse_picture2{
	width: 200px;
	margin: 0 0 7px 7px;
	float: right;
	}

.horse_picture3{
	width: 200px;
	margin: 0 7px 7px 0px;
	float: left;
	}

.pict_comment{
	margin: 0;
	padding: 3px;
	color: #00f;
	font-size: 96%;
	line-height: 1.3em;
	}

/* プレイバックのＣＳＳ */

.horse-playback-contain{
	width: 98%;
	margin-top: 5px; 
	height: 55px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #060;
	}

.horse-playback-left{
	float: left;
	width: 120px;
	height: 50px;
	margin: 0;
	}
	
	
.horse-playback-right{
	height: 50px;
	margin-left: 125px;
	}

.horse-playback-subtittle{
	border-left: solid 4px #f00;
	color: #f00;
	height: 15px;
	margin-bottom: 0px; 
	background-color: #fff;
	font-size: 110%;
	padding: 2px 0 2px 5px;
	}

.horse-playback-subtittle a{
	color: #f00;
	}
	
.horse-playback-text{
	font-size: 12px;
	height: 35px;
	margin-top: 0px;
	line-height: 1.45em;
	}


