<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 13px;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 450px;
	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: 15px;
	line-height: 1.5em;
	}
#text_small {
	font-size: 11px;
	color: #666666;
	}

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

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

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

A:hover {                   /* カーソルが上にある時のリンク */
	color: #CCCCCC;
	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;
}
}
</pre></body></html>