@charset "UTF-8";





.SPclear{
	width: 320px ;
		float: left;
	height: 240px;

}
.Ligature {
	width: 400px ;
	float: left;
	height: 240px;
}
.Ligature img{
	width: 100% ;
}


@media screen and (max-width:600px){

.SPclear{
	width: 100% ;
		float: left;
	height: auto;

}
.Ligature {
	width: 100% ;
	float: left;
	height: auto;
}
.Ligature img{
	width: 100% ;
}

}

@media screen and (min-width:601px){

	
}

