@charset "utf-8";
/*
CSS for たちかわ競輪 KEIRINグランプリ2016
下階層ページ向けCSS
This style is released under the MIT License

use "Twitter Bootstrap v3.0.2"
*/


.inner-vivid .menu .button {
	background-color: #8e792a;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 0.8em 0;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.inner-vivid .menu .button:after {
	content: '';
	display: block;
	width: 1.5em;
	height: 100%;;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../img/mk1b.png) no-repeat center center;
	-webkit-background-size: auto 1em;
	background-size: auto 1em;
}

.inner-vivid .menu .button:hover {
	background-color: #d2a80b;
	text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 991px) {
	.inner-vivid .menu .button {
		font-size: 0.8em;
	}
}

@media (max-width: 768px) {
	.inner-vivid .menu {
		font-size: 0.8em;
		margin-top: 20px;
	}
	.inner-vivid .menu > .col-xs-12 .button{
		border-left:0 none;
		border-right:0 none;
	}
	.inner-vivid .menu > .col-xs-12 + .col-xs-12 > .button {
		border-top: 0 none;
	}
}

.content .title span.player_title {
    font-size: 80%;
}