@charset "UTF-8";
/* CSS Document */

main {}
.caption, main img {width: 800px;}
main img {border-radius: 6px;}
.caption {font: 16px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #666; margin-top: 20px; margin-bottom: 60px;}
.caption a {color: #B23F8C; text-decoration: none;}
.caption a:hover {color: #000;}
h1 {margin-bottom: 30px; float: left;}
.version {color: #666; text-decoration: none; float: right;}
.version:hover {color: #C03;}


@media only screen and (max-width: 840px) {
	
.caption, main img {width: 100%;}
}

@media only screen and (max-width: 400px) {
	
h1 {font-size: 36px; line-heigth: 40px;}
}