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

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

#wrapper {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}

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

.img {
	margin-top: 30px;
	}

#name {
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 30px;
	line-height: 1.5em;
	}

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

A:visited {                 /* 既に見たリンク */
	color: #C23AFF;
}

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

A:hover {                   /* カーソルが上にある時のリンク */
	color: #CCCCCC;
	text-decoration: none     /* 下線を消す */;
	float: none;
}
a[target="_blank"] {
	padding-right: 15px;
	margin-right: 5px;
  background: url(/tobichi/kodue2017/images/link_mark.jpg) no-repeat center right;

}

/* ------------------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;
}
}
