@charset "UTF-8";

/* 共通
====================================================== */
/*リード*/
.read{
	padding:18px 20px;
}
.read .copy{
	padding-bottom:3px;
	font-size:94%;
	font-weight:bold;
	color:#c64343;
}
.read .body{
	padding-bottom:10px;
	font-size:88%;
	color:#666;
}
.read .body span{
	font-size:12px;
}

.practiceItem{
	padding-bottom:20px;
}
.practiceItem .image{
	float:left;
	width:190px;
}
.practiceItem .itemRight{
	float:right;
	width:415px;
}
.practiceItem .itemRight h4{
	padding:6px 0;
	font-size:100%;
	font-weight:bold;
	color:#913131;
}
.practiceItem .itemRight p{
	font-size:87%;
	color:#666;
}


