@charset "utf-8";




body {
background-color: #c7d5fa;	/*コンテンツ全体の背景*/
font-size:95%;		/* フォントサイズを95%にする */
line-height:1.2;	/* 行の高さを1倍にする */
color:#000033;		/* 文字色 */
font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ＭＳゴシック',  sans-serif;
width: 660px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
margin-top: 100;

}

.s{
text-align: center;
font-weight: 700;
}

.m {
font-weight: 300;
font-family: 'Noto Serif JP','Hiragino Mincho ProN', 'ＭＳ明朝',  serif;
margin-left: auto;
margin-bottom: 100;
margin-top: 100;
}


.b {
font-weight: 300;
margin-left: auto;
margin-bottom: 100;
margin-top: 100;
}

.f{
text-align: center;
font-size: small;
font-weight: 300;
margin-left: auto;
margin-bottom: 100;
margin-top: 100;
}

.r{
text-align: right;
font-weight: 500;
font-style: italic;
}


