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




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



body {
	background-color: #999;
	background-image: url(../img/common/dot.png);
	background-repeat: repeat;
	background-size: 2px;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial;
}




#container {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	border: 2px solid #fff;
	border-top: 0;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
}

h1 {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	line-height: 100px;
	text-align: center;
	font-size: 1.6em;
	color: #333;
}

#bio {
	color: #333;
	font-size: 0.9em;
	padding: 16px 16px 60px 16px;
}

img {
	width: 100%;
}