h2{
	font-size: 1.8em;
	letter-spacing:2px;
}

/*ギャラリー・タイムのロゴの大きさ*/


.title img{
	width: 80%
}


@media screen and (min-width:321px){
.title img{
	width: 35%
}	
	
}


@media screen and (min-width:780px){
.title img{
	width: 20%
}	
	
}

@media screen and (min-width:1200px){
	
	.title img{
	width: 15%
}
}


body{
	letter-spacing:1px;
}