@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* clearfix
------------------------------------------------*/
.clearfix { *zoom:1; }
.clearfix:before,
.clearfix:after {
	display: table;
	content:"";
	line-height: 0;
}
.clearfix:after { clear: both; }

/* 全体
---------------------------*/
body{
	margin: 0;
	padding: 0;
    font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #ffffff;
	position: relative;
	width: 100%;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
.wrapper{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (min-width:641px){
	.wrapper{
		width: 640px;
	}
}
.bk_1 img,
.bk_2 h1 img,
.bk_4 img,
.user_voice h1 img{
	width: 100%;
}

/* hover
------------------------------------------------*/
a:hover img{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}
a:hover{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}
input[type="image"]:hover{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}


/*　ピックアップ的中 */
.result_wrapper{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-align-items: flex-start;  /* Safari etc. */
	-ms-align-items    : flex-start;  /* IE10        */
	align-items        : flex-start;
	font-family: kan415typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
	margin-top: 1em;
}
.result_box {
    width: 48%;
    text-align: center;
    font-size: 20px;
    border: solid 4px #041174;
    background-color: #fff;
    background-image: url(../images/teki_bk_line.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    color: #041174;
    margin: 0 auto;
    position: relative;
    border-collapse: collapse;
    box-sizing: border-box;
	padding: 0.3em 0 1em 0;
}
.result_box_inner{
	width: 100%;
}
.result_box p {
    position: static;
    z-index: 10;
    text-overflow: ellipsis;
}
.result_box p:nth-of-type(1) {
    width: 100%;
    font-size: 0.8em;
	margin-bottom: 0.3em;
}
.result_box p:nth-of-type(2) {
    width: 100%;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}
.result_box p:nth-of-type(3) {
    width: 100%;
	font-size: 0.9em;
}
.result_box p:nth-of-type(4) {
    width: 100%;
    color: white;
    padding: 0.1em 0 0.5em 0;
	margin: 0.5em auto;
    background: #041174;
	font-size: 0.9em;
	line-height: 1.6em;
}
.result_box p:nth-of-type(5) {
    color: red;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}
.result_box p:nth-of-type(6) {
    color: red;
	font-size: 1em;
}

/*　今週末の重賞レース予想 */
.recommended{
	font-family: kan415typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1.6em;
}
.recommended h1 img,
.recommended h2 img{
	width: 100%;
}
.recommended_wrapper{
	background: url("../images/bg_horse.png") no-repeat center right / 70%,#041174;
	width: 100%;
	padding: 1em 0;
}
.recommended_box{
	width: 90%;
	background: #ffffff;
	text-align: center;
	padding: 0.2em 0.3em 0.4em 0.3em;
	color: #041174;
	margin: 1em auto;
	font-size: 18px;
	border-radius: 6px;
}
span.race_grade_01{
	/*
	background: rgb(9,162,241);
	background: linear-gradient(90deg, rgba(9,162,241,1) 0%, rgba(13,86,239,1) 100%);
	*/
	background:#1976D2;
	border-radius: 2px;
	text-align: center;
	color: #ffffff;
	padding: 0.4px 0.4em 0.4em 0.4em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
span.race_grade_02{
	/*
	background: rgb(249,57,145);
	background: linear-gradient(90deg, rgba(249,57,145,1) 0%, rgba(230,8,8,1) 100%);
	*/
	background:#D91508;
	border-radius: 2px;
	text-align: center;
	color: #ffffff;
	padding: 0.4px 0.4em 0.4em 0.4em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
span.race_grade_03{
	/*
	background: rgb(203,249,57);
	background: linear-gradient(90deg, rgba(203,249,57,1) 0%, rgba(60,200,11,1) 100%);
	*/
	background:#268300;
	border-radius: 2px;
	text-align: center;
	color: #ffffff;
	padding: 0.4px 0.4em 0.4em 0.4em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
.recommended_box p:nth-of-type(1) {
    font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.7em;
	font-weight: bold;
	background: #041174;
	color: #ffffff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-bottom: 0.3em;
}
span.race_day{
	margin-right: 0.3em;
}
/*　感謝の声 */
.user_voice h3 img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.voice_box{
	font-family: kan415typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
	margin: 0 auto;
}
.voice_set{
	width: 90%;
	margin: 1em auto;
	border: 3px solid #041174;
}
span.y_ul{
	background: linear-gradient(
      transparent 60%, #FFFE03 60%
    );
}
.voice_set p:nth-of-type(1){
	background: #041174;
	color: #ffffff;
	padding: 0.1em 0.3em 0.5em 0.3em;
	line-height: 1.6em;
}
.voice_set p:nth-of-type(2){
	color: #041174;
	padding: 0.1em 0.3em 0.5em 0.3em;
	line-height: 1.6em;
	font-size: 15px;
}
.voice_set p:nth-of-type(3){
	color: #041174;
	padding: 0.1em 0.3em 1em 0.1em;
	font-size: 11px;
	text-align: right;
}

.voice_Slider_Dots{
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
}
.voice_Slider_Dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.voice_Slider_Dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.voice_Slider_Dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #bbbbbb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.voice_Slider_Dots li.slick-active button:before {
    color: #ff6000;
}
.slick-slide{
	position: relative;
}

/*　ボタン調整 */
.entry_btn{
	text-align: center;
	margin: 2em auto;
}
.entry_btn img{
	width: 95%;
}
/********アニメーション＞跳ねる********/
.bounce{animation:bounce 1.6s linear infinite;}
	@keyframes bounce{
		0%{transform:translate(0,0);}
		72%{transform:translate(0,0);}
		76%{transform:translate(0,-12px);}
		84%{transform:translate(0,0);}
		92%{transform:translate(0,-12px);}
		100%{transform:translate(0,0);}
	}
/*　footer */
#footer{
	background: #00b900;
	padding: 1em 0;
}
#footer img{
	margin: 0 auto;
	width: 50%;
	display: block;
}

/*　文字装飾 */
.w_shadow{
    text-shadow:0px 1px 0px #fff,
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
    
}