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

body {
	/* 文字要素 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 500px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

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

.img {
	margin-top: 30px;
	} 

#name {
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 20px;
	}

/* ------------------リンク色変更------------------ */
A:link {
	color: #0B6DD3;
	text-decoration: none     /* 下線を消す */
}   /* リンク */

A:visited {                 /* 既に見たリンク */
	color: #909EA4;
	text-decoration: none     /* 下線を消す */
}

A:active {
	color: #0073FD
} /* クリック時のリンク */

A:hover {                   /* カーソルが上にある時のリンク */
	color: #F8E700;
	text-decoration: none     /* 下線を消す */;
	float: none;
}

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

img {
	 border-style:none;
}

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

@media only screen and (max-device-width:420px) {
#wrapper {
	width:300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;	
	margin-top: -10px;
}
#header {
	width: 300px;
	margin-bottom: 50px;
}
}