@charset "Shift-JIS";

/* ****************************************
 * 2017/09
 * AOトップリニューアルで、AOトップでは読み込まなくなりました。
 * AOトップ以外でも読んでいるページがあるため残してあります。
 * ▼新CSS
 * //s.skygate.co.jp/pc/css/top/countdown.css
 **************************************** */

#ts_count_box{
width:710px;
overflow:hidden;
position:relative;
margin-bottom:10px;
}
#ts_count_box a{
/*display:block;*/
}
#ts_count_box h3{
position:absolute;
top:11px;
left:53px;
color:#fff;
font-size:15px;
}
#ts_count_box #ts_count{
width:222px;
color:#333;
font-size:20px;
font-family: Arial,sans-serif;
font-weight:bold;
text-align:center;
line-height: 1;
letter-spacing:-1px;
padding: 12px 0 0;
position:absolute;
top:8px;
right:8px;
}
#ts_count_box #cd_target_time{
font-family:"\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\0020\FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
margin: 0 0 13px;
}
#ts_count_box #ts_count_time{
color:#ff7200;
font-size: 27px;
}
#ts_count_box #ts_h{
font-family: "Century Gothic",osaka,Arial,Helvetica,sans-serif;
}
#ts_count_box #ts_count_time .ts_min{
font-size:16px;
margin: 0 10px 0 0;
}
#ts_count_box #ts_count_time_end{
font-size:20px;
padding-top:1em;
}
#ts_count_box #cd_notice{
text-align: right;
}

/* 950px */
.countdown_950 #ts_count_box{
width:950px;
margin: 0 auto 10px;
}
.countdown_950 #ts_count_box #ts_count{
width:235px;
font-size:20px;
padding: 16px 0 0;
top:5px;
right:5px;
}
.countdown_950 #ts_count_box #cd_target_time{
margin: 0 0 13px;
}
.countdown_950 #ts_count_box #ts_count_time_end{
font-size:16px;
}

/* 860px */
.countdown_860 #ts_count_box{
width:860px;
margin: 0 auto 5px;
}
.countdown_860 #ts_count_box #ts_count{
width:235px;
font-size:12px;
padding: 4px 0 0;
top:5px;
right:5px;
}
.countdown_860 #ts_count_box #cd_target_time{
margin: 0 0 5px;
}
.countdown_860 #ts_count_box #ts_count_time_end{
font-size:16px;
}


/*********************************************************************************
## 以下のコメントアウトを外してカウントダウンを表示させる場合、
## parts/top/grid_countdown.vm のコメントアウトも合わせて外してください。
*********************************************************************************/
/*
.gridBox .heightAdjustforcountdown {
height: 483px !important;
}
.gridBox .searchArea {
height: 473px !important;
}
.gridBox .priceCol table tbody .last td, .gridBox .priceCol table tbody .last th {
border-bottom: 0 none;
}
.w1210 .mainArea .col {
margin-bottom: 239px !important;
}
.w720 .gridBox .heightAdjustforcountdown {
height: auto !important;
margin-bottom:0 !important;
}
*/

/*注記スタイル*/
.annotation{
  text-align: right;
  padding-top: 5px;
}
.link-03, .link-03:link, .link-03:visited {
  color: #383838;
  text-decoration: underline;
  padding: 0 0 0 10px;
  position: relative;
}
.link-03:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url(//s.skygate.co.jp/pc/images/top/icon/arrow-06.png) no-repeat 0 0;
  position: absolute;
  top: .45em;
  left: 0;
}