@charset "utf-8";
/* CSS Document */


@media only screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.thumbnail li a img {
	max-width:100% !important;
	height:auto;
	display:block !important;
	clear:both;
	margin:0 auto;
	padding:0;
}
}
.TitleH1 h1{
width:740px !important;
text-align:left;
padding:0px !important;
margin:0px !important;
}
