@charset "utf-8";


/* Header h1 */
h1{
font-size: 70%;
letter-spacing: 2px;
padding-top: 10px;
padding-left: 10px;
margin: 0px;
}

h1 a{
color: #333333;
font-weight:normal;
}

/* h2 */
h2{
font-size: 180%;
background-image: url(../img/contentsbar.png);
line-height: 45px; width:300px;
padding-left: 3px;
margin-top: 10px;
margin-bottom: 1px; 
}

/* h3 */
h3{
font-size: 120%;
background-image: url(../img/titlebar.gif);
background-color: #90CFD4;
line-height: 30px; width: 600px;
padding-left: 10px;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px; 
}

/* h4 */
h4{margin-left:8px;}
h4 span{margin:13px 0p; background:#F6BFBC; padding:5px;
border-left:5px solid #EC3955;}

/* h5 */
h5{margin:20px 0px 10px 15px; padding-left:5px; width:580px; background:#F1D58D; border-left: 5px solid #EFBB2C; font-size:1em;}

/* p */
p{
padding-right:1em; 
text-indent:1em;
font-size: 96%;
line-height: 175%;
}

p.question{margin-left: 20px; width:580px;}

/* lists */
ul{list-style-type:none; padding:0px 15px; font-size:95%;}
ul li{margin-bottom:.2em;}

#bib li{margin-bottom:1em;}

ol{padding:0px 30px; font-size:95%;}
ol li{margin-bottom:.2em}

ol.rem{ font-size:85%; }
ol.rem li{ position: relative; list-style:none; line-height:140%; margin-bottom:0.5em;}
ol.rem li span.ast { position:absolute; top:0; left:-1.5em; }

/* smallcaps, italic */
.sc{font-variant:small-caps;}
.ob{font-style:oblique;}
.it{font-style:italic;}
.bf{font-weight:700;}

/* links */

a{
text-decoration: none;
}

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

/* calligraphy font */
@font-face{font-family:'Gabrielle'; src:url('../../font/Gabrielle.eot')}
@font-face{font-family:'Gabrielle'; src:url('../../font/Gabrielle.ttf') format("truetype");}
.brush{font-family:'Gabrielle',cursive;}
p.brush{text-align:center;font-size:125%;}



/* Notedesign */
div.notedesign {
    margin:30px 0px; margin-left:100px;
    width:400px;
    border: 2px solid #397145;
    padding: 10px;
    background-color: #ffffcc;
}

div.notedesign p{
line-height: 25px;
margin: 0px 0px 5px 0px;
text-indent: 0px;
}

div.notedesign p.notetitle{
margin: 0px 0px 5px 0px;
padding: 3px 0px;
border-bottom: 3px double #4d4398;
font-weight: bold;
color: #4d4398;
}


/* Footer */
address{
font-size: 80%;
font-style: normal;
padding-top: 5px;
}


/* bottun */
 .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top:10px; margin-bottom:30px;
	width: 200px;
	height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

  .btn a:hover {
	color: #f2f2f2;
}

  .btn01 a {
	background-color: #a5252d;
	border: 1px solid #a5252d;
}

  .btn01 a:hover {
	background-color: #ffb3b9;
	border: 1px solid #004c46;
	color: #004c46;
}

    .btn01 a::after {
      content: '';
      color: #004c46;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #004c46;
  }
