@charset "UTF-8";

/* media */
.media-box {
	background-image: url(../images/point_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0px 0px 10px 14px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

/* pres */
.pres-namesub {
	font-size: 10px;
	color: #666666;
}
.pres-name {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 20px 0px;
}
.pres-yaku {
	color: #FF7B00;
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.pres-subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #1D2087;
	background-color: #DEF3EF;
	padding: 5px;
	margin: 20px 0px 10px 0px;
}
