<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Courgette);

*{
box-sizing: border-box;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
-webkit-touch-callout: none;
}

html{
height: 100%;
overflow: hidden;
}

body{
font-family: 'Open Sans', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, sans-serif;
color: #7d7d7d;
max-width: 100%;
height: 100%;
overflow: hidden;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-moz-osx-text-size-adjust: 100%;
}

#page{
display: block;
position: relative;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
max-width: 640px;
height: 100%;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
background-color: #ffffff;
}

iframe{
border: none;
width: 100%;
height: 100%;
}

h1{
margin: 20px 0px 10px 0px;
text-align: center;
font-size: 100%;
font-weight: normal;
color: #333333;
}

p{
margin: 0px 0px 25px 0px;
font-size: 100%;
font-weight: normal;
text-align: justify;
}

img{
vertical-align: bottom;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

video{
max-width: 100%;
height: auto;
border: 1px solid #000000;
}

#menu{
height: 30px;
padding: 0px;
border: 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
font-size: 100%;
}

#menu li{
width: 25%;
height: 100%;
margin: 0px;
padding: 0px;
float: left;
text-align: center;
}

#menu li a{
display: block;
width: auto;
height: 100%;
margin: 0px;
padding: 3px;
text-decoration: none;
color: #ffffff;
background-color: #006699;
border-left:1px solid #003366;
}

#menu li a:hover{
background-color: #003366;
}

#menu li.selected a{
background-color: #003366;
}

#menu li:first-child a{
border-left: 0px;
}

hr{
border: 0px;
height: 1px;
width: 70%;
margin: 20px auto 0px auto;
background-color: #e0e0e0;
}

#tablebox{
width: 100%;
margin: 0px auto 20px auto;
}

.syllabus{
width: 100%;
border-left: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
border-spacing: 0px;
}

.syllabus th{
width: 22%;
padding: 5px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
text-align: left;
color: #333333;
font-size: 100%;
font-weight: normal;
background-color: #f5f5f5;
}

.syllabus td{
width: 78%;
padding: 5px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
text-align: justify;
color: #7d7d7d;
font-size: 100%;
font-weight: normal;
}

a{
text-decoration: none;
}

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:hover { color: #0000ff; }
a:active { color: #0000ff; }

.shadow{
box-shadow: 2px 2px 4px #777;
}

.bound{
border:1px solid #0000ff;
}

footer {
margin: 5px 0px 60px 0px;
font-size: 85%;
}

.centering {
text-align: center;
}

.photobox{
max-width: 640px;
margin: 0px auto 0px auto;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.photo{
display: inline-block;
position: relative;
height: 100%;
margin: 15px 15px 15px 15px;
text-align: center;
/*
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
*/
}


.photo:after{
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow:
inset 0 0 10px #fff,
inset 0 0 10px #fff,
inset 0 0 10px #fff,
inset 0 0 10px #fff,
inset 0 0 10px #fff;
}


.photoimage{
width: 260px;
/*
border: solid 7px #ffffff;
*/
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

</pre></body></html>