@charset "UTF-8";
/* ---------------------------------------
 * ドリーム戦ファン投票
* -------------------------------------*/

.category_dream .dream_banner_img {
	margin-left: -40px;
	width: 1200px;
}
.category_dream .dream_banner_img img {
	display: block;
	width: 1200px;
}
.category_dream .dream_subttl {
	position: relative;
	margin: 28px 0;
	padding-left: 48px;
	font-size: 24px;
	font-weight: bold;
	color: #4494d5;
	line-height: 1;
}
.category_dream .dream_subttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 7px;
	top: -2px;
	width: 28px;
	height: 26px;
	background: url(/cdn/pc/images/entry/icon_star.png) no-repeat 0 center;
	background-size: 28px;
}

.category_dream .dream_info {
	display: table;
	width: 100%;
	border: 1px solid #707070;
}
.category_dream .dream_info dt {
	display: table-cell;
	vertical-align: middle;
	width: 96px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #ebebeb;
}
.category_dream .dream_info dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.6;
}

.category_dream .form_01_label.has_small_font {
	position: relative;
	height: 55px;
}
.category_dream .form_01_label .ttl_small_font {
	position: absolute;
	margin-top: 3px;
	display: block;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
}
.category_dream .form_01_ico.has_small_font {
	vertical-align: top;
	margin-top: 8px;
}
/* セレクトボックスエリア */
.category_dream .dream_racers_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 802px;
}
.category_dream .dream_racers_list > div:not(:nth-child(-n+2)) {
	margin-top: 10px;
}

.category_dream .confirm .dream_racers_val_list > span {
	display: block;
}

/* ボタンエリア */
.category_dream .form_01_table.is-buttonarea .form_01_th,
.category_dream .form_01_table.is-buttonarea .form_01_td {
	padding-top: 30px;
}

/* 完了ページ */
.category_dream .complete .info_block h4 {
	line-height: 1.6;
}