/*************************************************
公文日本語教室　ポルトガル生徒の声の設定
/jpn/portuguese/message/css/message.css

09.07.21
*************************************************/

/* clearfix */

#contentMain div.voice {
	display: inline-block;
}

#contentMain div.voice {
	/* \*/
	display: block;
	/*  */
}

#contentMain div.voice:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}

/* voice */

#contentMain div.voice {
	margin: 20px 0;
}

#contentMain div.voice div.col-r {
	width: 513px;
}
/*
#contentMain div.voice h2 {
	margin: 0;
	line-height: 100%;
}

#contentMain div.voice p.h {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
}

#contentMain div.voice em {
	color: #557630;
}
*/

/* 11.02.14追加 ========================= */
#contentMain div.voice p.h, #contentMain div.voice h2.h  {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	line-height:120%;
}

#contentMain .voice .col-l {
	width:150px;
	text-align:center;
}
#contentMain .voice .col-l img {	margin-bottom:5px;}

#contentMain .voice .col-r p.student_name {
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}
