@charset "euc-jp";
/*===========================================
pog_top_new.css
netkeiba.com デザイン改修版
============================================*/

.Pog_Top_Page {
  background: #fff !important;
}

ul.List_Box li{
  padding: 0;
  padding-top: 8px;
}
.Inner_Box{
  margin-bottom: 44px;
}
.nk_AdvBox_sp_01{
  margin-bottom: 44px;
}
.Icon_Comment:before,
.Icon_Chumoku:before {
  margin-left: 0;
  margin-right: 2px;
}

/*Contents Title
-------------------------------- */
.POG_Derby_Link > p{
  margin-bottom: 16px;
}
.POG_Derby_Link ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}
.POG_Derby_Link ul li {
  width: calc(50% - 5px);
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.POG_Derby_Link ul li a {
  display: block;
  font-size: 0.875rem;
  color: #444;
  font-weight: bold;
  padding: 12px 0 12px 10px;
}
.POG_Derby_Link ul li a span {
  position: relative;
}
.POG_Derby_Link ul li a span:before {
  content: '';
  position: relative;
  display: inline-block;
  margin: -6px;
  width: 24px;
  height: 24px;
  top: 0px;
  left: -10px;
  background: url(../img/pog_2020/POG_sprite01.png) no-repeat 40px 0 /160px auto;
}
.POG_Derby_Link .Icon01 a span:before{
  background-position: -109px -55px;
}
.POG_Derby_Link .Icon02 a span:before{
  background-position: -109px 0px;
}
/*.POG_Derby_Link
-------------------------------- */
#Top .POG_Derby_Link {
  margin-bottom: 24px;
  padding-top: 18px;
}
.POG_Derby_Link img {
  display: block;
  width: 100%;
  vertical-align: top;
}
/*User_Result
-------------------------------- */
.User_Result .Course_User_Info {
  padding: 0;
}
.User_Result .Course_User_Info .Text {
  font-size: 1rem;
  margin-bottom: 24px;
}
.User_Result .Course_User_Info .Button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #fff;
  background-color: #002dad;
  border-radius: 4px;
  margin-bottom: 24px;
  font-weight: bold;
}
.User_Result .Course_User_Info .Link {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.User_Result .Name {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.User_Result .Name p{
  margin-left: 7px;
}
.User_Result .Name a{
  font-size: 1.125rem;
  font-weight: bold;
}
.User_Result .Name figure{
  border-radius: 50%;
  overflow: hidden;
}
.User_Result .Name figure img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}
.User_Result .Inner_Box > .Link a{
  position: relative;
  display: block;
  width: 79%;
  min-width: 142px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  border: 1px solid #c9c9c9;
  margin-top: 16px;
  border-radius: 30px;
  padding: 8px 0;
}
/*.POG_List_Box
-------------------------------- */
.POG_List_Box{
  margin: 0 2.5% 31px;
}
.POG_List_Box > li{
  margin-bottom: 16px;
}
.POG_List_Box a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.POG_List_Box .Photo{
  width: 25.267%;
  height: 0;
  padding-top: 17.405%;
  border-radius: 4px;
  background: #eee;
  overflow: hidden;
  position: relative;
}
.POG_List_Box .Photo img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.POG_List_Box .Text_Box{
  width: 71.93%;
  color: #333;
}
.POG_List_Box .Text_Box > p{
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1rem;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.POG_List_Box .Text_Box .data{
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  color: #888;
}
.POG_List_Box .Text_Box .data li:nth-of-type(n+2){
  margin-left: 6px;
}
.POG_Column .Title_Sec {
  margin-top: 0;
}
.POG_Rank .List_box01 .L_Content > li{
  padding: 15px 0;
}
.POG_Rank .List_box01 .L_Content > li:nth-of-type(even){
  padding: 0;
}
.POG_Rank .List_box01 .L_Content > li:nth-of-type(even) a{
  padding: 15px 0 15px 1.88%;
}
/* to_SE
-------------------------------- */
@media only screen and (max-width: 340px){
  .User_Result .Course_User_Info .Text,
  .User_Result .Course_User_Info .Link{
    font-size: 0.875rem;
    letter-spacing: -0.25px;
  }
  .POG_Contents .Main_Navi li a,
  .POG_List_Box .Text_Box > p{
    font-size: 0.875rem;
  }
  .POG_Contents .Sub_Navi dt{
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
  .POG_Contents .Sub_Navi dd {
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: -0.25px;
  }
  .POG_List_Box .Text_Box .data{
    font-size: 0.6rem;
  }
  .POG_Derby_Link ul li a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .Contents {
    width: 760px;
  }
  .Main_Column {
    width: 450px;
  }
  .Side_Column {
    float: right;
    width: 300px;
    padding-top: 18px;
  }
  .POG_List_Box .Text_Box > p {
    font-size: 0.875rem;
  }
  .POG_List_Box .Text_Box .data {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 992px){
  .Contents {
    width: 950px;
  }
  .Side_Column {
    padding-top: 18px;
    float: right;
    width: 330px;
  }
}
/*
20px = 1.25rem
18px = 1.125rem
17px = 1.0625rem
16px = 1rem
15px = 0.9375rem
14px = 0.875rem
13px = 0.8125rem
12px = 0.75rem*/


/* お知らせ */
.Infomation_Box {
	margin: 18px 10px 0 10px;
	border-radius: 4px;
}
.Infomation_Box + .Infomation_Box {
	margin-top: 8px;
}
.Infomation_Box ul {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	padding: 10px 10px 10px 36px;
	position: relative;
	display: block;
}
.Infomation_Box ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://cdn.netkeiba.com/img.sp/common/img/icon/icon_sprite_nk.png');
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	vertical-align: middle;
	background-position: -7px -808px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.Infomation_Box ul li a .Infomation_Txt span {
	display: block;
	color: #06389b;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.3;
}
