@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Source+Code+Pro');
/* CSS Document */

body{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
}

img{
    width: 50%;
    max-width: 70%;
    height: auto;
}

h1 {
    font-family: 'Noto Sans JP';
    font-weight: lighter;
    border-bottom-style: solid;
    border-bottom-color:  whitesmoke;
    margin-top: 10%;
}

h2 {
    font-family: 'Noto Sans JP';
    font-weight: lighter;
    margin-top: 5%;
}

h3 {
    font-family: 'Noto Sans JP';
    font-weight: lighter;
}

h6 {
    font-family: 'Noto Sans JP';
    font-weight: lighter;
}

p{
    font-family: 'Noto Sans JP';
    font-size: 100%;
    font-weight: 100;
    line-height: 2em;
}

ul{
    font-family: 'Noto Sans JP';
    font-size: 100%;
    font-weight: 100;
    line-height: 2em;
}

code{
    font-family: 'Source Code Pro', monospace;
    background-color: whitesmoke;
}

hr {
	border: 0;
	height: 2px;
    border-bottom: 2px solid;
    color: whitesmoke;
}