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

body {
	/* 文字要素 */
	font-family: "游明朝体","Yu Mincho","YuMincho medium","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3","HiraMinProN-W6","HG明朝E",”Meiryo,Osaka”, serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	/*width: 450px;*/
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: /*40px*/ 0;
	}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */
#profile {
	text-align: center;
	line-height: 200%;
	margin-top: 30px;
	}

#photo {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	} 

#name {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 1.5em;
	}
#text_small {
	font-size: 11px;
	color: #666666;
	}



/* ------------------IEで枠線消す------------------ */

img {
	 border-style:none;
}

/* ------------------スマホ対応------------------ */

@media only screen and (max-device-width:420px) {
body {
	margin-left: 0px;
	margin-right: 0px;
	}
#wrapper {
	width:100%;
	margin-right: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;	
	margin-top: -10px;
	font-size: 13px;
	text-align: center;
	}
#profile {
	text-align: center;
	line-height: 200%;
	margin-top: 30px;
	}
#photo {
	width:100%;
	height:auto;
	margin-right: 0;
	margin-left: 0;
	}
#photo img{
	width: 100%;
	height:auto;
	}

}
