﻿@charset "UTF-8";

/*100.html専用
-----------------------------------------*/
#navigation nav > ul > li > a[href="talent.html"]  {
color: #FFF;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}

#navigation nav > ul > li > ul > li > a[href="talent.html"]  {
color: red;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}


section > h1 {
border-bottom: 4px solid #10B9F1;
}

section article {
margin: 0 18px 30px;
position: relative;
}



/* プロフィール内容
-----------------------------------------*/

section > h1 + article {
position: relative;
min-height: 270px;
}
section > h1 + article img {
position: absolute;
top: 0;
left: 0;
border: 1px solid #CCC;
padding: 5px;
}
section > h1 + article table {
margin-left: 300px;
margin-right: 20px;
margin-bottom: 60px;
}
table {
border-spacing: 0;
border-collapse: collapse;
}

td, th {
border-bottom: 1px #999 solid;
padding: 20px 0;
vertical-align: top;
line-height: 1.4;
}

th {
white-space: nowrap;
width: 1%;
text-align: left;
padding-right: 2em;
}


