@charset "UTF-8";

body {
	color: #333;
	background-color: #FFF;
}

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



@media only screen and (min-width: 769px) {
	
img.topimg{
	float:right;
	position:static;
	margin-top:70px;
	width:430px;
	/*
	height:255px;
	*/
	left:50%;
	margin-left:-150px;
}

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

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


}