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

@import "reset.css"; 
@import "module.css"; 

/* ベース */

html {width:100%;height:100%;}

/*フォント読み込み*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');

body {
	font-size: 12px;
	padding: 10px;
	margin: 0;
	background: #f7f7f7;
}

.space {
	clear:both;
}

#grid-content a {
	color:#666666;
	text-decoration: none;
	background:#FFFF00;
}


#grid-content a:hover, a:active {
	color: #54c2e3;
	text-decoration: none;
}

/* レイアウト */

#grid-content {
	overflow: hidden;
	height: 0;
}

#grid-content .profile {
	width: 460px;
	height: 640px;
	background:url(../images/003.gif) no-repeat;
	margin: 0px;	
	padding: 10px;
}

#grid-content .profile p {
	font-family: 'Roboto', sans-serif, 'Noto Sans Japanese', sans-serif,"メイリオ","Meiryo", verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-feature-settings : "palt" 1;/*プロポーショナルメトリクス*/
	letter-spacing: 0.05em;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
}

.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}


/** html #header #gNav {
	height: 1%;
}*/