@charset "UTF-8";

body {
	color: #ccc;
	background-color: #000;
}

a:link{
	color:#ccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color:#ccc;
}

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

img.topimg{
	float:left;
	position:static;
	margin-top:10px;
	width:600px;
	/*
	height:255px;
	*/
}

/*infoページ　トップ*/
.info img {
    float: left;
	margin-right:40px;
	width:480px;
}


/*infoページ　詳細*/
.info .imgblock{
    float: left;
	width:480px;
	margin-right:40px;
}


}