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

/**********************************/
/* headerの設定項目を一部非表示に */
/**********************************/
header {
}
header {
}
header .common_message{
	display: none;
}
header ul{
	display: none;
}
h1{
	margin-bottom:20px;
	}

article{
	margin-bottom: 20px;
}