@CHARSET "UTF-8";

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

/*=======================================*/
/* margin, paddingの初期化               */
/*=======================================*/
* {
  border: none;
  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;
  -webkit-text-size-adjust: 100%;
}

h2 {
	font-size: larger;
	width:100%;
	background-color:#eee;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	text-align: center;
}

footer {
	font-size: smaller;
	width:100%;
	background-color:#eee;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	text-align: center;
}



/** 小サイズ大会ロゴ **/
img.mini_logo {
	width: 180px;
}

a {
	color: #1020D0;
}
a:hover {
	color: #1020D0;
}
a:visited {
	color: #1020D0;
}

/*=======================================*/
/* スマホ対応用                          */
/*=======================================*/
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%;
  text-align: center;
}


/** トップ画面 **/
div.article {
	text-align: center;
	margin: 15px auto;
}
div.article p.title {
	margin: 4px;
	font-weight: normal;
}
div.article hr {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #ddd;
	width: 200px;
	background: #ddd;
}
div.article p.content {
	margin: 4px;
	font-weight: bold;
}
div.article li {
	line-height: 2.5em;
}
div.article li a {
	font-weight: bold;
	font-size: larger;
}


/*=======================================*/
/* #contents                             */
/*=======================================*/
#contents {
	width: 98%;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

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

/* 戻る */
#contents p.back {
	font-weight: bold;
	font-size: larger;
}
/*
#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));
  background: -moz-linear-gradient(top, #fff, #eee);
  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;
}

#page_top {
	color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20pt;
    cursor: pointer;
    
    /* 丸背景 */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: black;
    opacity: 0.6;
    
    /* 内部の文字位置 */
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    
}
#page_top::before {
	font-family: FontAwesome;
	content: '\f102';
	transform: rotate(-90deg);
	line-height: 50px;
	vertical-align: middle;
}

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

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

/** 一覧画面の表のヘッダ **/
#contents th {
	background-color: #eee;
	font-weight: normal;
	font-size: 9pt;
	white-space: nowrap;
}

/** 一覧画面の表 **/
#contents td {
	font-size: 9pt;
}
/* 数値項目のスタイル */
#contents td.num {
	text-align: center;
}
/* 時刻項目のスタイル */
#contents td.time {
	text-align: center;
}


/* レースNo検索フォーム */
form {
	margin-right: 15px;
	text-align: right;
	padding: 2px 0px 4px 0px;
}
form input {
	border: solid 1px #555;
}
form input[type="number"] {
	width: 120px;
	height: 18px;
}
form input[type="button"] {
	padding:2px 6px;
}

/* 検索該当行 */
tr.myrec {
	background: #FFCCFF;
}

/** 詳細表示 **/
table.member_info {
	margin: 10px auto;
	text-align: center;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 98%;
}
table.member_info tr {
	line-height: 1.8em;
}
table.member_info th {
	border: 1px solid #ddd;
	background-color: #eee;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	width: 33%;
	font-size: smaller;
}
table.member_info td {
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
table.lap_info th {
	width: 33%;
}
table.lap_info td {
	text-align: center;
	width: 33%;
}

table.summary {
	margin-left: auto;
	margin-right: auto;
}
table.summary tr.rank {}
table.summary tr.laps {}
table.summary tr.final_time {}


