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

html {}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
	padding: 0;
	color: #333;
	font-size: 0.98em;
	height:auto;
	margin: 0 auto;
}
body * {}

#photo {
    max-width: 350px;
    height: 240px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
}

