@charset "utf-8";
/* CSS Document */

.interview {
	display: block;
	margin-top: 20px;
	min-height: 50px;
	padding-left: 60px;
	padding-top: 15px;
}

.txt_red {
	color: #dd0000;
}

.txt_green {
	color: #228833;
}

.txt_blue {
	color: #115599;
}

.txt_orange {
	color: #fc9900;
}

.txt_gray {
	color: #666666;
}


/* 使用画像 =============================== */

/* 112 */
.izumi_112 {
	background: url(/files/user/boms/pc/contents/dream/images/112/izumi.png) no-repeat;
	background-size: 50px;
}

/* 111 */
.kondo_111 {
	background: url(/files/user/boms/pc/contents/dream/images/111/kondo.png) no-repeat;
	background-size: 50px;
}

/* 110 */
.kita_110 {
	background: url(/files/user/boms/pc/contents/dream/images/110/kita.png) no-repeat;
	background-size: 50px;
}

.taniguchi_110 {
	background: url(/files/user/boms/pc/contents/dream/images/110/taniguchi.png) no-repeat;
	background-size: 50px;
}
	
.uematsu_110 {
	background: url(/files/user/boms/pc/contents/dream/images/110/uematsu.png) no-repeat;
	background-size: 50px;
}

/* 汎用画像 */

.tyu_111 {
	background: url(/files/user/boms/pc/contents/dream/images/111/tyu.png) no-repeat;
	background-size: 50px;
}

/* //使用画像 ============================= */