@charset "utf-8";
/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
/* フォントを指定したいところで */


/* ========== common ========== */
html, body {
	font-family: 'Sawarabi Gothic';

}
h1,h2,h3,h4  {
    font-family: 'Sawarabi Gothic';
    font-size: 100%;
}


th,td {
    border: solid 1px;          /* 枠線指定 */
    padding: 5px 5px; 
}
 
table {
    border-collapse:  collapse; /* セルの線を重ねる */
}