#main h2{
	position:relative;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:1.25rem;
	padding:13px 0 10px 50px;
}

.h2_decoration{
	border-bottom:1px dotted #333;
	height:1px;
	position:absolute;
	top: 20px;
}

h2 span{font-weight:normal;}

#main h2:first-child{
	background-image:url(../images/h_oukan.png);
}

#main h2:first-child .h2_decoration{
	width:auto;
	left: 320px;
}

#main h2:nth-child(2){
	background-image:url(../images/h_oukan.png);
}

#main h2:nth-child(2) .h2_decoration{
	width:230px;
	left: 410px;
}

/*ピックアップの設定*/

#main #pickup{
position:relative;
height:320px;
}
#main #pickup #bt_random{
	position:absolute;
	left: 535px;
	top: 10px;
}
#main #pickup ul{
margin:30px 0 0 10px;
}
#main #pickup p{
width:400px;
}
#main #pickup #score_img{
	width:162px;
	position:absolute;
	left: 460px;
	top: 67px;
}

