@CHARSET "UTF-8";

/* 速報トップページ用スタイルシート */

/*=======================================*/
/* margin, paddingの初期化               */
/*=======================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
}


html {
  /*font-size: 62.5%;*/
}

body {
  color: #333;
  font-family: "Avenir Next","Droid Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", "MS Pゴシック", Verdana, Roboto, "游ゴシック", YuGothic, Meiryo,  "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #ffffff;
  background-image: url("../imgs/bg_sp.png");
  background-repeat: repeat-x;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
}

/*=======================================*/
/* スマホ対応用                          */
/*=======================================*/
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
  display: block
}

/*=======================================*/
/* img共通設定                           */
/*=======================================*/
img { border: none; }

/*=======================================*/
/* ul共通設定                            */
/*=======================================*/
ul { list-style-type: none; }

/*=======================================*/
/* a共通設定                             */
/*=======================================*/
a:link { text-decoration: none; }

/*=======================================*/
/* header                                */
/*=======================================*/
header {
  width: 100%;
}

header h1 {
  background-color: #eee;
  font-size: 90%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}

header p {
  text-align: center;
}

/* 速報一覧の画像 */
header p.small {
  margin: 5px;
  margin-bottom:5px;
}

/* 速報一覧の見出し */
header p:nth-child(2) {
  width: 100%;
  font-size: 80%;
  text-align: center;
}

/*=======================================*/
/* #contents                             */
/*=======================================*/
#contents {
  width: 100%;
  padding-bottom: 10px;
}

#contents p {
  /*width: 98%;*/
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

/* 戻る */
#contents p.back {
  width: 60%;
  margin-top: 5px;
  font-size: 90%;
}

#contents p.back a {
  color: #555;
  display: block;
  font-size: 70%;
  border: solid 1px #ddd;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* IE10+ */
  background: -ms-linear-gradient(top, #fff, #eee);
}


#contents ul {
  /*width: 98%;*/
  width: 80%;
  margin: auto;
  padding: 5px 0;
}

/* メニュー画面のリンク部分 */
#contents li {
  display: block;
  font-size: 70%;
  border: solid 1px #ddd;
  text-align: center;
  margin-bottom: 10px;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* IE10+ */
  background: -ms-linear-gradient(top, #fff, #eee);
}

#contents li a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 0;
  color: #555;
}

/* 速報表示部分 */
#contents table {
  width: 98%;
  border-collapse: collapse;
  margin: auto;
  font-size: 50%;
}

#contents th, #contents td {
  border: solid 1px #ddd;
  padding: 4px 2px;
}

#contents th {
  background-color: #eee;
  font-weight: normal;
}

#contents td.num {
  text-align: center;
}

#contents td.time {
  text-align: center;
}

/* 順位 */
#contents th:nth-child(1), #contents td:nth-child(1) {
  width: 10%;
}

/* No. */
#contents th:nth-child(2), #contents td:nth-child(2) {
  width: 10%;
}

/* 名前 */
#contents th:nth-child(3), #contents td:nth-child(3) {
}

/* 周 */
#contents th:nth-child(4), #contents td:nth-child(4) {
  width: 10%;
}

/* 通過時間 */
#contents th:nth-child(5), #contents td:nth-child(5) {
  width: 20%;
}

/* 区分 */
#contents th:nth-child(6), #contents td:nth-child(6) {
  width: 15%;
  /*min-width: 10%;*/
  text-align: center;
}

/* 区順 */
#contents th:nth-child(7), #contents td:nth-child(7) {
  width: 9%;
}

/* footer */
#footer p {
  font-size: 70%;
}
