@charset "utf-8";
body {
	color:#fff;
	background: #816687;
	background: -moz-linear-gradient( #c9af8e 0%,#816687 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#c9af8e),to(#816687));
	background: -webkit-linear-gradient( #c9af8e 0%,#816687 100%);
	background: -o-linear-gradient( #c9af8e 0%,#816687 100%);
	background: linear-gradient( #c9af8e 0%,#816687 100%);
}
a { color: #c9af8e; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #a292f2;
}
h1, h2, h3, h4 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	line-height:normal;
}
h1 {
	font-size:110%;
	font-weight:normal;
	color:#a292f2;
	margin:0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 5px;
	color:#a292f2;
	text-align:center;
	font-weight:normal;
}
h3 {
	font-size:135%;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	color: #a292f2;
	border-bottom:solid 1px #a292f2;
}
h4 {
	color: #fff;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#fff;
	font-weight:normal;
	font-size:100%;
}
small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#fff;
}
/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color: #fff;
	line-height:18px;
	border: solid 1px #fff;
	border-radius: 4px;
}
.label_red {
	color: #272727;
	background: #c9af8e;
	border: none;
}
.label_yellow {
	color:#a292f2;
}
.label_gray {
	color: #272727;
	background:#a292f2;
	border: none;
}
.label_public {
}
.label_category {
	color: #fff;
	border: solid 1px #fff;
	border-radius: 0;
}
.required {
	font-size:80%;
	color:#c9af8e;
}
.new {
	color: #fff;
	border: solid 1px #fff;
}
.alert { color:#c9af8e; }

/* ボタン */
button.btn,
.btn {
	color: #fff;
	background:#a292f2;
	border-radius: 0;
}
button.btn2,
.btn2 {
	color: #fff;
	background:#a292f2;
}
.btn2.btn_like {
	color: #fff;
}
.btn2.btn_bookmark {
	color: #fff;
}

/* フォーム系 */
select, input[type="text"], input[type="password"], textarea {
	color:#fff;
	background:none;
	border: solid 1px #fff;
}
:placeholder-shown {
	color:#fff;
 }
::-webkit-input-placeholder {
	color:#fff;
	}
:-moz-placeholder {
	color:#fff;
	opacity: 1;
	}
::-moz-placeholder {
	color:#fff;
	opacity: 1;
	}
:-ms-input-placeholder {
	color:#fff;
	}
/* ダイレクトメッセージ */
.form_container {
	border: solid 1px #fff;
}

/* ポップアップ */
.popup {
	background:#272727;
	border-radius: 0;
}
.popup_bg {
	background:rgba(255,255,255,0.6);
}
.popup h2 {
	border-bottom:1px solid #a292f2;
}
.popup .popup_close {
    color: #a292f2;
}

/* キリ番カウンター */
.top_kiriban {
	/* width:100px; */
	text-align:center;
	color:#fff;
	font-size:90%;
	/* background: rgba(0,0,0,0.7); */
	/* padding: 0 20px; */
}
/* ヘッダー画像 */
.header_image {
	padding-top: 10%;
	margin: 0 auto;
}
@media only screen and (min-width: 1400px) {
.header_image {
	padding-top: 8%;
}
}
.header_image img {
	bottom: auto;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
}

.wrapper {
	background-image:url("../../../img/theme/a/72bg.png"),url("../../../img/theme/a/72bg02.png");
	background-repeat:no-repeat,repeat;
	background-position: bottom right 0px,center;
	background-size: auto 65%,auto;
	background-attachment: fixed;
}

/* メイン */
.main{
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.7);
	padding:20px;
}
.main .top_icons a {
	padding:8px;
	text-align:center;
	color: #a292f2;
}
.main .top_text {
	text-align:center;
	margin:0 0 30px;
}

/* スキ返信 */
.entry_list > ul li {
	padding: 10px;
}
.entry_list > ul li .date {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.comment_content {
	border-top:solid 1px #a292f2;
	border-bottom:solid 1px #a292f2;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #a292f2;
}
.update_list ul li h4 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#fff;
}
.update_list ul li h4 small {
	color:#fff;
}

/* アコーディオン */
.accordion-section-title {
	color:#fff;
	border-bottom:solid 1px #fff;
}
.accordion-section-title::after {
	color:#fff;
}

/* 夢小説設定 */
.dream_settings {
	border: solid 1px #fff;
	border-radius: 0;
}
.dream_settings h3 {
	margin:auto 10px;
}
.dream_settings h3.active{
	border-bottom:solid 1px #a292f2;
}
.dream_settings h3 .arrow {
	color:#a292f2;
}
.dream_settings .accordion-section-title {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}

/* 小説一覧 */
.novel_list ul li {
	border-bottom:solid 1px #a292f2;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #a292f2;
}
.novel .pager {
	border:solid 1px #a292f2;
	border-left:none;
	border-right:none;
}

/* なりチャ */
.narikiri_list ul li {
	border: solid 1px #fff;
	border-radius: 0px;
}
.narikiri_list ul li small {
	color:#fff;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #fff;
}
.narikiri_list ul li dt h4 {
	color:#c9af8e;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color:#c9af8e;
}
/* コメントリスト角丸 */
.entry_list ul {
	line-height:0;
	font-size:0;
}
.entry_list > ul li {
	display:inline-block;
	vertical-align:top;
	float:left;
	position:relative;
	width:31.5%;
	margin:10px 16px 0 0;
	padding:0;
	text-align:left;
	line-height:normal;
	font-size:14px;
	border: solid 1px #fff;
	border-radius: 0px;
}
.entry_list > ul li:nth-child(3n+0){
	margin:10px 0 0 0;
}
.entry_list > ul li:nth-child(3n+1){
	clear:both;
}
.entry_list > ul li .date {
	color:#fff;
	margin:auto 10px;
	text-align:center;
	height:50px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #fff;
	border-radius: 0;
}
.entry_list > ul li .date span {
	display:inline-block;
	position:relative;
}
.entry_list > ul li .date .year {
	display:none;
}
.entry_list > ul li .date .time {
	display:block;
	clear:both;
	font-size:14px;
	font-weight:normal;
	margin: 0;
}
.entry_list > ul li h4 {
	color:#c9af8e;
	padding:10px;
	margin:0;
	min-height:4em;
}
.entry_list > ul li h4 a {
	color:#c9af8e;
}
.entry_list > ul li small {
	color:#fff;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#a292f2;
}
.update_list.diary_list ul small{
	color: #fff;
}
/* シェアボタン */
ul.share_buttons li .sns_btn {
	border-color: #a292f2;
}
/* ギャラリーの表示切り替えボタン */
ul.gal_view_btn li a{
	opacity: 0.5;
}
/* ギャラリーのお気に入りボタン押下時 */
.favorite_buttons .btn2.btn_off{
	opacity: 0.5;
}
