@charset{"utf-8";}

@font-face{
  font-family:'BIZ UDMincho';
  src: url('fonts/BIZUDMincho-Regular.ttf') format('truetype')
}

body{
margin-left: 30px;
margin-right: 30px;
background-color: #eaf4fc;
line-height: 150%;
font-family: "Times New Roman","BIZ UDMincho","Hiragino Mincho ProN","平成明朝","ＭＳ 明朝","Selif";
color:#203744
}

h1{
font-size:35px;
float:left;
margin-bottom:40px;
width:300px;
}

h2{
font-size:18px;
border-bottom:dotted thin #203744;
margin-top:30px;
}

p{
line-height:150%;
}

.chikuzen{
font-size:13px;
margin-top:20px;
}

dt{
font-size:18px;
margin-left:20px;
}

dd{
font-size:15px;
margin-left:40px;
margin-bottom:15px;
color:#005243;
}

a:link{
color: #165e83;
text-decoration:none;
}

a:visited{
color: #9d5b8b;
text-decoration:none;
}

a:hover{
color:#95859c;
text-decoration:none;
}

.text{
font-size:16px;
background-color:#f3f3f2;
line-height:200%;
}

.afterword{
margin-top:40px;
font-size:14px;
line-height:150%;
background-color:#f3f3f2;
}

blockquote{
font-size: 15px;
padding-left: 2%;
padding-right: 2%;
}

@media screen and (max-device-width: 800px){
div{
width:95%;
padding:2%;
}

body{
margin:5px;
}


h1{
float:none
}
}

@media screen and (min-device-width: 800px){
div{
padding: 50px;
width:800px;
}
}