@charset "UTF-8";



#section {
}
#section .article {
}
#section .article p {
	margin-bottom: 15px;
}

#section .article .read {
	font-size: 170%;
}

#section .article span.orange{
	color:#fe8116;
}



#index {
}
#index p {
	margin-bottom: 0px !important;
}

#index .scene {
	margin-bottom:40px;
}

#index .cell {
	background:url(../img/bg_dot.gif) repeat left top;
	padding:8px;
	margin-bottom:10px;
}
	#index .cell .innerCell {
		background-color:#FFF;
	}
	#index .cell .leftMa {
		padding:0 16px;
	}
		#index .innerCell p.read_s {
			background:url(../img/bg_tit.gif) no-repeat left top;
			font-size:140%;
			padding:2px 0 10px 18px;
		}
		#index .innerCell p.tit {
			color:#101084;
			font-size:120%;
			font-weight:bold;
			padding-top:10px;
		}
	
	#index .innerCell .left,
	#index .innerCell .right {
		width:196px;
	}
	#index .innerCell .center {
		width:196px;
		float:left;
		margin-left:7px;
	}
		#index .innerCell dl dd {
			padding:5px 0 10px 0;
			font-size:84%;
			line-height:1.5;
		}
		#index .innerCell dl.last dd {
			padding-bottom:0;
		}
		#index .innerCell p strong.orange {
			font-size:140%;
			color:#fe8116;
		}




#animal {
	margin:5px 0 20px 0;
	background: url(../../share/img/dotline.gif) repeat-x left top;
}


.linkBox {
	background: url(../../share/img/dotline.gif) repeat-x left bottom;
	padding: 13px 12px 12px 12px;
}

.linkBox .thumb {
	float: left;
	width: 120px;
}

.linkBox .txtArea {
	float: right;
	width: 492px;
	padding-top: 10px;
	background: url(../../voice/img/arrow_bgwhite.gif) no-repeat 470px 48px;
}



.linkBox .name {
	font-size: 183%;
	font-weight: bold;
	color: #233294;
}
.linkBox .summary {
	font-size: 117%;
	line-height: 1.5;
	color: #233294;
	padding-right: 50px;
	font-weight: bold;
}
.linkBox .previousJob {
	font-weight: bold;
	color: #233294;
	margin-top: 3px;
	margin-bottom: 7px;
	line-height: 1.3;
}


/* .linkBox → .boxHover */
#animal .boxHover {
	cursor: pointer;
}

#animal .boxHover p,
#animal .boxHover span {
	color: #0099e9;
}


.voice .btn a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}




.linkBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


* html .linkBox
{ zoom: 1; } /* IE6 */

*:first-child+html .linkBox
{ zoom: 1; } /* IE7 */


#index .day {
	text-align:center;
}
#index .day a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}













