@charset "utf-8";
@import url("default.css"); 
@import url("org.css"); 

h3,h4{
	margin-bottom: 5px;
}

ul {
	margin: 0 auto;
}

.unit_sokuho{
}

td{
	line-height: 140%;
}

.unit_sokuho th,
.unit_sokuho td{
	display: table-cell !important;
	padding: 0;
}

h2.itemtitle{
		}
h2.detail_page{
	padding: 10px;
	background-color: #e68b2e;
}

/* ============================== */
/* 試合速報TOP */
/* ============================== */
.type1, .type2 {
	width: 48%;
	float: left;
	margin: 1%;
}
.boy1 a, .girl1 a, .boy2 a, .girl2 a {
	display:block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
.boy1 a, .boy2 a {
	background-color: #036eb8;
	border: 3px solid #003366;
}
.girl1 a, .girl2 a {
	background-color: #e83828;
	border: 3px solid #CC0033;
}
.boy1, .girl1, .boy2, .girl2 {
	font-weight: bold;
}
.boy2, .girl2 {
	margin-top: 10px;
}

/* ============================== */
/* 日付順試合一覧 */
/* ============================== */

/* 日付け一覧 */
.nav {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}
.nav_item, .nav_item2 {
	width: 15%;
	margin: 0 1px;
	padding: 0;
	border: 3px solid #333333;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
}
.nav_item {
	background-color: #333333;
}
.nav_item2 {
	background-color: #fff;
}
.nav_item a {
	color: #fff;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.nav_item2 a {
	color: #000;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}

/* 試合 */

h3 .detail {
	float: right;
	font-size: 80%;
}
h3 .detail a {
	color: #fff;
	text-decoration: none;
}

h3 .coat_num{
}

table .school {
	width: 45% !important;
	padding: 15px 10px;
}
table .school p {
	font-weight: bold;
}
table .point {
	font-weight: bold;
	border-left-style: none;
	border-right-style: none;
}
table .school, table .point {
	font-size: 110%;
}
table .school_l {
	border-right-style: none;
}
table .school_r {
	border-left-style: none;
}

/* 試合詳細 */
.vs, .games {
	width: 100%;
	border-collapse : separate;
	border-spacing : 5px 5px;
	border: none;
}
.games td {
	font-weight: bold;
	padding: 10px 10px;
}
.games_th {
	border-style: hidden;
	font-size: 90%;
	text-align: left;
}
.games_td {
	border-style: hidden;
	font-size: 90%;
	text-align: center;
}
.games_td2 {
	width: 10%;
	text-align: center;
	font-size: 150%;
}
.games .sup {
	font-size: 75%;
	vertical-align: top;
	position: relative;
	top: -0.5em;
	z-index: 0;
}
.games .school_name {
}

.ret {
	font-size: 150%;
}

.vs_td {
	border-style: hidden;
}


.today {
	background-color: #c04f84;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
}

.update {
	font-weight: bold;
	margin-left: 10px;
	margin-top: -10px;
}

table .sm_win, table .sg_win {
	background-color: #fef8b9;
	padding-right: 35px;
	background-image: url("../all_img/sokuho/win.png");
	background-repeat: no-repeat;
	background-position: right;
}

.play, .end {
	font-size: 70%;
	margin-right: 10px;
}
.play {
	background-color: #ff0000;
	padding: 3px 15px 1px 15px;
}
.end {
	background-color: #fff;
	color: #000;
	padding: 3px 10px 1px 10px;
}
