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



/* VOICE LIST
-----------------------------------------*/
#voiceList{
	margin: 0 0 70px 0;
	background: url(images/header_back.jpg) no-repeat right top;
	padding-top: 370px;
}

	#voiceList ul{
		width: 980px;
		margin: 0 auto;
	}
	
		#voiceList li{
			margin: 30px 0 0 0;
			padding: 30px;
			border: solid 2px #d8d8d8;
			border-radius: 10px;
		}
		
		#voiceList li:first-child{
			margin: 0;
		}
		
			#voiceList dl{
				background: url(images/ico_voice.png) no-repeat left top;
				padding-left: 70px;
			}
		
				#voiceList dt{
					font-size: 16px;
					font-weight: bold;
					border-bottom: dotted 1px #d8d8d8;
					padding: 10px 0 15px 0;
					margin-bottom: 15px;
				}
				
					#voiceList dt span{
						font-size: 14px;
						margin-left: 20px;
					}
				
				#voiceList dd{
					line-height: 24px;
				}