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

.voice_sheet{
	border: 3px solid #CCC;
	padding:5px;
}
.voice_sheet h3{
	color: #1d8400;
	font-size: large;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:10px;
}
.report_name{
	color: #FFF;
	background-color: #009966;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.report_sutaff{
	color: #FFF;
	background-color: #006699;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.report_comment{
	padding:4px;
	background-color: #e4ffcc;	
}
.picframe2{
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	display: block;
	background-color: #FFF;	
}
/*------------------
-------------------*/
/*.top_comment{
	text-align:left;
	margin:10px;
	line-height: 1.5em;
}*/
.comment_point{
	margin: 5px;
	/*line-height: 1.5em;*/
	
/*	border: 4px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* Ｑ＆Ａ
--------------------------------------*/
#faq_con{
	line-height:2em;
	margin-bottom:80px;
}

#faq_con li{
	margin-bottom:60px;
}
#faq_con li dl{
	display:table;
	}
	#faq_con li dl:first-child{
		font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		padding-bottom: 20px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #aaa;
		margin-bottom: 20px;
	}
#faq_con li dl dt{
	display:table-cell;
	}
	#faq_con li dl dt img{
		max-width: 2em;
		height:auto;
		margin-right:10px;
	}

#faq_con li dl dd{
	display:table-cell;
	width:100%;
	}
	#faq_con li dl dd p{
		font-size:large;
	}