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


/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    background-color:e6ffcc;
    font-size:100%;
}

.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:#7a995c;
    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:100%;
}

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

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


/* ↓タグ↓ */

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:130%;
    font-weight:normal;
    text-align:center;
    margin:25px 0px;
    font-family: 'Montserrat', sans-serif;
    color:#556b2f;
    border-top: solid 1px #8fbc8f;
    border-bottom: solid 1px #8fbc8f;
}

h4{
    background-color:#a3cc7a;
    font-size:100%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
    padding:1px;
    box-shadow: 0px 0px 0px 3px #a3cc7a;
    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;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
h6:before,
h6:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #666;
}
 
h6:before {
    left: 0;
}
 
h6:after {
    right: 0;
}

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{
    text-decoration: none;
}

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タグ↓ */

.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:#336600;
    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 ;
}


/*↓ディスプレイ800px以下用↓*/

@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;
}

}
