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


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

*{
    line-height:170%;
}

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

.base{
    margin:0 auto;
    max-width:1000px;
}

.header{
    padding:5px;
    margin:30px 0px 20px 0px;
    text-align:center;
    background: url("../img/Lim_bg.png");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    background-color: #fff;
}

.footer{
    padding:5px;
    text-align:center;
    font-family: 'Lora', serif;
}

.work{
    padding:5px;
    margin:50px 10px;
}

.menu{
    height:30px;
    width:100%;
    padding-top:2px;
    position:fixed;
    background:#8e8e8e;
    top:0;
    font-size:15px;
    z-index:100;
    font-family: 'Lora', serif;
}

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

.text{
    margin:50px 10px;
    padding:5px;
    line-height:180%;
}

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

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


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

h1{
    font-size:200%;
    font-weight:normal;
    color:#ffffff;
    font-family: 'Lora', serif;
}

h2{
    font-size:80%;
    font-weight:normal;
    margin-top:15px;
}

h3{
    font-size:140%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    font-family: 'Lora', serif;
    color:#aaa793;
}

h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h3 span::before,
h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #aaa793;
}
h3 span::before {
  right: 100%;
}
h3 span::after {
  left: 100%;
}

h4{
    font-size:100%;
    font-weight:normal;
    background:repeating-linear-gradient(45deg,#aaa793,#aaa793 10px,#575544 0,#575544 30px);
    color:#fff;
    font-weight: bold;
}

h5{
    font-size:90%;
    font-weight:normal;
}

h6{
    font-size:80%;
    font-weight:normal;
    background-color:#f8f8ff;
    padding:2px;
}

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

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

small{
    font-size:80%;
}

i{
    padding:1px 5px;
    background-color:#fff;
    font-style:italic;
    color:#000;
    border-radius:5px;
}

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

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

a:hover{
    color:#66c4c6;
}

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

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

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

li{
    padding:2px 3px;
}

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

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

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

cite{
    font-size:smaller;
}

.topmargin{
    margin-top:100px;
}

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

.list1{
    list-style:none;
    text-align:center;
}

.list1 li{
    display: inline-block;
}

.list1 a:hover{
    background-color:#ffffff;
    text-decoration:none;
}

.list1 a{
    color:#000;
    text-decoration:none;
}


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

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

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

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

.dt1{
    margin:0px 0px -7px -10px;
    font-size:100%;
}

.dd1{
    font-size:90%;
    padding:5px;
    border-width:1px;
    border-style:dotted;
    margin:3px;
    border-radius:5px;
}

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

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

.pagetop{
    font-family: 'Lora', serif;
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}



/*«X}zp«*/

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

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

.work{
    float:none;
    width:auto;
    margin:10px;
}

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

.menu{
    height:60px;
    font-size:15px;
}

.textmenu a{
    display:block;
    font-size:120%;
}

.textmenu a:hover{
    background-color:#ddd;
    text-decoration:none;
}

h1{
    font-size:150%;
}

}
