@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Special+Elite);

/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	}

/* 文書本体 */
body{
	background-color: #dfd8e8;
	padding-top: 50px;
	}

/* リンクテキスト */
a:link,
a:visited{
	text-decoration: none;
	color: #663399;
	}
a:hover,
a:active{
	opacity:0.8;
	}

/* 画像 */
img {
	border: 0;
	}

/* サイト名 */
.container > .wrapper > #header > #title{
	font-size: 25px;
	font-family: 'Special Elite', 'cursive';
	line-height: 50px;
	}
/* ヘッダー */
#header{
	line-height: 1.5em;
	margin:0 auto 20px;
	}

#octagon {
	width: 130px;
	height: 75px;
	background: #660066;
	position: relative;
	text-align: center;
	margin: 15px auto;
	line-height: 2em;border: none;
	}
#octagon a{
	color: #fff;
	}
#octagon:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	border-bottom: 15px solid #660066;
	border-left: 15px solid #dfd8e8;
	border-right: 15px solid #dfd8e8;
	width: 100px;
	height: 0;
	}
#octagon:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	border-top: 15px solid #660066;
	border-left: 15px solid #dfd8e8;
	border-right: 15px solid #dfd8e8;
	width: 100px;
	height: 0;
	}

#clap{
	width: 80%;
	border-top :1px dashed #fff;
	margin: 15px auto 0;
	}
#clap a{
	display: block;
	line-height: 40px;
	}
.white{
	color: #fff;
	font-size: 15px;
	font-family: 'Special Elite', 'cursive';
	}

/* 文字サイズなど */
div#octagon, #header, #main,textarea,input{
	font-size: 13px;/* デフォは12 */
	}
.text, #footer li{
	font-size: 13.5px;
	}
#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 dashed #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 dashed #888;
	margin-left: 5px;
	padding-left: 10px;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px dotted #888;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li.last{
	border: none;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
#footer{
	border-top: 1px dashed #333;
	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;
	}

/* 著作権表示 */
#copy{
	clear: both;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 8.5pt;
	}
#copy a{
	font-size: 8.5pt;
	}

/* 装飾ボックス */
.box{
	padding: 5px 8px;
	margin-bottom: 20px;
	border: 1px dashed #333;
	}

/* 見出しなど */
h2{
	font-family: 'Special Elite', 'cursive',"メイリオ";
	text-align: right;
	font-size: large;
	border-bottom: 1px dashed #333;
	font-weight: normal;
	padding: 3px 10px;
	margin: 10px 0 30px;
	}
h3{
	color: #660066;
	font-weight: normal;
	font-size: larger;
	margin: 5px 0;
	}
b{
	font-weight: normal;
	font-style: normal;
	color: #CC99FF;
	}
em{
	font-style: normal;
	color: #663399;
	}
strong{
	font-weight: normal;
	color: #fff;
	background-color: #007bbb;
	}
table{
table-layout:fixed;
}
td, th {
padding: 5px 10px;/* テーブル余白設定、上下と左右 */
/* セル枠border: 0px #ffffff solid; */
border-radius: 5px;
}
.no1_color { 
background-color:#99cc33; border-color:#;
}
.no2_color { 
background-color:#556b2f; border-color:#;
}
.no3_color { 
background-color:#66991a; border-color:#;
}

/* 骨組み */
.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%;}
#header { width: 73.5%;float: 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) {
	 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;
	}
#octagon {
	width: 100px;
	height: auto;
	}
#octagon:before {
	width: 70px;
	}
#octagon:after {
	width: 70px;
	}
#header{width: 65%;}
.container > .wrapper > #header > #title{
	line-height: 40px;}
	}
