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

/* Original Template: 25-ribbon (http://klee.daa.jp/)
 * Copyright 2017 klee
 * Licensed under CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ja) */
/* ============================================================
   適用デバイス：すべて（xs,sm,md,lg）
   ============================================================ */
/* 適用対象：要素全体
   ============================================================ */
/* リセットCSS */
h1, h2, h3{font-weight: normal;}
nav ul{list-style:none;padding:0;}
nav ul, dt, dd{margin: 0;}
ins, h1 a, a:hover{text-decoration: none;}

/* bodyなど */
body{line-height:1.7;background: #efefef;color: #474747;margin: 20px 0;}
header{text-align: center;}
main section{margin: 40px 0;}
main section section{margin: 20px 0;}
main section:first-child{margin-top: 20px;}
main section:last-child{margin-bottom: 20px;}

/* フォーム関連 */
input, select, text{vertical-align:middle;}
::-webkit-input-placeholder{color: #999;}
:-ms-input-placeholder{color: #999;}
::-moz-placeholder{color: #999;}
label{cursor: pointer;}

input, text{padding: 0.3em;border-radius: 2px;margin: 0 5px 5px 0;}
input[type="text"] {width: 150px; border: 1px solid #bbb;}
input[type="submit"]{cursor: pointer;}
input[type="button"]{border: 1px solid #bbb;}


/* リンク */
a{color: #030303;}
a:hover{color: #c7cf30;}

/* 水平線 */
hr{border-top: 1px solid;}
/* 重要性 */
strong{color: #8858aa;}
/* 追加要素 */
ins:after{content: "new";background: #fff;margin-left: 10px;padding: 0 5px;}

/* 適用対象：クラス名を付けた要素
   ============================================================ */
/* 見出し */
.site-title{margin: 10px 0;}
.site-title a:link, site-title a:visited{font-size: 2.8rem;font-family: 'Niconne', cursive;color= #999}
.site h2, .site h3{font-size: 100%;}
.site main h2{background: #8858aa;color: #fff;text-align: center;position: relative;height: 24px;line-height: 24px;width: 95%;margin: 0 auto 20px;}
.site main h2:before, .site main h2:after {content: "";position: absolute;top: 0;border-width: 12px 10px;border-style: solid;border-color: #8858aa;}
.site main h2:before{right: 100%;border-left-color: transparent;}
.site main h2:after{left: 100%;border-right-color: transparent;}
.site main h3, .h3{color: #8858aa;margin: 5px auto;}


/* 更新履歴 */
.update{border: 8px solid #8858aa;background: #fff url(../img/index-news-bg01.png) no-repeat 90% 50%;padding:20px;margin-bottom: 10px;}
.update p{margin: 0;}

/* ナビゲーションメニュー */
.gnav{text-align: center;}
.gnav li {display: inline-block;padding: 0 10px;}
.gnav li a{text-decoration: none;font-family: "游明朝", YuMincho, serif;font-size: 1.8rem;}

/* 展示リスト */
.list, .list-ss{list-style: none;padding: 0;}
.list li{color: #555;}
.list li a{margin-right: 15px;}
.list-caption dd{padding-left: 10px;color: #555;}
.list-slash dt {float: left;width: 12em;height:auto;}
.list-slash dd {margin: 0 0 5px 8em;padding-left: 1em;}
.list-ss li{display: inline;border-right: 1px solid #bbb;padding-right: 7px;margin-right: 7px;}
.list-ss li:last-child{border: none;}

/* フォーム */
.bottom{vertical-align: bottom;}
.comment{width: 80%;max-width: 500px;}
.btn, .btn-inline{background: transparent;border: 1px solid;}
.btn-color{background: #8858aa;color: #fff;border: none;}
.btn-color:hover{background: #c7cf30;}
.btn-inline{display: block;}
.hensin{margin: 5px 0;list-style:none;padding:0;}
.hensin li{display: inline;margin-right: 1.5em;}
.kansou label{padding-right: 1em;}

/* リンクページ */
.link-bn{margin: 10px 0;}
.link-bn dd{margin-left: 10px;padding: 5px 10px;border-left: 1px solid #bbb;}
.link-text{list-style: circle;}
.link-text a{margin-right: 1em;}
.link-inline {padding-left: 0;}
.link-inline li{display: inline;margin-right: 10px;}

/* 折り畳みボックス */
.acMenu dt{cursor:pointer;border-bottom: 1px solid;display: inline-block;}
.acMenu dd{display:none;padding: 5px 0;}

/* 小説ページ */
h1.title{text-align: center;font-size: 2.2rem;color: #8858aa;font-family: "游明朝", YuMincho,'ＭＳ 明朝', 'MS Mincho', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', serif;}
.novel{font-size: 1.55rem;color: #474747;line-height: 2;}
.afterword{margin-top: 120px;}
.res{color: #efefef;}


/* 画像展示ページ */
.img {text-align: center;}
.img img{max-width: 100%;height: auto;margin: 60px auto;}
/* ページ下部のメニュー */
.local-nav {text-align: center;margin: 20px auto 0;padding: 0;}
.local-nav li{display: inline;padding: 0 30px;}

/* 装飾ボックス */
.box{background: #fff;border: 2px solid #8858aa;padding: 10px;}
/* カウンター */
.counter, .counter a{font-size: smaller;text-align: center;}

/* ============================================================
   適用デバイス：タブレット(sm)・デスクトップ(md)・大画面デスクトップ(lg)
   ============================================================ */
@media all and (min-width: 768px) {
body{margin: 40px 0;}
/* ↓1カラムにする場合ここから削除する */
main section:first-child{margin: 0;}
.gnav{margin: 20px 0 20px -1em;}
.gnav li {display: block;}
.gnav li a:before{content: ">>";color: transparent;transition:all 0.2s linear 0s;position: relative;top: 0;left: -1em;}
.gnav li a:hover:before{content: ">>";color: #c7cf30;left: -0.5em;}
/* ↑ここまで */
.link-bn dt{float: left;}
.link-bn dd{margin-left: 210px;padding: 0 0 0 10px;}
.btn-inline{display: inline;}
}
