/*------------------------*/
/*---- ベーススタイル ----*/
/*------------------------*/
@import url("common.css");
// @import url("sticky_footer.css");

BODY { margin:0 auto; font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Verdana,'ＭＳ Ｐゴシック',Osaka,Arial,sans-serif; }

A:link { color:#06F }
A:visited { color:#06F }
A:hover { color:#06C }
IMG { border:none }



html {
	font-size: 14px;
	min-height: 100%;
	position: relative;
}

body {
}

TABLE {
	font-size: 14px;
}

.figure { margin-left:auto; margin-right:auto; text-align:center; }


.breadcrumb {
	background:transparent;
	background-color: #fff;
  
}
.breadcrumb li+li:before {
  content:'»';
}

footer ul {
	margin-bottom: 0
}

.required { background: #ff4200 none repeat scroll 0 0; border-radius: 3px; color: #fff; font-size: 10px; margin-left: 5px; padding: 1px 3px; white-space: nowrap; }

.contents { margin-bottom:1em; }

.submit { margin-left:auto; margin-right:auto; text-align:center; }



h1 {
    color: #fff;
    background-color: #3496d8;
	border-radius: 0.5em;/*角の丸み*/
    padding:.6em .8em;
    font-size: 1.3rem;
}

/*
h1 {
    color: #3496d8;
     border-left:7px solid #3496d8;
     padding:.6em .8em;
     font-size: 1.3rem;
}
*/


h2 {
    color: #fff;
    padding: .5rem;
    background-color: #3496d8;
    border: 1px solid #3496d8;
	border-radius: 0.5em;/*角の丸み*/
    font-size: 1.3rem;
}


h3 {
    color: #343a40;
    background-color: rgba(52,150,216,.3);
    padding: .5rem;
    border-bottom: 3px solid #007bff;
	border-radius: 0.5em;/*角の丸み*/
    font-size: 1.2rem;
}

h4.card-header {
    color: #fff;
    background-color: #17a2b8;
    padding: .5rem;
	border-radius: 0.5em;/*角の丸み*/
    font-size: 1.0rem;
}

h5 {
    color: #fff;
    padding: .4rem;
    background-color: #17a2b8;
	border-radius: 0.4em;/*角の丸み*/
    font-size: 1.0rem;
}


h6 {
    color: #343a40;
}

h4.alert-heading {
    color: #FF0000;
    background-color: #FFFFFF;
    padding: .5rem;
//    border-left: 3px solid #007bff;
	border-radius: 0.5em;/*角の丸み*/
    font-size: 1.0rem;
}


.card {
    margin-top: 1rem;
}

.card-header {
    background-color: #3496d8;
    color: #fff;
    font-size: 1rem;
	padding: 0.40rem 1rem;
	border-radius: 0.5em 0.5em 0 0;/*上部のみ角の丸み*/
}

.card-header a {
    color: #fff;
}

.card-body {
	padding: 1rem;
}

.sidebar .card-body {
	padding: 0rem;
}

.sidebar .card {
	width:100%;
}

.sidebar .list-group-item {
	border: none;
	padding: 0rem 0.5rem;
//	margin-bottom : 0
}


.header {
	position: relative;
	max-height: 100px;
	z-index: 1030;
}


.status_disp {
	font-size:x-small;
	color:#CCC;
}


.form-control OPTION {
	font-size:14px;
}



/* overwrite style for table-responsive
-------------------------------------------------- */
.table-responsive > .table {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}
@media (max-width: 992px) {
	.table-responsive > .table {
		table-layout: auto;
	}
}
/* end
-------------------------------------------------- */

th.league_tage  {
	min-width: 10em;
}

th.league_yoko  {
	min-width: 7em;
}


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

.league td,th {
	border: 1px solid #888;
	padding: 5px 8px;
}
.league th {
	background-color: #ddd;
	text-align:center;
}
.league td {
	text-align: right;
}


.league th:empty, .league td:empty {
	background-image:url("line.svg");
	background-size: 100% 100%;
}



.footerfixed {
	min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
	position: relative;/* ←相対位置 */
	padding-bottom: 55px; /* ←フッターの高さを指定 */
	box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

footer{
    position: absolute;/* ←絶対位置 */
    bottom: 0;
    width:100%;
}
