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

#show ,#hide{
	float: left;
	cursor: pointer;
	font-size: 150%;
}
#menu{
	z-index: 1;
	
	position: fixed;
	
	top: 0;
	right: -300px;
	width: 300px;
	min-height: 100%;

	
	color: #fff;
	background-color: #ACACAC;
	
	transition: .4s;
	
	
}

body.menu-open #menu{
	left: 0;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

li{margin-top: 60px;}
#wrapper{
	position: relative;
	margin-top: 20px;
	overflow-x: hidden;
}

.senpai{background-image: url("images/sennpai1.svg");
	width: 450px;
	height: 440px;
	background-repeat: no-repeat;
	font-size: 14px;
	


}
h2{
	margin-top: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-left: 80px;
	margin-right: 30px;
text-decoration: underline;}
h3{
	margin-top: 280px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-left: 120px;
	margin-right: 30px;
font-size: 18px;
font-weight: bold;}
h4{
	margin-top: -10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-left: 100px;
	margin-right: 30px;
font-size: 14px;}
a{
color: #000000
}
a:link{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:visited{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}
a:active{
color: #FDF300;
text-decoration: none;
}