@charset "UTF-8";

#voice {
}

#voice .article {
	padding: 0 25px;
	margin-bottom: 40px;
}

#voice #Sidenav ul {
	padding: 0;
}
	#voice #Sidenav ul li {
		padding: 8px;
	}
	#voice #Sidenav ul li.even {
		background-color: #f3f3f3;
	}
		#voice #Sidenav ul li a {
			background: url(../../share/img/arrow_s.gif) right center no-repeat;
		}
		#voice #Sidenav ul li a .thumb {
			width: 40px;
			display: block;
			padding-right: 10px;
			float: left;
		}
		#voice #Sidenav ul li a .txt {
			display: block;
			padding-top: 3px;
		}
		
		
				
		/* IE6 */
		* html #voice #Sidenav ul li {
			zoom: 100%;
		}
		/* IE7 */
		*:first-child+html #voice #Sidenav ul li {
			min-height: 1px;
		}
		#voice #Sidenav ul li:after {
			content: "."; 
			clear: both; 
			height: 0; 
			display: block; 
			visibility: hidden;
		}
		
		#voice #readBox {
			padding: 14px;
			margin-bottom: 15px;
		}
		#voice #readBox .box_bt {
			background: #f3f3f3 url(../img/bg_readBox_bt.gif) left bottom no-repeat;
			padding-bottom: 10px;
		}
		#voice #readBox .box_tp {
			background: url(../img/bg_readBox_tp.gif) left top no-repeat;
			padding: 15px 14px 15px 12px;
		}
		#voice #readBox .pht {
			width: 170px;
			float: left;
		}
		#voice #readBox .txtArea {
			width: 448px;
			float: right;
			position: relative;
		}
			#voice #readBox .txtArea .icon {
				width: 84px;
				height: 83px;
				position: absolute;
				top: -23px;
				right: -3px;
			}
			#voice #readBox .txtArea .cellDot {
				padding-bottom: 0;
				margin-bottom: 13px;
				background:none;
			}
			#voice #readBox .txtArea p {
				line-height: 1.2;
			}
			#voice #readBox .txtArea .name {
				margin-bottom: 5px;
			}
			#voice #readBox .txtArea .summary {
				font-size: 150%;
				font-weight: bold;
				line-height: 1.5;
				margin-bottom: 5px;
			}
			#voice #readBox .txtArea .syuzai {
				text-align: right;
			}
			
			#voice .voiceBox {
				color: #666666;
			}
			#voice .voiceBox .pht {
				width: 196px;
				color: #666666;
			}
			#voice .voiceBox .txtArea {
				width: 430px;
			}
			#voice .voiceBox .read {
				border-bottom:1px solid #e8e8e8;
				padding-bottom:10px;
				margin-bottom:10px;
			}
			#voice .pageLink {
				padding: 20px;
			}
			#voice .pageLink ul li {
				float: left;
				display: inline;
			}
			




/* 福島追記分 +++++++++++++++++++++++++++++ */

/* sectionの余白を初期設定 */
#section.in {
	padding: 18px 0 14px 0;
}


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

#section.in h3 {
	margin-bottom: 8px;
	font-size: 166%;
}





/* キーワード検索 ///////////////////////// */

#tags {
	margin: 14px 14px 25px 14px;
}

#tags li {
	cursor: pointer;
}


#tagsSelect {
	background-color: #f3f3f3;
	padding: 13px 0px 0px 12px;
}

/* キーワードタイトル */
#tagsTitle {
	position: relative
}

#tagsTitle li {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 1;
}

#section.in #tagsTitle h3 {
	margin: 0;
}


/* 検索ボタン群 */
#tagsSelect h4 {
	border-left: 5px solid #6ec6ff;
	padding: 0 0 0 5px;
	line-height: 1.2;
	color: #233294;
	font-weight: bold;
	font-size: 116%;
	margin: 0px 0 7px 3px;
}

#tagsSelect h4 span {
	font-size: 80%;
}


#tagsSelect ul {
	padding-bottom: 10px;
}

#tagsSelect li {
	float: left;
	width: 130px;
	height: 36px;
}

#tagsSelect ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


* html #tagsSelect ul
{ zoom: 1; } /* IE6 */

*:first-child+html #tagsSelect
{ zoom: 1; } /* IE7 */




/* 検索結果 /////////////////////////////// */

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


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

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

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


.linkBox .name {
	line-height: 1.2;
	margin-bottom: 5px;
}
.linkBox .summary {
	font-size: 117%;
	line-height: 1.5;
	color: #233294;
	padding-right: 50px;
	font-weight: bold;
	margin-top: 10px;
}
.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;
}



.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 */
