@charset "UTF-8";
/******************************************
	ドリーム戦ファン投票
******************************************/
.category_dream .dream_banner_img {
	width: 100%;
}
.category_dream .dream_banner_img img {
	display: block;
	width: 100%;
}

/* レースタイトル */
.category_dream .dream_subttl {
	position: relative;
	padding-left: 3.7rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #4494d5;
	line-height: 2.8rem;
}
.category_dream .dream_subttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0.2rem;
	top: 0;
	width: 2.3rem;
	height: 2.8rem;
	background: url(/cdn/sp/images/entry/icon_star@2x.png) no-repeat 0 center;
	background-size: 2.3rem;
}

.category_dream .dream_info {
	display: block;
	width: 100%;
	border: 1px solid #707070;
}
.category_dream .dream_info dt {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 3.4rem;
	font-weight: bold;
	background-color: #ebebeb;
}
.category_dream .dream_info dd {
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 1.6;
}

.category_dream .form_01_th .ttl_small_font {
	font-size: 1rem;
	margin-top: 0.8rem;
}
.category_dream .dream_racers_list > div:not(:first-child) {
	margin-top: 1rem;
}

.category_dream .confirm .dream_racers_val_list span {
	display: block;
}

.category_dream .complete .info_block h4 {
	line-height: 1.5;
}
