






html {
    
        max-width: 1200px;
        margin: 0 auto;
         /* Fills the page */
        position: relative; /* Fix for absolute positioning */
    
    
    overflow: auto;

}

@media print {
    body {
        display: none !important;
    }
}

body {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    line-height: 200%;

    -webkit-text-size-adjust: 100%;
    font-family: "Meiryo UI", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "Osaka", sans-serif !important;
    letter-spacing: 0.01em;
}

header {
    position: relative;
    width: 100%;
    
    height: auto;
    text-align: center;

}



.fixed {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#window {
    z-index: 2;
    
    margin: 0 auto;
    
    overflow: hidden;
    
    height: auto;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    line-height: 170%;
    background-color: white;
    -webkit-text-size-adjust: 100%;
    font-family: "Meiryo UI", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "Osaka", sans-serif !important;
    letter-spacing: 0.15em;
}

.gazou1{
display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;

}

.gazou {
    position: relative;
    width: 80%;
     display: table-cell;
    vertical-align: middle;
    text-align: center;
    
     margin: 0 auto

}




.gazou img{
    width: 27%;
    margin: 0 2%
}


h1 {
    letter-spacing: 0.2em;
    float: none;
    margin-top: 0.5em;
    color: #717171
}

h1:first-letter {
    float: none;
    color: rgb(55, 93, 216);
    margin-right: .1em;
    font-size: 1.5em;
}

h2 {
    letter-spacing: 0.2em;
    margin-top: 4em;
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #375dd8;
}

h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #375dd8;
}

h3 {
    margin-top: 4em;
    letter-spacing: 0.2em;
    padding-bottom: .5em;
    border-bottom: 3px double #375dd8;
}


.bun img{
    width: 65%;
    display: block;
    margin: 0 auto
}


.syoku img{
    width: 90%
}



#header{
    width: 80%;
    margin:0 auto
}

.title {
    
    margin-top: 1%;
    margin-right: 3%;
    width: 12%;
}

footer {
    width: 100%;
    
    height: 5;
    background-color: #375dd8;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}




footer a {
    
    display: block;
    line-height: 2em;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center
}



footer a:hover {
    font-weight: bold;
    
}



#foot{

   display: table;

    table-layout: fixed;

    width: 100%;
    margin: 0;
    
}
.last {
    
    display:table-cell;
text-align: center;


   

    
    font-size: 10px;
    color: white;

}
.last p {
    color: white;
    line-height: normal;

    font-size: 14px;

}
.last a:link{
    color: white;
    line-height: normal;

    font-size: 14px;

}

.chukyo:link{
    line-height: normal;
    position: relative;
    left: 0;
    bottom: 0
}






.pagetop {
    margin-left: 75%
}



.book {
    margin-left: 10px;
    width: 25%
}


.ichi {
    
    margin-top: 20px;
    margin-bottom: 30px;
    width: 101%;
    
    float: left
}



.prof p {
   

    line-height: normal
    
}



.tit{
    margin-left: -40%;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: 12px
}
.tit :link{
    color: #375dd8;
    
}
.tit:visited{
    color: #375dd8;
    
}









.page-top
{
    z-index: 100;
	margin: 0 ;
	padding: 0 ;
    display: none ;
}
 
.page-top img
{
	margin: 0 ;
	padding: 0 ;

	position: fixed;
	right: 10px ;
	bottom: 10px ;
}
 
.move-page-top img
{
	display: block ;

	width: 5% ;

	-webkit-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.7 ;
}






.ue {
    display: inline-block;
    width: 100%
}



.sita {
    display: inline-block;
    width: 100%
}




.ue a img {
    max-width: 30%;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.ue a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sita a img {
    max-width: 30%;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sita a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
















.link img{
    display: block;
    width: 65%;
    margin: 5% auto;
    
}









table,
td,
th {
    border: 1px solid #000;
    border-collapse: collapse;
}

td,
th {
    padding: 3px;
    width: auto;
    height: 3em;
}

th {
    background: #fff;
}

.even {
    text-align: center;
    width: 30%;
    background: #375dd8;
    color: #fff;
}




.si {
    font-size: 120%;
    width: 15%;
    background: #b1bfe9;
    text-align: center
}

.th {
    background: #375dd8;
    text-align: center;
    color: white
}

.td1 {
    width: 18%;
    font-size: 120%;
    text-align: center
}

.th2 {
    text-align: center;
    background: #b1bfe9;
}

.miekata {
    display: block;
    margin: 0 auto
}

.toplink {
    width: 30%
}

.nakamura {
    font-size: 75%;
    text-align: right;
    line-height: normal;
    letter-spacing: normal;
}

.riron {
    margin-top: -5px
}

.susume:link{
    display: block;
    text-align: right;
    
}


#menu li ul {
    padding-left: 0
}

#sub ul{
    padding-left: 0;
    background-color: #375dd8;
    list-style-type: none;
}

#sub ul li{
    width: 23%;
    display: inline-block;
    text-align: center;
}
#sub ul li a:-webkit-any-link {
    color: white;
    text-decoration:none;
    cursor: auto;
}






.rittai {
    
    
    margin-right: 10%;
    margin-left: 5%;
    margin-top: 3%;
    
    width: 32%;
    float:left
}

.ano {
    position: relative;
    
    display: block;
    text-align: center;
    width: 70%;
    margin: 0 auto
}

.ran {
    position: relative;
    
    display: block;
    text-align: center;
    width: 35%;
    margin: 0 auto
}

.tmc {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 30%
}







.ri {
    display: inline;
    width: 60%
}

.icchi2 {
    width: 30%;
    margin-left: 5%
}



.footlink a:link{
    display: inline
}



.button {
    background-color: #375dd8;
    border-style: none
}

.linklistue,.linklistsita,.linklistnaka{
    list-style: none;
}
.linklistue li{
    display: inline-block;
    width: 45%;
    margin: 1%
}
.linklistue li img{
    width: 98%;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
.linklistue li:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.linklistnaka li{
    display: inline-block;
    width: 45%;
    margin: 1%
}
.linklistnaka li img{
    width: 98%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linklistnaka li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.linklistsita li{
    display: inline-block;
    width: 45%;
    margin: 1%
}
.linklistsita li img{
    width: 98%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linklistsita li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
