/*S167 ゆく年くる年＿コンサート案内*/

@charset "UTF-8";
/* CSS Document */

.NewYear_poster{
	float: left;
	width: 20%;
	margin: 0 3%;}

.NewYear_hr{
	width:100%;
	border-bottom: 2px dashed #dc143c;
	margin:1.5em 0;
	clear:both;
	}
	
.Silvester_hr{
	width:100%;
	border-bottom: 2px dashed #caac71;
	margin:1.5em 0;
	clear:both;
	} 	
	
/*++++++++++++++++++++++++++++++++++++++++++
スマホ表示
+++++++++++++++++++++++++++++++++++++++++++*/



@media screen and (min-width: 300px) and (max-width: 640px) {
.NewYear_poster{
	float:none;
	width: 150px; 
	margin: 0 auto;}
}



@media only screen and (max-width: 548px){
.NewYear_poster{
	float:none;
	width: 150px; 
	margin: 0 auto;}
}