@charset "shift_jis";
/* CSS Document */

/*-------------------------------

	ダウンロードキャンペーン

-------------------------------*/

#movie .step_box{
	border: #014A9E solid 2px;
	margin: 0 5px;
}

#movie .step_box .tit{
	background: #1c5cb3;
	color: #fff;
	padding: 5px;
	line-height: 1.2;
}

#movie .step_box .point{
	background: #fff;
	color: #000;
	padding: 2px;
	border-radius: 5px;
	margin-right: 5px;
	width: 70px;
    text-align: center;
	display: table-cell;
    vertical-align: middle;
	font-weight: bolder;
}

#movie .step_box .text{
	color: #fff;
	padding: 5px 0 5px 5px;
	display: table-cell;
}
	
	
#movie .arrow_b{
	position: relative;
	width: 50px;
	height: 24px;
	background: #999;
	display: block;
	margin: 0 auto;
}

#movie .arrow_b:after{
	color: #999;
	content: "";
	border: 6px solid transparent;
	border-top-color: #999;
	position: absolute;
	right: 20px;
	top: 206%;
	margin-top: -2px;
	transform: scale(7.8,5.2);
	-webkit-transform: scale(7.8,5.2);
}

#movie .sogo_box{
	margin: 0 5px;
}


#movie .sogo_box .tit{
    padding: 0;
    border-radius: 7px;
    border: #46290B solid 2px;
    background: #FFF490;
	color: #fff;
	line-height: 1.2;
}

#movie .sogo_box .point{
	font-size: 30px;
	background: #46290B;
	color: #fff;
	margin-right: 5px;
	width: 45px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bolder;
}
#movie .sogo_box .text{
	color: #46290B;
	padding: 5px;
	display: table-cell;
	font-weight: bolder;
	vertical-align: middle;
}


