@charset "utf-8";

/*============================================================================



	style info : all style 共通



==============================================================================*/


/*============================================================================

	html body

==============================================================================*/

/* スクロールバーの有無によるズレ対策 */
html {
/*
	overflow-y: scroll;
	text-align: center;
*/
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: justify;
	height: 100%;
	background: #f9f9f9;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*============================================================================

	画像

==============================================================================*/

img {
	vertical-align: top;
}

/*============================================================================

	リンク

==============================================================================*/

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,205,60,0.6); /* タップ時の背景色 */
}

a:link {
	color: #526f7c;
}

a:visited {

}

a:hover {
	text-decoration: underline;
}

a:active {

}


/*============================================================================

	汎用

==============================================================================*/

/* Headings
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .8em 0;
}

h1 {
	font-size: 153.9%;
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 123.1%;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 100%;
}


/* 段落
---------------------------------*/
p {
	line-break: strict;
	line-height: 1.6;
}

/* 画像右
---------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}


/* 画像左
---------------------------------*/
.imgL {
	float: left;
	margin: 0 15px 10px 0;
}

/* 中央
---------------------------------*/
.tC,
.btnC {
	text-align: center;
}


/* 右揃え pタグ
---------------------------------*/
.tR,
.sign {
	text-align: right;
}


