@charset "utf-8";
body {
	color:#62666f;
	background:#fff;
}
a { color: #ff99f4; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #81899d;
}
h1, h2, h3, h4 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	line-height:normal;
}
h1 {
	color:#81899d;
	margin:0;
}
#header h1.site_title {
	text-align:left;
	margin:5% 5% 0;
	max-width:650px;
}
h2 {
	color:#81899d;
	padding:0;
	margin:0 0 5px;
	text-align:left;
	font-weight:normal;
	max-width:650px;
}

h3 {
	font-size:135%;
	padding:5px 0;
	margin:0;
	color: #63689c;
	border-bottom:solid 1px #63689c;
}
h4 {
	color: #62666f;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#62666f;
	font-size:100%;
	font-weight: normal;
}
h6 {
}
small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#b6bfcb;
}
/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color: #b6bfcb;
	line-height:18px;
	border:1px solid #81899d;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	font-weight: normal;
}
.label_red {
	color:#fff;
	background: #accef4;
	border:none;
}
.label_yellow {
	color:#a1bcff;
}
.label_gray {
	color: #fff;
	background:#b6bfcb;
	border:none;
}
.label_public {
}
.label_category {
	color: #62666f;
	background:#fff;
	border:1px solid #81899d;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.required {
	font-size:80%;
	color:#a1bcff;
}
.new {
	color: #a1bcff;
	background:none;
	border:1px solid #a1bcff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.alert { color:#a1bcff; }

/* ボタン */
button.btn,
.btn {
	color:#fff;
	background: #81899d;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}

button.btn2,
.btn2 {
	color:#fff;
	background: #81899d;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
span.btn_text {
	display:none;
}


.btn2.btn_like {
	padding:0 5px;
	min-width: 40px;
	color:#fff;
	background: #ffd5ff;
}

.btn2.btn_bookmark {
	padding:0 8px;
	min-width: 40px;
	color:#fff;
	background: #ffd5ff;
}


/* フォーム系 */
select,
input[type="text"], input[type="password"],
textarea {
	background:#fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color: #62666f;
	border:1px solid #81899d;
}

:placeholder-shown {
    color: #62666f; }
::-webkit-input-placeholder {
    color: #62666f; }
:-moz-placeholder {
    color: #62666f; opacity: 1; }
::-moz-placeholder {
    color: #62666f; opacity: 1; }
:-ms-input-placeholder {
    color: #62666f; }

/* ダイレクトメッセージ */
.form_container {
	border:1px solid #81899d;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.form_container h5 {
}

/* ポップアップ */
.popup {
	background:#fff;
	border-radius: 0;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color: #81899d;
	border-bottom:1px solid #81899d;
	text-align: center;
	max-width: none;
}
.popup .popup_close {
	color:#ffd5ff;
}
/* キリ番カウンター */
.top_kiriban {
	display:block;
	margin:10px 0;
	text-align:left;
	font-size:90%;
	color: #b4bed5;
}
.wrapper{
	background-image:url("../../../img/theme/d/38bg_01.png"),url("../../../img/theme/d/38bg_02.png");
	background-repeat: no-repeat,no-repeat;
	background-position:bottom 30px right -35px,top -20px right;
	background-size: auto,auto;
}

/* メイン */
.main {
	height:100%;
	margin:3% 30% 0 5%;
}
.main .top_icons{
	text-align: left;
}
.main .top_icons a {
	color:#fff;
	background: #ffd5ff;
	padding:8px;
	text-align:center;
	border-radius:0px;
}
.main .top_text {
	text-align:left;
	margin:0 0 30px;
}

/* 戻るリンク */
.main_links ul li {
	border-color: #ff99f4;
}


/* スキ返信 */
.entry_list ul li {
	padding: 10px;
	border-bottom:solid 1px #81899d;
}
.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 #81899d;
	border-bottom:solid 1px #81899d;
}

.comment_content small {
	color: #b6bfcb;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #81899d;
}
.update_list ul li h4 {
	color:#62666f;
}
.update_list ul li h4 small {
	color:#62666f;
}

/* アコーディオン */
.accordion-section-title {
	color:#62666f;
	border-bottom:solid 1px #81899d;
}
.accordion-section-title::after {
	color:#62666f;
}

/* 夢小説設定 */
.dream_settings {
	border-radius: 0px;
	color: #62666f;
	border:1px solid #81899d;
}
.dream_settings h3 {
	color: #63689c;
	margin:auto 10px;
	border-radius: 0px;
}
.dream_settings h5 {
	color: #62666f;
}
.dream_settings .accordion-section-title {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.dream_settings .toggle.active{
	border-bottom:solid 1px #81899d;
}

/* 小説一覧 */
.novel_top .buttons {
	right: 5px;
}
.novel_list ul li {
	border-bottom:solid 1px #81899d;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #81899d;
}
.novel .pager {
	border:solid 1px #81899d;
	border-left:none;
	border-right:none;
	padding:10px;
}

/* なりチャ */
.narikiri_list ul li {
	border:solid 1px #81899d;
	border-radius: 0px;
	width: 46.5%;
}
.narikiri_list ul li small {
	color:#b6bfcb;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #81899d;
}
.narikiri_list ul li dt h4 {
	color:#ff99f4;
	padding:5px;
}

.narikiri_list ul li a:hover { text-decoration:none; }

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color: #ff99f4;
}

/* ページング */
.pager ul li {
	margin:5px 3px;
}
.pager ul li a {
	color:#ff99f4;
}
.pager ul li a:hover { text-decoration:none; }



/* コメントリスト角丸 */
.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.2%;
	margin:10px 16px 0 0;
	padding:0;
	text-align:left;
	line-height:normal;
	font-size:14px;
	border-radius:0px;
	border:1px solid #81899d;
}
.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:#62666f;
	margin: auto 10px;
	text-align:center;
	height:50px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom: 1px solid #81899d;
}
.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:#ff99f4;
	padding:10px;
	margin:0;
	min-height:4em;
}

.entry_list ul li a {
	color:#ff99f4;
}

.entry_list ul li small {
	color:#b6bfcb;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#81899d;
}
.update_list.diary_list ul small{
	color: #62666f;
}
/* ギャラリーの表示切り替えボタン */
ul.gal_view_btn li a{
	opacity: 0.5;
}
/* ギャラリーのお気に入りボタン押下時 */
.favorite_buttons .btn2.btn_off{
	opacity: 0.5;
}

.profile{
	text-align: left;
}
.profile h3{
	text-align: left;
}
.main.cushion h2{
	text-align: center;
	margin:0 auto 50px;
}
