@charset "utf-8";

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

header  { border-bottom:solid 1px #999; }

.pic	{ text-align:center; }

.pic img { width:100%;
	height:auto;
	max-width:800px;
	border-top:solid 1px #222;
	border-bottom:solid 1px #222;
	margin-bottom:10%; }

address { border-top:solid 1px #ccc;
	clear:both; }

.more  { width:6em;
	margin:2em auto 4em;
	text-align:center;
	font-size:1.1em;
	line-height:2.1;
	background-color:#fff; }

.more a  { display:block;
	color:#000;
	text-decoration:none; }

.more a:hover  { color:#333;
	background-color:#ccc; }


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

.tate img  { max-width:480px; }

.pic img  { border:solid 1px #222; }

}