﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');


/* kIAAAck */

html,body{ height:100%;}

*{
    line-height:150%;
    font-family: 'Quicksand', sans-serif;
}

body{
    color:#555;
    background-color:#e8f4f7;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.base{
    margin:0 auto;
    max-width:1300px;
    box-shadow: 1px 1px 6px #777;
    background-color:#fff;
}

.topbox{
    color:#222;
    background-color:#fff;
    height:300px;
    margin:0px;
    padding:20px 0px;
    background-image:url(../img/MMO_bg.gif);

}

.header{
    padding:20px 10px;
    margin:0px;
    text-align:right;
    background:rgba(255,255,255,0.8);
}

.footer{
    padding:10px;
    text-align:center;
}

.work{
    padding:10px;
    margin:0px 0px 20px 0px;
}

.subwork{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    width:100%;
    align-items:flex-start;
}

.note{
    width:45%;
    margin:15px 5px;
    padding:10px;
    box-shadow:1px 1px 3px -1px #888;
}

.menu{
    margin:0px 0px 5px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}

.gallery{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}

.colum{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    margin:15px 0px;
}

.box{
    margin:0px 5px;
}

.text{
    margin:0 auto;
    padding:20px 10px;
    line-height:180%;
    max-width:900px;
}

img
{
	max-width:100% ;
	height:auto ;
}


/* kTIk */

h1{
    font-size:180%;
    font-weight:normal;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin:10px;
}

h3{
    color:#222;
    font-size:120%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
}

h3 span {
  display:block;
  margin-top:0px;
  color:#886e70;
  font-size:60%;
}

h4{
    color:#222;
    font-size:100%;
    font-weight:normal;
    margin:10px 0px;
}

h4:before{
    content:'||';
    color:#3778bf;
    font-size:20px;
    margin-right:5px;
}

h5{
    font-size:100%;
    font-weight:normal;
    margin:10px 0px;
    color:#886e70;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px;
}

p{
    text-align:left;
    padding:5px 0px;
}

em{
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    font-weight:normal;
    text-decoration:underline overline;
    text-decoration-style:double;
    text-decoration-color:#f88435;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#ffeeee;
}

i{
    font-style:italic;
}

a:link{
    color:#3778bf;
    text-decoration:none;
}

a:visited{
    color:#3778bf;
    text-decoration:none;
}

a:hover{
    text-decoration:underline #f88435;
}

h1 a:link{
    color:#555;
}

h1 a:visited{
    color:#555;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    background:#f5f5f5;
    border-left:6px double #ccc;
    box-shadow:1px 1px 3px -1px #888;
    margin:15px;
    font-size:90%;
}

blockquote:before{
    display:inline-block;
    position:absolute;
    top:15px;
    left:15px;
    vertical-align: middle;
    content:'\00275e';
    color:#ccc;
    font-size:30px;
}

li{
    padding:5px;
    margin:0px 0px 0px 20px;
}

ul{
    margin:10px 0px;
}

ol{
    margin:10px 0px;
}

dl{
    padding-left:3px;
    margin:10px 0px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
}

cite{
    font-size:smaller;
}


/* kclassTIk */

.item{
    text-align:center;
    margin:5px;
    padding:5px;
}

.item2{
    background-color:#fff;
    margin:5px;
    padding:5px;
    font-size:90%;
    text-align:center;
    width:28%;
    box-shadow:1px 1px 3px -1px #888;
}

.item3-1{
    background-color:#e8f4f7;
    padding:5px;
    font-size:90%;
    text-align:center;
    width:70%;
    color:#333;
}

.item3-2{
    padding:5px;
    font-size:70%;
    text-align:left;
    width:130%;
    border-width:1px;
    border-style:solid;
    border-color:#e8f4f7;
}

.list1{
    list-style-type:circle;
}

.list2{
    list-style-type:upper-roman;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:50px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:85%;
    background-color:#f9f9f9;
}

.p2{
    border-style:double;
    border-width:3px;
    border-color:#ccc;
    padding:3px;
    margin:5px 0px;
    font-size:85%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    border-color:#ccc;
    padding:5px;
    margin:5px 0px;
    font-size:85%;
}

.dl1{
}

.dt1{
    font-weight:bold;
}

.dt1span{
    color:#333;
    background-color:#e8f4f7;
    font-size:90%;
    padding:3px 5px;
    border-radius:3px;
    font-weight:normal;    
}

.dd1{
    font-size:90%;
    border-style:dashed;
    border-width:0px 0px 1px 0px;
    margin:5px;
    border-color:#ccc;
}

.memo{
    background-color:#e8f4f7;
    font-size:80%;
    padding:0px 10px;
    height:150px;
    overflow:auto;
    margin:5px 10px;
    box-shadow:1px 1px 3px -1px #888;
    color:#333;
}

.img1{
    box-shadow:1px 1px 3px -1px #888;
}

.counter{
    font-family:,Arial;
}

.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}


/*kaAOoIA768px???k*/

@media screen and (max-width:768px) 

{
    
.base{
    width:auto;
    margin:0px;
}

.box{
    margin:0px;
}

.work{
    width:auto;
    margin:0px;
    padding:10px;
}

.subwork{
    flex-direction:column;
    margin:0px;
}

.note{
    width:95%;
    margin:15px 5px;
}

.text{
    width:auto;
    margin:0px;
    padding:10px;
}

.menu{
    font-size:90%;
}

.colum{
    flex-direction:column;
    width:auto;
    margin:10px 0px;
}

.item2{
    width:45%;
}

.item3-1{
    width:95%;
    padding:6px;
}

.item3-2{
    width:95%;
}

.item a{
    display:block;
}

.item a:hover{
    background-color:#fff;
    margin:-5px;
    padding:5px;
}

h1{
    font-size:150%;
}

}

@media screen and (max-width:580px) 

{
.gallery{
    flex-direction:column;
    width:auto;
    margin:0px;
}

.item2{
    width:95%;
}

}
