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

	伝統馬事芸能

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

.btn_block {
    padding: 4px;
    background-color: #ebebeb;
}

.btn_block > ul {
    display: table;
    width: 100%;
}

.btn_block > ul > li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 4px;
    
}

.btn_block > ul > li > a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    
    padding: 10px;
    text-align: center;
    color: #444;
}


.btn_block > ul > li > a:hover {
    background-color: #fff8e1;
}


.btn_block > ul > li > a i {
    margin-right: 0.3em;
    color: #188542;
}





table.geinou_list {
	width:100%;
	border-collapse:collapse;
	
}

table.geinou_list > caption {
    /*margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;*/
	margin-bottom: 15px;
    text-align: left;
    
    font-size: 1.3rem;
}

table.geinou_list > caption > div.header {
    padding-bottom: 4px;
    border-bottom: 2px solid #e2e2e2;
    position: relative;
}

table.geinou_list > caption > div.header:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 120px;
    border-bottom: 2px solid #0cae2f;
}


table.geinou_list > caption > div.header > .content {
    display: block;
}

table.geinou_list > caption > div.header > .content > p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #444;
    line-height: 1.4;
    padding: 4px 0;
}


table.geinou_list > thead > tr > th {
	padding:6px;
	font-size:1.3rem;
	background-color: #1b521f;
	border:1px solid #e0e0e0;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

table.geinou_list > thead > tr > th:nth-child(1){
    width: 420px;
}


table.geinou_list > tbody > tr > td {
	font-size: 1.3rem;
	padding:10px 6px;
	vertical-align: middle;
	text-align: left;
	border:1px solid #CCC;
	border-right:1px solid #e0e0e0;
}

table.geinou_list > tbody > tr:nth-child(even) > td {
	background-color:#f7f7f7;
	
}

table.geinou_list > tbody > tr > td.movie {
	text-align:center;
	width:110px;
}

table.geinou_list > tbody > tr > td.movie a {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    line-height: 1.4;
    padding: 4px 10px;
	font-size: 1.2rem;
	color: #555;
	background-color: #fff;
	vertical-align: middle;
}

table.geinou_list > tbody > tr > td.movie a:hover {
	background-color:#fff8e1;
	color:#333;
}

table.geinou_list > tbody > tr > td.movie a i {
	margin-right: 0.4em;
	color: #188542;
}

table.geinou_list > tbody > tr > td.movie a:hover i {
	color:#333;
}



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

	939px以下

------------------------------------------------------------ */
@media screen and ( max-width : 939px ) {
    
    table.geinou_list > thead > tr > th:nth-child(1){
        width: 280px;
    }
}


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

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    table.geinou_list > thead > tr > th:nth-child(1){
        width: 200px;
    }
}

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

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
    
    table.geinou_list > thead > tr > th:nth-child(1){
        width: auto;
        min-width: 120px;
    }
}




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

	480px以下

------------------------------------------------------------ */
@media screen and ( max-width : 480px ) {

table.geinou_list > tbody > tr > td {
	font-size: 1.2rem;
	padding:6px;
}

    table.geinou_list > tbody > tr > td.movie a {
        font-size: 1.1rem;
    }
	
}


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

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    table.geinou_list > thead > tr > th:nth-child(1){
        width: auto;
        min-width: 1px;
    }
	
	.btn_block > ul > li > a {
    padding: 5px;
}
}



