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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


#header img  {
	float: right;
	width: 150px;
}

h1 {
	font-size: 140%;
	text-align: left;
	border-left: solid 10px #ef002d;
	border-bottom: 1px solid gray;
	padding: 4px 6px;
	margin: 1em 0 1.5em;
	width: 400px;
}

#content  {
	width: 80%;
	margin: auto 10%;
}

.sheet {
		display:  flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0 40px;
}

.sheet-pdf {
	text-align: center;
	width: 160px;
	margin: 20px 10px;
}

.sheet-pdf img {
	width: 80px;
	height: auto;
}


#footer{
	clear: both;
	margin-top:   30px;
	padding: 20px;
	text-align: right;
	font-size: 14px;
	border-top: 1px solid gray;
}

#contact {
	margin-top: 30px;
	text-align: center;
}