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


/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    margin:0px 25px;
    background-color:#fafafa;
    background-image:url(bg.gif);
}

.base{
    margin:0 auto;
    max-width:900px;
    background-color:#fff;
    text-align:center;
    font-size:90%;
    box-shadow:0px 0px 5px -1px #666;
-moz-box-shadow:0px 0px 5px -1px #666;
-webkit-box-shadow:0px 0px 5px -1px #666;
}

.header{
    padding:100px 0px 20px 0px;
    background-image:url(top.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:170px;
}

.footer{
    padding:5px;
}

.work{
    padding:25px 5px;
}


.menu{
    position: relative;
    padding: 10px;
    background-color: #ecece9;
    margin:10px -20px;
    font-size:120%;
    font-family: 'Crimson Text', serif;
}
.menu:before,
.menu:after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.menu:before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}
.menu:after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #ccc;
}

.box{
    overflow: hidden ;		/* floatを解除する */
}

.text{
    margin:25px 0px;
    padding:15px;
    line-height:180%;
    text-align:left;
}

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

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


/* ↓タグ↓ */

h1{
    font-size:200%;
    font-weight:normal;
    font-family: 'Crimson Text', serif;
}

h2{
    font-size:85%;
    font-weight:normal;
    margin:5px;
}

h3{
    font-size:140%;
    font-weight:normal;
    margin:15px 0px;
    font-family: 'Crimson Text', serif;
}

h3:first-letter{
    font-size:xx-large;
    color:#7e7b69;
}

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

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

h6{
    font-size:90%;
    font-weight:normal;
    margin:5px;
    background-color:#fafafa;
}

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

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

small{
    font-size:80%;
}

i{
    font-style:italic;
}

a:link{
    color:#000;
}

a:visited{
    color:#000;
}

a:hover{
    background-color:#ecece9;
}

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

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

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

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

.list1 li{
display: inline-block;
}

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

.list1 a{
    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:90%;
    text-align:left;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
    text-align:left;
    border-color:#ecece9;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    font-size:90%;
    text-align:left;
    background-color:#ecece9;
    border-color:#7e7b69;
}


.dt1{
    font-weight:bold;
    margin:5px;
}
.dd1{
    font-size:90%;
    border-width:0px 0px 1px 0px;
    border-style:dotted;
    border-color:#cccccc;
    padding:2px;
}

.dt1:before{
    content:'❧';
    font-size:150%;
    color:#7e7b69;
    margin:3px;
}

.memo{
    font-size:85%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
    text-align:left;
    border-width:1px;
    border-style:dotted;
}

.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: 'Crimson Text', serif;
}


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

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

{
    
.base{
    width:auto;
    margin:0px;
    font-size:small;
}

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

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

.menu{
    float:none;
    width:auto;
}

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

.textmenu a:hover{
    background-color:#fafafa;
}

h1{
    font-size:160%;
}

.header{
    background-image:url(top-s.png);
}

}