/* 明朝
---------------------------------*/
.mincho { font-family: "ＭＳ 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "Times New Roman", Times, serif; }


/* ドロップシャドウ
---------------------------------*/
.shadow {
	behavior: url(/javascript/PIE.htc); /* for IE */
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
}


/* clearfix
---------------------------------*/
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*============================================================================

	ボタン処理

==============================================================================*/

/* へこむ pタグ指定
---------------------------------*/
.btnHollow a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* 半透明 pタグ指定
---------------------------------*/
.btnOpacity a:hover {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

/*============================================================================

	デフォルト テーブル

==============================================================================*/
table {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 10px;
}

table thead th {
	background: #555555;
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
}

table tbody th {
	color: #333;
	background: #E2E1DE;
}

table tbody td {
	background: #FFF;
}

th, td {
	padding: 8px;
	border: 1px solid #999;
	line-height: 1.5;
}

th {
	background: #999;
	color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}


/* 偶・奇数
---------------------------------*/

table tr.odd td {
	background: #FFF;
}

table tr.even td {
	background: #FEFEFE;
}

/*============================================================================

	テキスト サイズ

==============================================================================*/

/* -------------------------------------------------------

 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%

---------------------------------------------------------- */

.std11 { font-size: 85% !important; }
.std12 { font-size: 93% !important; }
.std13 { font-size: 100% !important; }
.std14 { font-size: 108% !important; }
.std15 { font-size: 116% !important; }
.std16 { font-size: 123.1% !important; }
.std17 { font-size: 131% !important; }
.std18 { font-size: 138.5% !important; }
.std19 { font-size: 146.5% !important; }
.std20 { font-size: 153.9% !important; }
.std21 { font-size: 161.6% !important; }
.std22 { font-size: 167% !important; }
.std23 { font-size: 174% !important; }
.std24 { font-size: 182% !important; }
.std25 { font-size: 189% !important; }
.std26 { font-size: 197% !important; }


/*============================================================================

	テキスト カラー

==============================================================================*/

.white { color: #FFFFFF !important; }
.black { color: #000000 !important; }
.gray { color: #666666 !important; }
.lgray { color: #999999 !important; }
.red { color: #9e0027 !important; }
.lred { color: #FF0000 !important; }
.pink { color: #cc0033 !important; }
.green { color: #205c29 !important; }
.orange { color: #e66815 !important; }
.blue { color: #1d4c7e !important; }
.lblue { color: #007bcd !important; }
.yellow { color: #FFFF00 !important; }
.gold { color: #685b31 !important; }



/*============================================================================

	サイト内共有パーツ

==============================================================================*/

/*点線*/
hr.dotted {
	border-style: dotted;
	border-color: #CCC;
}

/*ページトップボタン*/
a.pageTop {
	display: block;
	width: 93px;
	height: 16px;
	margin: 20px 0 0 auto;
	padding: 0;
	clear: both;
	background: url(https://www-f.tkeiba.net/img/page_top.gif) no-repeat;
	text-indent: -7777px;
	overflow: hidden
}

/*補足等*/
small {
	font-size: 77%;
}

/* メールアドレス入力 エリア
---------------------------------*/
body#index form input.userEmail {
	font-family: arial, sans-serif;
	width: 718px;
	height:50px;
	clear: both;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 0 auto 20px;
	padding: 10px;
}

.ui-autocomplete li {font-size: 30px; line-height: 2;}

body#index form input.eMail:focus{ background: #fefdf2; }

body#index form input.userEmail:focus{ background: #fefdf2; }

body#index form input.renewalbutton03 {
	width: 741px;
    height: 85px;
    margin-top: 4px;
    clear: both;
    background: url(https://www-f.tkeiba.net/img/lpo/2019/0616/btn.jpg?1560681935) no-repeat top;
    border: none;
    text-indent: -8888px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 1px 4px #000;
    -moz-box-shadow: 0px 1px 4px #000;
    -webkit-box-shadow: 0px 1px 4px #000;
}

body#index form input.renewalbutton03:hover {
	background-position:bottom;
}



/* 下部テキスト
---------------------------------*/
body#index section#bottomMenu p {
	font-size: 93%;
	color: #fff9c7;
	line-height: 1.5;
	margin: 0;
}

/*============================================================================

	利用規約 agreement.html用

==============================================================================*/
body#agreement ol li {
	margin: .8em 0 .8em 2em;
	line-height: 1.4;
}

body#agreement ul li {
	margin: .8em 0 .8em 3em;
	line-height: 1.4;
}

/*============================================================================

	お問い合わせ inquiry.html用

==============================================================================*/
body#inquiry h2 {
	font-size: 108%;
}

body#inquiry table {
	width: 100%;
}

body#inquiry table td ul li {
	list-style-type: circle;
	margin-left: 2em;
}

body#inquiry table td address {
	font-weight: bold;
	margin: .4em 0;
}

/*============================================================================

	特定商取引法 law.html用

==============================================================================*/
body#law table {
	width: 100%;
}

/*============================================================================

	会社概要 corporate.html用

==============================================================================*/
body#corporate table {
	width: 100%;
}


/*============================================================================

	footer#globalFooter（フッタ）

==============================================================================*/

footer#globalFooter {
	width: 100%;
	height: 38px;
	margin:50px 0 0;
	background: url(https://www-f.tkeiba.net/img/lpo/footer/footer_bg.gif);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}

footer#globalFooter section {
	width: 950px;
	margin: auto;
}

footer#globalFooter img.keibaSearch {
	vertical-align: middle;
	float: left;
	width: 88px;
	height: 31px;
	margin: 4px 15px 0 0;
}


footer#globalFooter small.copyright {
	display: block;
	float: left;
	width: 340px;
	height: 11px;
	font-size: 10px;
	text-align: left;
	color: #868a90;

/*
	text-indent: -8888px;
	overflow: hidden;
	background: url(https://www-f.tkeiba.net/img/lpo/footer/copyright.png);
*/

	position: relative;
	top: 12px;
}

footer#globalFooter ul {
	padding-top: 7px;
	height: 24px;
	float: right;
	margin: 0;
}

footer#globalFooter ul li {
	height: 24px;
	float: left;
	font-size: 85%;
	list-style-type: none;
	background: url(https://www-f.tkeiba.net/img/lpo/footer/footer_listline.gif) no-repeat;
	margin: 0 6px 0 0;
	padding: 0 0 0 10px;
	line-height: 2.2;
}



/*-----------------------------------------------

	LP全体

-------------------------------------------------*/
body#index {
    background-color: #FFFFFF;
}

#mainContents {
	width:900px;
	margin:0 auto;
}

#mainContents img {
	width:100%;
}

#mainContents dd {
	margin-left:0;
}


