@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300');


/* «CAEg« */

*{
    line-height:150%;
}

body{
    color:#000;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
    background-color:#ffffff;
}

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

.header{
    padding:15px 5px;
    text-align:center;
}

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

.work{
    float:right;
    width:570px;
    padding:30px 15px 5px 15px;
}

.menu{
    background-color:#000000;
    float:left;
    width:180px;
    padding:10px 5px;
    position:fixed;
    top:0;
    height:100%;
    color:#fff;
}

.box{
    overflow: hidden ;		/* floatππ·ι */
}

.text{
    margin:25px 0px;
    padding:5px;
    line-height:180%;
    font-size:90%;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Montserrat', sans-serif;
}

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


/* «^O« */

h1{
    font-size:100%;
    font-weight:normal;
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin-top:10px;
    font-family: 'Montserrat', sans-serif;
}

h3{
    font-size:150%;
    font-weight:normal;
    text-align:center;
    margin:25px 0px;
    font-family: 'Montserrat', sans-serif;
}

h4{
    background-color:#000000;
    color:#fff;
    font-size:100%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
    padding:1px;
    box-shadow: 0px 0px 0px 3px #000000;
    border: dashed 1px #fff;
    font-family: 'Montserrat', sans-serif;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
}

h6{
    font-size:80%;
    font-weight:normal;
    color:#928b8b;
}

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

strong{
    background-color:#ffe4e1;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
}


a:link{
    color:#000;
}

a:visited{
    color:#000;
}

a:hover{
    background-color:#808080;
    color:#fff;
}

blockquote{
    padding:5px;
    font-size:90%;
    margin:5px 10px;
    color:#778899;
    background-color:#fff;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000;
    margin:0px 10px;
}

li{
    padding:5px;
}

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

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
    font-family: 'Montserrat', sans-serif;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.list1{
    list-style:none;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
}

.list1 a{
    color:#fff;
}

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

.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:35px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:80%;
}

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

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    font-size:80%;
    border-color:#928b8b;
    background-color:#fff;
}

.dt1{
    border-width:0px 0px 0px 2px;
    border-style:solid;
    font-family: 'Montserrat', sans-serif;
    border-color:#928b8b;
    padding:5px;
}

.dd1{
    font-size:80%;
    border-width:0px 0px 0px 2px;
    border-style:solid;
    border-color:#ccc;
}

.memo{
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
    background-color:#928b8b;
    color:#fff;
}

.img1{
    box-shadow:1px 1px 3px -1px #999999;
-moz-box-shadow:1px 1px 3px -1px #999999;
-webkit-box-shadow:1px 1px 3px -1px #999999;
}

.counter{
    font-family: 'Montserrat', sans-serif;
}

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

/*«fBXvC800pxΘΊp«*/

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

{
    
.base{
    width:auto;
}

.work{
    float:none;
    width:auto;
    margin-top:175px;
}

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

.menu{
    float:none;
    width:98%;
    margin:0px;
    padding:0px 15px 0px 5px;
    height:auto;
}

.list1 li{
    display: inline-block;
    font-size:90%;
}

h3{
    font-size:120%;
}

h2{
    margin-bottom:-10px;
}

}
