@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";
@import "layout.css";

/* HISTORY STRUCTURES
--------------------------------------- */
table th,
table td {
	color: #381904;
}
#btn-area {
	background: #ece7d5;
	width: 100%;
	margin-top: 30px;
}
#btn-area ul {
	width: 770px;
	margin: 0 auto;
	padding: 30px 0 10px;
}
#btn-area ul li {
	float: left;
	margin-bottom: 20px;
}
#btn-area ul li.even {
	padding-left: 20px;
}
#btn-area ul li a {
	display: block;
}
.btn-returnWp {
	text-align: right;
}
.btn-return {
	display: inline-block;
}
.btn-return a {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #381904;
	text-align: center;
	border: 1px solid #adadad;
}
.btn-return a:active,
.btn-return a:hover,
.btn-return a:focus {
	text-decoration: none;
	background: #e0dccc;
	color: #381904;
}

/* HISTORY PLAYER
--------------------------------------- */
/*	 LIST   */
.player .listWp,
.player .list-tit  {
	width: 1064px;
}
.player .listWp {
	padding-bottom: 60px;
}
.player .unit-list {
	width: 179px;
	margin-right: 18px;
	float: left;
}
.player .list-tit li {
	width: 224px;
	margin-right: 34px;
	float: left;
	background: #d6caab;
	padding: 4px;
	text-align: center;
}
.player .unit-list h3 {
	padding: 8px 6px;
	font-size: 16px;
	font-weight: bold;
}
.player .unit-list li {
	padding: 8px 10px;
	background: #e8e0ca;
}
.player .unit-list li.even {
	background: #dfd6be;
}
/* DETAIL */
#unit-name table {
	width: 100%;
	background: #381904;
}
#unit-name th {
	width: 300px;
	padding: 4px 14px 0;
	background: #381904;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
}
#unit-name td {
	font-size: 20px;
	text-align: center;
}
#unit-name td span {
	font-size: 14px;

}
#unit-name td.year,
#unit-name td.term {
	white-space: nowrap;
}
#unit-name td.year {
	width: 235px;
	background: #d6caab;
}
#unit-name td.term {
	width: 235px;
	background: #dfd6be;
	white-space: nowrap;
}
#unit-pit,
#unit-bat {
	margin: 48px 0;
}
#unit-pit h3,
#unit-bat h3 {
	width: 770px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #381904;
}
.player #unit-pit table,
.player #unit-bat table {
	width: 100%;
}
.player #unit-pit table th,
.player #unit-bat table th,
.player #unit-pit table td,
.player #unit-bat table td {
	text-align: center;
	border: 1px solid #f9f4e3;
}
.player #unit-pit table th,
.player #unit-bat table th {
	padding: 7px;
	background: #d6caab;
}
.player #unit-pit table td,
.player #unit-bat table td {
	padding: 12px;
	background: #e8e0ca;
	font-size: 20px;
}
.no-game {
	font-size: 24px;
	margin-top: 48px;
}

/* HISTORY RECORD
--------------------------------------- */
.record .att {
	font-size: 12px;
	margin-bottom: 20px;
}
.record .att span {
	color: #732e00;
	font-weight: bold;
}
.record .unit-record {
}
.record .unit-record table {
	width: 1030px;
	border-top: 1px solid #f9f4e3;
	border-left: 1px solid #f9f4e3;
}
.record .unit-record th,
.record .unit-record td {
	border-bottom: 1px solid #f9f4e3;
	border-right: 1px solid #f9f4e3;
	font-size: 10px;
	padding: 5px 2px;
}
.record .unit-record thead th {
	padding: 2px;
	background: #d6caab;
	text-align: center;
}
.record .unit-record tbody tr {
	background: #e8e0ca;
}
.record .unit-record tbody tr.even {
	background: #dfd6be;
}
.record .unit-record tbody td.brown {
	color: #732e00;
	font-weight: bold;
}
.record .unit-record tbody td.center {
	text-align: center;
}
.record .unit-record tbody td.right {
	text-align: right;
}

/*　table wide-width　*/
#main.wide-width {
	width: 1300px;
}
.wide-width h2,
.wide-width .att {
	width: 1030px;
}
.wide-width .att {
	margin: 0 auto 20px;
}
.wide-width .unit-record th,
.wide-width .unit-record td {
	font-size: 12px;
	padding: 5px;
}
.wide-width table {
	width: 1200px !important;
	margin: 0 auto;
}

/* PIT */
.record .unit-record.pit th,
.record .unit-record.pit td {
	white-space: normal;
}


/* HISTORY TITLE
--------------------------------------- */
.title .listWp {
	width: 795px;
}
.title .listWp {
	padding-bottom: 60px;
}
.title .unit-list {
	width: 240px;
	margin-right: 25px;
	float: left;
}
.title .unit-list h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #381904;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.title .unit-list table {
	width: 240px;
	margin-bottom: 40px;
}
.title .unit-list table th,
.title .unit-list table td {
	padding: 2px 0;
	vertical-align: top;
}
.title .unit-list table th {
	padding-right: 20px;
	font-weight: normal;
	white-space: nowrap;
}