/*-----------------------------------------------

	モーダルウィンドウ用

-------------------------------------------------*/
#hiraiY,#sakaiM,#nakanowatariS,#yasudaT{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal_content{
  width:650px;
  background:#fff;
  margin:0 !important;
  padding:20px;
  position:relative;
  font-size:18px;
  text-align:left !important;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.modal_content img {margin-bottom: 10px; width: 100%;}

.btn_close {
padding: 8px 20px;
width: 50%;
display: block;
text-align: center;
font-size: 1.2rem !important;
border-radius: 16px;
line-height: 1;
margin: 10px auto;
border: 1px solid #3B3B3B;
background-color: #DBDBDB;
cursor: pointer;
}

.sendMail {
background-color: #003463;
padding: 14px 80px 30px;
text-align: center;
color: #FFFFFF;
}

.rece_name {
	font-size:24px;
	border: 1px solid #FFFFFF;
	padding: 10px 6px;
	margin: auto;
	}

.induction {
margin: 20px 0 14px;
font-size: 22px;}

.induction_y {
text-align: left;
margin: 20px 0 14px;
font-size: 22px;}

.opentime {
margin: 16px 0 0;
font-size: 18px;}

.midashi {
text-align: center;
font-size: 2rem;
letter-spacing: 1px;
line-height: 1.8;
padding-top: 50px;
margin:0 0 10px;
clear:both;
}

.jyohoroute {
padding: 5px 0 0;
margin:0 5px 0 0;
width: 445px;
float: left;
}

.jyohoroute dt {
background-color: #e5e4b9;
padding: 12px 2px;
text-align: center;
font-size: 1.8rem;
}

.jyohoroute dd {
margin-bottom: 4px;
}


.goth{
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;}

.hei3{
font-family: heisei-mincho-std, serif;
font-weight: 300;
font-style: normal;
}

.hei5{
font-family: heisei-mincho-std, serif;
font-weight: 500;
font-style: normal;
}

.hei7{
font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}

.hei9{
font-family: heisei-mincho-std, serif;
font-weight: 900;
font-style: normal;
}



/*5頭リスト*/
.pc_nobr {display: none;}

.listbox {font-feature-settings: 'palt';letter-spacing: 1px; margin:0;}

.golist { text-align: center; font-size: 2em !important; margin:0; padding:40px 0 0; clear:both}

.batteki{
padding: 5px 0 0;
margin:0 5px 0 0;
width: 445px;
float: left;
}

.batteki p{margin: 0 !important;}
.batteki dt {
padding: 10px 0 8px;
text-align: center;
text-shadow: #ffffcc 1px 1px 4px,#ffffda 1px -1px 4px,#ffffcc -1px 1px 4px,#ffffcc -1px -1px 4px;
background: #ffffda;
background: -moz-linear-gradient(top, #ffb400 0%, #ffffda 22%, #ffb400 45%, #7f5523 74%, #ffb243 90%, #ffc106 100%);
background: -webkit-linear-gradient(top,  #ffb400 0%, #ffffda 22%,#ffb400 45%,#7f5523 74%,#ffb243 90%,#ffc106 100%);
background: linear-gradient(to bottom,   #ffb400 0%,#ffffda 22%,#ffb400 45%,#7f5523 74%,#ffb243 90%,#ffc106 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#ffc106',GradientType=0 );
}

.batteki dt p{line-height: 1;}

.batteki dd {
color: #FFFFFF;
border: 3px solid #ffc106;
padding: 14px;
text-shadow: #000000 1px 1px 4px,#000000 1px -1px 4px,#000000 -1px 1px 4px,#000000 -1px -1px 4px;
background: #006500;
background: -moz-linear-gradient(top,  #006500 0%, #0c3400 100%);
background: -webkit-linear-gradient(top,  #006500 0%,#0c3400 100%);
background: linear-gradient(to bottom,  #006500 0%,#0c3400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006500', endColorstr='#0c3400',GradientType=0 );
}

.gosen {
text-align:center;
font-size: 22px;
border: 1px solid #FFFFFF;
box-shadow: #000000 0px 0px 2px;
}

.gotou {font-size: 20px;line-height: 1.6; padding-top: 4px;}

.gotou strong{color: #FFEA98;}
.gotou em{color: #FFFF00; font-size: 110%;}
