@charset "utf-8";
/* CSS Document */
#main_header h1 {font-size:12px; 
  font-family: serif;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 0px;
} 
#main_contents{
	display: flex;
 	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_contents1 h2{
    align-items: bottom;
    font-weight: normal;    
    color:#FB0202;
    padding: 10px 5px 10px 0px;
    text-align: center;
    border-bottom: 1px dotted #FB0202;
    width: 45%;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.5rem;
}
#main_contents1 main{   
    color:#FB0202;
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.5rem;
}
#main_contents table {
	border-collapse: collapse;
	border-right: 1px dotted #999;
}
#main_contents table tr th,
#main_contents table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
#main_contents table tr th {
	width: 180px;
	text-align: center;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
#main_contents table tr th strong {
	color: #F00;
}
#main_contents table .gray_back {
	background: #ECEFF1;
}
#main_contents table .btn {
	text-align: center;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #tel,
#main_contents table #email,
#main_contents table #content {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #email {
	width: 70%;
}
#main_contents table #content {
	width: 90%;
}
#main_contents h5{
    text-align: center;
    font-size: 20px;
    font-family: serif;
    margin-top: 0px;
    color:#FB0202;
}
#main_contents h6{
    text-align: center;
    font-size: 20px;
    font-family: serif;
}
#mainvisual {
	width: 100%;
    margin: 0 auto;
    position: relative;
}
#mainvisual p{
    position: absolute;
    color: white;
    font-weight: bold;
    width: 100%;
    font-size:300%;
    font-family :serif;
    text-shadow: 1px 1px 2px #999;
    line-height:12%;
    padding-top: -52px;
    padding-bottom: 14px;
    background-color: rgba(255,0,0,0.50);
    text-align: right; 
    text-align: bottom;
    bottom: -5%;
}  
#mainvisual img {
    padding: 0px;
    border: 0px solid #CCC;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px #999;
	box-shadow: 0px 0px 0px 0px #999;
    width: 100%;
}
.breadcrumb {
  display: inline-block;
}

.breadcrumb li{
  display: inline-block;
  list-style: none;
  font-weight: normal;
}
.breadcrumb li:after{
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0px 2px 0px 5px;
  color: #ffffff;
  font-size: 1.2em;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
   height: 25px;
   padding: 0 10px 0 30px;
   color: #fff;
   background: #B0BEC5;
   line-height: 25px;
   display: block;
   text-decoration: none;
   position: relative;
   box-sizing: border-box;
}

.breadcrumb li:first-child a:before{
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  padding: 0px 2px 0px 0px;
  font-size: 1.2rem;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb a::before   {
   content: "";
   border-top: 12.5px solid transparent;
   border-bottom: 12.5px solid transparent;
   border-left: 20px solid #fff;
   position: absolute;
   top: 0;
   left: 0;
}
 
.breadcrumb a::after {
   content: "";
   border-top: 12.5px solid transparent;
   border-bottom: 12.5px solid transparent;
   border-left: 20px solid #B0BEC5;
   position: absolute;
   top: 0;
   right: -20px;
   z-index: 1;
}
.breadcrumb li:first-child a  {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   padding-left: 10px;
}
 
.breadcrumb li:first-child a::before   {
   display: none;
}
.breadcrumb i{
    font-size: 15px;
    color: #ffffff;
}
#g_navi i{
  font-size: 20px;
  color: #ffffff;
  padding-right: 10px; 
}
#g_navi ul li#nav6{
  background: #c10f13;
}
.tableScore {
  border: 1px solid #e6e6e6;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
}
.tableScore table {
  margin-bottom: 0;
  width: 50%;
  height: 100px;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #e6e6e6;
}
.tableScore thead {
  background: #ff0000;
  color: #ffffff;
}
.tableScore th {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.tableScore td {
  border-right: 1px solid #e6e6e6;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.tableScore td.teamName {
  color: #000000;
}
.tableScore .bottomLineNone th, .tableScore .bottomLineNone td {
  border-bottom-style: none;
}
.tableScore .totalPoint {
  border-right-style: none;
  padding: 0 20px;
}

.islet {
  background-color: #c0c0c0;
  color:#ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  width: 30%;
  border-radius: 10px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
}
.islet .isletInner {
  margin: 10px;
}
.islet .isletInner div {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  text-align: center;
}
.islet .isletInner div.vs {
  width: 15%;
  font-size: 200%;
  margin-top: 10px;
}
.islet .isletInner div .teamName {
  font-weight: normal;
  font-size: 85%;
}
.islet .isletInner .opp, .islet .isletInner .our {
  display: block;
  font-weight: bold;
  font-family: Oswald;
  font-size: 158%;
  text-align: center;
}
.islet .isletInner span {
  margin: 0 2px;
  font-weight: bold;
  font-family: Oswald;
}

.gameDetail {
  width: 44%;
}

.scoreBox {
  margin-bottom: 50px;
  width: 100%;
  *zoom: 1;
}
.scoreBox:before, .scoreBox:after {
  content: "";
  display: table;
}
.scoreBox:after {
  clear: both;
}
.scoreBox .scoreMini {
  background: #000000;
  color: #ffffff;
  width: 100%;
}

.scoreMessage {
  position: relative;
  padding: 10px 15px;
  width: auto;
  background: #ffffff;
  border: 1px solid #C6B3A3;
  z-index: 0;
  border-radius: 3px;
}
.scoreMessage:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 0;
}
.scoreMessage:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C6B3A3 transparent;
  z-index: -1;
}
