@charset "utf-8";
.Common_Pager ul li{
	border:none !important;
	background-image: none;
	background: none;
}
.Common_Pager ul li:first-child div,
.Common_Pager ul li:last-child div,
.Common_Pager ul li a,
.Common_Pager ul li div{
	font-weight: normal;
	color:#999999;
	height: auto;
	padding: 8px 6px;
}

.Common_Pager ul li.Page_Active div{
	font-weight: bold;
	background: none;
	text-shadow: none;
	color:#999999;
	border:none;
	padding-top: 9px;
}
.Inner_Box{
	border:none;
}
.Common_Pager_Type1 ul.Page_Link li{
	border:none !important;
	background-image: none;
	background: none;
		font-weight: normal;
		color:#999999 !important;
		height: auto;
		padding: 8px 6px;
}
.Common_Pager_Type1 ul.Page_Link li.Page_Active{
	font-weight: bold;
	background: none;
	text-shadow: none;
	color:#999999 !important;
	border:none;
	padding-top: 9px;
}
.Common_Pager_Type1 ul.Page_Link li a{
	color:#999999;
}
.Icon_SNS_M .Icon{
	display: none !important;
}
.Icon_Mark{
	display: none !important;
}

/*======================================
データベース
======================================*/
@media only screen and (min-width:992px) {
	.Body_DB_Horse_Top .Main_Column {
		float: left;
		width: 296px;
		margin: 0;
	}
	.Body_DB_Horse_Top .Side_Column {
		float: right;
		width: 624px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.Body_DB_Horse_Top .Main_Column {
		float: left;
		width: 256px;
		margin: 0;
	}
	.Body_DB_Horse_Top .Side_Column {
		float: right;
		width: 494px;
	}
}
/*-- なんでも検索 --*/

.DB_ALL_Search .Inner_Box { padding: 0 0 8px 0 }
.DB_ALL_Search .Common_Search div { display: table-cell }
.DB_ALL_Search .Common_Search .Submit_Btn_Box { padding: 0 0 0 8px }
.Header_Menu_Box .Common_Search {
	display: table;
	width: 100%;
	margin: 0;
	padding: 8px;
	border-bottom: 1px solid #eee;
}
.DB_ALL_Search select {
	font-size: .8em;
	padding: 6px 0;
}
.Search_Detail_Box { margin: 8px 0 0 0 }
	.Search_Detail_Box .Inner_Btn { padding: 4px 8px }
	.Search_Detail_Box ul { margin: 4px 0 0 0 }
	.Search_Detail_Box ul li {
		float: left;
		margin: 0 8px 0 0;
	}
	.Search_Detail_Box ul li a {
		display: block;
		padding: 4px 0;
		font-size: .9em;
	}
.DB_Horse_Ranking .Common_Btn_Group { padding: 8px }
.DB_Horse_Ranking ul.List_Box li:first-child { border-top: 1px solid #eee }
.DB_Leading_List p { margin: 0 0 8px 0 }
.DB_Leading_List ul.List_Box li:first-child { border-top: 1px solid #eee }
.DB_User_Photo ul.List_Box li {
	float: left;
	width: 50%;
	text-align: center;
}
.DB_User_Photo ul.List_Box li { border-top: none!important }
	.DB_User_Photo ul.List_Box li img { margin: 0 0 4px 0 }
	.DB_User_Photo ul.List_Box li dl {
		margin: 0 auto;
		width: 140px;
		text-align: left;
		font-size: .8em;
		line-height: 1.2em;
	}
@media only screen and (min-width:992px) {
	.DB_User_Photo ul.List_Box li dl {
		margin: 0 auto;
		width: 120px;
		text-align: left;
		font-size: .8em;
		line-height: 1.2em;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_User_Photo ul.List_Box li dl {
		margin: 0 auto;
		width: 120px;
		text-align: left;
		font-size: .8em;
		line-height: 1.2em;
	}
}
.DB_User_Photo ul.List_Box li dl dt,
.DB_User_Photo ul.List_Box li dl dd { margin: 0 0 4px 0 }
.DB_User_Photo ul.List_Box li dl dt { color: #000 }
.DB_User_Photo ul.List_Box li dl dd {
	color: #777;
	font-weight: normal;
}
.DB_User_Photo ul.List_Box li dl dd.Date { font-size: 1.0em }
.DB_User_Photo ul.List_Box li.More_Page {
	float: left;
	width: 100%;
	border-top: 1px solid #eee!important;
}


/*======================================
個別詳細検索
======================================*/

.SeparateSearch_txt_Wrap {
	width:100%;
	background-color:#f0f0f0;
}

.SeparateSearch {
	display:table;
	width:100%;
	padding:8px;
}
.SeparateSearch .Txt_Form_LineBox {
	display:table-cell;
	width:100%;
	padding-right:6px;
}

.SeparateSearch .Submit_Btn_Box {
	display:table-cell;
}

.SeparateSearch_Left_Box {
	display:table-cell;
	min-width:70px;
	padding:4px 4px 2px 4px;
	background:#F6F7F8;
	vertical-align:middle;
}

.SeparateSearch_Left_Box img {
	width:70px;
}

.SeparateSearch_Right_Box {
	display:table-cell;
	min-width:220px;
	padding:2px 4px;
	vertical-align:top;
}
.SeparateSearch_Right_Box dl dt ,
dl.SeparateSearch_info_Box dt {
	font-size:.9em;
	font-weight:bold;
	color:#000;
	line-height:1.4em;
}
.SeparateSearch_Right_Box dl dd ,
dl.SeparateSearch_info_Box dd {
	font-size:.8em;
	line-height:1.2em;
	color:#666;
}
.SeparateSearch_list_Wrap {
	position:relative;
}

.SeparateSearch_Detail_btn_close {
	position:absolute;
	top:9px;
	right:5px;
	z-index:999;
}

.SeparateSearch_Detail_btn_close a {
	padding: 5px 8px;
	border:1px solid #ccc;
	background: #FFF;
	color:#000;
	font-size:.8em;
}

.SeparateSearch_belong {
	background-color:#155CC1;
	padding:2px 4px;
	color:#FFF;
	font-size:.7em;
	vertical-align:2px;
}



/*======================================
競走馬詳細
======================================*/


.DB_Horse_Header .Contents_Header .Title {
	height: auto
}
.DB_Horse_Header .Contents_Header p {
	margin: -2px 8px 6px 8px;
	font-size: .6em;
	font-weight: bold!important;
	text-shadow: 0 -1px 0 #022396;
}
.DB_Horse_Photo_Box img.Horse_Photo {
	width: 120px;
	margin: 0 0 4px 0;
}
@media only screen and (min-width:992px) {
	.DB_Horse_Photo_Box img.Horse_Photo { width: 280px }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Photo_Box img.Horse_Photo { width: 240px }
}
.DB_Horse_Main_Info_Box {
	display: table;
	width: 100%;
	padding: 8px 0 0 0;
	background: #000;
}
.DB_Horse_Main_Info_Box_2 {
	width: 100%;
	padding: 8px 8px 0 8px;
	background: #000;
}
.DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
	display: table-cell;
	width: 120px;
	vertical-align: top;
	padding: 0 0 0 8px;
	    text-align: center;
}
.DB_Horse_Main_Info_Box .DB_Horse_Main_Btn_Box a {
	display: block;
	margin: .5em 5px;
	padding: .6em 25px;
	text-align: center;
	background: #fadb4e;
	background-image: -moz-linear-gradient(center top,#fceda7 0,#fadb4e 100%);
	background-image: -o-linear-gradient(top,#fceda7 0,#fadb4e 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fceda7),color-stop(1.0,#fadb4e));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')";
	background-image: linear-gradient(to bottom, rgba(252,237,167,1), rgba(250,219,78,1));
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border: 1px solid #f7c942;
	-moz-border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	border-radius: 4px!important;
	color: #333;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"!important;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
@media only screen and (min-width:992px) {
	.DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
		display: block;
		width: auto;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
		display: block;
		width: auto;
	}
}
.DB_Horse_Photo_Box .Rating {
	display: table;
	margin: 0 auto 4px auto;
}
	.DB_Horse_Photo_Box .Rating strong {
		color: #ff0;
		padding: 0 0 0 4px;
	}
.DB_Horse_Main_Info_Box .DB_Horse_Summary{
	padding: 0 10px;
	margin: 10px 0 0;
}
.DB_Horse_Main_Info_Box .DB_Horse_Summary table {
	display: table-cell;
	vertical-align: top;
	font-size: .7em;
	color: #fff;
}
	.DB_Horse_Main_Info_Box .DB_Horse_Summary table th {
		text-align: left;
		width: 3.0em;
		padding: 0 0 6px 0;
	}
.DB_Horse_Profile table.SP_Common_Table {
	margin: 0;
	border: 0;
}
@media only screen and (min-width:992px) {
	.DB_Horse_Profile .Inner_Box { padding: 8px 0 0 0 }
	.DB_Horse_Profile table.SP_Common_Table {
		margin: 0 8px 8px 8px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Profile .Inner_Box { padding: 8px 0 0 0 }
	.DB_Horse_Profile table.SP_Common_Table {
		margin: 0 8px 8px 8px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
.DB_Horse_Profile table.SP_Common_Table td { padding: 8px }
.DB_Horse_Profile table.SP_Common_Table td.Profile_Comment { line-height: 1.4em }
@media only screen and (min-width:768px) and (max-width:991px) {

}
@media only screen and (min-width:300px) and (max-width:359px) {
	.DB_Horse_Main_Info_Box .DB_Horse_Main_Btn_Box { width: 304px!important }
}
@media only screen and (min-width:360px) and (max-width:479px) {
	.DB_Horse_Main_Info_Box .DB_Horse_Main_Btn_Box { width: 344px!important }
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.DB_Horse_Main_Info_Box .DB_Horse_Main_Btn_Box { width: 464px!important }
}
.DB_Horse_Main_Info_Box .DB_Horse_Main_Btn_Box p.Inner_Txt {
	color: #fff;
	padding: 0;
}
.DB_Horse_Menu .PogRegistBtn a {
	display: block;
	margin: .5em 5px;
	padding: .6em 25px;
	text-align: center;
	background: #fadb4e;
	background-image: -moz-linear-gradient(center top,#fceda7 0,#fadb4e 100%);
	background-image: -o-linear-gradient(top,#fceda7 0,#fadb4e 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fceda7),color-stop(1.0,#fadb4e));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceda7', EndColorStr='#fadb4e')";
	background-image: linear-gradient(to bottom, rgba(252,237,167,1), rgba(250,219,78,1));
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border: 1px solid #f7c942;
	-moz-border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	border-radius: 4px!important;
	color: #333;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"!important;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
/*======================================
競走成績
======================================*/
.DB_Horse_Result_Table_width { width: 1912px }
.FullScreen .DB_Horse_Result_Table_width .Header_Box { margin: 0 }
.DB_Horse_Result_Table_width .Contents {
	width: 1912px;
	margin: 0 auto;
}
@media only screen and (min-width:992px) {
	.DB_Horse_Result_Table_width .Header_Box,
	.DB_Horse_Result_Table_width .Footer_Box,
	.DB_Horse_Result_Table_width .Contents_Header .Title_Box { width: 920px!important }
	.DB_Horse_Result_Table_width .Header_Menu_Box { margin: 10px 8px 0 8px }
	.DB_Horse_Result_Table_width .Contents { padding: 10px 8px 0 8px }
	.DB_Horse_Result_Table_width .Side_Column {
		float: left!important;
		width: 1600px!important;
	}
	.DB_Horse_Result_Table_width .Inner_Box { padding: 8px }
	.DB_Horse_Result_Table_width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Result_Table_width .Side_Column { width: 1640px!important }
	.DB_Horse_Result_Table_width .Header_Menu_Box { margin: 10px 8px 0 8px }
	.DB_Horse_Result_Table_width .Contents { padding: 10px 8px 0 8px }
	.DB_Horse_Result_Table_width .Inner_Box { padding: 8px }
	.DB_Horse_Result_Table_width .Side_Column {
		float: left!important;
		width: 1600px!important;
	}
	.DB_Horse_Result_Table_width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Horse_Result_Table_width { width: 1500px }
		.DB_Horse_Result_Table_width .Contents {
			width: 1500px;
			margin: 0 auto;
		}
		.DB_Horse_Result_Table_width table.SP_Common_Table { border-right: 1px solid #ddd }
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.DB_Horse_Result_Table_width { width: 1500px }
		.DB_Horse_Result_Table_width .Contents {
			width: 1500px;
			margin: 0 auto;
		}
		.DB_Horse_Result_Table_width table.SP_Common_Table { border-right: 1px solid #ddd }
}
.DB_Horse_Result table.SP_Common_Table { font-size: .7em }
	.DB_Horse_Result table.SP_Common_Table td {
		padding: 4px 6px;
		white-space: nowrap;
	}
.DB_Result_Menu_Btn_Box {
	display: table-cell;
	width: 18px;
	padding: 0 8px 0 0;
	vertical-align: middle;
}
.DB_Result_Menu_Btn {
	position: relative;
	width: 18px;
	height: 50px;
	background-image: url(../img/icon/icon_right_menu.png);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	background-size: 36px 100px;
	-moz-background-size: 36px 100px;
	-webkit-background-size: 36px 100px;
	-o-background-size: 36px 100px;
	-ms-background-size: 36px 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	.DB_Result_Menu_Btn {
	background-image: url(../img/icon/icon_right_menu_x1.5.png);
	background-size: 36px 100px;
	-moz-background-size: 36px 100px;
	-webkit-background-size: 36px 100px;
	-o-background-size: 36px 100px;
	-ms-background-size: 36px 100px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.DB_Result_Menu_Btn {
		background-image: url(../img/icon/icon_right_menu_x2.png);
		background-size: 36px 100px;
		-moz-background-size: 36px 100px;
		-webkit-background-size: 36px 100px;
		-o-background-size: 36px 100px;
		-ms-background-size: 36px 100px;
		}
}
.DB_Result_Menu_Btn_Box .Menu_Active { background-position: -18px -50px }
.DB_Result_Menu_Box {
	position: absolute;
	top: -24px;
	right: 30px;
	z-index: 9999;
	padding: 6px 6px 0 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 6px #666;
	-webkit-box-shadow: 0 2px 6px #666;
	-o-box-shadow: 0 2px 6px #666;
	-ms-box-shadow: 0 2px 6px #666;
}
	.DB_Result_Menu_Box a {
		font-size: .7em;
		display: block!important;
		margin: 0 0 6px 0!important;
		padding: 6px!important;
	}
.DB_Horse_Race { border-bottom: 1px solid #eee }
	.DB_Horse_Race p { padding: 8px }
.DB_Horse_Data { border-bottom: 1px solid #eee }
	.DB_Horse_Data table {
		margin: 4px 0 0 0;
		float: left;
	}
	.DB_Horse_Data .Inner_Box_02 {
		float: right;
		margin: 8px;
	}
.DB_Horse_News ul.List_Box li dt.Link_Title,
.DB_Horse_News ul.List_Box li .List_Txt { font-size: .9em }
.DB_Horse_BBS .Common_TextArea {
	border-bottom: 1px solid #eee;
	padding: 8px;
}
.DB_Horse_BBS ul.List_Box li.More_Page { border-bottom: 1px solid #eee }

/*======================================
DB詳細検索
======================================*/
.DB_Search_Box .DB_Select_Menu_Box {
	display: table;
	margin: 0 0 8px 0;
}
	.DB_Search_Box .DB_Select_Menu_Box select {
		display: table-cell;
		font-size: .8em;
		padding: 6px 2px;
	}
	.DB_Search_Box .DB_Select_Menu_Box label {
		display: table-cell;
		width: 6.0em;
	}
.DB_Search_Box .Txt_Form_Box {
	display: table;
	margin: 0 0 8px 0;
}
	.DB_Search_Box .Txt_Form_Box label {
		display: table-cell;
		width: 6.0em;
	}
	.DB_Search_Box .Txt_Form_Box input { display: table-cell }
.DB_Search_Box .Select_Btn {
	margin: 20px 0 8px 0;
	text-align: center;
}
.DB_Search_Box .ui-btn { margin: 0 }
/*フォーム部分のスタイル指定*/
.DB_Search_Box .Search_Detail_Form{
  padding:0;
}
.DB_Search_Box .Search_Detail_Form .Search_Detail_Txt_Box,
.DB_Search_Box .Search_Detail_Form .Search_Detail_Select_Menu{
  background:none;
}
.DB_Search_Box .Search_Detail_Form hr{
  margin:0;
}
/*チェックボックスのボタン化*/
.DB_Search_Box .Search_Detail_Form .Search_Detail_Select_Menu.Check_Btn ul li{
  position:relative;
  margin:0 6px 0 0;
}
div.Check_Btn input[type="checkbox"]{
  display: none;
}
div.Check_Btn input[type="checkbox"] + label{
  font-size:.8em;
  cursor: pointer;
  float: left;
  border: solid 1px #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f1f2f3;
  background-image: -moz-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
  background-image: -o-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f8f9),color-stop(1,#f1f2f3));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
  background-image: linear-gradient(to bottom,#f7f8f9 0,#f1f2f3 100%);
  padding: 4px;
}
div.Check_Btn input[type="checkbox"]:checked + label{
  color:#eeeeee;
  background-color:#aaaaaa;
  background-image:-moz-linear-gradient(top,#cccccc,#aaaaaa);
  background-image:-o-linear-gradient(top,#cccccc,#aaaaaa);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#aaaaaa));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#aaaaaa')";
  background-image: linear-gradient(to bottom,#cccccc,#aaaaaa);
}
/*アイコン(チェック未済)*/
div.Check_Btn input[type="checkbox"] + label .Icon_Check_Gray{
  background-position:-96px -416px;
}
/*アイコン(チェック済)*/
div.Check_Btn input[type="checkbox"]:checked+label .Icon_Check_Gray{
  background-position:-96px -384px;
}
/*検索ボタン*/
.DB_Search_Box select[name="sort"]{
  width:65%;
}
.DB_Search_Box select[name="sort"] + button{
  width:auto;
}
/*======================================
DB検索結果
======================================*/
.Search_Result p.Inner_Txt { padding: 8px }
.Search_Result ul.List_Box { border-top: 1px solid #eee }
/*======================================
各検索結果
======================================*/
.Search_Detail_Form { padding: 8px }
	.Search_Detail_Form .Search_Detail_Txt_Box,
	.Search_Detail_Form .Search_Detail_Select_Menu {
		margin: 0 0 8px 0;
		padding: 6px 6px 0 6px;
		background: #f5f5f5;
	}
.DB_Search_Box .Search_Favhorse_Form{
	margin: 0;
}
.DB_Search_Box .Search_Favhorse_Form .Search_Detail_Select_Menu{
	position: relative;
	margin: 0px 0 21px;
}
.DB_Search_Box .Search_Favhorse_Form .Select_Box label{
	margin-left: 6px;
	margin-right: 12px;
	position: relative;
top: 3px;
}
.DB_Search_Box .Search_Favhorse_Form .Search_Detail_Select_Menu dl dt{
	font-size: 82%;
	font-weight: bold;
}
.DB_Search_Box .Search_Favhorse_Form .Submit_Btn{
	color:#666;
	background-image: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}
.DB_Search_Box .Search_Favhorse_Form .Search_Detail_Select_Menu select{
	position: relative;
	height: 29px;
	width: 75px;
	display: inline-block;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.DB_Search_Box .Search_Favhorse_Form .Txt_Form_Box{
	margin: 8px 0;
}
.DB_Search_Box .Search_Favhorse_Form .Submit_Btn_Box{
	padding: 8px 0;
}
.DB_Search_Box .Search_Favhorse_Form table + .Submit_Btn_Box{
	padding: 8px;
}
.DB_Search_Box .Search_Favhorse_Result .SP_Common_Table{
	width: 100%;
}
.DB_Search_Box .Search_Favhorse_Result #result + .Common_FullScreen_Box{
	padding: 0 8px;
}
.DB_Search_Box .Search_Favhorse_Form form + div.Link_Box{
	padding: 0 8px;
}
.DB_Search_Box .Search_Favhorse_Form .Submit_Btn_Box + p{
	font-size: .9em;
}
	.Search_Detail_Form .Search_Detail_Txt_Box>label,
	.Search_Detail_Form .Search_Detail_Select_Menu>label {
		display: block;
		margin: 0 0 6px 0;
		font-weight: bold;
	}
	.Search_Detail_Form .Search_Detail_Txt_Box .Txt_Form { margin: 0 0 6px 0 }
	.Search_Detail_Form .Search_Detail_Select_Menu ul li {
		float: left;
		display: block;
		margin: 0 12px 0 0;
		padding: 0 0 8px 0;
	}
	.Search_Detail_Form .Search_Detail_Select_Menu fieldset input { margin: 0 2px 0 20px }
	.Search_Detail_Form .Search_Detail_Select_Menu .Search_Detail_Select_Box { padding: 0 0 8px 0 }
	.Search_Detail_Form .Search_Detail_Select_Menu .Search_Detail_Select_Box select { padding: 4px }
	.Search_Detail_Form .Search_Detail_Select_Menu .Serch_Txt_Form_2Col {
		margin: 0 0 8px 0;
		font-size: .8em;
	}
	.Search_Detail_Form .Search_Detail_Select_Menu .Serch_Txt_Form_2Col div {
		float: left;
		width: 50%;
	}
	.Search_Detail_Form .Search_Detail_Select_Menu .Serch_Txt_Form_2Col div input {
		display: inline;
		width: 60%;
	}

/*======================================
お気に入り馬ボタン
======================================*/

/*お気に入りボタン表示切替*/
.Icon_Close {}
.DB_Horse_Header .PopUp_Regist > span {
	line-height: 2.5em;
}
.DB_Horse_Header .Icon_Close .PopUp_Regist > span {
	display: none;
}
.DB_Horse_Header .Icon_Close .PopUp_Regist {
	line-height: 2.5em;
	padding-left: 8px;
}
.DB_Horse_Header .Icon_Close .PopUp_Regist:before {
	content: "登録";
	display: inline-block;
}
.DB_Horse_Header .Icon_Close .PopUp_Regist:after {
	content: "み";
	display: inline-block;
}

/*通知設定popup*/
#popup_regist .Popup_Box .Front_Title h2 {
	line-height: 1.6;
}
#popup_regist .Popup_Box p {
	padding: 8px 16px;
	line-height: 1.4em;
	font-size: .8em;
}
#popup_regist .Popup_Box .btn_regist {
	display: block;
	margin: 0 16px 11px 16px;
	color: #fff;
	border-radius: 6px;
	padding: 16px 0;
	text-align: center;
	font-weight: bold;
	background-color: #ff9c39 !important;
	box-shadow: 0 4px 0 #ff8204 !important;
	text-shadow: 1px 1px 0 #333 !important;
	border: 0;
}


.DB_Horse_Side_Btn ul li {
	position: absolute;
	top: 3px;
	right: 6px;
	width: 94px;
	/*height: 38px;*/
	line-height: 1.1;
	padding: 4px 6px 4px 20px;
	font-size: .7em;
	background-color: #fefefe;
	background-image: url(../../img/icon/icon_race_mark.png),-moz-linear-gradient(top,  #fefefe 0%, #e7e7e7 100%);
	background-image: url(../../img/icon/icon_race_mark.png),webkit-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background-image: url(../../img/icon/icon_race_mark.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7));
	background-image: url(../../img/icon/icon_race_mark.png),-o-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background:url(../../img/icon/icon_race_mark.png),-ms-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background:url(../../img/icon/icon_race_mark.png),linear-gradient(to bottom,  #fefefe 0%,#e7e7e7 100%);
	background-repeat: no-repeat,no-repeat;
	background-size:25px 300px,100% 100%;
	-moz-background-size:25px 300px,100% 100%;
	-webkit-background-size:25px 300px,100% 100%;
	-o-background-size:25px 300px,100% 100%;
	-ms-background-size:25px 300px,100% 100%;
	background-position: 1px 11px,left top;
	text-shadow: #022396 0 -1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-o-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-ms-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.DB_Horse_Side_Btn ul li.Icon_Close {
	background-color: #fefefe;
	/*background-image: url(../../img/icon/icon_race_mark.png),-moz-linear-gradient(top,  #fefefe 0%, #e7e7e7 100%);
	background-image: url(../../img/icon/icon_race_mark.png),webkit-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background-image: url(../../img/icon/icon_race_mark.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7));
	background-image: url(../../img/icon/icon_race_mark.png),-o-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background:url(../../img/icon/icon_race_mark.png),-ms-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%);
	background:url(../../img/icon/icon_race_mark.png),linear-gradient(to bottom,  #fefefe 0%,#e7e7e7 100%);
	background-repeat: no-repeat,no-repeat;
	background-size:25px 300px,100% 100%;
	-moz-background-size:25px 300px,100% 100%;
	-webkit-background-size:25px 300px,100% 100%;
	-o-background-size:25px 300px,100% 100%;
	-ms-background-size:25px 300px,100% 100%;
	background-position: 3px -66px,left top;*/
	background:url(../../img/icon/icon_check02.png) #efefef;
	background-repeat: no-repeat;
	background-position: 9px center;
	-webkit-background-size:17px 17px;
	background-size:17px 17px;
	border: 1px solid #cccccc;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0,rgba(255,255,255,0.4) 0 1px 0 inset;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0,rgba(255,255,255,0.4) 0 1px 0 inset;
	-o-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-ms-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	border-radius: 4px;
}
.DB_Horse_Side_Btn ul li a{
	text-shadow:0 1px 0 #fff;
	padding-top:1px;
	display:block;
	line-height:1.2em}

.DB_Horse_Main_Info_Box .Common_Btn_Group { padding: 0 }
	.DB_Horse_Main_Info_Box .Common_Btn_Group ul li a,
	.DB_Horse_Main_Info_Box .Common_Btn_Group ul li>div { font-size: .9em }
.DB_Horse_Main_Info_Box p.Inner_Txt {
	margin: 8px;
	color: #fff;
}
.DB_Horse_Menu p.Inner_Txt {
	padding:0 8px 8px;
	color: #fff;
}
/*======================================
共通メニュー
======================================*/
.DB_Horse_Menu {
	position: relative;
	background-color: #000;
	margin-bottom: 21px;
}
	.DB_Horse_Menu ul {
		width: 100%;
		padding: 0 8px 6px;
	}
	.DB_Horse_Menu ul li {
		float: left;
		display: block;
		/*width: 25%;*/
		width: 33.3%;
		margin: 0;
		font-size: .6em;
		font-weight: bold;
		text-align: center;
		text-align: center;
		color: #fff;
		background-image: -moz-linear-gradient(top,#444,#000);
		background-image: -o-linear-gradient(top,#444,#000);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')";
		background-image: linear-gradient(to bottom,#444,#000);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
		-o-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
		-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
		border-right: 1px solid #444;
		border-bottom: 1px solid #444;
	}
	/*
	.DB_Horse_Menu ul li:nth-child(4n+1) { border-left: 1px solid #444 }
	.DB_Horse_Menu ul li:nth-child(-n+4) { border-top: 1px solid #444 }
	.DB_Horse_Menu ul li:first-child {
		border-top: 1px solid #444;
		border-left: 1px solid #444;
	}*/
	.DB_Horse_Menu ul li.Tab_Active {
		display: block;
		padding: 0;
		text-align: center;
		color: #fff;
		background: #0056cd;

	}

	.DB_Horse_Menu li a,
	.DB_Horse_Menu li div {
		display: block;
		padding: 12px 0;
		text-align: center;
		color: #fff!important;
		font-weight: bold;
	}
	.DB_Horse_Menu li div { color: rgba(255,255,255,0.4)!important }
	.DB_Horse_Menu li.Btn_OFF div { color: rgba(255,255,255,0.0)!important }
@media only screen and (min-width:992px) {
	.DB_Horse_Menu ul li {
		float: none;
		width: 100%;
		margin: 0 0 4px 0;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Menu ul li {
		float: none;
		width: 100%;
	}
}
/*======================================
調教タイム
======================================*/
.DB_Chokyo_Time .Common_Btn_Group { padding: 8px }
.DB_Chokyo_Time table.Race_Common_Table td.Race_Info {
	margin: 0!imporatnt;
	padding: 8px 4px;
	font-weight: normal;
	background: #f1f2f3;
}
	.DB_Chokyo_Time table.Race_Common_Table td.Race_Info strong { font-weight: bold }
.DB_Chokyo_Time .Date {
	color: #777;
	font-size: .8em;
	line-height: 1.2em;
}
.DB_Chokyo_Time .Chokyo_Course {
	white-space: nowrap;
	font-size: .8em;
	font-weight: normal;
}
	.DB_Chokyo_Time .Chokyo_Course dt { margin: 0 }
	.DB_Chokyo_Time .Chokyo_Course dd { margin: 4px 0 }
.DB_Chokyo_Time .Chokyo_Sumarry dl { text-align: left }
.DB_Chokyo_Time .Chokyo_Sumarry dt {
	margin: 0 0 4px 0;
	font-size: 1.1em;
	color: #000;
}
.DB_Chokyo_Time .Chokyo_Sumarry dd {
	margin: 0 0 4px 0;
	color: #777;
	line-height: 1.2em;
	font-weight: normal;
}
.DB_Chokyo_Time .Chokyo_Sumarry dd.Sub_Sumarry {
	margin: 0;
	color: #000;
	font-weight: normal;
}
.DB_Chokyo_Time .Chokyo_Rank { font-size: 1.4em }
	.DB_Chokyo_Time .Chokyo_Rank span.Rank_A { color: #f00 }
	.DB_Chokyo_Time .Chokyo_Rank span.Rank_B { color: #03f }

/*======================================
レース後短評
======================================*/

.DB_Race_Comment table.Race_Common_Table td.Race_Info {
	margin: 0!imporatnt;
	padding: 8px 4px;
	font-weight: normal;
	background: #f1f2f3;
}
.DB_Race_Comment table.Race_Common_Table td.Comment_Sumarry {
	margin: 0!imporatnt;
	padding: 4px 8px 20px 8px;
	font-weight: normal;
	line-height: 1.4em;
}
.DB_Race_Comment table.Race_Common_Table tr:last-child td { border-bottom: 0 }
/*======================================
出馬表5走/9走表示
======================================*/
.DB_Horse_Result ul.List_Box li a {
	display: inline;
	padding: 0;
}
.DB_Horse_Result ul.List_Box li dl { position: relative }
.DB_Horse_Result ul.List_Box li dt {
	margin: -2px 0 4px 0;
	font-size: 1.0em;
	font-weight: bold;
}
.DB_Horse_Result ul.List_Box li dd {
	font-size: .7em;
	color: #777;
	margin: 0 0 6px 0;
}
.DB_Horse_Result ul.List_Box li dd:last-child { margin: 0 }
.DB_Horse_Result ul.List_Box li dl em {
	font-weight: bold;
	color: #000;
}
.DB_Horse_Result table td.Rank_1 {
	background: #ffef7f;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.Rank_2 {
	background: #cbdeff;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.Rank_3 {
	background: #efc79f;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
/* === 指数 cell_color = */
.DB_Horse_Result table td.index2 {
	background-color	:	#fdf2c1 !important;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.index3 {
	background-color	:	#fce489 !important;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.index4 {
	background-color	:	#fc6 !important;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.index5 {
	background-color	:	#ffac84 !important;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
.DB_Horse_Result table td.index6 {
	background-color	:	#fc855c !important;
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
}
/*======================================
血統
======================================*/
.DB_Horse_Blood_Table_width { width: 762px }
	.DB_Horse_Blood_Table_width .Contents {
		width: 1060px;
		margin: 0 auto 0 auto;
        }
.DB_ALL_Search .Inner_Box { padding: 0 0 8px 0 }
	}
@media only screen and (min-width:992px) {
	.DB_Horse_Blood_Table_width { width: 100% }
		.DB_Horse_Blood_Table_width header .Header_Box,
		.DB_Horse_Blood_Table_width footer .Footer_Box {
			width: 1060px;
			margin: 0 auto;
		}
		.DB_Horse_Blood_Table_width .Contents { margin: 10px auto 0 auto }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Blood_Table_width { width: 100% }
		.DB_Horse_Blood_Table_width header .Header_Box,
		.DB_Horse_Blood_Table_width footer .Footer_Box {
			width: 1060px;
			margin: 0 auto;
		}
		.DB_Horse_Blood_Table_width .Contents { margin: 10px auto 0 auto }
}
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Horse_Blood_Table_width .Contents {
		width: 762px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.DB_Horse_Blood_Table_width .Contents {
		width: 762px;
		margin: 0 auto;
	}
}
.DB_Horse_Blood_Table_width .Side_Column {
	float: left!important;
	width: 762px!important;
}
table.Mobile_Blood_Table {
	margin: 8px;
	background: #f1f2f3;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	table.Mobile_Blood_Table caption {
		padding: 4px;
		text-align: right;
	}
	table.Mobile_Blood_Table td {
		line-height: 1.4em;
		font-size: .7em;
		vertical-align: middle;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	table.Mobile_Blood_Table .Male {
		background: #ccefff;
		padding: 4px;
	}
	table.Mobile_Blood_Table .Female {
		background: #ffdbd5;
		padding: 4px;
	}
.Horse_Brother table.SP_Common_Table {
	margin: 8px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.Horse_Uncle table.SP_Common_Table {
	margin: 8px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.Mare_Line_Box {
	padding: 8px;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.4em;
}
.db_Sire_Link_Block { width: auto }
.db_Sire_List_Group p.Icon_Inline_S {
	margin: 4px;
	font-size: .8em;
}
/*======================================
競走馬投稿写真
======================================*/
@media only screen and (min-width:992px) {
	.User_Photo_Preview {
		min-width: 624px;
		margin: 0 auto;
	}
		.User_Photo_Preview > .User_Photo_Img,
		.User_Photo_Preview > img {
			max-width: 100%;
			margin: 0 auto;
			padding: 8px;
			display: block;
		}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.User_Photo_Preview {
		min-width: 494px;
		margin: 0 auto;
	}
		.User_Photo_Preview > .User_Photo_Img,
		.User_Photo_Preview > img {
			max-width: 100%;
			margin: 0 auto;
			padding: 8px;
			display: block;
		}
}
@media only screen and (min-width:300px) and (max-width:479px) {
	.User_Photo_Preview {
		min-width: 304px;
		margin: 0 auto;
	}
		.User_Photo_Preview > .User_Photo_Img,
		.User_Photo_Preview > img {
			max-width: 100%;
			margin: 0 auto;
			padding: 8px;
			display: block;
		}

}
@media only screen and (min-width:480px) and (max-width:767px) {
	.User_Photo_Preview {
		min-width: 464px;
		margin: 0 auto;
		padding: 8px;
	}
		.User_Photo_Preview > .User_Photo_Img,
		.User_Photo_Preview > img {
			max-width: 100%;
			margin: 0 auto;
			display: block;
		}
}
.User_Photo_Preview dl {
	margin: 0 6px 6px 6px;
	text-align: left;
	/*font-size: .8em;*/
	line-height: 1.2em;
}
	.User_Photo_Preview dl dd { margin: 0 0 10px 0 }
	.User_Photo_Preview dl dt { margin: 0 0 12px 0 }
	.User_Photo_Preview dl dt a.Icon_LInk {
		padding: 8px 24px 8px 8px!important;
		border-bottom: 1px solid #eee;
	}
	.User_Photo_Preview dl dd {
		color: #777;
		font-weight: normal;
	}
	.User_Photo_Preview dl dd.Date { font-size: 1.0em }


.User_Photo_Preview dl > .User_Photo_Previe_Race {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
.User_Photo_Preview dl > .User_Photo_Previe_Race > a {
	color: #333;
	font-weight: bold;
}
/*.User_Photo_Preview {
	position: relative;
}*/
.User_Photo_Preview dl .User_Name {
	/*width: 75%;*/
	padding-left: 17px;
	position: relative;
}
.User_Photo_Preview dl .User_Name > img {
	position: absolute;
	left: 0;
	top: -6px;
}
.User_Photo_Preview_Alert {
	display: inline-block;
	color: #777;
	font-size: .7em;
	background: #FAFAFA;
	padding: 10px;
	border: 1px solid #D7D8D9;
	border-radius: 2px;
	position: absolute;
	bottom: -11px;
	right: 5px;
}

.Search_Detail_Box { margin: 8px }
.DB_User_Photo ul.List_Box li.More_Page { height: auto }
.DB_Rate_Rank {
	padding: 8px 0 0;
	text-align: center;
}
.Body_DB_Horse_Top .DB_User_Photo ul.List_Box li { height: 180px }
.rate_box {
	font-size: 1em;
	width: 260px;
	min-height: 260px;
	display: inline-table;
	vertical-align: top;
}
	.rate_box .categorybar_line {
		background-color: #ccc;
		padding: 1px;
	}
	.rate_box h3 {
		line-height: 22px;
		font-weight: bold;
		font-size: 1em;
		padding: 0 0 0 6px;
		background-color: #e6e6e6;
		background-image: -moz-linear-gradient(top,#fefefe,#e6e6e6);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6')";
		background-image: linear-gradient(to bottom,#fefefe,#e6e6e6);
	}
	.rate_box table {
		width: 100%;
		margin: 10px 0 20px;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.rate_box table th {
		width: 100px;
		background-color: #e8eaf3;
		border: 1px solid #bbb;
		border-right: 0 none;
		vertical-align: middle;
		padding: 2px 4px;
		font-size: .8em;
		text-align: left;
	}
	.rate_box table td {
		vertical-align: middle;
		border: 1px solid #bbb;
		border-left: 1px dotted #888;
		padding: 6px;
		font-size: .8em;
	}
	.rate_box table tr.total td {
		background: #ffd;
		color: #c00;
	}
	.rate_box table td.b_star span {
		width: 110px;
		display: block;
		height: 15px;
		margin-left: 5px;
		padding-left: 100px;
		background: url(../../img/sp/icon/db_icon_star_big.png) no-repeat 0 -214px;
		background-size: 88px 233px;
		-moz-background-size: 88px 233px;
		-webkit-background-size: 88px 233px;
		-o-background-size: 88px 233px;
		-ms-background-size: 88px 233px;
		font-weight: bold;
	}
	.rate_box table td.b_star span.star05 { background-position: 0 -193px }
	.rate_box table td.b_star span.star10 { background-position: 0 -172px }
	.rate_box table td.b_star span.star15 { background-position: 0 -151px }
	.rate_box table td.b_star span.star20 { background-position: 0 -130px }
	.rate_box table td.b_star span.star25 { background-position: 0 -109px }
	.rate_box table td.b_star span.star30 { background-position: 0 -88px }
	.rate_box table td.b_star span.star35 { background-position: 0 -67px }
	.rate_box table td.b_star span.star40 { background-position: 0 -46px }
	.rate_box table td.b_star span.star45 { background-position: 0 -25px }
	.rate_box table td.b_star span.star50 { background-position: 0 -5 }
.db_h_rank_review {
	font-size: 1em;
	width: 260px;
	min-height: 260px;
	display: inline-table;
	vertical-align: top;
}
	.db_h_rank_review .categorybar_line {
		background-color: #ccc;
		padding: 1px;
	}
	.db_h_rank_review h3 {
		line-height: 22px;
		font-weight: bold;
		font-size: 1em;
		padding: 0 0 0 6px;
		background-color: #e6e6e6;
		background-image: -moz-linear-gradient(top,#fefefe,#e6e6e6);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6')";
		background-image: linear-gradient(to bottom,#fefefe,#e6e6e6);
	}
	.db_h_rank_review table { margin: 10px auto }
	.db_h_rank_review table th {
		font-size: .8em;
		padding: 3px 8px 3px 0;
		text-align: left;
	}
	.db_h_rank_review table td {
		font-size: .8em;
		padding: 4px 0 4px 4px;
	}
	.db_h_rank_review table td img {
		display: inline;
		vertical-align: middle;
	}
.db_Sub_Menu_Box { margin: 0 0 4px 0 }
.Center_Icon {
	margin: auto;
	text-align: center;
}
.db_Sire_List_Group { padding: 6px 6px 0 6px }
.db_Sub_Menu_Inner_Box {
	font-size: .8em;
	margin: 0 8px 8px 8px;
	padding: 8px 8px 0 8px;
	border: 1px solid #CCC;
	background: #EEE;
}
	.db_Sub_Menu_Inner_Box li {
		float: left;
		display: block;
		margin: 0 20px 8px 0;
	}
/*======================================
レース結果
======================================*/

.Course_Change ul li {
	width: 4em;
	margin: 0 0 3px!important;
}
.Race_Header_Detail_Menu { padding: 10px 0 }
	.Race_Header_Detail_Menu ul li {
		float: left;
		font-size: .8em;
		margin: 0 20px 0 0;
		font-weight: bold;
	}
.Race_Common_Table_Box { margin: 6px }
.Race_Detail_Link_Box { padding: 6px 0 }
	.Race_Detail_Link_Box ul li {
		font-size: .8em;
		float: left;
		margin: 0 20px 0 0;
		font-weight: bold;
	}
.Icon_Inline_S .Icon_Training { background-position: 0 -312px }
.Icon_Inline_M .Icon_Training { background-position: 0 -416px }

/*======================================
掲示板
======================================*/

.Comment_Form_01 button{
	margin:6px auto 8px;
}
.Comment_Form_01 .Res_Form textarea.jqm-input-text{
margin:0 auto;width:96%;padding:6px 4px 4px;
}
.Comment_Form_01 .Common_Title_Sec h3{
font-size:95%;padding:8px 8px;
}
#_comment_list_1 .Right_Box dl dd {
	margin:0;
}
#_comment_list_1 ul.List_Box li .Comment_Box dl dd.taR{
	float: none;
	text-align: right!important;
	margin: 0;
}
#_comment_list_1 ul.List_Box li{
display:table;margin:0;width:100%;padding:4px;font-size:100%;font-weight:bold;line-height:130%;vertical-align:top;
}
#_comment_list_1 ul.List_Box  li .Left_Box{
display:table-cell;
}
#_comment_list_1 ul.List_Box li .Comment_Box {
display:table-cell;width:100%;word-break: break-all;
}
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap{
	position:relative;
	overflow:hidden;
}
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap dd .CommentBtnDesign{
	display: inline-block!important;
	height: 24px;
	margin: 0 2px 4px 0!important;
	padding: 0 4px 4px !important;
	font-size: .8em;
	text-align: center;
	line-height: 24px;
	border: 1px solid #d7d8d9;
	background: #FFFFFF;
	-moz-box-shadow: 0 1px 0 rgba(221,221,221,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(221,221,221,0.4) inset;
	-o-box-shadow: 0 1px 0 rgba(221,221,221,0.4) inset;
	-ms-box-shadow: 0 1px 0 rgba(221,221,221,0.4) inset;
}
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .Comment_Like_Count{
	position: relative;
	padding: 5px 4px 0;
	width:20px;
	margin:0 3px 0 2px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: .8em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	white-space: nowrap;
}
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .Comment_Like_Count:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	top: 4px;
	border-width: 5px 5px 5px;
	border-style: solid;
	border-color: transparent #ddd transparent transparent;
}
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .Comment_Like_Count:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -9px;
	top: 4px;
	border-width: 5px 5px 5px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.Comment_Form_01 .Comment_Form_01_btnhide a{
	cursor:pointer;
	display: block;
	height: 38px;
	margin:6px auto;
	width:98%;
	padding: 12px 2px 8px 2px;
	text-align: center;
	font-size: .8em;
	font-weight:bold;
	border: 1px solid #d7d8d9;
	background-color: #fff;
	background-image: -moz-linear-gradient(center top,#fff 0,#f6f6f6 100%);
	background-image: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1.0,#f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f6f6f6')";
	background-image: linear-gradient(to bottom,#fff 0,#f6f6f6 100%);
	font-size: 70%;
	color: #333333;
}

#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .CommentBtn1 .Nice .CommentBtnNice,
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .CommentBtn1 .Nice .Comment_Like_CountSpace,
#_comment_list_1 ul.List_Box li .Comment_Box .CommentBtnWrap .CommentBtn2 .BBS_Btn{
	float:left;
}
.CommentBtnCenter{
	text-align: center;
}
.CommentBtnCenter .jqm-btn{
	margin:6px auto;
	width:150px;
}

.Comment_Form_01 .CommentCautionText{
	font-size:80%;
	margin:4px 20px 4px 10px;
}
/*いいねボタン配置設定*/
.DB_Horse_BBS .CommentBtnNice,
.DB_Horse_BBS .Comment_Like_CountSpace{
	display: inline;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn .Btn{
	margin-bottom: 0;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn.BBS_Reply {
	margin-bottom: 0;
}
.DB_Horse_BBS .BBS_Menu_Box{
	top: auto;
	bottom: 0;
}
span[class*="hidden_comment_"] span.invalid,
span[class*="hidden_comment_"] span:not([class]){
	display: block!important;
	height: 24px;
	margin: 0 0 6px 0!important;
	padding: 0!important;
	font-size: .8em;
	text-align: center;
	line-height: 24px;
	border: 1px solid #d7d8d9;
	background: #f1f2f3;
	background-image: -moz-linear-gradient(top,#f7f8f9,#f1f2f3);
	background-image: -o-linear-gradient(top,#f7f8f9,#f1f2f3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f8f9),to(#f1f2f3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
	background-image: linear-gradient(to bottom,#f7f8f9,#f1f2f3);
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
}
.DB_Horse_BBS .Attention_Form{
	font-size: .88em;
}
.DB_Horse_BBS .Attention_Form button{
	font-size: .85em!important;
}
.DB_Horse_Result ul.List_Box li dl .Nice em{
	font-size: .95em;
}
.DB_Horse_BBS .Comment_Form_01 .Comment_Form_01_btnhide a{
	width: 80%;
}
.DB_Horse_BBS .BBS_Report a{
	cursor:pointer;
	display: block;
	height: 38px;
	margin:6px auto;
	width: 80%;
	padding: 12px 2px 8px 2px;
	text-align: center;
	font-size: .8em;
	font-weight:bold;
	border: 1px solid #d7d8d9;
	background-color: #fff;
	background-image: -moz-linear-gradient(center top,#fff 0,#f6f6f6 100%);
	background-image: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1.0,#f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f6f6f6')";
	background-image: linear-gradient(to bottom,#fff 0,#f6f6f6 100%);
	font-size: 70%;
	color: #333333;
}
/*通報*/
.report_form {
	margin: 0 10px;
	padding-top: 12px;
	font-size: .9em;
}
.report_form p {
	margin-bottom: 10px;
}
.report_form dd {
	margin:0 0 10px 1em;
}
.report_form dd span:not([class]) {
	color:#ff0000;
}
.report_form table {
	width: 100%;
}
.report_form table tr {
	height: 35px;
	vertical-align: top;
}
.report_form table th {
	width: 28%;
	vertical-align: top;
}
.report_form table select {
	margin: 0;
}
.report_form table textarea {
	width: 90%;
}
.report_form div:last-child {
	text-align: center;
	margin: 10px 0 0;
}
.report_form button {
  padding: 8px 20px;
  font-size: .8em;
  font-weight: bold;
  text-shadow: white 0 1px 0;
  border: 1px solid #d7d8d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f1f2f3;
  background-image: -moz-linear-gradient(top,#f7f8f9,#f1f2f3);
  background-image: -o-linear-gradient(top,#f7f8f9,#f1f2f3);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f8f9),to(#f1f2f3));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
		background-image: linear-gradient(to bottom,#f7f8f9,#f1f2f3);
  border: 1px solid #d7d8d9;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  -ms-box-shadow: 0 1px 0 #fff inset;
}
/*======================================
追加エリア 11.11.08
======================================*/
.race_payback_info .Race_List_Num .Num {
	width: 40px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.race_payback_info .Race_List_Num .Race_Fixed {
	background-color: #820700;
	background-image: -moz-linear-gradient(center top,#de2826 0,#9d0901 50%,#820700 50%);
	background-image: -o-linear-gradient(top,#de2826 0,#9d0901 50%,#820700 50%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#de2826),color-stop(0.5,#9d0901),color-stop(0.5,#820700));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cc1511', EndColorStr='#de2826')";
	background-image: linear-gradient(to bottom,#de2826 0,#9d0901 50%,#820700 50%);
	text-shadow: 0 -1px 0 #590200;
	border: 1px solid #590200;
}
.race_payback_info .Race_Payback_RaceHead { margin: 0 6px }
.race_payback_info .data_intro {
	padding: 10px 0 0;
	margin: 0 0 10px;
}
	.race_payback_info .data_intro ul li {
		font-size: .8em;
		font-weight: 700;
		margin: 0 20px 0 0;
	}
.race_payback_info .Result_Pay_Back { margin: 0 0 20px }
.Race_Result table.SP_Common_Table,
.Result_Pay_Back table.SP_Common_Table {
	width: 100%;
	margin-bottom: 10px;
}
	.Race_Result table.SP_Common_Table th,
	.Race_Result table.SP_Common_Table td { padding: 4px 3px }
	.Race_Result table.SP_Common_Table td.txt_l {
		padding: 2px 5px;
		line-height: 1.3;
	}
	.Race_Result table.SP_Common_Table td.Waku1 { background: #fff }
	.Race_Result table.SP_Common_Table td.Waku2 {
		background: #333;
		color: #fff!important;
	}
	.Race_Result table.SP_Common_Table td.Waku3 {
		background: #f00;
		color: #fff!important;
	}
	.Race_Result table.SP_Common_Table td.Waku4 {
		background: #00f;
		color: #fff!important;
	}
	.Race_Result table.SP_Common_Table td.Waku5 { background: #fc0 }
	.Race_Result table.SP_Common_Table td.Waku6 {
		background: #090;
		color: #fff!important;
	}
	.Race_Result table.SP_Common_Table td.Waku7 {
		background: #f60;
		color: #fff!important;
	}
	.Race_Result table.SP_Common_Table td.Waku8 {
		background: #f3c;
		color: #fff!important;
	}
.race_calendar { margin: 0 0 8px }
p.This_Year {
	width: 100%;
	font-size: .8em;
	text-align: center;
	line-height: 37px;
}
.race_calendar .Common_Pager_Type1 {
	margin: 6px auto;
	border: 0;
	padding: 0;
	width: 90%;
}
	.race_calendar .Common_Pager_Type1 ul {
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 5;
	}
	.race_calendar .Common_Pager_Type1 li.Prev_Page { margin: 0 4px 0 0 }
	.race_calendar .Common_Pager_Type1 li.Next_Page { margin: 0 0 0 4px }
.race_calendar table.carendar_table_01 {
	width: 90%;
	border: 1px solid #ddd;
	margin: auto;
}
	.race_calendar table.carendar_table_01 th,
	.race_calendar table.carendar_table_01 td { text-align: center }
.race_kaisai table.SP_Common_Table {
	margin: 0;
	width: 100%;
	border-right: 1px solid #ddd;
}
.Jockey_Header .Title{
	margin:0 !important;
}
.Jockey_Header .Title_Box{
	background-color: #444;
	padding:16px 11px 12px 11px;
	color:#fff;
}
.Jockey_Header .Title .Title_Box h1{
	padding:0 !important;
	color:#fff;
	font-size:100%;
}
@media only screen and (max-width: 374px){
	.Jockey_Header .Title .Title_Box h1{
		font-size:94.44%;
	}
}

.Jockey_Header .Title .Title_Box p{
	color: #d0d0d0;
	margin:0;
	margin-top: 10px;

}

.Jockey_Header .Title_Box p a { color: #fff }
.DB_Contents_Sub_Menu_Box { margin: 0 0 8px }
table.SP_Common_Table td.r1ml { background-color: #fff080 }
table.SP_Common_Table td.r2ml { background-color: #ccdfff }
table.SP_Common_Table td.r3ml { background-color: #f0c8a0 }
table.SP_Common_Table td.txt_r { text-align: right }
table.SP_Common_Table td.txt_c { text-align: center }
table.SP_Common_Table td.txt_l { text-align: left }

/*======================================
騎手データベース 12.03.09
======================================*/
@media only screen and (min-width:992px) {
	.DB_Jockey_Profile_Width .Main_Column {
		float: left;
		width: 296px;
		margin: 0;
	}
	.DB_Jockey_Profile_Width .Side_Column {
		float: right;
		width: 624px;
	}
	.DB_Jockey_Result_Width .Side_Column {
		float: left!important;
		width: 1600px!important;
	}
	.DB_Jockey_Profile_Width .Inner_Box { min-height: 660px }
	.DB_Jockey_Profile_Width .Header_Menu_Box .Inner_Box { min-height: 100%!important }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Jockey_Profile_Width .Main_Column {
		float: left;
		width: 256px;
		margin: 0;
	}
	.DB_Jockey_Profile_Width .Side_Column {
		float: right;
		width: 494px;
	}
	.DB_Jockey_Profile_Width .Inner_Box { min-height: 660px }
	.DB_Jockey_Profile_Width .Header_Menu_Box .Inner_Box { min-height: 100%!important }
}
.FullScreen .DB_Jockey_Profile_Width .Header_Box { margin: 0 }
.DB_Jockey_Profile_Width .Contents { margin: 0 auto }
@media only screen and (min-width:992px) {
	.DB_Jockey_Profile_Width .Header_Box,
	.DB_Jockey_Profile_Width .Footer_Box,
	.DB_Jockey_Profile_Width .Contents_Header .Title_Box {
		width: 920px!important;
		margin: auto!important;
	}
	.DB_Jockey_Profile_Width .Header_Menu_Box { margin: 10px 0 0 0 }
	.DB_Jockey_Profile_Width .Contents { padding: 10px 0 0 0 }
	.DB_Jockey_Profile_Width .Side_Column {
		float: right;
		width: 624px;
	}
	.DB_Jockey_Profile_Width .Inner_Box { padding: 0 0 8px }
	.DB_Jockey_Profile_Width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Jockey_Profile_Width .Side_Column { width: 1640px!important }
	.DB_Jockey_Profile_Width .Header_Menu_Box { margin: 10px 8px 0 8px }
	.DB_Jockey_Profile_Width .Contents { padding: 10px 8px 0 8px }
	.DB_Jockey_Profile_Width .Inner_Box { padding: 8px }
	.DB_Jockey_Profile_Width .Side_Column {
		float: left!important;
		width: 1600px!important;
	}
	.DB_Jockey_Profile_Width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Jockey_Profile_Width .Contents { margin: 0 auto }
	.DB_Jockey_Profile_Width table.SP_Common_Table {
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.DB_Jockey_Profile_Width .DB_Horse_Photo_Box img.Horse_Photo { width: 100px }
	.DB_Jockey_Profile_Width .DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
		display: table-cell;
		width: 100px;
		vertical-align: top;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.DB_Jockey_Profile_Width .Contents { margin: 0 auto }
	.DB_Jockey_Profile_Width table.SP_Common_Table {
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.DB_Jockey_Profile_Width .DB_Horse_Photo_Box img.Horse_Photo { width: 100px }
	.DB_Jockey_Profile_Width .DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
		display: table-cell;
		width: 100px;
		vertical-align: top;
	}
}
.DB_Jockey_Profile_Width .DB_Horse_Menu ul li {
	float: left;
	display: block;
	width: 33.33%;
	margin: 0;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	text-align: center;
	color: #fff;
	background-image: -moz-linear-gradient(top,#444,#000);
	background-image: -o-linear-gradient(top,#444,#000);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')";
	background-image: linear-gradient(to bottom,#444,#000);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
.DB_Jockey_Profile_Width .DB_Horse_Menu ul li:nth-child(3n+1) { border-left: 1px solid #444 }
.DB_Jockey_Profile_Width .DB_Horse_Menu ul li:nth-child(-n+3) { border-top: 1px solid #444 }
.DB_Jockey_Profile_Width .DB_Horse_Menu ul li.Tab_Active {
	display: block;
	padding: 0;
	text-align: center;
	color: #fff;
	text-shadow: #d61338 0 -1px 0;
	text-shadow: #022396 0 -1px 0;
	background: #0056cd;
	background-image: -moz-linear-gradient(center top,#5f93ff 0,#034cca 70%,#0056cd 100%);
	background-image: -o-linear-gradient(top,#5f93ff 0,#034cca 70%,#0056cd 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5f93ff),color-stop(0.7,#034cca),color-stop(1.0,#0056cd));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f93ff', EndColorStr='#0056cd')";
	background-image: linear-gradient(to bottom,#5f93ff 0,#034cca 70%,#0056cd 100%);
	border: 1px solid #022396;
	-moz-box-shadow: 0 1px 0 #afe0ff inset;
	-webkit-box-shadow: 0 1px 0 #afe0ff inset;
	-o-box-shadow: 0 1px 0 #afe0ff inset;
	-ms-box-shadow: 0 1px 0 #afe0ff inset;
}
@media only screen and (min-width:992px) {
	.DB_Jockey_Profile_Width .DB_Horse_Menu ul li {
		float: none;
		width: 100%;
		margin: 0 0 4px 0;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Jockey_Profile_Width .DB_Horse_Menu ul li {
		float: none;
		width: 100%;
	}
}
.DB_Jockey_Profile_Width .DB_Horse_Main_Info_Box .DB_Horse_Summary table th {
	padding: 0 0 10px;
	text-align: left;
	width: 7em;
}
.DB_Jockey_Profile_Width .DB_Horse_Summary table td { padding: 0 0 10px }
	.DB_Jockey_Profile_Width .DB_Horse_Summary table td a { color: #6cf }
.DB_Jockey_Profile_Width .DB_Horse_Summary p.Data_TimeStamp {
	font-size: .6em;
	text-align: right;
	color: #fff;
	padding: 0 0 6px;
}
.DB_Jockey_TopData_Box { padding: 8px 0 12px }
	.DB_Jockey_TopData_Box table.SP_Common_Table { margin: 0 0 4px }
.DB_TopData_Box_01 {
	display: table;
	width: 100%;
	margin: 10px 0;
	font-size: .8em;
}
	.DB_TopData_Box_01 span.DB_Data_Left {
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 8px;
	}
	.DB_TopData_Box_01 span.DB_Data_Right {
		display: table-cell;
		vertical-align: top;
		text-align: right;
		padding: 0 8px 0 0;
	}
.DB_Jockey_TopData_Box .Common_Btn_Group { padding: 0 8px 8px }
	.DB_Jockey_TopData_Box .Common_Btn_Group ul li a,
	.DB_Jockey_TopData_Box .Common_Btn_Group ul li>div {
		height: 28px!important;
		padding: 6px 2px 4px 2px!important;
	}
	.DB_Jockey_TopData_Box .Common_Btn_Group ul li a div { line-height: 28px }
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Jockey_TopData_Box table.SP_Common_Table td.Race_Name_Cell span {
		display: block;
		width: 7.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.DB_Jockey_TopData_Box table.SP_Common_Table td.Horse_Name_Cell span {
		display: block;
		width: 6.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.first_Race_Data_Box dl {
	font-size: .8em;
	border-bottom: 1px solid #eee;
	margin: 0 0 8px;
}
	.first_Race_Data_Box dl dt { padding: 0 0 8px }
	.first_Race_Data_Box dl dd {
		text-align: right;
		padding: 0 0 8px;
	}
.DB_Jockey_Profile_Width .Course_Info dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
}
	.DB_Jockey_Profile_Width .Course_Info dl dd {
		display: table-cell;
		padding: 8px;
		font-size: .8em;
	}
	.DB_Jockey_Profile_Width .Course_Info dl dd.Race_Corse_Name { font-weight: bold }
	.DB_Jockey_Profile_Width .Course_Info dl dd.Side_Link { text-align: right }
.DB_Jockey_Profile_Width li dl dd.Race_List_HorseName {
	font-size: .7em;
	font-weight: normal;
	color: #333;
	margin: 6px 0 0 0!important;
}
.DB_Jockey_Profile_Width li dl dt span.Rank_Num {
	font-size: .8em;
	color: #777;
}
.DB_Jockey_Profile_Width li dl dt span.Win_Rank { color: #c00 }
p.Jockey_Non_Race {
	padding: 8px;
	font-size: .8em;
	font-weight: bold;
}
.DB_Jockey_Profile_Width .DB_Jockey_TopResults_Box .Course_Info dl { border: 0 }
	.DB_Jockey_Profile_Width .DB_Jockey_TopResults_Box .Course_Info dl dd {
		padding: 8px;
		font-size: .8em;
	}
.DB_Jockey_TopResults_Box table.SP_Common_Table th,
.DB_Jockey_TopResults_Box table.SP_Common_Table td { padding: 4px }
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Jockey_TopResults_Box table.SP_Common_Table td.Race_Name_Cell span {
		display: block;
		width: 6.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.DB_Jockey_TopResults_Box table.SP_Common_Table td.Horse_Name_Cell span {
		display: block;
		width: 5.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.DB_Jockey_Profile_Width .DB_Jockey_TopResults_Box .Common_Pager_Type1 { border: 0 }
.DB_Jockey_Result_Width { width: 1912px!important }
	.DB_Jockey_Result_Width .Header_Box { margin: 0!important }
	.DB_Jockey_Result_Width .Contents {
		width: 1912px!important;
		margin: 0 auto;
	}
@media only screen and (min-width:992px) {
	.DB_Jockey_Result_Width .Header_Box,
	.DB_Jockey_Result_Width .Footer_Box,
	.DB_Jockey_Result_Width .Contents_Header .Title_Box {
		width: 920px!important;
		margin: 0!important;
	}
	.DB_Jockey_Result_Width .Side_Column {
		float: left;
		width: 1600px;
	}
	.DB_Jockey_Result_Width .Contents { padding: 10px 8px 0 }
	.DB_Jockey_Result_Width .Inner_Box { padding: 8px }
	.DB_Jockey_Result_Width ul.Tab_1,
	.DB_Jockey_Result_Width .Course_Info,
	.DB_Jockey_Result_Width .Common_Pager_Type1 {
		max-width: 624px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .DB_Horse_Summary {
		max-width: 520px;
		margin: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Jockey_Result_Width .Main_Column {
		float: left;
		width: 256px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .Side_Column {
		float: left;
		width: 1600px;
	}
	DB_Jockey_Result_Width .Contents { padding: 10px 8px 0 }
	.DB_Jockey_Result_Width .Inner_Box { padding: 8px }
	.DB_Jockey_Result_Width ul.Tab_1,
	.DB_Jockey_Result_Width .Course_Info,
	.DB_Jockey_Result_Width .Common_Pager_Type1 {
		max-width: 624px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .DB_Horse_Summary {
		max-width: 520px;
		margin: 0;
	}
}
@media only screen and (min-width:992px) {
	.DB_Jockey_Result_Width .Header_Box,
	.DB_Jockey_Result_Width .Footer_Box,
	.DB_Jockey_Result_Width .Contents_Header .Title_Box {
		width: 920px!important;
		margin: 0!important;
	}
	.DB_Jockey_Result_Width .Header_Menu_Box { margin: 10px 0 0 0 }
	.DB_Jockey_Result_Width .Contents { padding: 10px 0 0 0 }
	.DB_Jockey_Result_Width .Side_Column {
		float: right;
		width: 624px;
	}
	.DB_Jockey_Result_Width .Inner_Box { padding: 0 0 8px }
	.DB_Jockey_Result_Width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.DB_Jockey_Result_Width ul.Tab_1,
	.DB_Jockey_Result_Width .Course_Info,
	.DB_Jockey_Result_Width .Common_Pager_Type1 {
		max-width: 624px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .DB_Horse_Summary {
		max-width: 520px;
		margin: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Jockey_Result_Width .Side_Column { width: 1640px!important }
	.DB_Jockey_Result_Width .Header_Menu_Box { margin: 10px 8px 0 8px }
	.DB_Jockey_Result_Width .Contents { padding: 10px 8px 0 8px }
	.DB_Jockey_Result_Width .Inner_Box { padding: 8px }
	.DB_Jockey_Result_Width .Side_Column {
		float: left!important;
		width: 1600px!important;
	}
	.DB_Jockey_Result_Width table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.DB_Jockey_Result_Width ul.Tab_1,
	.DB_Jockey_Result_Width .Course_Info,
	.DB_Jockey_Result_Width .Common_Pager_Type1 {
		max-width: 768px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .DB_Horse_Summary {
		max-width: 660px;
		margin: 0;
	}
}
@media only screen and (min-width:300px) and (max-width:479px) {
	.DB_Jockey_Result_Width .Contents { margin: 0 auto }
	.DB_Jockey_Result_Width table.SP_Common_Table {
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.DB_Jockey_Result_Width .DB_Horse_Photo_Box img.Horse_Photo { width: 100px }
	.DB_Jockey_Result_Width .DB_Horse_Main_Info_Box .DB_Horse_Photo_Box {
		display: table-cell;
		width: 100px;
		vertical-align: top;
	}
	.DB_Jockey_Result_Width ul.Tab_1,
	.DB_Jockey_Result_Width .Course_Info,
	.DB_Jockey_Result_Width .Common_Pager_Type1 {
		max-width: 320px;
		margin: 0;
	}
	.DB_Jockey_Result_Width .DB_Horse_Summary {
		max-width: 210px;
		margin: 0;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.DB_Jockey_Result_Width { width: 1500px }
		.DB_Jockey_Result_Width .Contents {
			width: 1500px;
			margin: 0 auto;
		}
		.DB_Jockey_Result_Width ul.Tab_1,
		.DB_Jockey_Result_Width .Course_Info,
		.DB_Jockey_Result_Width .Common_Pager_Type1 {
			max-width: 480px;
			margin: 0;
		}
		.DB_Jockey_Result_Width .DB_Horse_Summary {
			max-width: 370px;
			margin: 0;
		}
}

/*======================================
お気に入り馬登録
======================================*/
.Search_Favhorse_Form { padding: 8px }
	.Search_Favhorse_Form p { font-size: .8em }
	.Search_Favhorse_Form .Search_Detail_Txt_Box,
	.Search_Favhorse_Form .Search_Detail_Select_Menu { margin: 0 0 8px 0 }
	.Search_Favhorse_Form .Left_Box {
		font-size: 1.0em!important;
		vertical-align: middle;
	}
	.Search_Favhorse_Form .Right_Box { vertical-align: middle }
	.Search_Favhorse_Form .ui-select { width: 100% }
	.Search_Favhorse_Form .Select_Box .ui-select .ui-btn-inner {
		padding-left: 15px!important;
		padding-right: 35px!important;
		font-size: 1em!important;
	}
	.Search_Favhorse_Form .Select_Box .ui-select .ui-btn-icon-right .ui-icon { right: 8px }
	.Search_Favhorse_Form .Select_Box .ui-radio .ui-btn-inner {
		padding-left: 35px!important;
		padding-right: 15px!important;
		font-size: 1em!important;
	}
	.Search_Favhorse_Form .Search_Submit .ui-btn-inner {
		background: url(../../img/sp/common/bg_search_btn.png) 32% 50% no-repeat;
		background-size: 19px 18px;
		-moz-background-size: 19px 18px;
		-webkit-background-size: 19px 18px;
		-o-background-size: 19px 18px;
		-ms-background-size: 19px 18px;
	}
	.Search_Favhorse_Form .ui-radio .ui-btn-icon-left .ui-icon { left: 10px }
.Select_Box { display: inline-table }
.Search_Favhorse_Form table { margin-bottom: 1em }
.FullScreen .Favhorse_Result_Width { width: 1400px!important }
.Search_Favhorse_Result .Common_FullScreen_Box p {
	padding: 0;
	font-size: .8em!important;
}
.Search_Favhorse_Result .Common_FullScreen_Box p:last-child { margin-bottom: .5em!important }
.Search_Favhorse_Result .Btn_Vertical {
	float: right;
	display: inline-table;
}
	.Search_Favhorse_Result .Btn_Vertical li a { height: auto }
	.Common_Select .Search_Favhorse_Result label { font-size: 1.0em }
	.Search_Favhorse_Result .Common_Box { margin: 0 8px 8px }
	.Search_Favhorse_Result table { font-size: 1em!important }
	.Search_Favhorse_Result table tr td:last-child,
	.Search_Favhorse_Result table tr th:last-child { border-right: 1px solid #ddd }
	.Search_Favhorse_Result table th { font-size: .7em }
	.Search_Favhorse_Result table th p {
		display: inline-table;
		width: 50%;
	}
	.Search_Favhorse_Result table td{
		white-space: nowrap;
	}
	.Search_Favhorse_Result table td,
	.Search_Favhorse_Result ul.List_Box li:not(.More_Page) {
		font-weight: normal;
		font-size: .75em;
		line-height: 1.8;
	}
	.Search_Favhorse_Result table td.checkCell { background-color: #fdecec!important }
	.Search_Favhorse_Result table td dl{
		display:table;
		width:100%;
	}
	.Search_Favhorse_Result table td dl dt,
	.Search_Favhorse_Result table td dl dd,
	.Search_Favhorse_Result ul li dl dt,
	.Search_Favhorse_Result ul li dl dd { display: table-cell }
	.Search_Favhorse_Result table td dl dt,
	.Search_Favhorse_Result ul li dl dt {
		width: 10.8em;
		font-size: 1.25em;
	}
	.Search_Favhorse_Result table td dl dd {
		width: 5.5em;
		padding-left:.5em;
	}
	.Search_Favhorse_Result table td dl dd,
	.Search_Favhorse_Result ul li dl dd {
		color: #333;
		font-weight: normal;
	}
.Search_Favhorse_Result .ui-btn a span { color: #111!important }
.Appeal_End {
	margin: 8px;
	padding: 8px;
	-moz-border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	border-radius: 4px!important;
	background: #fceaea;
}
	.Appeal_End p {
		font-size: .85em;
		line-height: 1.2em;
		font-weight: bold;
	}
	.Appeal_End p strong {
		color: #c00!important;
		font-weight: bold;
	}
.Regist_Btn { margin: 8px 8px 0 8px }
	.Regist_Btn a {
		display: block;
		width: 100%;
		padding: 12px;
		color: #fff!important;
		font-weight: bold;
		text-align: center;
		text-shadow: #d61338 0 -1px 0;
		border: 1px solid #d7d8d9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #ea3a5c;
		background-image: -moz-linear-gradient(center top,#de2826 0,#b1120c 50%);
		background-image: -o-linear-gradient(top,#de2826 0,#b1120c 50%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#de2826),color-stop(0.5,#b1120c));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#de2826', EndColorStr='#b1120c')";
		background-image: linear-gradient(to bottom,#de2826 0,#b1120c 50%);
		border: 1px solid #d61338;
		text-shadow: 0 -1px 0 #590200;
		-moz-box-shadow: 0 1px 0 #f2607c inset;
		-webkit-box-shadow: 0 1px 0 #f2607c inset;
		-o-box-shadow: 0 1px 0 #f2607c inset;
		-ms-box-shadow: 0 1px 0 #f2607c inset;
	}
ul.Tab_1 li a span.Rating_TabTxt { font-size: .9em }
	ul.Tab_1 li a span.Rating_TabTxt span.Icon_Rating { margin-right: 2px }

/*======================================
競走馬掲示板
======================================*/
.DB_Horse_BBS .Comment_Form_01 { padding: 8px }
.DB_Horse_BBS .Res_Form { margin-top: 10px }
	.DB_Horse_BBS .Res_Form button {
		display: inline-block;
		width: 80%;
		margin: 10px;
		border: solid 1px #d7d8d9;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		background-color: #fff;
		background-image: -moz-linear-gradient(center top,#fff 0,#f6f6f6 100%);
		background-image: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#f6f6f6));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f6f6f6')";
		background-image: linear-gradient(to bottom,#fff 0,#f6f6f6 100%);
		font-size: .7em;
		font-weight: bold;
		height: 38px;
		padding: 0 2px 3px;
		text-align: center;
	}
/*掲示板コメント内ボタン基本設定*/
.DB_Horse_BBS .Comment_Box .Btn,
.DB_Horse_BBS .respect .Btn {
	display: inline-block;
	font-size: .7em;
	text-align: center;
	background-color: #f1f2f3;
	background-image: -moz-linear-gradient(top,
									#f9f9f9 0%,
									#f9f9f9 40%,
									#f4f4f4 100%);
	background-image: -o-linear-gradient(top,
									#f9f9f9 0%,
									#f9f9f9 40%,
									#f4f4f4 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,
									color-stop(0	 , #f9f9f9),
									color-stop(0.4 , #f9f9f9),
									color-stop(1.0 , #f4f4f4)
									);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#f4f4f4')";
	background-image: linear-gradient(to bottom,
									#f9f9f9 0%,
									#f9f9f9 40%,
									#f4f4f4 100%);
	-moz-box-shadow:	0 1px 1px 0 rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.4) inset,1px 0 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow:	0 1px 1px 0 rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.4) inset,1px 0 0 rgba(255,255,255,0.4) inset;
	-o-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.4) inset,1px 0 0 rgba(255,255,255,0.4) inset;
	-ms-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.4) inset,1px 0 0 rgba(255,255,255,0.4) inset;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.4) inset,1px 0 0 rgba(255,255,255,0.4) inset;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 20px;
	line-height: 20px;
	min-width: 80px;
	margin: 0 0 6px;
	padding: 0 10px;
}
/*いいねボタン設定*/
.DB_Horse_BBS .Comment_Box .BBS_Btn {
	display: inline-block;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn .Btn,
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right .Btn{
	height: 26px;
	line-height: 26px;
	min-width: 32px;
	padding: 0 4px;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right a {
	font-size: 10px;
}
/*ボタン非活性時*/
.DB_Horse_BBS .Comment_Box .BBS_Btn .invalid { color: #777 }
/*いいねコメント数設定*/
.DB_Horse_BBS .Comment_Box .Nice em{
	color: #333;
	font-weight: normal;
	font-size: .8em;
}
.DB_Horse_BBS .Comment_Box .Comment_Like_Count { display: inline-block }
/*いいねコメント数吹き出し設定*/
.DB_Horse_BBS .Comment_Box .Comment_Like_Count div {
		background: none repeat scroll 0 0 #fff;
		border: 1px solid #ddd;
		border-radius: 4px 4px 4px 4px;
		height: 28px;
		margin: 0 4px 0 2px;
		padding: 5px 0;
		vertical-align: middle;
	}
.DB_Horse_BBS .Comment_Box .Comment_Like_Count div span:after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: " ";
	height: 0;
	left: -9px;
	position: absolute;
	top: 4px;
}
.DB_Horse_BBS .Comment_Box .Comment_Like_Count div span:before {
	border-color: transparent #ddd transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: " ";
	height: 0;
	left: -10px;
	position: absolute;
	top: 4px;
	width: 0;
}
.DB_Horse_BBS .Comment_Box .Comment_Like_Count div span {
	padding: 0 4px;
	position: relative;
}
/*BBS右寄せボタン*/
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right {
	position: absolute;
	right: 8px;
	bottom: 0;
	margin: 0;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right .BBS_Disp_Btn .Icon {
	margin-right: 0;
}
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right span[class*="hidden_comment_"] span.invalid,
.DB_Horse_BBS .Comment_Box .BBS_Btn_Right span[class*="hidden_comment_"] span:not([class]){
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.DB_Horse_BBS .Contents_Header { width: auto!important }
.DB_Horse_BBS input.jqm-input-text,
.DB_Horse_BBS textarea.jqm-input-text {
	background: #f7f8f9;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.196) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.196) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.196) inset;
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.196) inset;
	-ms-box-shadow: 0 1px 4px rgba(0,0,0,0.196) inset;
	color: #333;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	padding: .4em;
	text-shadow: 0 1px 0 #fff;
}
.taL { text-align: left!important }
.taC { text-align: center!important }
.taR { text-align: right!important }

.DB_Horse_BBS .User_Name {
	position: relative;
}
.DB_Horse_BBS span.BBS_Delete {
	position: absolute;
	right: 0;
}


/*======================================
個別詳細検索
======================================*/

.SeparateSearch_txt_Wrap {
	width:100%;
	background-color:#f0f0f0;
}

.SeparateSearch {
	display:table;
	width:100%;
	padding:8px;
}
.SeparateSearch .Txt_Form_LineBox {
	display:table-cell;
	width:100%;
	padding-right:6px;
}

.SeparateSearch .Submit_Btn_Box {
	display:table-cell;
}

.SeparateSearch_Left_Box {
	display:table-cell;
	min-width:70px;
	padding:4px 4px 2px 4px;
	background:#F6F7F8;
	vertical-align:middle;
}

.SeparateSearch_Left_Box img {
	width:70px;
}

.SeparateSearch_Right_Box {
	display:table-cell;
	min-width:220px;
	padding:2px 4px;
	vertical-align:top;
}
.SeparateSearch_Right_Box dl dt ,
dl.SeparateSearch_info_Box dt {
	font-size:.9em;
	font-weight:bold;
	color:#000;
	line-height:1.4em;
}
.SeparateSearch_Right_Box dl dd ,
dl.SeparateSearch_info_Box dd {
	font-size:.8em;
	line-height:1.2em;
	color:#666;
}
.SeparateSearch_list_Wrap {
	position:relative;
}

.SeparateSearch_Detail_btn_close {
	position:absolute;
	top:9px;
	right:5px;
	z-index:999;
}

.SeparateSearch_Detail_btn_close a {
	padding: 5px 8px;
	border:1px solid #ccc;
	background: #FFF;
	color:#000;
	font-size:.8em;
}

.SeparateSearch_belong {
	padding:2px 4px;
	color:#FFF;
	font-size:.7em;
	vertical-align:2px;
}
.belong_color_1 {
	background-color:#CC1144;
}
.belong_color_2 {
	background-color:#155CC1;
}
.belong_color_3 {
	background-color:#009000;
}
.belong_color_4 {
	background-color:#666666;
}

.Contents_Header .Side_Btn_Sort {
	position: relative;
}

.Contents_Header .Side_Btn_Sort li {
	display: table;
	background-color: #EEEEEE;
	background-image: -moz-linear-gradient(center top,#FFFFFF 0,#DDDDDD 70%,#EEEEEE 100%);
	background-image: -o-linear-gradient(top,#FFFFFF 0,#DDDDDD 70%,#EEEEEE 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(0.7,#DDDDDD),color-stop(1.0,#EEEEEE));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')";
	background-image: linear-gradient(to bottom,#FFFFFF 0,#DDDDDD 70%,#EEEEEE 100%);
	border: 1px solid #CCCCCC;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-o-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
	-ms-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
}

.Contents_Header .Side_Btn_Sort li.Side_Btn_Right_Sort {
	position: absolute;
	top: -30px;
	right: 4px;
}

.Contents_Header .Side_Btn_Sort li a {
	display: table-cell;
	width: 70px;
	height: 25px;
	font-size: .8em;
	vertical-align: middle;
	padding: 0 3px 3px;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight:bold;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.SeparateSearch_Sort_Wrap {
	display: none;
	width:100%;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #CCC;
}

.SeparateSearch_Sort_padding {
	padding: 6px 8px 6px;
	background-color:#9C9C9C;
}

.Sort_Select_Box {
	display:table;
	width:100%;
}

.SeparateSearch_Sort_Wrap ul li {
	display:table-cell;
	width:50%;
	padding: 2px;
}

.SeparateSearch_Sort_Wrap ul li a.Sort_SelectBtn {
	display:block;
	height:31px;
	padding:6px;
	font-size:.85em;
	border: 1px solid #EEE;
	margin:0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f1f2f3;
	background-image: -moz-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
	background-image: -o-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f8f9),color-stop(1,#f1f2f3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
	background-image: linear-gradient(to bottom,#f7f8f9 0,#f1f2f3 100%);
}
.SeparateSearch_Sort_Wrap ul li a.SelectNow {
	border:1px solid #EEE;
	color:#FFFFFF;
	background-color: #aaaaaa;
	background-image: -moz-linear-gradient(top,#cccccc,#aaaaaa);
	background-image: -o-linear-gradient(top,#cccccc,#aaaaaa);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#aaaaaa));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#aaaaaa')";
	background-image: linear-gradient(to bottom,#cccccc,#aaaaaa);
}

.Sort_Select_Box .Icon_Check_Gray {
	background-position: -96px -384px;
}

/*======================================
リーディング
======================================*/
.DB_Leading_Ranking .Title h2 span {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: .75em;
}
.DB_Leading_Ranking .race_summary_info .RaceDayWrap {
	padding: 12px 2px;
}
.DB_Leading_Ranking .RacedDayMiddle {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	line-height: 24px;
}
.DB_Leading_Ranking .Common_Ranking_02 .Left_Box div {
	background-color: #999;
}
.DB_Leading_Ranking .Right_Box dl dd {
	text-align: right;
}

/*======================================
データベース改修13.11.06
======================================*/
/*メニュー設定*/
.DB_Horse_Main_Info_Box .DB_Horse_Summary table th {
	padding: 0 0 10px;
	text-align: left;
	width: 7em;
}
.DB_Horse_Main_Info_Box .DB_Horse_Summary table td {
	padding: 0 0 10px;
}
.DB_Horse .DB_Horse_Main_Info_Box .DB_Horse_Summary table th {
	width: 3em;
	padding: 0 0 6px;
}
.DB_Horse_Summary table td a {
	color: #6cf;
}
.DB_Horse_Summary p.Data_TimeStamp {
	font-size: .6em;
	text-align: right;
	color: #fff;
	padding: 0 0 6px;
}
.DB_Horse_Menu li {
	height: 35px;
	line-height: 35px;
}
.DB_Horse_Menu .small {
	font-size: .8em;
}
/*メニュー内ボタン位置設定*/
.Main_Info_Container {
	position: relative;
}
.Main_Info_Btn {
	font-weight: bold;
	font-size: .65em;
	min-width: 184px;
}
.Main_Info_Btn a {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	padding: 10px 16px 10px 6px;
	background-image: url(../../img/sp/icon/icon_link_arrow_more_blue.png)!important;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 21px 16px;
	-moz-background-size: 21px 16px;
	-webkit-background-size: 21px 16px;
	-o-background-size: 21px 16px;
	-ms-background-size: 21px 16px;
	margin: 0 6px 6px 6px;
	white-space: nowrap;
}
@media only screen and (max-width:515px) {
	.Main_Info_Btn {
		width: 100%;
	}
}
@media only screen and (min-width:516px) and (max-width:767px) {
	.Main_Info_Btn {
		float: left;
		width: 50%;
	}
}

/*owner写真背景設定*/
.Owner_Photo_Image {
	text-align: center;
}
.Owner_Photo_Image img {
	background: #F6F7F8;
	margin: 0 0 4px 0;
	padding: 4px;
}

/*枠設定*/
.DB_Data_Box {
	padding: 8px 0 12px;
}
@media only screen and (max-width: 767px) {
	.DB_Data_Box.Variable_Space {
		padding: 0px 0 12px;
	}
}

/*タイトル設定*/
.DB_Horse_Header .Contents_Header .Title h1 {
	padding: 6px 6px 0 6px;
}
.Contents_Header .Side_Btn_h2 li.Side_Btn_Right {
	position: absolute;
	top: 8px;
	right: 4px;
}
.Contents_Header .Side_Btn_h2 li a {
	display: table-cell;
	min-width: 60px;
	height: 23px;
	padding: 0 6px;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	background-color: #f4f4f4;
}

/*表幅設定*/
@media only screen and (max-width: 767px) {
	.DB_Data_Box table.SP_Common_Table {
		width: 100%;
	}
}
/*表border設定*/
@media only screen and (min-width:480px) {
	.DB_Data_Box table.SP_Common_Table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

.DB_Data_Box table.SP_Common_Table {
	margin: 0 0 4px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.DB_Data_Box table.SP_Common_Table .Icon_Inline_M .Icon_Movie {
	margin: 0;
/* DB内のみ映像アイコン拡大(臨時対応) */
	width:27px;
	height:27px;
	background-size:245px 851px;
	background-position: 0px -435px;
}
.DB_Data_Box table.SP_Common_Table th{
	background:#f1f1f1;
}
.DB_Data_Box table.SP_Common_Table th,
.DB_Data_Box table.SP_Common_Table td {
	text-align: center;
	padding: 4px;

}
.DB_Data_Box table.SP_Common_Table.Text_Left th,
.DB_Data_Box table.SP_Common_Table.Text_Left td {
	text-align: left;
}

/*表上部文言設定*/
.Table_Title {
	padding: 12px 4px 4px;
}
.DB_Data_Box > .Table_Title:first-child {
	padding: 4px;
}
.Table_Title dl {
	display: table;
	width: 100%;
}
.Table_Title dl dt,
.Table_Title dl dd {
	display: table-cell;
}
.Table_Title dl dt {
	font-weight: bold;
	font-size: .85em;
}
.Table_Title dl dd {
	font-size: .7em;
	text-align: right;
}

/*レース結果の表設定*/
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table td {
	line-height: 1.4em;
	height: 36px;
}
/*レース名設定*/
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table .Race_Name_Cell > div {
	font-size: .8em;
	margin-bottom: 4px;
}
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table .Race_Name_Cell span a {
	display: table;
	font-size: .9em;
}
/*全画面表示*/
#return_btn {
	display: inline-block;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #f4f4f4;
	margin: 0 6px;
}
#return_btn a {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: .85em;
	padding: 6px;
}
.DB_Data_Box.DB_Horse_Result.All_Display table.SP_Common_Table {
	background-color: #fff;
}

/*馬名文字数制限*/
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table .Horse_Name_Cell .Text_Limit {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 120px;
	line-height: 1.4em;
}
/*レース名文字数制限*/
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table .Race_Name_Cell .Text_Limit {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 90px;
	display: table-cell;
	vertical-align: middle;
}
.DB_Data_Box.DB_Horse_Result table.SP_Common_Table .Race_Name_Cell .Text_Limit.Text_Long {
	max-width: 120px;
}
/*もっと見る設定*/
.DB_Data_Box .More_Page {
	border: none;
	padding: 2px 8px;
}

/*横並びボタン設定*/
.DB_Data_Box .Common_Btn_Group {
	padding: 0 8px 8px;
	margin-bottom: 13px;
}
.DB_Data_Box .Common_Btn_Group ul li a,
.DB_Data_Box .Common_Btn_Group ul li>div {
	height: 28px!important;
	padding: 6px 2px 4px 2px!important;
}
.DB_Data_Box .Common_Btn_Group ul li a div {
	line-height: 28px;
}

/*単一ボタン設定*/
.DB_Data_Box .ui-btn a {
	color: #333;
}

/*競馬場テキスト設定*/
.DB_Data_Box .Course_Info dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.DB_Data_Box .Course_Info dl dd {
	display: table-cell;
	padding: 8px;
	font-size: .8em;
}
.DB_Data_Box .Course_Info dl dd.Race_Corse_Name {
	font-weight: bold;
}
.DB_Data_Box .Course_Info dl dd.Side_Link {
	text-align: right;
}

/*達成記録表設定*/
.Prize_Table td {
	line-height: 1.6em!important;
	font-weight: normal!important;
}

/*スワイプ表設定*/
@media only screen and (max-width: 767px) {
	.Data_Area table.SP_Common_Table {
		width: auto!important;
	}
}
.Data_Area {
	position: relative;
}
.Data_Area table th {
	height: 45px;
	padding: 0 4px!important;
}
.Data_Area table td {
	padding: 0 4px!important;
}
/*表のタイトルが2段の場合*/
.Table_2col table th {
	height: 22px;
}
.Table_2col table th[rowspan="2"] {
	height: 45px;
}
.Data_Area > table {
	position: absolute;
	z-index: 50;
	background: #fff;
	border-right: 3px double #ddd!important;
}
.Data_Table {
	position: relative;
	overflow: auto;
}

/*今週の騎乗馬着順*/
.Race_List_Info .Race_List_Name span:not([class]) {
	float: right;
}

/*初騎乗・初勝利*/
.DB_Data_Box.first_Race_Data_Box {
	padding: 0;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table {
	width: 100%;
	border: none;
	margin: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table th{
	text-align: center;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table th,
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table td {
	padding: 6px 4px;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table td dl {
	border: none;
	margin: 0;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table td dl dt a {
	display: block;
	margin-top: 4px;
}
.DB_Data_Box.first_Race_Data_Box table.SP_Common_Table td dl dd {
	font-size: 1.3em;
	padding: 0;
}

/*所有馬一覧*/
.BreederList .Right_Box dl dd {
	margin: 0;
}

/*競走馬プロフィール*/
@media only screen and (min-width:992px) {
	.DB_Horse_Profile table.SP_Common_Table {
		margin: 8px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.DB_Horse_Profile table.SP_Common_Table {
		margin: 8px;
	}
}

/*プロフィール表設定*/
table.Horse_Profile {
	width: 80%;
}
table.Horse_Profile tr th {
	width: 93px;
}

/*プロフィール非表示設定*/
tr[id*="prof_hidden"] {
	display: none;
}

/*血統の表設定*/
@media only screen and (max-width: 767px) {
	.DB_Data_Box table.Mobile_Blood_Table {
		border-top: 0;
		margin: 0 0 4px
	}
}

/*産駒成績のサブナビゲーション*/
.db_Sire_List_Group .Common_Btn_Group {
	padding: 0 6px 8px;
}
.db_Sire_List_Group .Common_Btn_Group ul li a,
.db_Sire_List_Group .Common_Btn_Group ul li>div {
	height: auto!important;
	padding: 8px 2px!important;
}
.Sire_Sub_Menu_Inner_Box {
	border: 1px solid #ccc;
	background: #eee;
	margin: 6px;
	padding: 8px 8px 0 8px;
}
.Sire_Sub_Menu_Inner_Box p {
	font-size: .7em;
	font-weight: bold;
	margin: 4px 0;
}
.Sire_Sub_Menu_Inner_Box .Common_Btn_Group {
	padding: 0 0 8px;
}
.Sire_Sub_Menu_Inner_Box .Common_Btn_Group ul li:first-child,
.Sire_Sub_Menu_Inner_Box .Common_Btn_Group ul li:first-child a {
	border-top-left-radius: 6px;
	-webkit-top-left-border-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-bottom-left-border-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
}
.Sire_Sub_Menu_Inner_Box .Common_Btn_Group ul li:last-child,
.Sire_Sub_Menu_Inner_Box .Common_Btn_Group ul li:last-child a {
	border-top-right-radius: 6px;
	-webkit-top-right-border-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-bottom-right-border-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}

/*産駒成績の表設定*/
.Horse_Breeding {
	width: 80%;
}

/*掲示板設定*/
.DB_Data_Box.DB_Horse_BBS {
	padding: 0px 0 12px;
}

/*画面下部ナビゲーション*/
.Footer_Navi {
	overflow: hidden;
}
.Footer_Navi ul {
	width: 101%;
	margin-bottom:14px;
}
.Footer_Navi ul li {
	float: left;
	width: 33.3%;
	background: #f1f2f3;
	background-image: -moz-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
	background-image: -o-linear-gradient(top,#f7f8f9 0,#f1f2f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f8f9),color-stop(1,#f1f2f3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.Footer_Navi ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	padding: 9px 0;
}

/*コラム*/
/* img.column_title_image_m {
	width: 100px;
} */
.PhotoThumb_01 {
	width: 90px;
	min-height: 62px;
	float: left;
	margin-right: 7px;
	border-radius: 4px;
	background:#eee;
}
.PhotoThumb_01 > img,
.PhotoThumb_02 > img {
	border-radius: 4px;
}
img.Thumb_Img01 {
	max-width: 90px;
	max-height: 68px;
	display:block;
	margin:auto;
}
#Column .Right_Box {
	display: table-cell;
	padding: 0 0 0 4px;
	vertical-align: top;
	width: 100%;
}
#Column ul.List_Box li dt.Link_Title {
	color: #000;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 4px;
	min-height: 2.6em;
}
#Column ul.List_Box li dd.Column_Date {
	color: #999;
	float: right;
	font-size: 74%;
	font-weight: normal;
	line-height: 1.3;
	padding: 0px !important;
}

/*血統*/
.DB_Data_Box table.Mobile_Blood_Table {
	width: 100%;
	margin: 0;
}
.DB_Data_Box table.Mobile_Blood_Table td{
	width: 135px;
	white-space: nowrap;
}

@media only screen and (min-width: 992px) {
	.DB_Horse_Result_Table_width.DB_Horse .Inner_Box {
		padding: 0;
	}
}

/*みんなの適正レビュー*/
.Tekisei_Box table tr th {
	font-weight: normal;
	font-size: .8em;
	vertical-align: middle;
	padding: 3px 8px 3px 0;
}
/*netkeibaレーディング*/
.Rate_Box table {
	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.Rate_Box table tr th {
	font-weight: normal;
	font-size: .8em;
	vertical-align: middle;
	background-color: #e8eaf3;
	border: 1px solid #bbb;
	border-right: 0 none;
	padding: 2px 4px;
}
.Rate_Box table tr td {
	vertical-align: middle;
	border: 1px solid #bbb;
	border-left: 1px dotted #888;
	padding: 2px 4px;
}
.Rate_Box .total td {
	background: #ffd;
	color: #c00;
}
.Rate_Box table td.b_star span {
	display: block;
	line-height: 18px;
	margin-left: 15px;
	padding-left: 110px;
	background: url("../../img/sp/icon/db_icon_star_big.png") no-repeat 0 -200px;
	font-size: 14px;
	font-weight: bold;
}
.Rate_Box table td.b_star span.star05{
	background-position	:	0 -180px;
}
.Rate_Box table td.b_star span.star10{
	background-position	:	0 -160px;
}
.Rate_Box table td.b_star span.star15{
	background-position	:	0 -140px;
}
.Rate_Box table td.b_star span.star20{
	background-position	:	0 -120px;
}
.Rate_Box table td.b_star span.star25{
	background-position	:	0 -100px;
}
.Rate_Box table td.b_star span.star30{
	background-position	:	0 -80px;
}
.Rate_Box table td.b_star span.star35{
	background-position	:	0 -60px;
}
.Rate_Box table td.b_star span.star40{
	background-position	:	0 -40px;
}
.Rate_Box table td.b_star span.star45{
	background-position	:	0 -20px;
}
.Rate_Box table td.b_star span.star50{
	background-position	:	0 0;
}

/*======================================
プレミアム誘導ポップアップ
======================================*/
#overLayer {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	padding: 24px 16px;
}
#glayLayer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=75)";
	opacity: .75;
	z-index: 8000;
}
.Popup_Box {
	background: #fff;
	border: 4px solid #555;
	position: relative;
}
/*テキスト*/
.Popup_Box .Basic_Info ul li em {
	font-size: 1.1em;
	font-weight: bold;
	color: #2f5ec0;
	vertical-align: middle;
}
.Popup_Box .Inner_Txt {
	padding: 8px 4px;
	color: #999;
}
.Text_Indent {
	padding-left: 1em;
	text-indent: -1em;
	margin: 8px 0;
}
/*ポップアップ下閉じる*/
.Popup_Box p.Close_Link {
	width: 100%;
	text-align: center;
	background: #888;
	border: 1px solid #666;
}
.Popup_Box p.Close_Link a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #fff;
	background: -moz-linear-gradient(top,#444 0,#000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444),color-stop(100%,#000));
	background: -webkit-linear-gradient(top,#444 0,#000 100%);
	background: -o-linear-gradient(top,#444 0,#000 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 )";
	background: linear-gradient(to bottom,#444 0,#000 100%);
}
.Popup_Box.Premium {
	font-size: .85em;
}
/*ポップアップ右上閉じるボタン(CSSのみ)*/
.Popup_Box.Premium a.Close_Btn_CSS {
	background-color: #FFCC00;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 8px;
}
.Popup_Box.Premium .Info_Title {
	background-color: #03a;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1.3em;
	margin: 4px;
	padding: 6px 4px;
	word-wrap: break-word;
}
.Popup_Box.Premium .Basic_Info {
	border: 2px solid #aaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	padding: 4px;
}
.Popup_Box.Premium .Inner_Txt {
	font-size: .9em;
	padding: 4px;
}
/*オレンジボタン*/
.Popup_Box.Premium .Basic_Info ul li .ui-btn {
	display: block;
	padding: 15px 0 13px;
	margin: 18px 10px 20px;
	width: 90%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	text-align: center;
	color: #fff;
	border: 1px solid #0033aa;
	background: #0033aa;
	border-radius: 4px;

}

.Popup_Box.Premium .Basic_Info ul li .ui-btn-inner {
	color: #fff;
		border:none !important;
		padding: 0;
}
.Popup_Box.Premium .ContentsInfo_Txt_01 {
	border-radius: 4px;
	color : #fff;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.3;
	margin: 4px;
	padding: 6px 30px 6px 8px;
	background: #03a;
}

body.Owner_prof #fancybox-content #fancybox-frame .Popup_Box .is_hidden {

}

/*今週の騎乗馬、出走馬*/
.SelectTxtWrap {
	padding:8px 10px 0;
	font-size:.7em;
	line-height:130%;
}
.SpSelectWrap {
	/*margin-top:6px;*/
	border-bottom:1px solid #ccc;
}

.SpSelectWrap .Contents_Header {
	border-top: 1px solid #ccc;

}
.SpSelectWrap .Title_Sec{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f1f1f1;
	margin-top: 10px;
}
.SpSelectWrap .Title_Sec.Race_Corse_Title {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: #666;
	background: -moz-linear-gradient(top,#888 0,#666 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#888),color-stop(100%,#666));
	background: -webkit-linear-gradient(top,#888 0,#666 100%);
	background: -o-linear-gradient(top,#888 0,#666 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 )";
	background: linear-gradient(top bottom,#888 0,#666 100%);
}
.SpSelectWrap .Title_Sec.Race_Corse_Title h2{
	border-left: 4px solid #eee;
	padding-left: 8px;
}
.SpSelectWrap .SpRaceTitleWrap {
	display:table;
	width:100%;
}
.SpSelectWrap .SpRaceNoWrap {
	display:table-cell;
	width:38px;
}
.SpSelectWrap .SpRaceNoBox {
	padding:5px 13px 5px 6px;
	position: relative;
	margin: -8px;
}
.SpSelectWrap .Num {
	width:36px!important;
	font-size:.75em!important;
	line-height:22px!important;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #0050ad;
	background-image: -moz-linear-gradient( center top, #6792f8 0%, #0c52ce 55%, #0562cc 100%);
	background-image: -o-linear-gradient(top, #6792f8 0%, #0c52ce 55%, #0562cc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0 , #6792f8), color-stop(0.55 , #0c52ce), color-stop(1.0 , #0562cc) );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6792f8', EndColorStr='#0562cc')";
	background-image: linear-gradient(to bottom, #6792f8 0%, #0c52ce 55%, #0562cc 100%);
	text-shadow: 0px -1px 0px #0050ad;
	border: 1px solid #0050ad;
}
.SpSelectWrap .Num.Race_Fixed {
	background-color: #820700;

}
.SpRaceNameWrap {
	display:table-cell;
	width:100%;
	vertical-align:middle;
}
.SpRaceNameWrap a {
	display: table-cell!important;
	font-weight:bold;
	font-size:.9em;
	color:#000066;
	padding-right: 2px;
}
.SpRaceNameWrap > div {
	display: table-cell!important;
}
.SpSelectWrap .Side_Btn_h2 li {
	position: absolute;
	top: 6px;
	right: 15px;
	display:table;
	width: 75px;
	height: 23px;
}
.SpSelectWrap .Side_Btn_h2 li a {
	display: table-cell;
	padding: 5px 6px;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #888888;
	font-size:.85em;
	font-weight: bold;
	background-color: #f4f4f4;
	height:auto;
}
.SpSelectWrap .Icon_Grade{
	position: relative;
	top: 3px;
}
.SpSelectWrap .Icon_G1{
	background-position:0 0;
}
.SpSelectWrap .Icon_G2{
	background-position:0 -46px;
}
.SpSelectWrap .Icon_G3{
	background-position:0 -91px;
}
.SpSelectWrap .Icon_Open{
	background-position:0 -181px;
}
.SpSelectWrap .Icon_Un1600{
	background-position:0 -227px;
}
.SpSelectWrap .Icon_Un1000{
	background-position:0 -272px;
}
.SpSelectWrap .Icon_Un900{
	background-position:0 -317px;
}
.SpSelectWrap .Icon_Un500{
	background-position:0 -362px;
}
.SpSelectWrap .Icon_JG1{
	background-position:0 -407px;
}
.SpSelectWrap .Icon_JG2{
	background-position:0 -452px;
}
.SpSelectWrap .Icon_JG3{
	background-position:0 -497px;
}
.SpSelectWrap .Icon_WIN5{
	background-position:0 -547px;
}
.SpHorseWrap {
	display:table;
	width:100%;
	height:40px;
	border-top:1px solid #ccc;
}
.SpHorseWrap .SpHorseMarkBox {
	display:table-cell;
	width:40px;
	vertical-align:middle;
	border-right:1px solid #ccc;
	text-align:center;
}
.SpHorseWrap .SpHorseNoBox {
	display:table-cell;
	width:22px;
	height:22px;
	vertical-align:middle;
	padding:6px 0 6px 6px;
}
.SpHorseWrap .SpHorseNo {
	width: 22px;
	height: 22px;
	font-size: .7em;
	text-align: center;
	padding: 4px 0 0 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-right: 2px;
}
.SpHorseWrap .SpHorseNameBox {
	display:table-cell;
	font-size:.8em;
	vertical-align:middle;
	padding:6px 4px;
	font-weight:bold;
}
.SpSelectIconBox {
	display:inline;
	background-position:0 0;
	margin-left:4px;
	vertical-align:1px;
}
.SpSelectIconBox .SpSelectIcon {
	background-color:#666;
	padding:4px 6px;
	font-size:.75em;
	color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.SpHorseWrap .SpHorseValueBox {
	display:table-cell;
	width:50px;
	vertical-align:middle;
	border-left:1px solid #ccc;
	text-align:center;
}
.SpHorseBai {
	font-size:.7em;
	line-height:120%;
}
.SpHorseNinki {
	font-size:.65em;
	line-height:120%;
}
.SpHorseIjyo {
	font-size:.8em;
	text-align:center;
}
.SpHorseArrivalBox {
	display:table-cell;
	font-size:.8em;
	width:40px;
	vertical-align:middle;
	border-left:1px solid #ccc;
	padding:6px 2px;
	text-align:center;
}
.txtRed {
	color:#F00;
}
.SpHorseHit {
	background-color:#FFFFDD;
	color:#F00;
}
.SpNotMemberTxt {
	height: 40px;
	padding: 10px 8px 0px 8px;
	font-size: .8em;
	line-height: 1.3em;
	color: 000;
	font-weight: bold;
	vertical-align:middle;
}
/*-- 印アイコン --*/
.SpHorseMarkBox span.Icon_Shirushi {
	display:inline-block;
	background-image: url("../../img/sp/icon/icon_yoso_shirushi.png");
	background-repeat: no-repeat;
	background-size:90px 250px;
	-moz-background-size:90px 250px;
	-webkit-background-size:90px 250px;
	-o-background-size:90px 250px;
	-ms-background-size:90px 250px;
	width:19px;
	height:19px;
}
.SpHorseMarkBox span.Icon_Honmei {
	background-position:0 0 ;
}
.SpHorseMarkBox span.Icon_Taikou {
	background-position:0 -19px ;
}
.SpHorseMarkBox span.Icon_Kurosan {
	background-position:0 -38px ;
}
.SpHorseMarkBox span.Icon_Osae {
	background-position:0 -57px ;
}
.SpHorseMarkBox span.Icon_Hoshi {
	background-position:0 -76px ;
}
.SpHorseMarkBox span.Icon_Keshi {
	background-position:0 -95px ;
}
/*----------------------------
登録導線
----------------------------*/
.Premium_Regist_Box {
	border: 5px solid #ddd;
	background: #fff;
	margin: 12px 14px;
	padding: 18px 12px 0;
}
.Premium_Regist_Msg {
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
.Premium_Regist_Btn {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;

	padding: 15px 0;
}
.Premium_Regist_Txt02 {
	line-height: 1.3;
	font-size: 80%;
	color: #3159B9;
	margin-bottom: 20px;
	text-align: center;
}
.Premium_Regist_Note {
	color: #666;
	font-size: 78%;
	line-height: 1.3;
	margin: -4px 16px 18px;
}
.pr08{padding-right:8px !important}
.pl08{padding-left:8px !important}
.mb00{margin-bottom:0 !important;}
.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb18{margin-bottom:18px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt08{margin-top:8px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.ml03{margin-left: 3px !important;}
.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.mr03{margin-right: 3px !important;}
.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}

/*-- 競走成績タテ版表示 --*/
.Contents_Header .Side_Btn_h2 li.Side_Btn_Right.Multi > div {
  display: inline-block;
  margin: 0 2px;
}
.Race_Records_Vertical .Left_Box {
  padding: 4px;
  background: #F6F7F8;
  vertical-align: middle;
}
.Race_Records_Vertical .Left_Box a {
	position: relative;
}
.Race_Records_Vertical .Left_Box a img.ImgMovieOver {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 70px;
}
.Race_Records_Vertical .Left_Box img {
	width: 70px;
}
.Race_Records_Vertical .Right_Box dl dt {
  font-size: .9em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}
.Race_Records_Vertical .Right_Box dl dt .Grade_Right {
	position: absolute;
	top: 11px;
	right: 12px;
}
.Race_Records_Vertical .Right_Box dl dd {
  font-size: .8em;
  line-height: 1.2em;
  color: #666;
  white-space: nowrap;
  margin: 0;
}
.Race_Records_Vertical .Right_Box dl dd a {
  font-weight: bold;
  margin: 0 0 0 10px;
}
.Race_Records_Vertical .HorseNo {
  display: inline-block;
  font-size: 1.0em;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-align: center;
  margin-right: 2px;
  padding: 3px 0;
}
.Race_Records_Vertical .HorseNo.Rank_1 {
  border: 1px solid #ffef7f;
  background-color: #ffef7f;
}
.Race_Records_Vertical .HorseNo.Rank_2 {
  border: 1px solid #cbdeff;
  background-color: #cbdeff;
}
.Race_Records_Vertical .HorseNo.Rank_3 {
  border: 1px solid #efc79f;
  background-color: #efc79f;
}

/*======================================
写真応募機能追加　14.10.23
======================================*/

/*みんなの写真*/
.DB_User_Photo .Horse_Photo_Select {
	margin-top: 5px;
}
.DB_User_Photo .Horse_Photo_Select > select {
	width: 100%;
	padding: 5px;
}
.DB_User_Photo .Inner_Txt_No_Result02 {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.Photo_Form {
	margin-bottom: 10px;
}
.Photo_Form .notice {
	font-weight: normal;
	font-size: 16px;
	padding: 8px;
}
.Photo_Form .notice + ul {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	background: #FFF7D0;
	margin: 10px;
	border: 1px solid #DBDBDB;
}
.Photo_Form .notice + ul li {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: .1em;
	list-style-type: disc;
}

.File_Upload {}
.Upload_Btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
	border: 1px solid #0033aa;
    border-radius: 4px;
	background: none !important;
	color:#0033aa;
    text-align: center;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    line-height:30px;
}
.Upload_Btn > div{
		color:#0033aa;
		font-size: 78%;
		font-weight: normal;
}
.Btn_Color01 {
	color:#ffffff;
  background: #0033aa;

font-weight: bold;
}
.Btn_Color01 > p {
	text-shadow: 0 1px 0 #fff;
}
.Upload_Btn input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
}
.Upload_Btn .uploadValue {
	display: none;
	width: 100%;
    background: rgba(255,255,255,.5);
    border-radius: 3px;
    padding: 3px;
    border: none;
    text-align: center;
    margin-top: 2px;
}

.Photo_Example {
	padding: 10px;
}
.Photo_Example img {
	width: 100%;
}
.Photo_Example p {
	font-size: 15px;
	line-height: 1.3;
}

.Photo_Confirm {}
.Confirm_Box {
	padding: 10px;
	border: 1px solid #d7d8d9;
	border-radius: 3px;
	background-color: #fff;
	padding: 10px;
}

.Confirm_Box select,
.Confirm_Box .DummyForm {
	width: 100%;
	padding: 5px;
	    border: 1px solid #d7d8d9;
}
.Confirm_Box select + .DummyForm{
	margin-top:10px;
}
.Confirm_Box .DummyForm{
	padding: 10px 12px;
	color: #444;
	font-size: 16px;
}
.Add_Input {
	width: 100%;
	padding: 5px;
	margin: 10px 0 0;
}

.Photo_Btn01 {
	display: block;
	padding: 10px;
	display: block;
	color:#ffffff;
  background: #0033aa;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
}

.Error_Msg_Area > .Error_Msg {
	margin: 6px 0;
	font-size: .8em;
	line-height: 1.3em;
	color: #f00;
	font-weight: bold;
	background: #ffe0ea;
	position: relative;
	padding: 6px 3px 6px 30px;
}
.Error_Msg_Area > .Error_Msg > img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	margin-left: 3px;
}

.guidelineLink {
	font-size: 83%;
	margin-top: 10px;
	line-height: 1.3;
}
.Inner_Box.guideline p{
	line-height: 1.3;
	font-size: 83%;
	padding:0 10px 21px;
}
.Guideline_Block {
	padding: 8px 18px;
}
.Guideline_Block + p{
	    padding: 40px 10px 21px !important;
}
.Guideline_Block li {
	line-height: 1.3;
	font-size: 83%;
}
.Guideline_Block li + li {
	margin-top: 1em;
}
.Guideline_Block li > ol {
	background: #efefef;
	padding: 8px;
	border-radius: 3px;
}

.space01 {
	padding: 15px 5px 15px;
}
.Photo_More {
	padding: 10px 8px 0;
	margin-bottom: 10px;
}
.Photo_More ul {
	margin: 0 10px;
}
.Photo_More ul > li {
	margin-bottom: 10px;
}
.Photo_More ul li .SeparateSearch {
	padding: 0;
}
.Photo_More ul li a{
	color:#5f5f5f;
	box-shadow: none;
}
.Icon_None {background: transparent !important;}
.pl0 {padding-left: 0 !important;}

.Posting_Complete {
    padding: 10px 8px 15px;
}
.Posting_Complete > p {
    font-size: 83%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}
.Posting_More {
    margin: 0 10px;
}
.LinkBtn_01 {
    display: block;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px #ccc;
    text-align: center;
    font-size: 83%;
    font-weight: bold;
    padding: 15px 0;
}

/*投稿写真の違反報告*/
.Alert_Text_Area {
	margin-bottom: 20px;
}
.Alert_Text_Area > p {
	font-size:.8em;
	line-height:1.3;
	margin-bottom: 10px;
}
.Alert_Text_Area > .Alert_Text_Area_Notice > p {
	color: #8C8C8C;
	font-size:.75em;
	line-height:1.3;
}

.Alert_Form_Area form h3 {
	background: #efefef;
	font-size: .8em;
	padding: 10px;
}
.Alert_Form_Area .required {
	background-color: orange;
	color: #fff;
	padding: 0 3px;
	margin-left: 5px;
	font-weight: normal;
}
.Alert_Form_Area .free {
	background-color: #D7D7D7;
	padding: 0 3px;
	margin-left: 5px;
	font-weight: normal;
}
.Alert_Form_Area input[type="radio"] {
	display: none;
}
.Alert_Block > li {
	margin-bottom: 10px;
	box-shadow: 0 0 2px #ccc;
}
.Alert_Block > li > label {
	position: relative;
	padding: 10px 10px 10px 30px;
	cursor: pointer;
	display: block;
	font-size:.9em;
}
.Alert_Block > li label:before {
	content: "";
	display: inline-block;
	width:10px;
	height:10px;
	background: #fff;
	border:1px solid #333;
	border-radius: 50%;
	position: absolute;
	margin-top: -6px;
	top: 50%;
	left: 10px;
}

.Alert_Block > li input[type="radio"]:checked + label:after {
	content: "";
	display: inline-block;
	border: 4px solid #333;
	border-radius: 50%;
	width: 0;
	height: 0;
	position: absolute;
	margin-top: -4px;
	top: 50%;
	left: 12px;
}
.Alert_Block > li input[type="radio"]:checked + label {
	background: #E2E2E2;
}
.Alert_Form_Area .Alert_Form_Area_Notice {
	color: #8C8C8C;
	font-size:.75em;
	line-height:1.3;
	margin-bottom: 10px;
}
.Alert_Form_Area .Alert_Form_Area_Notice > a {
	text-decoration: underline !important;
}
.Alert_Form_Area .Alert_Block02 textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 100px;
	font-size: 0.8em;
	padding: 3px;
}
.Alert_Form_Area .Alert_Block02 {
	margin-bottom: 10px;
}
.Alert_Block03 > input[type="submit"] {
	border-radius: 4px;
}
.Cancel_Btn {
	font-weight: normal;
	border: 1px solid #d7d8d9;
	background-color: #efefef;
	background-image: -moz-linear-gradient(center top,#fff 0,#f6f6f6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1.0,#f6f6f6));
	background-image: linear-gradient(to bottom,#fff,#f6f6f6);
}

.Alert_Block {
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 10px 10px 5px;
	margin-bottom: 5px;
}
.Alert_Block02 > div {
	padding: 10px;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}


/*エラーメッセージ*/
#errviolation > span,
#errcomment > span {
	color: red;
	font-size: .9em;
	font-weight: bold;
}

/*-- 写真プレビュー -
.User_Name_Area {
	padding-left: 43px;
	position: relative;
}
.User_Name_Area > .User_Name {
	font-size: .8em;
	line-height: 30px;
}
.User_Name_Area > .User_Name a > img {
	position: absolute;
	left: 10px;
	top:2px;
}
.User_Photo_Preview_Alert_Btn {
	display: inline-block;
	color: #777;
	font-size: .7em;
	background: #fafafa;
	padding: 10px;
	border: 1px solid #d7d8d9;
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.Ex_Top_Race {
	margin:0 0 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.Ex_Top_Race {
		margin-right: 2px;
	}
}
--*/
/*
.User_Photo_Preview_Social {
	padding-left:10px;
}
.User_Photo_Preview_Social .arc_share li:nth-child(2) {
    width:90px;
}
.User_Photo_Preview_Social .arc_share li {
    float: left;
}
.User_Photo_Preview_Social #Chumoku {
	margin-right: 13px;
}
.User_Photo_Preview_Social #Chumoku > a {
	position: relative;
	top: -1px;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#dedede);
	background-image: linear-gradient(#fff,#dedede);
	border: #ccc solid 1px;
	border-radius: 3px;
	color: #555;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	cursor: pointer;
	font-size: .7em;
	padding: 1px 3px;
}
*/

/*-- 写真一覧 --*/

.Photo_List_Box {
	padding: 0 0 10px 10px;
}
#Loader {
	text-align: center;
	margin-top: 15px;
}

.Photo_List_Box figure {
	width: 48%;
	float:left;
	margin: 0 2% 12px 0;
}
.Photo_List_Box figure a.PhotoBox01 {
	position:relative;
	display: block;
	padding-top: 2px;
	width:100%;
	text-align: center;
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	display:box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	box-align:center;
	overflow:hidden;
	background:#333;
}
.Photo_List_Box figure a .HorsePhotoImg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
}
.Photo_List_Box figure .Horse_Photo_Race_Name {
	color: #222;
	font-size: 85%;
	padding: 6px 3px 3px;
	font-weight: bold;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Photo_List_Box figure .Horse_Photo_UserName {
	color: #999;
	font-size: 80%;
	padding: 3px;
	height:1.2em;
	overflow:hidden;
}

p.Side_Btn_01 {
	position: absolute;
	right: 4px;
	top: 5px;
}
p.Side_Btn_01 a{
	color:#fff;
	background:#76b6bb;
	display:inline-block;
	padding:5px 8px;
	border-radius: 4px;
}
.ChangeBtnList {
	padding:13px 10px;
}
.ChangeBtnList li{
	float:left;
}
.ChangeBtnList li .SortBtn a{
	display:block;
	color:#222;
	border:1px solid #aaa;
	padding:9px 12px;
	font-size: 85%;
	font-weight:bold;
}
.ChangeBtnList li .SortBtn.Active a{
	background:#ddd;
	color:#fff;
	box-shadow:2px 0 0 0 #ccc inset;
}
.ChangeBtnList li:first-child .SortBtn a{
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
}
.ChangeBtnList li:last-child .SortBtn a{
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-o-border-radius:0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	border-left: 0 none;
}
.MoreBtnBox_01 {
	margin: 8px 22px;
	clear:both;
}
a.MoreBtn_01 {
	background: #fff;
	border: 1px solid #b8b8b8;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
}
a.MoreBtn_01 span {
	line-height:19px;
	background-image:url("../../img/icon/icon_MoreRead_01.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:12px 19px;
	-moz-background-size:12px 19px;
	-webkit-background-size:12px 19px;
	-o-background-size:12px 19px;
	-ms-background-size:12px 19px;
	padding-left:20px;
}
.Side_Btn_01 span.IconPhoto {
	display: inline-block;
	background-image:url("../../img/icon/icon_camera.png");
	background-position:left center;
	background-repeat:no-repeat;
	-webkit-background-size: 12px 9px;
	-moz-background-size: 12px 9px;
	-ms-background-size: 12px 9px;
	background-size: 12px 9px;
	padding-left: 18px;
}

/*-- 写真詳細 --*/
.pswp__scroll-wrap {
	color:#fff;
}
.pswp__button {
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button--close {
	background-color:#444;
	width: 55px;
	height: 45px;
	background-image:url("../img/icon/icon_MoreRead_01.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:55px 40px;
	-moz-background-size:55px 40px;
	-webkit-background-size:55px 40px;
	-o-background-size:55px 40px;
	-ms-background-size:55px 40px;
	color: #fff;
	font-size: 50%;
	border-radius: 5px;
}
.pswp__button--close:before {
	content: ".";
	display: block;
	color: #333;
	background: url('../../img/icon/icon_photo01.png') no-repeat center center;
	-webkit-background-size: 19px 19px;
	-moz-background-size: 19px 19px;
	background-size: 19px 19px;
	height: 19px;
	margin-bottom: 4px;
}
/*.TwitterBtn {
	background: url('../../img/icon/icon_photo02.png') no-repeat center;
	-webkit-background-size: 12px 10px;
	-moz-background-size: 12px 10px;
	background-size: 12px 10px;
}*/
	.pswp__button:focus, .pswp__button:hover {
		opacity: 1;
	}
	.pswp__button:active {
		outline: none;
		opacity: 0.9;
	}
	.pswp__button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	.pswp__ui--over-close .pswp__button--close {
		opacity: 1;
	}

.pswp__top-bar > .fc {
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
}
.UserData {
	float:left;
	margin-top: 7px;
}
	.UserData .UserAvaImg01 {
		float:left;
		margin:0 6px 0 0;
	}
	.UserData .UserAvaImg01 img{
		border-radius:3px;
		width:31px;
		height:31px;
	}
	.UserData .TimeStump {
		font-size:66%;
		white-space:nowrap;
	}
	.UserData .UserHN{
		font-size:83%;
		white-space:nowrap;
	}
	.UserData .UserHN a{
		color:#fff;
		font-weight:bold;
	}
	.UserData .TimeStump,
	.UserData .UserHN {
		line-height: 1.2;
	}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 80px;
}
.pswp__caption__center {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	font-size:90%;
	padding: 10px;
	line-height: 20px;
	color: #fff;
}
.pswp__caption__center span.RaceDay {
	display:inline-block;
	font-size:85%;
	padding-left:6px;
}
.pswp__caption__center ul li {
	float:left;
	border: 1px solid #fff;
	border-radius: 5px;
}
/*.pswp__caption__center ul li + li {
	margin-left:10px;
}*/
.pswp__caption__center ul li a {
	display: block;
	padding: 8px 15px;
}
.pswp__caption__center ul li:last-child {
	float:right;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
					transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}
	.pswp__preloader--active .pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}
	.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
		-webkit-animation: clockwise 500ms linear infinite;
		animation: clockwise 500ms linear infinite;
	 }
	.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
		-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
		animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	}
.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}


.SocialBtnList {
	margin-top: 8px;
}
.FaceBookBtn > a,
.TwitterBtn > a,
.ViolationBtn > a {
	text-indent: -99999em;
}
.GoodCountBtn {
	background: url('../../img/icon/icon_photo05.png') no-repeat 10px 49%;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
}
.GoodCountBtn > span {
	display: inline-block;
}
.GoodCountBtn [class*="attention_button"] > a {
	color: #fff;
	font-weight: bold;
	font-size: 66%;
	margin-left: 15px;
	padding: 11px 0px 11px 15px;
}
.GoodCountBtn span > em > [class*="attention_count"] {
	margin-right: 8px;
  font-size: 72%;
}
/*.GoodCountBtn > a {
	color: #fff;
	font-weight: bold;
	font-size: 66%;
	padding: 11px 8px 11px 68px !important;
}*/
.FaceBookBtn {
	background: url('../../img/icon/icon_photo03.png') no-repeat center;
	-webkit-background-size: 6px 12px;
	-moz-background-size: 6px 12px;
	background-size: 6px 12px;
	margin-left:10px;
}
.TwitterBtn {
	background: url('../../img/icon/icon_photo02.png') no-repeat center;
	-webkit-background-size: 12px 10px;
	-moz-background-size: 12px 10px;
	background-size: 12px 10px;
	margin-left:10px;
}
.ViolationBtn {
	background: url('../../img/icon/icon_photo04.png') no-repeat center;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
	border: 1px solid #999;
	border-radius: 5px;
	position: relative;
}
.ViolationBtn > a {
	border: none !important;
}

.Violation_Pop {
	position: absolute;
	top: -35px;
	right: 0;
	width: 70px;
	text-align: center;
}
.Violation_Pop:before,
.Violation_Pop:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.Violation_Pop:before {
border-top: 7px solid #fff;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid transparent;
bottom: -13px;
right: 15px;
}
.Violation_Pop:after {
	border-top: 6px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	bottom: -10px;
	right: 16px;
}

.Violation_Pop a {
	padding: 5px 0 !important;
	color: #fff;
	font-size: 85%;
	border: 1px solid #fff;
	border-radius: 5px;
}

/* 警告文 */
[class*="Penalty0"] {
    margin: 10px;
    border: 1px solid #ffe0ea;
    border-radius: 3px;
}
[class*="Penalty0"] .Penalty_Title {
    font-size: 88%;
    color: #f00;
    background: #ffe0ea;
    text-align: center;
    padding: 8px 0;
}
[class*="Penalty0"] .Penalty_Title > span {
	position: relative;
}
[class*="Penalty0"] .Penalty_Title > span:before {
	content: "";
	display: inline-block;
	background: url('../../img/icon/icon_caution.png') no-repeat;
	-webkit-background-size: 23px 20px;
	-moz-background-size: 23px 20px;
	background-size: 23px 20px;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -20px;
}
[class*="Penalty0"] .Penalty_Title > img {
    vertical-align: middle;
}
[class*="Penalty0"] .Inner {
    padding: 8px;
    background: #fff;
}
[class*="Penalty0"] .Inner p {
    line-height: 1.3;
    font-size: 83%;
}
.Penalty03 {
    border: none;
}
#upload_result {
	/*margin: 10px;*/
}
#upload_result div {
	padding: 5px 5px 5px 35px;
	font-size: 83%;
	line-height: 1.3;
	margin: 10px 10px 0;
	color: #f00;
	background: #ffe0ea url('../../img/icon/icon_caution.png') no-repeat 5px center;
	-webkit-background-size: 23px 20px;
	-moz-background-size: 23px 20px;
	background-size: 23px 20px;
}


@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
		display:none;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg); } }

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg); }

	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0); }
	50% {
		-webkit-transform: rotate(-140deg);
						transform: rotate(-140deg); }
	100% {
		-webkit-transform: rotate(0);
						transform: rotate(0); } }

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0); }

	50% {
		-webkit-transform: rotate(-140deg);
						transform: rotate(-140deg); }

	100% {
		-webkit-transform: rotate(0);
						transform: rotate(0); } }

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550; }

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar, .pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}




/*調整用class*/
.m0 {margin:0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.pd10 {padding: 10px;}
.pb10 {padding-bottom: 10px;}
/*.required {color: red;}*/
.bold {font-weight: bold;}


/*==============================================
お気に入り馬
14.11.20
===============================================*/


/*==============================================
ポップアップ出馬表(raceから引用)
==============================================*/

/*-- 固定アイコン設定 --*/
.Shutuba_Table_Btn {
  position: fixed;
  bottom: 0;
  left: 0px;
  z-index: 100;
  width: auto;
}
.Shutuba_Table_Btn a {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}
/*ポップアップ用設定*/
.Bookmark_Popup_Box {
	background: #fff;
/*	border: 4px solid #555; */
	position: relative;
	padding-bottom: 8px;

}
.Bookmark_Popup_Box .Race_Name_Box{
	background-color: #eee;
	margin: 0;
}
.Bookmark_Popup_Box .Race_Name_Box .Right_Box{
	vertical-align: middle;
}
.Bookmark_Popup_Box a.Close_Btn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
}
.Bookmark_Popup_Box .Result_Btn_Box_01 span.Icon{
  display: inline-block;
}
.Bookmark_Popup_Box .Close_Link {
  width: 100%;
  text-align: center;
  background: #888;
  border: 1px solid #666;
}
.Bookmark_Popup_Box .Close_Link a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #fff;
  background: -moz-linear-gradient(top,#444 0,#000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444),color-stop(100%,#000));
  background: -webkit-linear-gradient(top,#444 0,#000 100%);
  background: -o-linear-gradient(top,#444 0,#000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 )";
  background: linear-gradient(to bottom,#444 0,#000 100%);
}
.Bookmark_Popup_Box .Btn_Box ul li>div.link {
  display: block;
  margin: 6px;
  border: 1px solid #ccc;
   border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f4f4f4;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.5,#fff),to(#ebebeb));
  background: -moz-linear-gradient(center top,#fff,#fff 50%,#ebebeb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ebebeb')";
  background: linear-gradient(to bottom,#fff,#ebebeb);
}
.Bookmark_Popup_Box .Btn_Box ul li>div.link a {
  display: block;
  padding: 4px 0;
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  background: -o-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 )";
  background: linear-gradient(to bottom,#fff 0,#fff 50%,#ececec 100%);
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  color: #000!important;
  font-size:.9em;
  font-weight: bold;
}
.Bookmark_Popup_Box .Btn_Box ul li>div.link a div:not([class]){
  display: inline-table;
}
.Bookmark_Popup_Box .Btn_Box ul li>div.link a .Right_Box{
  width: auto;
  vertical-align: middle;
}
.Bookmark_Popup_Box .Btn_Box ul li>div.link a span.Icon{
  display: inline-block;
}
.Bookmark_Popup_Box .Horse_Data_dd span:first-child{
  width: 35px;
}
.Bookmark_Popup_Box .Race_Common_Table tr td:last-child{
  padding: 16px 4px;
}
.Bookmark_Popup_Box .Race_Common_Table td.Mark_User{
  width: 45px!important;
}
.Bookmark_Popup_Box .Race_Common_Table td.Mark_User div.Hidden_Box{
  background-color: #fff;
}
.Bookmark_Popup_Box .Race_Common_Table .Horse_Line{
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
}
/*==============================================
ポップアップ設定(raceから引用)
==============================================*/

div#horse_profile_glayLayer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=75)";
	opacity: 0.75;
	z-index: 1000;
}
#horse_profile_overLayer {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	padding: 24px 16px;
}

/*.Popup_Box配下でないFront_Titleの指定*/
.Front_Title{
	padding: 8px;
	font-size: .85em;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top,#fefefe,#e6e6e6);
	background-image: -o-linear-gradient(top,#fefefe 0,#e6e6e6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6')";
}
.Front_Title h2 {
	/*padding: 2px 0 2px 4px;*/
	border-left: 4px solid #034cca;
}

/*.Popup_Box配下のFront_Titleの指定*/
.Bookmark_Popup_Box .Front_Title{
	padding: 0;
	font-size: 100%;
	background-color: #eee;
	background-image: none;
	margin: 0;
}
.Bookmark_Popup_Box .Front_Title h2 {
	/*padding:8px 16px;*/
	padding: 8px;
	border: none;
	line-height:1.6;
	/*height: 28px;*/
	/*vertical-align:top;*/
}
.Bookmark_Popup_Box .Front_Title h2 img{
	display: none;
}
.Front_Title .icon_caution{
	display: inline-block;
	background: url(../../img/icon/icon_sprite_db_S.png);
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	background-position: -9px -112px;
	width: 24px;
	height: 24px;
	margin-right:5px;
	vertical-align: top;
}

/*.Popup_Box配下でないClose_Btnは非表示*/
a.Close_Btn {
	display: none;
}
/*.Popup_Box配下のClose_Btnは表示*/
.Bookmark_Popup_Box a.Close_Btn {
	background-image: url("../../img/icon/icon_race_mark.png");
	background-repeat: no-repeat,no-repeat;
	background-size:25px 300px,100% 100%;
	-moz-background-size:25px 300px,100% 100%;
	-webkit-background-size:25px 300px,100% 100%;
	-o-background-size:25px 300px,100% 100%;
	-ms-background-size:25px 300px,100% 100%;
	background-position:0 -150px,left top;
	display: block;
}

/*.Popup_Box配下でないClose_Linkは非表示*/
.Close_Link {
	display: none;
}
/*.Popup_Box配下のClose_Linkは表示*/
.Bookmark_Popup_Box .Close_Link {
	display: block;
}

/*.Popup_Box配下のinput*/
.Bookmark_Popup_Box .Horse_Group_Add input[type="text"] {
	width: 75%;
}

/*.Popup_Box配下のtable*/
.Bookmark_Popup_Box .Notify_Setup table {
	width: 100%;
}

.Bookmark_Popup_Box p{
	padding:8px 16px;
	line-height:1.4em;
	font-size:0.8em;}

.Bookmark_Popup_Box h3{
	padding:8px 0px;
	font-size:0.9em;}

.Bookmark_Popup_Box .error_message{
	color:#cc0000;}

.Bookmark_Popup_Box .btn_regist{
	display:block;
	margin:0 16px 11px 16px;
	color:#ffffff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 6px;
	border-radius: 4px;
	padding:16px 0;
	text-align:center;
	font-weight:bold;

}
.Bookmark_ButtonWrap{
	display: flex;
	justify-content: space-between;
}
.Bookmark_ButtonWrap > form{
	width: 60%;
	order: 2;
}
.Bookmark_ButtonWrap > a {
	width: 40%;
	order: 1;
}
.Bookmark_Popup_Box .btn_order{
	display:block;
	margin:0 16px 11px 16px;
	color:#fff;
	background-color:#ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:16px 0;
	text-align:center;
	font-weight:bold;
}
.RegistBtn_OrderBox{
	display:block;
	margin:0 16px 11px 16px;
}
.RegistBtn_OrderBox .ex-btn01.btn_order{
	display:block;
	width:100%;
	margin:0;
}
.Bookmark_Popup_Box .mb_15{
	margin-bottom:15px;
}
.Bookmark_Popup_Box .center{
	text-align:center;
}
.Bookmark_Popup_Box .alignL {
	text-align: left;
}
.Bookmark_Popup_Box .Title_Sec{
	display: flex;
	align-items: center;
}
.Bookmark_Popup_Box .Title_Sec span{
	display: block;
	margin-left: 10px;
	font-size: 12px;
	color: #333;
}
.Bookmark_MemoTable{
	width: calc(100% - 20px);
	margin: 0 10px 20px;
	border: solid 1px #CACACA;
	border-radius: 4px;
	border-collapse: collapse;
	background: #fff;
}
.Bookmark_MemoTable tr + tr{
	border-top: 1px solid #dadada;
}
.Bookmark_MemoTable th{
	background: #eaeaea;
	font-size: 72.3%;
	font-weight: normal;
	color: #555;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px 1px;
	vertical-align: middle;
}
.Bookmark_MemoTable th + th{
	border-left: 1px solid #dadada;
}
.Bookmark_MemoTable td{
	font-size: 83.4%;
	font-weight: normal;
	padding: 9px 8px 7px;
	color: #555;
	line-height: 1.3;
	vertical-align: top;
}
.Bookmark_MemoTable td + td{
	border-left: 1px solid #dadada;
}
.Bookmark_MemoTable textarea{
	width: 100%;
	padding: 4px 6px;
	color: #555;
}
.Bookmark_MemoWrap .Bookmark_ButtonWrap > div {
	width: 60%;
	order: 2;
}
.Bookmark_MemoWrap .Bookmark_ButtonWrap > a {
	width: 40%;
	height: 52px;
	order: 1;
}
/*.Popup_Box内指定 */
.SkipCheck {
	font-size: 80%;
	line-height: 1.4;
	padding: 8px 16px;
	text-align:center;
}
.Bookmark_Popup_Box .SkipCheck input {
	-webkit-appearance: checkbox;
	appearance:checkbox;
}
.BookmarkInfo01 {
	font-size: 80%;
	padding: 8px 16px 4px;
}
.BookmarkInfo01 li{
	margin-bottom:8px;
	line-height: 1.4;
	color:#666;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 3px;
}

/*==============================================
お気に入り馬
==============================================*/
/*コンテンツ*/
.Horse_Bookmark_Contents {
  position: relative;
  margin: 8px 8px 0;
}

.bookmark_list_attention {
	padding: 10px;
}
.bookmark_list_attention > p {
	padding-bottom: 6px;
	font-size: .8em;
	color: #777;
	line-height: 120%;
}

.bookmark_list_attention .bookmark_list_links > li {
	text-align: right;
	margin-bottom: 15px;
}
.bookmark_list_attention .bookmark_list_links a {
	display: block;
	font-weight: bold;
	font-size: .8em;
}
.favorite_list_links {
	margin-top:20px !important;
}
.bookmark_list_attention .favorite_how_to {
	border-top: 1px solid #efefef !important;
	padding: 8px 0 !important;
}
.bookmark_list_attention .favorite_how_to + li {
	text-align: right;
}
.bookmark_list_attention .favorite_how_to + li > a {
	font-size: .8em;
	color: #06389b;
	margin-top: 0px;
}


/*見出し*/
.Horse_Bookmark_Contents h3 {
  font-size: .85em;
  margin: 8px 0
}

/*コンテンツ先頭説明文*/
.Horse_Bookmark_Contents > p {
  font-size: .85em;
  margin: 8px 0
}

/*ボタンエリア*/
.Horse_Bookmark_Btn {
  margin-bottom: 14px;
}
.Horse_Bookmark_Btn + p {
  font-size: .8em;
  margin: 8px 8px 14px;
}

/*右寄せ角丸ボタン*/
.Right_Radius_Btn {
  position: absolute;
  top: -2px;
  right: 0;
}
.Right_Radius_Btn a {
  text-align: center;
  font-size: .7em;
  font-weight: normal;
  color: #000!important;
  border: 1px solid #d7d8d9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(center top,#f4f4f4 0,#c6c6c6 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 0,#c6c6c6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f4f4),color-stop(1.0,#c6c6c6));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#c6c6c6')";
  padding: 4px 8px;
}

/*濃いグレー背景白文字ボタン*/
.Group_Setting_Btn {
  font-size: .8em;
  font-weight: bold;
  color: #fff;
  background: #8c8c8c;
  background-image: -moz-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -o-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#8c8c8c));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2b2b2', EndColorStr='#8c8c8c')";
  border: 1px solid #b2b2b2;
  -moz-border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  border-radius: 4px!important;
  padding: 6px 10px;
}

/*注意書き*/
p.Attention_Text {
  color: #999;
  font-size: .8em;
  margin: 8px 8px 14px;
}

/*メモ・編集グループ内で使用*/
.Attention_Text02 {
  color: #999;
  font-size: .8em;
  padding: 0 !important;
  margin: 0 0 0 5px !important;
}


/*エラーメッセージ*/
p.error_message{
  color:#ff0000;
  font-size: .8em;
  margin: 8px 8px 14px;
}
.error_txtRed {
  color: #f00;
  font-size: .8em;
  position: relative;
  top: -10px;
}


.notice_gray_box{
	background-color:#efefef;
	padding:8px;
	margin:8px;}

.notice_gray_box dt{
	font-weight:bold;
	color:#00C;
	line-height:1.4em;
	font-size:0.9em;}

.notice_gray_box dd{
	font-size:0.8em;
	line-height:1.4em;}


/*テキストエリア指定*/
.Horse_Bookmark_Contents .Text_Form_Area {

  text-align: center;
  margin: 10px -8px;
  padding: 10px 0;
}
.Horse_Bookmark_Contents .Text_Form_Area textarea {
  color: #333;
  background: #f7f8f9;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  width: 95%;
  padding: .4em;
}

/*インプットエリア指定*/
.Horse_Group_Add input[type="text"] {
  width: 80%;
  height: 30px;
  margin-right: 6px;
}

/*リスト*/
.Horse_Bookmark_Contents .Horse_Group_List {
  margin: 0 -8px;
}
.Horse_Bookmark_Contents .Horse_Group_List li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.Horse_Bookmark_Contents .Horse_Group_List li:first-child {
  border-top: 1px solid #eee;
}
.Horse_Bookmark_Contents .Horse_Group_List li a {
  color: #333;
  display: block;
  font-size: .9em;
  padding: 12px;
}

.bbs_notify{
  margin: 0;
}
.bbs_notify li {
  border-top:2px solid #eeeeee;
  position: relative;
  padding: 0;
}
.bbs_notify li a {
  color: #333;
  display: block;
  font-size: .9em;
  padding: 12px;
}




/*グループ編集・削除のリスト(背景色グレー/リスト部分白)*/
.Horse_Bookmark_Contents .Horse_Group_Setting div:not([class]) {
  background-color: #ececec;
  margin: 0 -8px;
  padding: 2px 0;
}
.Horse_Bookmark_Contents .Horse_Group_Setting div:not([class]) ul li {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 8px;
  padding: 7px 80px 7px 8px;
}
.Horse_Bookmark_Contents .Horse_Group_Setting div:not([class]) ul li input[type="text"] {
  font-size: .9em;
  border: none;
  padding: 6px 0;
}
.Horse_Bookmark_Contents .Horse_Group_Setting div:not([class]) ul li span:not([class]) {
  position: absolute;
  top: 1px;
  right: 0px;
}
.Horse_Bookmark_Contents .Horse_Group_Setting div:not([class]) ul li span:not([class]) a:last-child .Icon {
  margin-right: 0;
}
.Horse_Group_Setting .Group_Setting_Btn {
  display: inline-block;
  font-weight: normal;
  font-size: .7em;
  margin-right: 9px;
  padding: 6px 8px;
}

.Group_Setting_Name {
	font-weight: bold;
	font-size: .9em;
  width: 90%;
}

/*チェックボックス設定*/
.Check_List {
}
.Check_List li {
  position: relative;
}
.Check_List li label {
  overflow: hidden;
  display: block;
  padding: 6px 8px;
}
.Check_List li input[type="checkbox"] {
  display: none;
}
.Check_List .Icon_Check,
.horse_group_check .Check_List .Icon_Check03 {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../../img/db/notsposusumecheck.png) no-repeat left center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.Check_List input[type="checkbox"]:checked + label {
  background-color: #FDECEC;
}
.Check_List input[type="checkbox"]:checked + label .Icon_Check {
  background: url(../../img/db/sposusumecheck.png) no-repeat left center;
}
.Notify_Setup .Check_List .Icon_Check02 {
  background: url(../../img/db/sposusumecheck02.png) no-repeat left center;
}

.Check_List input[type="checkbox"]:checked + label .Icon_Check03 {
  background: url(../../img/db/sposusumecheck.png) no-repeat left center;
}

.Check_List .Hidden_Block {
  display: none;
}

.horse_group_check .bbs_notify,
.horse_group_check .bbs_notify > li {
	border: none;
}

/*通知*/
.Notify_Setup .Check_List {
  font-size: .85em;
  width: 290px;
  margin: 0 auto;
}
.Notify_Setup .Check_List li label {
  padding: 6px;
}
.Notify_Setup .Check_List .Icon_Check {
  margin-right: 6px;
}
.Notify_Setup .Check_List .Right_Btn {
  position: absolute;
  top: 6px;
  right: 6px;
  text-align: center;
  border: 1px solid #d7d8d9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #f4f4f4;
  color: #06389b;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 10px;
}
.Notify_Setup .Check_List .Hidden_Block label {
  background-color: #f5f5f5;
  padding-left: 20px;
}
.Notify_Setup .Check_List .Hidden_Block .Icon_Check,
.Notify_Setup .Check_List .MultiLine .Icon_Check {
  float: left;
}
.Notify_Setup .Check_List .Hidden_Block dl dt {
  font-weight: bold;
  padding-bottom: 2px;
}
.Notify_Setup .Check_List .Hidden_Block dl dd {
  font-size: .9em;
}
.Notify_Setup .Check_List .MultiLine .Icon_Check + span {
  display: block;
}

.Horse_Bookmark_Contents .setup_mail_notice {
	font-size: .7em;
	display: block;
	text-align: center;
	margin-top: 5px;
}

/*お気に入り馬サイドメニュー*/
.Side_Favorite_Horse .Inner_Box {
  margin: 0;
}
.Side_Favorite_Horse ul.List_Box li > a {
  display: block;
  color: #333;
}
.Side_Favorite_Horse ul.List_Box li dl dt {
  padding-bottom: 2px;
}
.Side_Favorite_Horse ul.List_Box li dl dd {
  color: #666;
  padding-bottom: 2px;
}
.Side_Favorite_Horse ul.List_Box li dl dd:last-child {
  text-align: right;
}
.Favorite_Menu_List a{
	font-weight:bold;
	color: #333;
}
.Favorite_Btn {
  margin: 6px 0 8px;
  padding-left: 3px;
}
.Favorite_Btn ul {
  width: 100%;
}
.Favorite_Btn ul li {
  float: left;
  width: 33.3%;
  display: table;
  text-align: center;
  padding-right: 3px;
}
.Favorite_Btn ul li a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  font-size: .8em;
  padding: 6px 0;
  margin: 6px 0 0 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.Icon_SNS_L .Icon{
  display:inline-block;
  width:28px;
  height:28px;
  margin:-4px 2px 0 -4px;
  vertical-align: middle;
  background-image: url(../img/icon/icon_sp_sns_x2.png);
  background-size:112px 420px;
  -moz-background-size:112px 420px;
  -webkit-background-size:112px 420px;
  -o-background-size:112px 420px;
  -ms-background-size:112px 420px;
  background-repeat:no-repeat;
}
.Favorite_Btn ul li a .Icon {
  display: block!important;
  margin: 0 auto;
  width: 42px;
  height: 38px;
  background-size: 155px 580px;
  -moz-background-size: 155px 580px;
  -webkit-background-size: 155px 580px;
  -o-background-size: 155px 580px;
  -ms-background-size: 155px 580px;
  background-repeat: no-repeat;
}
/*--登録馬一覧*/
.Favorite_Btn.Icon_SNS_L .Icon_List{
  background-position: -78px -194px
}
/*--出走情報*/
.Favorite_Btn.Icon_SNS_L .Icon_RaceInfo{
  background-position: -78px -234px;
}
/*--登録*/
.Favorite_Btn.Icon_SNS_L .Icon_Regist{
  background-position: -78px -272px;
}

/*--調整用class*/

.alignR {text-align: right;}
.mt10 {margin-top: 10px !important;}

/*--グループ追加用css*/

#new_group_regist {
  display: block;
  color: #fff;
  background: #0033aa;

  padding: 10px 6px;
  font-size: 0.8em;
	margin-bottom: 10px;
  text-align: center;
	border-radius: 4px;
}

#delete_group_up {
  font-size: 0.7em;
  color: #fff;
  background: #8c8c8c;
  background-image: -moz-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -o-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#8c8c8c));
  border: 1px solid #b2b2b2;
  border-radius: 14px;
  padding: 5px 6px;
  position: absolute;
  top:66px;
  right:10px;
  z-index: 10;
}

#add_group_block {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

#contribute_form {margin: 0 10px 10px;}
.group_list > .Inner_Box {
  border: none;
}
.Horse_Bookmark_Contents > ul {border: 1px solid #ccc;}
.Horse_Bookmark_Contents > ul + ul {border-top: none;}

.btn_order02 {
	display: block;
  margin: 0 16px 8px 16px;
  color: #ffffff;
  background-color: #cccccc;
  box-shadow: 0 4px 0 #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 #aaaaaa;
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 3px;
}

/*orange*/
.ex-btn01 {
	background-color: #0033aa !important;
	border: none;
}
/*gray*/
.ex-btn02 {
	background-color: #fff !important;
	color:#666 !important;
	border: 1px solid #bbb;
}
/*red-orange*/
.ex-btn03 {
	color:#666 !important;
	background: #fff !important;
  font-weight: normal;
}

.orange_btn a {
	display: block;
	margin: .5em 5px;
	padding: .6em 25px;
	text-align: center;
	background: #0033aa;


	border-radius: 4px!important;
	color: #fff;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"!important;

	font-weight: bold;
}

/*お気に入り馬グループ設定*/
.Main_Column .Popup_Box {
	border:none;
}
.Main_Column .Horse_Bookmark_Contents {
	padding-bottom: 8px;
}
.Main_Column .btn_order02 {
	display: none;
}
.Main_Column .Horse_Group_Add {

}
.Main_Column .error_txtRed {
	position: relative;
	top: -5px;
}

#popupo_group_group_name + form{
	margin-bottom: 21px;
}
#close_popup_regist{
	margin-bottom: 21px !important;
}

/*グループ選択ポップアップ*/
.Inner_Box02 .Front_Title {
  padding: 0;
  font-size: 100%;
  background-color: #fff;
  background-image: none;
  margin: 0;
}
.Front_Title > .Front_Title_Edit {
  padding: 8px 16px;
  border: none;
  line-height: 28px;
  font-size: 100%;
  background-color: #eee;
}

/*.group_list02 {margin-top: -15px;}*/
.group_list02 {
	position: relative;
	top: -15px;
}
.group_list02 .Horse_Group_List > li {
  height: 45px;
}
.group_list02 .Horse_Group_List > li label {
  line-height: 1.7;
}
/*グループに追加popup　新規グループ追加ボタン位置調整用class*/
.group_list02 > a {
/*  margin-top: -5px !important;
  margin-right: 9px !important;*/
}

/*お気に入り馬メニュー*/
.Side_Column > .Inner_Box
.Favorite_Menu_List li {
  border:none !important;
  padding: 13px 5px;

}
.Side_Column > .Inner_Box
.Favorite_Menu_List li a{
	padding: 15px 4px 15px;
}
.Icon_Mark {
	vertical-align: bottom;
	margin-right: 5px;
}

/*horse_bookmark_list*/

/*-- 調整用class --*/
.mb15 {margin-bottom: 15px !important;}


/*-- 固定アイコン設定 --*/
.Shutuba_Table_Btn {
  position: fixed;
  bottom: 0;
  left: 0px;
  z-index: 100;
  width: auto;
}
.Shutuba_Table_Btn a {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}
/*ポップアップ用設定*/
.Popup_Box {
  background: #fff;
  border: 4px solid #555;
  position: relative;
}
.Popup_Box .Race_Name_Box{
  background-color: #eee;
  margin: 0;
}
.Popup_Box .Race_Name_Box .Right_Box{
  vertical-align: middle;
}
.Popup_Box .Result_Btn_Box_01 span.Icon{
  display: inline-block;
}
.Popup_Box .Close_Link {
  width: 100%;
  text-align: center;
  background: #888;
  border: 1px solid #666;
}
.Popup_Box .Close_Link a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #fff;
  background: -moz-linear-gradient(top,#444 0,#000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444),color-stop(100%,#000));
  background: -webkit-linear-gradient(top,#444 0,#000 100%);
  background: -o-linear-gradient(top,#444 0,#000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 )";
  background: linear-gradient(to bottom,#444 0,#000 100%);
}
.Popup_Box .Btn_Box ul li>div.link {
  display: block;
  margin: 6px;
  border: 1px solid #ccc;
   border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f4f4f4;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.5,#fff),to(#ebebeb));
  background: -moz-linear-gradient(center top,#fff,#fff 50%,#ebebeb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ebebeb')";
  background: linear-gradient(to bottom,#fff,#ebebeb);
}
.Popup_Box .Btn_Box ul li>div.link a {
  display: block;
  padding: 4px 0;
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  background: -o-linear-gradient(top,#fff 0,#fff 50%,#ececec 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 )";
  background: linear-gradient(to bottom,#fff 0,#fff 50%,#ececec 100%);
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  color: #000!important;
  font-size:.9em;
  font-weight: bold;
}

.Popup_Box .Btn_Box ul li>div.link a div:not([class]){
  display: inline-table;
}
.Popup_Box .Btn_Box ul li>div.link a .Right_Box{
  width: auto;
  vertical-align: middle;
}
.Popup_Box .Btn_Box ul li>div.link a span.Icon{
  display: inline-block;
}
.Popup_Box .Horse_Data_dd span:first-child{
  width: 35px;
}
.Popup_Box .Race_Common_Table tr td:last-child{
  padding: 16px 4px;
}
.Popup_Box .Race_Common_Table td.Mark_User{
  width: 45px!important;
}
.Popup_Box .Race_Common_Table td.Mark_User div.Hidden_Box{
  background-color: #fff;
}
.Popup_Box .Race_Common_Table .Horse_Line{
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.Favorite_Horse ul.List_Box li .memo{
    /*margin:0 8px 8px;*/
    background-color:#efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:8px;
    line-height:1.4em;
    font-size:0.8em;}

.red_text{
    margin:8px;
    line-height:1.4em;
    color:#cc0000;}

.Favorite_Horse .Search_Box .Txt_Form_LineBox {
  display: table-cell;
  width: 100%;
  padding-right: 6px;
}
.Favorite_Horse .Search_Box .Txt_Form_LineBox .Search_Txt_Box {
  position: relative;
}
.Favorite_Horse .Search_Box .Txt_Form_LineBox .Search_Txt_Box #clear_txt {
  position: absolute;
  top: 12px;
  right: 4px;
}
/*.Popup_Box配下でないFront_Titleの指定*/
.Front_Title{
  padding: 8px;
  font-size: .85em;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top,#fefefe,#e6e6e6);
  background-image: -o-linear-gradient(top,#fefefe 0,#e6e6e6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6')";
}
.Front_Title h2 {
  padding: 2px 0 2px 4px;
  border-left: 4px solid #034cca;
}

/*.Popup_Box配下のFront_Titleの指定*/
.Popup_Box .Front_Title{
  padding: 0;
  font-size: 100%;
  background-color: #eee;
  background-image: none;
  margin: 0;
}
.Popup_Box .Front_Title h2 {
  padding: 16px;
  border: none;
}

/*.Popup_Box配下でないClose_Btnは非表示*/
a.Close_Btn {
  display: none;
}
/*.Popup_Box配下のClose_Btnは表示*/
.Popup_Box a.Close_Btn {
  background-image: url(/common/img/icon/icon_sp_sns_l.png);
  display: block;
  background-size: 120px 450px;
  -moz-background-size: 120px 450px;
  -webkit-background-size: 120px 450px;
  -o-background-size: 120px 450px;
  -ms-background-size: 120px 450px;
  background-repeat: no-repeat;
  background-position: -60px -242px;
  position: absolute;
  top: -15px;
  right: -18px;
  width: 32px;
  height: 28px;
}

/*.Popup_Box配下でないClose_Linkは非表示*/
.Close_Link {
  display: none;
}
/*.Popup_Box配下のClose_Linkは表示*/
.Popup_Box .Close_Link {
  display: block;
}

/*.Popup_Box配下のinput*/
.Popup_Box .Horse_Group_Add input[type="text"] {
  width: 75%;
}

/*.Popup_Box配下のtable*/
.Popup_Box .Notify_Setup table {
  width: 100%;
}

/*==============================================
お気に入り馬
==============================================*/
/*コンテンツ*/
.Horse_Bookmark_Contents {
  position: relative;
  /*margin: 8px 8px 20px;*/
}

/*見出し*/
.Horse_Bookmark_Contents h3 {
  font-size: .85em;
  margin: 8px 0
}

/*コンテンツ先頭説明文*/
.Horse_Bookmark_Contents > p {
  font-size: .85em;
  margin: 8px 0
}

/*ボタンエリア*/
.Horse_Bookmark_Btn {
  margin-bottom: 14px;
}
.Common_Btn_Group.Horse_Bookmark_Btn ul li a {
  display: block;
  height: 38px;
  padding: 12px 2px 8px 2px;
  text-align: center;
  font-size: .8em;
  color: #000!important;
  border: 1px solid #d7d8d9;
}
.Regist_Btn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: .5em 5px;
  padding: 0;
  border: 1px solid #f7c942;
  background: #fadb4e;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fadb4e));
  background-image: -webkit-linear-gradient(top,#fceda7,#fadb4e);
  background-image: -moz-linear-gradient(top,#fceda7,#fadb4e);
  background-image: -ms-linear-gradient(top,#fceda7,#fadb4e);
  background-image: -o-linear-gradient(top,#fceda7,#fadb4e);
  background-image: linear-gradient(top,#fceda7,#fadb4e);
}
.Regist_Btn a > span {
  padding: .6em 25px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  zoom: 1;
}
.Regist_Btn + p {
  font-size: .8em;
  margin: 8px 8px 14px;
}

/*右寄せ角丸ボタン*/
.Right_Radius_Btn {
  position: absolute;
  top: -2px;
  right: 0;
}
.Right_Radius_Btn a {
  text-align: center;
  font-size: .7em;
  font-weight: normal;
  color: #000!important;
  border: 1px solid #d7d8d9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(center top,#f4f4f4 0,#c6c6c6 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 0,#c6c6c6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f4f4),color-stop(1.0,#c6c6c6));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#c6c6c6')";
  padding: 4px 8px;
}

/*濃いグレー背景白文字ボタン*/
.Group_Setting_Btn {
  font-size: .8em;
  font-weight: bold;
  color: #fff;
  background: #8c8c8c;
	text-shadow: none;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  border-radius: 4px!important;
  padding: 7px 10px;
}

/*注意書き*/
p.Attention_Text {
  color: #999;
  font-size: .8em;
  margin: 8px 8px 14px;
}

/*テキストエリア指定*/
.Horse_Bookmark_Contents .Text_Form_Area {

  text-align: center;
  margin: 10px -8px;
  padding: 10px 0;
}
.Horse_Bookmark_Contents .Text_Form_Area textarea {
  color: #333;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #b3b3b3;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  width: 95%;
  padding: .4em;
}

/*インプットエリア指定*/
.Horse_Group_Add input[type="text"] {
  width: 80%;
  height: 30px;
  margin-right: 6px;
}

/*リスト*/
.Horse_Bookmark_Contents .Horse_Group_List {
  margin: 0 -8px;
}
.Horse_Bookmark_Contents .Horse_Group_List li {
  position: relative;

  padding: 0;
}
.Horse_Bookmark_Contents .Horse_Group_List li:first-child {

}
.Horse_Bookmark_Contents .Horse_Group_List li a {
  color: #333;
  display: block;
  font-size: .9em;
  padding: 12px;
}

/*グループ編集・削除のリスト(背景色グレー/リスト部分白)*/
.Horse_Group_Setting div:not([class]) {
  background-color: #ececec;
  margin: 0 -8px;
  padding: 2px 0;
}
.Horse_Group_Setting div:not([class]) ul li {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 8px;
  padding: 4px 80px 4px 8px;
}
.Horse_Group_Setting div:not([class]) ul li input[type="text"] {
  font-size: .9em;
  border: none;
  padding: 6px 0;
}
.Horse_Group_Setting div:not([class]) ul li span:not([class]) {
  position: absolute;
  top: 6px;
  right: 8px;
}
.Horse_Group_Setting div:not([class]) ul li span:not([class]) a:last-child .Icon {
  margin-right: 0;
}
.Horse_Group_Setting .Group_Setting_Btn {
  display: inline-block;
  font-weight: normal;
  font-size: .7em;
  margin-right: 8px;
  padding: 6px 8px;
}
.Horse_Group_Setting .Group_Setting_Btn .Icon.Icon_Delete{
	display: inline-block !important;
}

/*チェックボックス設定*/
.Normal_Check_Box {
  font-size: .9em;
}
.Normal_Check_Box input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 4px;
}

.Check_List {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.Check_List li {
  position: relative;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.Check_List li label {
  overflow: hidden;
  display: block;
  padding: 6px 8px;
}
.Check_List li input[type="checkbox"] {
  display: none;
}
.Check_List input[type="checkbox"]:checked + label {
  background-color: #FDECEC;
}
.Check_List .Hidden_Block {
  display: none;
}

/*==============================================
お気に入り馬トップ
==============================================*/

body.User .Title{
	padding:5px 8px;
	background-image: none;
}

/*タイトル*/
.Favorite_Horse .Contents_Header {
  position: relative;
}

.Favorite_Horse .Title_Sec,
.Side_Favorite_Horse .Title_Sec {

	background-image: none;
	border: none !important;
}
#group_title_area .Title_Sec{
	margin-top: 21px;
	padding:12px 8px 14px;
}
.Side_Favorite_Horse.Title_Sec{
	margin-top: 21px;
}
.Favorite_Horse .Title_Sec h3,
.Side_Favorite_Horse .Title_Sec h3 {
	margin-top: 21px;
  border-left: none;
  width: 70%;
}

/*タイトル内グレーボタン*/

#RegistForm .Contents_Header .Side_Btn {
  position: static;
}

.Contents_Header .Side_Btn li {
  position: absolute;
  top: 4px;
  /*bottom:0px;*/
  margin: auto;
  right: 4px;
  background:none;
  border:none;
}
.Contents_Header .Side_Btn li a {
  color: #000 !important;
  font-size: .8em;
  font-weight:bold;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  padding: 8px 8px ;
  text-shadow:none;
  background: #f5f5f5;

  display: block;
  height: auto;
}
.Contents_Header .Hidden_Btn {
  position: absolute;
  top: 8px;
  left: 4px;
  padding: 0;
}

/*タイトル内青ボタン*/
.Title .Title_Side_Btn a {
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: .7em;
  background-color: #0056cd;
  border: 1px solid #022396;

  padding: 8px;
}
.Title .Title_Side_Btn a .Icon {
  margin: -4px 0 0 2px;
}

/*検索窓、プルダウン*/
.Search_Box > p {
	padding: 8px 8px 0 8px;
	font-size: .9em;
	font-weight: bold;
}
.Search_Box form + p {
	padding-top: 0;
}
.Search_Box form:last-child {
	padding-bottom: 8px !important;
}

.Favorite_Horse .Search_Box {
  display: table;
  width: 100%;
}
.Favorite_Horse .Search_Box form {
  padding: 0px 8px 0px;
}
.Favorite_Horse .Search_Box .Txt_Form_LineBox {
  display: table-cell;
  width: 100%;
  padding-right: 6px;
}
.Favorite_Horse .Search_Box .Txt_Form_LineBox .Search_Txt_Box {
  position: relative;
	margin-bottom: 21px;
}
.Favorite_Horse .Search_Box .Txt_Form_LineBox .Search_Txt_Box #clear_txt {
  position: absolute;
  top: 12px;
  right: 4px;
}
.Favorite_Horse .Search_Box .Txt_Form {
  width: 100%;
  font-size: .85em;
  color: #444;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: auto;
  user-select: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 6px;
}
.Favorite_Horse .Search_Box .Submit_Btn_Box {
  display: table-cell;
}
.Favorite_Horse .Search_Box .Submit_Btn {
  font-size: .8em;
  color: #666;
  background: #fff;

  border: 1px solid #b2b2b2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px;
  text-shadow:none;
}
.Favorite_Horse .Search_Box .Select_Box {
  width: 100%;
  font-size: .85em;
  color: #444;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 8px 0 0;
  padding: 8px 6px;
}
.Select_Box_Style {
  border: 1px solid #bbb;
  border-radius: 4px;
}

.List_Box .Unable_Check_Area dt a {
	display: inline-block;
	color: #03a;
}

/*リスト*/
.Favorite_Horse ul.List_Box {
  border-top: none!important;
  border-right: none!important;
	border-bottom: 1px solid #ccc !important;
}
.Favorite_Horse ul.List_Box li {
  border-left: none!important;
  overflow: hidden;
  padding: 0;
}
.Favorite_Horse ul.List_Box li dl dt {
  font-size: .95em;
  font-weight: bold;
  color: #000;
  line-height: 1.4em;
  width: 82%;
}
.Favorite_Horse ul.List_Box li dl dd {
  font-size: .85em;
  line-height: 1.2em;
  color: #666;
}

/*リスト初期表示*/
.Favorite_Horse ul.List_Box li > dl {
  padding: 6px 8px;
}
.Favorite_Horse ul.List_Box li label {
  position: relative;
  display: none;
}

/*リストチェックボックス表示時*/
.Favorite_Horse ul.List_Box li .Icon_Check {
  float: left;
  height: 38px;
  line-height: 38px;
}

/*リスト内ボタン*/
.Favorite_Horse ul.List_Box li .Side_Btn {
  position: absolute;
  cursor: pointer;
  background-color: #f2f3f4;
  border: 1px solid #ccc;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
  -o-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
  -ms-box-shadow: rgba(255,255,255,0.4) 0 1px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 8px;
}
/*チェックボックス表示時*/
.Favorite_Horse ul.List_Box li .Able_Check_Area .Side_Btn {
  cursor: default;
}
.Favorite_Horse ul.List_Box li .Side_Btn.Memo {
  top: 8px;
  right: 50px;
}
.Favorite_Horse ul.List_Box li .Side_Btn.Group {
  top: 8px;
  right: 8px;
}
.Favorite_Horse ul.List_Box li .Side_Btn .Icon {
  margin: 0;
}

/*グレーボタン（初期非表示）*/
.Hidden_Btn {
  display: none;
  padding: 9px 4px;
}
.Hidden_Btn li {
  float: left;
  margin-right: 4px;
}
.Hidden_Btn li a {
  display: block;
  font-size: .8em;
  font-weight: normal;
  color: #fff;
  background: #8c8c8c;
  background-image: -moz-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -o-linear-gradient(top,#b2b2b2,#8c8c8c);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#8c8c8c));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2b2b2', EndColorStr='#8c8c8c')";
  border: 1px solid #b2b2b2;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 6px;
}

/*アニメーション*/
.toRight {
  margin-right: -38px;
  left:0;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  transition: left 0.2 linear;
}
.toDefault {
  margin-right: -38px;
  left:-38px;
  -webkit-transition:left 0.2s linear;
  -moz-transition:left 0.2s linear;
  -o-transition:left 0.2s linear;
  -ms-transition:left 0.2s linear;
  transition:left 0.2 linear;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*お気に入り馬サイドメニュー*/
@media only screen and (min-width: 768px) {
  .Side_Favorite_Horse.Background_Color_White {
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
    padding: 0 0 8px 0!important;
  }
}
.Side_Favorite_Horse .Inner_Box {
  margin: 0;
}
.Side_Favorite_Horse ul.List_Box li > a {
  display: block;
  color: #333;
}
.Side_Favorite_Horse ul.List_Box li dl dt {
  padding-bottom: 2px;
}
.Side_Favorite_Horse ul.List_Box li dl dd {
  color: #666;
  padding-bottom: 2px;
}
.Side_Favorite_Horse ul.List_Box li dl dd:last-child {
  text-align: right;
}
.List_Box a{
	font-weight:bold;}
.Favorite_Btn {
  margin: 6px 0 8px;
  padding-left: 3px;
}
.Favorite_Btn ul {
  width: 100%;
}
.Favorite_Btn ul li {
  float: left;
  width: 33.3%;
  display: table;
  text-align: center;
  padding-right: 3px;
}
.Favorite_Btn ul li a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  font-size: .8em;
  padding: 6px 0;
  margin: 6px 0 0 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;

}
.Icon_SNS_L .Icon{
  display:inline-block;
  width:28px;
  height:28px;
  margin:-4px 2px 0 -4px;
  vertical-align: middle;
  background-image: url(/common/img/icon/icon_sp_sns_l_x2.png);
  background-size:112px 420px;
  -moz-background-size:112px 420px;
  -webkit-background-size:112px 420px;
  -o-background-size:112px 420px;
  -ms-background-size:112px 420px;
  background-repeat:no-repeat;
}
.Favorite_Btn ul li a .Icon {
  display: block!important;
  margin: 0 auto;
  width: 42px;
  height: 38px;
      background: url(/common/img/icon/icon_sp_sns_l_x2.png);
    background-size: 155px 580px;
    -moz-background-size: 155px 580px;
    -webkit-background-size: 155px 580px;
    -o-background-size: 155px 580px;
    -ms-background-size: 155px 580px;
    background-repeat: no-repeat;

}
/*--登録馬一覧*/
.Favorite_Btn.Icon_SNS_L .Icon_List{
  background-position: -78px -194px
}
/*--出走情報*/
.Favorite_Btn.Icon_SNS_L .Icon_RaceInfo{
  background-position: -78px -234px;
}
/*--登録*/
.Favorite_Btn.Icon_SNS_L .Icon_Regist{
  background-position: -78px -272px;
}
/*--お気に入りメモ(グレー)*/
.Icon_SNS_M .Icon_BookmarkMemo_Gray{
  background-position:-65px -288px;
}
/*--グループ(グレー)*/
.Icon_SNS_M .Icon_Group_Gray{
  background-position:-65px -288px;
}
/*--お気に入りメモ(グレー)*/
.Icon_SNS_S .Icon_BookmarkMemo_Gray{
  background-position:-48px -216px;
}
/*--グループ(グレー)*/
.Icon_SNS_S .Icon_Group_Gray{
  background-position:-48px -216px;
}

.side_edit {
  font-size: 13px;
  color: #555 !important;
  position: absolute;
  top: 20px;
  right: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  font-weight: normal !important;
}

/*search_favorit_horse_result*/

.mt10 {margin-top: 10px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.horse_detail_btn01 {
	background: #fff;
	padding: 4px 4px 4px 8px;
	border-radius:4px;
	color: #666 !important;
	background: #fff;
	display: inline-block;
	border: 1px solid #d7d8d9!important;
}
.horse_detail_btn02 {
	background: #fff;
	padding: 2px 4px 2px 8px;
	border-radius:3px;

}
.Search_Favhorse_Result table th {
	/*vertical-align: bottom;*/
}

.Complete_Mark {
	color: #f00;
	border:1px solid #f00;
	border-radius: 50%;
	padding:3px;
}

/*favorit_menu*/


/*horse_notify_setup*/

#umacatch_form .Check_List {
	border: 1px solid #ccc;
}
#umacatch_form .Check_List > li {
	border-bottom: none;
	border-left: none;
}
#umacatch_form .Check_List > li + li {
	border-top: 1px solid #ccc;
}
#umacatch_form .Detail_List li {
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
}
#umacatch_form .no-border {
	border: none;
}
.Horse_Bookmark_Contents .Check_List > .MultiLine {
	border: 1px solid #ccc !important;
}

.Contact_Box {
	margin: 8px;
	font-size: .85em;
}
.Contact_Box_Title {
	margin-bottom: 10px;
}
.Contact_Box > .List_Box {
	border: 1px solid #ccc;
	margin-bottom: 3px;
}
 .Attention_Text {
	color: #999;
	font-size: .8em;
}
.Icon_Premium {
	position: relative;
	top: 3px;
}

/*horse_result*/

.osusumechecked,.notosusumechecked {
	position:absolute;
	width: 30px;
	height: 30px;
	background:url(./common/img/db/sposusumecheck.png) no-repeat left center;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	top:30px;
	left:12px;
}
.notosusumechecked {
	background:url(./common/img/db/notsposusumecheck.png) no-repeat left center;
}

ul.osusumecheckwrap li {
	overflow:hidden;
}

ul.osusumecheckwrap li a.horsenamelink {
	position:relative;
	padding-left: 2px!important;
}

.left50 {
	left:50px;
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	-ms-transition: left 0.2s linear;
	transition: left 0.2 linear;
}

.left0 {
	left:0px;
	-webkit-transition: left 0.2s linear;
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	-ms-transition: left 0.2s linear;
	transition: left 0.2 linear;
}
.unclickable {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.FavoriteBtnWrap {
	display:table;
	width:100%;
	margin:0 auto;
}
.FavoriteBtnWrap .FavoriteBtnBox {
	display:table-cell;
	/*width:49%;*/
	margin:0 auto;
}
.checkOkiniBg {
	background-color:#FDECEC;
}

.open_btn {
	position:absolute !important;
	top: 2px;
	right: 0;
}
.cancel_btn {
	position:absolute;
	top: -4px;
	right: 0;
}
.Submit_Btn{
	color:#5f5f5f;
	background-color:#fff;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
/*.Side_Favorite_Horse .Favorite_Btn .favorite_menu_list > div {
	width: 42px;
	height: 38px;
}*/

/*--- フルスクリーン用広告追加 ---*/
.FullScreen.DB_Horse_Result_Table_width .nk_AdvBox_sp_01 {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 300px;
}



.Contents_Header .Title .Icon.Icon_Horse{
	display: none;
}
.Title_Sec h3{
	border-left: none;
}
.Common_Pager_Type1 ul.Pager_Arrow li{
	border:none;
	background:none;
	text-shadow: none;
	box-shadow: none;
}
.Link_Box ul.List_Box li:last-child{
	padding-top: 8px;
}
.Contents_Header .Title{
	padding: 0;
    border:none;

}
.Contents_Header .Title h1,
.Contents_Header .Title h2{
	color: #333;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.37;
    text-shadow: none;
}
#fancybox-wrap{
	/*top:10px !important;*/
	max-height: 600px !important;
}
.Bookmark_Popup_Box .Horse_Bookmark_Contents .Horse_Group_List li{
	border:none;
}

.Horse_Bookmark_Contents .Horse_Group_Add_Form{
	text-align:left;
}
