@charset "utf-8";
/* ページ成形 */
html {
	background: none; height: 100%; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
body {
	background: none; height: 100%; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
p {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
ul {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline; list-style: none;
}
li {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}

/* フォントの指定 */
body {
	color: rgb(51, 51, 51); line-height: 1.5; font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; -webkit-text-size-adjust: none;
}

/* リンクの装飾 */
a {
	text-decoration: none;
}
a:link {
	color:  #d9cbae;
}
a:visited {
	color:  #d9cbae;
}
a:hover {
	color:  #d9cbae;
}
a:active {
	color:  #d9cbae;
}
.cf::before {
	display: table; content: "";
}
.cf::after {
	display: table; content: "";
}
.cf::after {
	clear: both;
}

/* ページ縦固定用命令 */
#page {
   position: relative;
   min-height: 100%;
}

/* ヘッダータイトル */
#header {
	width: 100%; background-color: #6e5f41; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: #ffffff; table-layout: fixed;
}
#title {
	padding: 10px 0px 6px 0px; color: #f8f0df; font-size: 18px; font-weight: bold;
}
#sub	{
	width: 50%; max-width : 50%; background-color: #4f3f1f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 23px;
}
#subf	{
	padding: 0px 5px 3px 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 11px; font-size: 11px; color: #d9cbae;
}
#sub2	{
	width: 50%; max-width : 50%; background-color: #43361d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 23px;
}
#label	{
	padding: 3px 15px 5px 15px; color: #000000; font-size: 14px; font-weight: bold; word-wrap: break-word;
}

/* ページ縦固定用命令 */
#contents {
   padding-bottom: 4em;
}

/* ボタン */
#menu li {
	padding: 10px 30px 0px 30px; height: 60px; color: #ffffff; border-bottom-color: #ffffff; border-bottom-width: 1px; border-bottom-style: solid; position: relative; cursor: pointer;background-image: -webkit-gradient(linear,left top,left bottom,from(#59633b),color-stop(0.49, #343d19),color-stop(0.50, #2f3716),to(#2f3716));	
}
#menu li::after {
	border-radius: 1px; left: 15px; top: 5px; width: 4px; height: 30px; position: absolute; content: ""; box-shadow: 0px 12px 0px #d1c8c3, 0px 24px 0px #739b73; background-color: #739b73; -webkit-border-radius: 1px; -webkit-box-shadow: 0 12px 0 #739b73, 0 24px 0 #739b73;
}

/* ボタン内文字数可変（ソースの“div id=”を変更） */
#m1 {
	line-height: 25px; font-size: 14px; /* 文字数～40 */
}
#m2 {
	line-height: 16px; font-size: 11px; /* 文字数41～50 */
}

/* 競馬ブックロゴ */
#footer {
	text-align: center; position: absolute; bottom:  0px; width: 100%; height: 30px; border-bottom: solid 10px #739b73;
}
