@charset "UTF-8";
/* CSS Document */

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
th, td {
	text-align: left;
	padding: 3px 5px;
}

ol, ul {
	list-style:none;
}

h2 {
	font-size: 150%;
	float: left;
}
h3 {
	font-size: 16px !important;
	line-height: 30px;
	color: #f39;
	border-top: 1px solid #f39;
	border-bottom: 1px solid #f39;
	margin: 50px 0 25px 0;
	text-align: center;
}
h4 {
	border-left: 5px solid #f39;
	padding-left: 4px;
	margin: 20px 0 10px 0;
}
#footer {
	margin-top: 30px;
	position: relative;
}
#footer ul li {
	padding-right: 5px;
	display: inline;
	font-size: 125%;
}
#footer ul li a {
	font-size: inherit;
}
#copyright {
	position: absolute;
	bottom: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid #000;
	padding: 5px 0;
}
#contentHeader h2,
#contentHeader p img,
#header #photoBelt,
#header #navi,
#profileNavi,
#header h1 a {
	display: none!important;
}

.firstRow {
	border-top: 1px dotted #999;
}
.lastRow {
/*	border-bottom: none;	*/
}
.oddRow,
.evenRow th,
.evenRow td {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #999;
}
.evenRow,
.oddRow th,
.oddRow td {
	background-color: #fff;
	border-bottom: 1px dotted #999;
}
.lastRow th,
.lastRow td {
	border-bottom: none;	
}
#header h1 {
	text-align: center;
	padding: 3px;
}
#header h1 span {
	font-size: 24px;
	color: #f39;
}
#contentHeader p {
	text-align: center;
	font-size: 16px;
}
#contentHeader {
	margin-bottom: 50px;
	padding: 2px;
}
#contentBody {
	position: relative;
}


/*******************************************************************
	ホーム
*******************************************************************/
#home #homeNavi {
	display: none;
}

/*******************************************************************
	キャスター・リポーター一覧
*******************************************************************/
#caster #contentBody:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#caster #contentBody ul li {
	width: 102px;
	height: 150px;
	float: left;
	position: relative;
	margin: 10px 13px;
	display: inline;
}
#caster #contentBody ul li img,
#caster #extra img {
	border-color: #fcc;
}
#caster #contentBody ul li a span {
	display: block;
	width: 102px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
#caster #extra {
	background: #ccc;
	clear: left;
	background: url(../img/talent/dotGray.png) left top repeat-x;
	position: relative;
	padding: 20px;
}
#caster #extra a span {
	padding-left: 15px;
	position: relative;
	top: -60px;
	left: 10px;
}
#caster #extra img {
	width: 80px;
}
/*******************************************************************
	プロフィール
*******************************************************************/
#specification {
	position: relative;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}
#poraloid img {
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0
}

#card table,
#cardHeader {
	float: right;
	clear: both;
	width: 60%;
}
#card table th {
	width: 80px;
}
#cardHeader {
	margin: 15px 0;
}
#cardHeader h2 {
	font-size: 160%;
}
#cardHeader p {
	font-size: 160%;
	color: #666;
	position: relative;
	left: 25px;
}

#history li {
	position: relative;
	padding: 3px 15px 3px 190px;
	overflow: hidden;
	clear: left;
}
#history li span {
	width: 180px;
	margin-left: -180px;
	display: inline-block;
}
#history li strong {
	padding: 0 3px;
}

/*******************************************************************
	ブックス
*******************************************************************/
.bookData {
	clear: both;
	position: relative;
	overflow: hidden;
}
.bookData img {
	border: 1px solid #ddd;
	float: left;
}
.bookData dl {
	width: 210px;
	float: left;
	position: relative;
	left: 20px;
}
.bookData dt,
.bookData dd {
	float: left;
	margin: 3px;
}
.bookData dt{
	width: 60px;
	clear: left;
}
.bookData dd{
	width: 130px;
	float: left;
}
/*******************************************************************
	会社情報	information.html
*******************************************************************/
#information #map {
	display: none;
}
#information table {
	margin: 20px;
	width: 500px;
}
img#limelight {
	position: absolute;
	top: 33px;
	right: 0;
}
#information table th {
	width: 85px;
}
/*******************************************************************
	リンク
*******************************************************************/
#link .unit li span.url {
	color: #069;
}
#link .unit h3 a {
	display: none;	
}
#link .unit h3 span.url {
	display:inline;
	font-weight: normal;
	font-size: 85%;
	color: #069;
	padding-left: 15px;
}
