@charset "utf-8";


#devilock .box-title{
	background-color: #000;
}
#devilock a.icon_bl {
padding: 0 0 0 18px;
background: url(http://image.pia.jp/images2/static/pia/feature/music/mrchildren/icon_arrow.png) no-repeat 0 0; /* 0 12px */
}

/* 受付フロー
---------------------------*/
#devilock table.preflow{
	width: 100%;
}
#devilock table.preflow td{
	padding: 4px 10px;
}
#devilock table.preflow td.step{
	width: 50px;
	height: 40px;
	background-color: #000;
	color:#fff;
	font-weight: bold;
}
#devilock table.preflow td.tit{
	width: 150px;
	height: 24px;
	background-color: #ccc;
}
#devilock .arrow {
	margin-left: 111px;
}
#devilock table.preflow td.txt{
    border:1px solid #ccc;
}
#devilock .attention_box{
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 20px;
    border: 5px solid #cecece;
}

