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

/* ↓レイアウト↓ */

*{
    line-height:140%;
}

body{
    color:#555;
    background-color:#ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    margin:0px 10px;
}

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

.header{
    padding:5px;
    margin:10px 0px 20px 0px;
}

.footer{
    padding:5px;
}

.work{
    float:left;
    width:700px;
    padding:5px;
}

.menu{
    float:right;
    width:280px;
    padding:5px;
    text-align:center;
}

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

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

.textmenu{
    text-align:center;
    padding:15px 0px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Bellefair', serif;
    font-size:120%;
}

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

img.comic{
	max-height: 800px;
	width: auto;
}

img.illust{
	height: auto;
	max-width: 650px;
}

.img{
	text-align: center;
}

.frame {
    display: inline-block;
    position: relative;
    width:200px;
    height:200px;
    margin:5px 0px;
    padding:20px;
    font-family: 'Bellefair', serif;
}

.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

.listleft,.listright{
	background: #fff;
	float:left;
	width:340px;
    padding:5px;
}

.listend{
	clear:both;
}

/* ↓タグ↓ */

h1{
    font-size:200%;
    font-weight:normal;
    margin:10px 0px;
    color:#000000;
    font-family: 'Bellefair', serif;
}


h2{
    font-size:80%;
    font-weight:normal;
}

h3{
    font-size:125%;
    font-weight:normal;
    color: #fff;
    margin:15px 0px;
    padding:5px 15px;
    position: relative;
    background-color:#7b5544;
    font-family: 'Bellefair', serif;
}

h3::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #be8f68 #be8f68;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

h4{
    font-size:105%;
    font-weight:normal;
    border-style:solid;
    border-color:#999999;
    border-width:0px 0px 1px 0px;
    margin:15px 0px;
}

h4:before{
    font-size:100%;
    color:#000000;
    margin:0px 5px;
}

h5{
    font-size:95%;
    font-weight:normal;
    margin:15px 0px;
}

h6{
    font-size:90%;
    font-weight:normal;
    color:#7ac8cc;
    margin:15px 0px;
}

em{
    background-color:#f8f8f8;
}

strong{
    background-color:#7ac8cc;
    color:#fff;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
    color:#000;
}

a{
    border-width:0px 0px 1px 0px;
    border-style:dotted;
    border-color:#866629;
}

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

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

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

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

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-family: 'Bellefair', serif;
    font-size:120%;
    margin:10px 0px;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
    font-family: 'Bellefair', serif;
    margin:10px 0px;
}

.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:dotted;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    border-color:#25b7c0;
    background-color:#ffffff;
    font-size:90%;
}

.dl1{
}

.dt1{
    font-weight:bold;
    margin:10px -10px;
}

.dd1{
    font-size:90%;
    border-width:0px 0px 0px 3px;
    border-style:double;
    padding:5px;
}

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

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

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

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

{
    
.base{
    width:auto;
}

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

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

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

.list1 li{
display: inline-block;
}


h1{
    font-size:150%;
}

.list1{
    font-size:140%;
}



