@charset "shift_jis";
@import url(https://fonts.googleapis.com/css?family=Special+Elite);

/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	font-size: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	}

/* 文書本体 */
body{
	background-color: #fafafa;
	}

/* リンクテキスト */
a:link,
a:visited{
	text-decoration: none;
	color: #4b6696;
	}
a:hover,
a:active{
	opacity:0.8;
	}

/* 画像 */
img {
	border: 0;
	}

/* サイト名 */
.container > .wrapper > #header > #title{
	font-size: 25px;
	font-family: "Century Gothic", "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
	line-height: 50px;
	}
/* ヘッダー */
#header{
	background: url(bg-hana.gif) #999 center right;
	height: 120px;
	margin: 0 0 3em;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}
#topimg{
	margin: 0 2px 2px;
	}

/* 文字サイズなど */
div#header, #main,textarea,input{
	font-size: 13px;
	}
.text, #footer li{
	font-size: 14px;
	}
#main, .text{
	line-height: 1.8em;
	}

/* 背景色 */
.clearfix:after,#header:after,#main:after, dl.img:after{
visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}

/* コンテンツ */
.content{
	padding: 10px 0;
	}
hr{
	border: none;
	border-bottom: 1px dotted #888;
	margin: 12px 0;
	}

/* イラスト関係 */
dl.img dt{
	float: right;
	padding: 0 0 0 20px;
	}
.illust{
	text-align: center;
	margin: 0 auto 20px;
	}
/* 小説関係 */
dl.long{
	}
dl.long dd{
	border-left: 1px solid #ccc;
	margin: 0 0 15px 7px;
	padding-left: 10px;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px dotted #444;
	padding-right: 7px;
	margin-right: 7px;
	}
ul.short li.last{
	border: none;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	margin: 0 0 0 2ex;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul li {
	list-style: circle inside;
	margin: 0 0 1ex 0;
}
ul.parallel li {
	display: inline;
	list-style: none;
}
ol li {
	margin: 0 0 0 8ex;
}
#footer{
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}

/* メールフォームなど */
form{
	margin-top: 20px;
	}
textarea{
	width: 300px;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.name{
	margin-bottom: 10px;
	}
textarea,input{
	border: 1px solid #888;
	}

/* 上へ戻るリンク */
.pagetop{
	text-align: right;
	margin: 5px 10px 15px 10px;	
	}
.pagetop2{
	text-align: right;
	margin: 0 10px 30px 10px;
	}

/* 著作権表示 */
#copy{
	clear: both;
	padding: 20px 0 20px;
	text-align: center;
	font-size: 9pt;
	background: #e7e7e7;
	}
#copy a{
	font-size: 9pt;
	}

/* 装飾ボックス */
.box{
	padding: 5px 8px;
	margin-bottom: 20px;
	border: 1px solid #999;
	}
div#menu {
	margin: 2px 3px 0;
	font-size: 14px;
}
.bun {
	margin: 0 1ex;
}

/* テキスト本文 */
.text1 {
	font-size: 15px;
	margin: 3em 0;
}
.text2 {
	font-size: 15px;
	text-align: right;
	margin: 1em 1ex;
}
.text3 {
	font-size: 14px;
	margin: 3em 0;
	line-height: 1.7em;
}
.odai {
	font-size: 15px;
	margin: 2em 0 3em;
}
.asterisk {
	font-size: smaller;
	text-align: center;
	margin: 4ex 0;
}

/* 見出しなど */
h1{
	color: #999;
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0 15px 0;
	}
h2{
	font-family: "Century Gothic", "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
	text-align: right;
	font-size: large;
	border-bottom: 1px dotted #333;
	font-weight: normal;
	padding: 3px 10px;
	margin: 10px 0 30px;
	}
h3{
	text-align: right;
	font-size: large;
	border-bottom: 1px dotted #333;
	font-weight: normal;
	padding: 3px 10px;
	margin: 15px 0 30px;
	}
h4{
	font-size: 15px;
	margin: 25px 1ex 5px;
	}
h5{
	text-align: right;
	font-size: 15px;
	border-bottom: 1px dotted #333;
	font-weight: normal;
	padding: 3px 10px;
	margin: 15px 0 30px;
	}
em{
	font-style: normal;
	color: #880000;
	}
strong{
	font-weight: normal;
	color: #fff;
	background-color: #405680;
	}

/* 骨組み */
.container{
	margin: 0 auto;
	padding: 0 0 0 1%;
	max-width: 850px;
}
.wrapper {
	clear: both;
	padding: 0 10px;
}
.col3, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col3.last, #header, .col12 {
	margin: 0;
}
.col3 { width: 22.5%;}
.col7 { width: 73.5%;float: right;
	text-align: right;
}
.col12 { width: 99%;}
@media all and (min-width: 1024px) {
	.container {
		max-width: 850px;
	}
	.container .wrapper {
		padding: 0;
	}
}

/* Small devices */
@media all and (max-width: 768px) {
	 .col7{
		float: none;
		width: 99%;
	}
@media all and (max-width: 768px) {
	 dl.img dt{
		float: none;
		width: 99%;
	}
dl.img dt{text-align: center;padding: 0 0 20px 0;
	}
dl.img dt img, .illust img{
	width: 100%;
	height: auto;
	display: block;
	}
.container > .wrapper > #header > #title{
	line-height: 40px;}
	}
