@charset "UTF-8";

/* PC */
@media screen and (min-width: 769px) {

.playlist_box {
	padding: 10px;
	margin: 0 10%;
}

.text01{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: center;
	}
	
.text02{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	}

.text02_01{
	color:#888888;
	font-size:15px;
	margin-bottom:0px;
	text-align: center;
	}

.text03{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin-left:800px;
	background:url(/music/sec/enquete/200814/img/circle.png) no-repeat bottom right;
	}

.box01{
	margin:10px;
	}

h4{
	font-weight: bold;	
	margin-bottom: 0px;
	border-bottom: 1px solid #7E7E7E;
	
}

.circle{
	background:url(/music/sec/enquete/200814/img/circle.png) no-repeat center right;
	margin-rigth:800px;
	}
}




/* 450px */

@media screen and (max-width:450px) { 

.playlist_box {
	margin: 2px 0;
	}
	
.text01{
	color:#ffffff ;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	}

.text02{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	text-align: center;
	}

.text02_01{
	color:#888888;
	font-size:12px;
	margin:10px 0px 10px 0px;
	text-align: center;
	}


.box01{
	margin:10px;
	}

	
h4{
	font-weight: bold;	
	margin-bottom: 0px;
	border-bottom: 1px solid #7E7E7E;
}

	
