@charset "shift_jis";

/*---------------------------------------------------
* トップページ
*--------------------------------------------------*/
.TF .index .listMember {
	clear: both;
}

.TF .index .listMember li {
	float: left;
	width: 140px;
	display: inline;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	background:url(../img/bg_thumb_bottom.gif) no-repeat 50% 100%;
}

.TF .index .listMember li p {
	margin: 0;
	padding: 0 10px;
}

.TF .index .listMember li p.photo {
	padding-top: 10px;
	background:url(../img/bg_thumb_top.gif) no-repeat 50% 0;
}



/*---------------------------------------------------
* 選手一覧
*--------------------------------------------------*/

.TF .list .listCol {
	clear:both;
	margin-bottom: 25px;
}

.TF .list .unit {
	width: 270px;
}

.TF .list .unit p,
.TF .list .unit dl {
	margin: 0;
}

.TF .list .unit img {
	float: left;
	width: 110px;
	display: inline;
}

.TF .list .unit dl {
	margin-left: 115px;
}

.TF .list .unit dt {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 7px;
}

.TF .list .unit table {
	width: 100%;
	border-top: 1px dotted #ddd;
}

.TF .list .unit th,
.TF .list .unit td {
	padding: 3px;
	border-bottom: 1px dotted #ddd;
}

.TF .list .unit th {
	font-weight: normal;
	color: #999;
	font-size: 85%;
	text-align: left;
	width: 45px;
}

.TF .list .unit p {
	margin: 6px 0 0 115px;
	text-align: right;
	font-size: 85%;
}

.TF .list .unit p a {
	padding-left: 8px;
	background:url(../../common/img/icon_arw_right.gif) no-repeat 0 0.3em;
}

/*---------------------------------------------------
* スタッフ一覧
*--------------------------------------------------*/

.TF .list .unitStaff {
	width: 140px;
	float: left;
	text-align: center;
}

.TF .list .unitStaff p {
	margin: 0;
}

.TF .list .unitStaff img {
	float: none;
}

.TF .main .unitStaff dl {
	margin: 0;
}

.TF .list .unitStaff dd {
	font-weight: bold;
	font-size: 110%;
}



/*---------------------------------------------------
* 選手詳細
*--------------------------------------------------*/


/*   選手名・概要等
---------------------------------------*/

.TF .detail .profile {
	float: left;
	display: inline;
	width: 220px;
}

.TF .detail .profile .tblProfile th {
	width: 55px;
}


/*   選手写真
---------------------------------------*/
.TF .detail .photo {
	float: right;
	display: inline;
	width: 320px;
}

.TF .detail .photo ul {
}

.TF .detail .photo li {
	display: inline;
	float:left;
	margin-left: 5px;
	text-align: right;
}

/*   記録
---------------------------------------*/

.TF .detail .tblRecord th {
	width: 110px;
}

/*   スケジュール
---------------------------------------*/
.TF .detail .schedule {
	border-top:1px dotted #DDDDDD;
}


.TF .detail .schedule dt {
	background: url(../../common/img/icon_square_gray.gif) no-repeat 0 0.9em;
	clear:left;
	float:left;
	padding:4px 0pt 0pt 15px;
	width:9em;
	font-weight: bold;
}

.TF .detail .schedule dd {
	border-bottom:1px dotted #DDDDDD;
	padding:4px 0pt 4px 10em;
}

/*   主な成績
---------------------------------------*/

.TF .detail .record {
	border-top:1px dotted #DDDDDD;
}
.TF .detail .record li {
	background: url(../../common/img/icon_square_gray.gif) no-repeat 0 0.9em;
	padding:5px 0pt 5px 15px;
	border-bottom:1px dotted #DDDDDD;
}


/*   メッセージ
---------------------------------------*/

.TF .detail .message {
	padding: 5px 15px;
	background: #f1f1f1;
}

.TF .detail .message p {
	margin: 10px 0;
}


/*---------------------------------------------------
* 監督
*--------------------------------------------------*/
.TF .boxCoach {
	clear: both;
	margin-bottom: 30px;
}

.TF .boxCoach h2,
.TF .boxCoach p {
	margin-left: 135px;
}

.TF .boxCoach h2 {
	clear: none;
}

.TF .boxCoach .photo {
	float: left;
	width: 120px;
	margin: 0;
}


