@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : ASIA SERIES
  URI : asia.npb.or.jp
  Copyright(C) Nippon Professional Baseball.
---------------------------------------------------------- */

/* Import
---------------------------------------------------- */
@import "format.css";
@import "layout.css";

/* Team
---------------------------------------------------- */
#team #inner {
	margin: 20px 10px 30px 10px;
	width: 584px;
}
#team #inner h3 {
	margin-bottom: 20px;
}
#team #inner h4 {
	margin: 20px 0 10px 0;
}
#team #inner h4.name {
	margin: 20px 0 10px 0;
	padding: 5px;
	border-top: 1px dotted #016BB7;
	border-bottom: 1px dotted #016BB7;
	font-weight: bold;
}
#team #inner h4.name img {
	vertical-align: middle;
}
#team #inner p {
	margin: 12px 0 30px 0;
	line-height: 1.5;
}
#team #inner p#team-photo {
	margin: 20px 0;
	line-height: normal;
	text-align: center;
}
#team #inner p#back {
	margin: 20px 0 0 0;
}
#team #inner dl {
	padding-bottom: 12px;
	border-bottom: 1px dotted #808080;
}
#team #inner dt {
	width: 100px;
	float: left;
	clear: both;
}
#team #inner dd {
	margin-left: 100px;
	width: 454px;
}
#team #inner dd.team-name {
	font-size: 16px;
	font-weight: bold;
}
#team #inner dd.result {
	margin-top: 5px;
	line-height: 1.3;
}
#team #inner table.player-list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#team #inner table.player-list td {
	width: 33%;
	padding: 5px;
}
#team #inner #player-data #p-photo {
	margin-right: 10px;
	width: 118px;
	float: left;
}
#team #inner #player-data #p-profile {
	width: 450px;
	float: left;
}
#team #inner #player-data #p-profile table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#team #inner #player-data #p-profile th,
#team #inner #player-data #p-profile td {
	padding: 5px;
	border-bottom: 1px dotted #016BB7;
}
#team #inner #player-data #p-profile th {
	width: 6em;
	text-align: left;
}
#team #inner #player-data #p-profile #stats {
	margin-top: 10px;
}
#team #inner #player-data #p-profile #stats p {
	margin: 0;
	font-weight: bold;
}
#team #inner #player-data #p-profile #stats table {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
#team #inner #player-data #p-profile #stats th,
#team #inner #player-data #p-profile #stats td {
	width: 6em;
	padding: 5px 0;
	border: 1px solid #666666;
	text-align: center !important;
}
#team #inner #player-data #p-profile #stats th {
	background: #EEEEEE;
}



