@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: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */


#name {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.profile {
	padding-top: 30px;
	text-align: center;
	line-height: 190%;
	}

.btn {
	width: auto;
	height: 32px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

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

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

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

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

a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
/* ------------------IEで枠線消す------------------ */

img {
	 border-style:none;
}
