@import url('https://fonts.googleapis.com/css?family=Kanit|Rubik');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body{
  	background-color: white;
    width: 1920px;
	height:auto;
  	margin: 0;
}
}

p{
	font-family: 'Noto Sans Japanese';
}

.webPage {
}

.pageHead{
  	border-bottom: solid;
}

.pageContent{
  border-bottom: solid;
	margin-bottom: 0;
}
