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

body {
	background:#3E413B;
	color:#FFF;
	font-size:16px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial;
	line-height:28px;
}

header {
	width:100%;
	height:70px;
	margin:0;
}

#logo {
	margin-top:10px;
	margin-left:30px;
}

#logo a:hover {
	cursor:pointer;
	opacity:0.7;
}

.title {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

.textarea {
	width:80%;
	margin-left:10%;
	float:left;
}

ul {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	text-indent:0;
	padding:0;
}

li {
	list-style:none;
	text-decoration:none;
	width:100%;
	margin-left:0;
}

aside {
	width:95%;
	margin-left:5%;
	margin-bottom:20px;
	float:left;
}

aside li {
	list-style:circle;
	width:95%;
	margin-left:5%;
	float:left;
}

.corpname { text-align:right; }

footer {
	width:100%;
	margin-top:20px;
}

.credits {
	float:right;
}

/* For PC */
@media only screen and (min-width:960px){

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

}


/* Dispray W-size 940px */
@media only screen and (max-width:959px){

#wrapper {
	width:96%;
	margin-left:2%;
}

}
