@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #222;
	font-size: 13px;
	font-family: Verdana, Arial,"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

/* リンク設定 */
a{
	text-decoration: none;
	color: #946243;
	}
a:hover,
a:active{
	opacity:0.5;
	}

/* 背景 */
body{
	background: #a9a9a9;
	}

/* リボン部分 */
*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	} 
#ribbon{ 
	margin: 0 auto;
	position: relative; 
	height: 80px; 
	width: 0px; 
	top: 0px; 
	left: 0px; 
	border-left: 100px solid #696969; 
	border-right: 100px solid #696969; 
	border-bottom: 20px solid transparent;
	}
#ribbon-text{
	text-align: center;
	color: #f5f5f5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	right: 0;
	margin: auto;
	width: 200px;
	height: 30px;
	}

/* ヘッダー */
#header{
	background-image: url(img-hane.png),url(img-ink.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 5% 0%,95% 100%;
	}
#header a{
	text-decoration: none;
	color: #222;
	}
#caption{
	margin: 0 auto;
	max-width: 500px;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	font-family: 'Libre Baskerville', serif;
	margin: 30px 0 10px;
	font-weight: normal;
	font-size: xx-large;
	}
/* メニュー */
ul#menu{
	margin: 0 0 20px;
	}
ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}
ul#menu li, ul#menu li a{
	font-family: 'Libre Baskerville', serif;
	}

/* コンテンツ */
.content{
	line-height: 1.5em;
	padding: 20px;
	}
.novel, .novel a{
	line-height: 1.6em;
	font-size: 15px;
	}

/* ページリンク */
#footer{
	text-align: center;
	padding: 0 10px 20px;
	}
#footer li{
	padding: 0 50px;
	display: inline;
	}

/* 展示リスト */
ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
dl.long dd{
	padding-left: 10px;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li.last{
	border: none;
	}

/* リンクページ */
.bkm{
	background: url(img-bkm.png) 90% 10% no-repeat;
	}
dl.link{
	clear: left;
	margin: 5px 0;
	}
dl.link.last{
	margin: 5px 0 20px;
	}
dl.link dt{
	float: left;
	margin: 0 10px 0 0;
	}
dl.link dd{
	margin-left: 210px;
	padding: 0 0 0 10px;
	border-left: 1px solid #696969;
	}
dl.link:after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
ul.link li{
	display: inline;
	padding-right: 10px;
	}

/* 上へ戻るリンク */
#page-top {
	position: fixed;
	background: url(img-pin.png);
	bottom: 10px;
	right: 10px;
	}
#page-top a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	}

/* メールフォーム */
textarea{
	width: 60%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.btn{
	margin-top: 5px;
	}
textarea,input{
	border: 1px solid;
	}

/* 見出しなど */
h2{
	background: #696969;
	color: #f5f5f5;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 5px;
	margin: 0 auto 12px;
	}
h3{
	font-weight: normal;
	margin: 5px 0;
	}
h3:before{
	content: "◆ ";
	}
strong{
	color: #ff4500;
	font-weight: normal;
	}
em{
	font-style: normal;
	font-weight: bold;
	}
.box{
	border: 1px solid;
	border-left: 3px double;
	border-right: 3px double;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 1px solid #696969;
	margin: 10px 0;
	}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 10px 0;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	color: #222;
	font-size: 9pt;
	text-decoration: none;
	}

/* 骨組み */
#container {
	margin: 0 auto;
	padding: 0 1% 0 1%;
	max-width: 780px;
	}
.wrapper{
	background: #f5f5f5;
	}
.index{
	margin-top: -50px;
	}
.onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow:after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col12, #header, #footer {
	float: left;
	margin: 0;
	}

.col12, #footer{ width: 100%; margin: 0; }
#header{ width: 100%; margin: 30px 0;text-align: center;}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#caption{width: 95%;}
	.content{padding: 20px 3px;}
	#footer li{	padding: 0 30px;}
	h1, h1 a:link, h1 a:visited{font-size: x-large;}
	.bkm{background: none ;}
	#header{background-position: 0% 0%,95% 40%; background-size:auto 50px,40px 40px;}
}
