@charset "UTF-8";



/*掲載リスト----------------------*/
#youtube {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	padding: 0px;
}
#youtube h4 {
	border: 1px dotted #999;
	width: 50%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	/* border-radius */
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	text-align: center;
	margin-top: 60px;
}

#youtube dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #F9F6E7;
}
#youtube dl dt {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#youtube dl dt img {
	width: 130px;
}
#youtube dl dd {
	margin-left: 150px;
	padding-top: 25px;
	font-size: 1.0em;
}
#youtube dl dd.lp {
	margin-left: 150px;
	padding-top: 10px;
	font-size: 1.0em;
}
#youtube a:link {
	color: #333333;
	text-decoration: none;
}
#youtube a:visited {
	color: #333333;
	text-decoration: none;
}
#youtube a:hover {
	color: #09F;
	text-decoration: none;
}
