
/* contents member */
/*******************/

/* head */
.player p.cap{
font-weight:bold;
	margin:  0.3em 0 3px 0;

}

dl.part {
background:#e1e1e1;
border-bottom:solid 5px #f2f2f2;
}


dl.part dt,
dl.part dd { 
float:left;
}
/* 色指定はcolor08 */
dl.part dt {
	color:#ffffff;
	padding:3px;
	width:1.6em;
	text-align:center;
	font-weight:bold;
}
/* 色指定はcolor08 */
dl.part dt.katagaki{
	background:#e1e1e1! important; 
	border-left: 2px #00ffff solid; 
	width:3px;
}

dl.part dd {
	font-weight:bold;
	padding:3px 3px 3px 5px ;
}
/* 新人・内定記載用 */
dl.part dd span{
	font-weight:normal;
	font-size:85%;
}



/* clear element マウスオーバーのボーダー対応 */

.player a:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.player a{display:inline-table;}
/* \*/
* html .player a{height:1%;}
*+html .player a{height:1%;}
.player a {display:block;}
/* */



/* palyer */
.player {
width:154px;
float:left;
display:inline;
margin:0 0 0 5px;
}

div.player img{
	width:153px;
	height:150px;
}
/* 色指定はcolor08 */
div.player a {
	width:154px;
	height:151px;
	border-width:1px;
	border-color: #ddd; 
	border-style:solid;
	overflow:hidden  ;
}

/* link先が無い写真用 */
div.player .nolink {
	width:154px;
	height:151px;
	border-width:1px;
	border-color: #ddd; 
	border-style:solid;
	overflow:hidden  ;
}



.player p.data{
	color:#636363;
	background:#e1e1e1;
	border-top:solid 5px #f2f2f2;
	padding:5px;
}

.player p.data span {
	display:block;
	padding:0 0 3px 0;
}

/*選手プロフィールは写真をクリック*/
/* 色指定はcolor08 */
p.prof {
	display:block;
	margin-bottom:15px;
        font-weight:bold;
}










/* 個人ページ */
a.sLinkNext{
	background-image:url(../image/arrow-s-next.gif);
	padding:0 6px;
	background-repeat:no-repeat;
	background-position:center right;
        margin-right:15px;
        font-weight:bold;

}
a.sLinkBack{
	background-image:url(../image/arrow-s-back.gif);
	padding: 0 6px;
	background-repeat:no-repeat;
	background-position:center left;
        font-weight:bold;

}
a.sLink{
	padding:0 10px;
        font-weight:bold;
}


td,th{
vertical-align:top;
}
td.face{
	width:252px;
        padding:15px;
}
td.name{
	background-position:bottom right;
	background-repeat:no-repeat;
        padding:15px 15px 15px 0;
}
td.name table{
	width:240px;
}

td.name img{
	margin-bottom:15px;
}
td.name div.cap img{
	margin-bottom:0px;
}
td.name div.cap{
	border-bottom: 1px #ccc solid;
	margin-bottom:5px;
                
}

/* 色指定はcolor08 */
td.name table th div{
	font-size:85%;
	padding:2px 0px 0px 0px;
        color:#fff;
        width:6em;
        text-align:center;
}
td.name table th{
	padding-bottom:8px;
}
td.name table td{
	padding:2px;
        padding-left:15px;
	padding-bottom:8px;
        width:12em;
}





/* 選手メッセージ表示 */
/* 色指定はh3指定とぶつかるのでこちらに記載 */
#boat h3.msgTitle,
#swimming h3.msgTitle,
#badminton h3.msgTitle,
#baseball h3.msgTitle{
        padding:3px 2px 3px 7px;
        border-left: 2px #ef9c21 solid; 
	background-color:#e1e1e1; 
        color:#595959;

}
#baseball h3.msgTitle{
        border-color:#0097de;
}

#boat h3.msgTitle,
#swimming h3.msgTitle{
	border-color:#39a30f;
}

.msgArea{
        margin-bottom:25px;

}

#badminton h3#seasonTit,
#baseball h3#seasonTit{
        border-left: 0px; 
        padding:3px 2px 3px 7px;
        color:#fff; 

}





/* 退部選手・ご挨拶 */
table.taibu td{
	padding-top:15px;
}

table.taibu td.name{
	width:488px;
	padding-top:0px;
	background:#e1e1e1;
	color:#595959;
	padding:0;
}

/* 監督やコーチ用色 */
table.taibu .sp_member td.name{
	color:#ffffff !important;
	background:#319AD8 !important;
	/* font-weight:bold; */
}



table.taibu td.name div{
	padding:3px 6px;
}
table.taibu td.name div.num{
	color:#fff;
	width:2em;
	text-align:center;
	font-weight:bold;
}

#badminton table.taibu td.name div.num{
	background:#f99a1c;
}

#baseball table.taibu td.name div.num{background:#319ad8;}
#baseball table.taibu .sp_member td.name div.num{background:#595959 !important;}/* 監督やコーチ用色 */



#badminton table.taibu td.name div.other{
border-left: 2px #f99a1c solid; 
}

#baseball table.taibu td.name div.other{
border-left: 2px #319ad8 solid; 
}

table.taibu td img{
border:solid 1px #ccc;
margin-right:10px;
}

table.taibu td.name div.other .small{
	font-weight:normal;
        font-size:75%;
        color:#6c6c6c;
}




