﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#2e3f4d;
    font-family: "指定,serif,游明朝,ヒラギノ,游ゴシック,スマホ";
    background-color:#fff;
}

.base{
    margin:0 auto;
    max-width:1000px;
}

.header{
    padding:15px 0px;
    text-align:center;
}

.footer{
    padding:15px 0px;
    text-align:center;
}

.work{
    padding:10px;
}

.menu{
    padding:3px;
    font-family: 'Alex Brush', cursive;
    background-color:ghostwhite;
    margin:25px 0px;
}

.box{
    overflow: hidden ;		/* floatを解除する */
}

.text{
    margin:5px 0px;
    padding:15px;
    line-height:180%;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Alex Brush', cursive;
}

img
{
	max-width: 95% ;
	height: auto ;
}


/* ↓タグ↓ */

h1{
    font-size:180%;
    font-weight:normal;
    font-family: 'Alex Brush', cursive;
}

h2{
    font-size:100%;
    font-weight:normal;
    margin:10px 0px;
    color:#a1b4cc;
}

h3{
    font-size:140%;
    font-weight:normal;
    font-family: 'serif;
    margin:0px 0px;
    text-align:center;
}

h4{
    font-size:120%;
    font-weight:normal;
    margin:10px 0px;
    border-style:double;
    border-width:0px 0px 3px 0px;
    border-color:#ccc;
    padding:2px;
}

h4:first-letter{
    font-size:larger;
    color:#d70035;
}

h5{
    font-size:100%;
    font-weight:normal;
    margin:10px 5px;
}


h6 {
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
  position: relative;
  padding: 5px;
  background-color: #f8f4e6;
}

h6::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #e6e2d5 #e6e2d5;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

em{
background: linear-gradient(transparent 70%, #fff799 70%);
}

strong{
    background-color:#f5ecf4;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
}

a:link{
    color:#007199;
    text-decoration:underline;
}

a:visited{
    color:#04B4AE;
    text-decoration:underline;
}

a:hover{
    color:#d70035;
}

a.ah1:link{
    color:#007199;
    text-decoration:none;
}

a.ah1:visited{
    color:#007199;
    text-decoration:none;
}

a.ah1:hover{
    color:#045FB4;
}

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:5px;
}

dl{
    padding-left:3px;
    margin:10px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
    font-family: 'Alex Brush', cursive;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.list1{
    list-style:none;
    text-align:center;
    font-size:120%;
}

.list1 li{
    display: inline-block;
}

.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%;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    border-color:#d70035;
    padding:5px;
    margin:5px 0px;
    background-color:#fff;
    font-size:90%;
}


.dt1{
    color:#d70035;
    font-size:120%;
    font-family: 'Alex Brush', cursive;
}

.dd1{
    font-size:90%;
    border-width:0px 0px 1px 0px;
    border-style:dashed;
    border-color:#ccc;
    padding:2px;
}

.memo{
    box-shadow:2px 1px 6px -2px #999;
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
    background-color:#fff;
}

.img1{
    box-shadow:1px 1px 3px -1px #999;
-moz-box-shadow:1px 1px 3px -1px #999;
-webkit-box-shadow:1px 1px 3px -1px #999;
}

.counter{
    font-family: 'Alex Brush', cursive;
    text-align:center;
}

.h1a{
    text-decoration:none;
}

/*↓ディスプレイ768px以下用↓*/

@media screen and (max-width:768px) 

{
    
.base{
    width:auto;
    margin:0px 3px;
}

.work{
    width:auto;
    margin:0px;
}

.text{
    width:auto;
    margin:0px;
}

.menu{
    width:auto;
    margin:15px -3px;
}

.textmenu a{
    display:block;
    font-size:120%;
    border-width:0px 0px 1px 0px;
    border-style:dashed;
    border-color:#ccc;
}

}
