* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
ul {
    padding-left: 2em;
}
html {
    overflow-y: scroll;
/*    background: #faf5e6; */   /* #3b79b7 */
}
body {
/*
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
*/
	font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.4;
    max-width        : 975px;
    margin           : 0px auto;
    padding          : 5px;

	background-image: url("../images/back.png");  /* 学会HPより拝借 */
}

header {
	padding-top: 17px;
	width: 92vm;
/*	width: 960px; */
	line-height: 1.5;
	font-size:21px;
	text-align: center;
	width: 100%;
}
#wrapper {
	margin: 0 auto;
	padding: 0 30px 0 30px;
	background-color: #fff;
	height: 100%;
    min-height: 100vh;
    position: relative;

	box-shadow: 0 0 20px rgba(121,84,84,0.2);

}
@media screen and (max-width:768px) {
    #wrapper {
	padding: 0 15px 0 15px;
    }
}

footer {
    padding-top   : 6px;
    padding-bottom   : 6px;
	text-align: center;
    background: #6b323f;
	width: 92vm;
}
.copyright {
    clear: both;
    font-size: 11px;
    text-align: center;
    color: #fff;
}

