@charset "utf-8";

body {
	color:#ffffff;
	background: #6861a7;
}
a { color: #a6caff; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #ffffff;
}
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:#ffa4ef;
	margin:0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 5px;
	color:#ffa4ef;
	text-align:center;
	font-weight:normal;
}
h3 {
	font-size:135%;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	color: #ffa4ef;
	border-bottom:solid 1px #ffa4ef;
}
h4 {
	color: #ffffff;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#ffffff;
	font-weight:normal;
	font-size:100%;
}
h6 {
}
small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#ffffff;
}
/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color:#ffffff;
	line-height:18px;
	border:1px solid #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.label_red {
	color:#a6caff;
	border:1px solid #a6caff;
}
.label_yellow {
	color:#ffa4ef;
}
.label_gray {
	color:#080071;
	background: #b1a0b9;
	border: none;
}
.label_public {
}
.label_category {
	color:#ffffff;
	border:1px solid #ffffff;
}
.required {
	font-size:80%;
	color:#a6caff;
}
.new {
	color: #080071;
	background: #ffa4ef;
}
.alert { color:#a6caff; }

/* ボタン */
button.btn,
.btn {
	color: #ffffff;
	background: rgba(8,0,113,0.4);
	border:1px solid #ffffff;
}
button.btn2,
.btn2 {
	color: #ffffff;
	background: rgba(8,0,113,0.4);
	border:1px solid #ffffff;
}

span.btn_text {
	display:none;
}
.btn2.btn_like {
	padding:0 5px;
	min-width: 40px;
	border-radius: 5px;

}
.btn2.btn_bookmark {
	padding:0 8px;
	min-width: 40px;
	border-radius: 5px;
}

/* フォーム系 */
select,
input[type="text"], input[type="password"],
textarea {
	color: #ffffff;
	background: rgba(8,0,113,0.3);
	border:1px solid #ffffff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}

/* ダイレクトメッセージ */
.form_container {
	border-radius:10px;
	background: rgba(8,0,113,0.3);
}

/* ポップアップ */
.popup {
	background:#6861a7;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color:#ffa4ef;
	border-bottom:1px solid #ffffff;
}
.popup .popup_close {
	color:#ffffff;
}

/* キリ番カウンター */
.top_kiriban {
	display:block;
	text-align:center;
	width:300px;
	color:#ffa4ef;
	font-size:90%;
	position: relative;
	z-index: 2;
}

/* ヘッダー画像 */
.header_image {
	padding-top: 11%;
	margin:30px auto;
}
@media only screen and (min-width: 1400px) {
.header_image {
    padding-top: 8%;
}
}
.header_image img {
	bottom: auto;
	left: 0;
	right: 0;
	height: 100%;
	width: auto;
}

.wrapper {
	background-image:url("../../../img/theme/c/43_44bg02.png"),url("../../../img/theme/c/44bg.jpg");
	background-repeat: repeat,no-repeat;
	background-position: top center,top center;
	background-size: auto,cover;
	background-attachment: fixed;
}

/* メイン */

.main .top_icons a {
	padding:8px;
	text-align:center;
	color: #ffffff;
	background: rgba(8,0,113,0.4);
	border-radius:5px;
	border:1px solid #ffffff;
}
.main .top_text {
	text-align:center;
	margin:0 0 30px;
}

/* 戻るリンク */
.main_links ul {
	border-color: #ffffff;
}

/* スキ返信 */
.entry_list > ul li {
	padding: 10px;
}
.entry_list > ul li .date {
	color:#ffffff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.comment_content {
	margin-top:10px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #ffffff;
}
.update_list ul li h4 {
	color:#ffffff;
}
.update_list ul li h4 small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#ffffff;
}

/* アコーディオン */
.accordion-section-title {
	color:#ffffff;
	border-bottom:solid 1px #ffffff;
}
.accordion-section-title::after {
	color:#ffffff;
}

/* 夢小説設定 */
.dream_settings {
	background: rgba(8,0,113,0.3);
}
.dream_settings h3 {
	color:#ffa4ef;
	margin:auto 10px;
}
.dream_settings h3.active{
	border-bottom:solid 1px #ffa4ef;
}
.dream_settings h3 .arrow {
	color:#ffa4ef;
}

.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 #ffffff;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #ffffff;
}
.novel .pager {
	border:solid 1px #ffffff;
	border-left:none;
	border-right:none;
}

/* ページング */
.pager ul li {
	margin:5px 3px;
}
.pager ul li a:hover { text-decoration:none; }

.pager ul li:first-child {
	border-radius:5px 0 0 5px;
}
.pager ul li:last-child {
	border-radius:0 5px 5px 0;
}


/* なりチャ */
.narikiri_list ul li {
	background: rgba(8,0,113,0.3);
}
.narikiri_list ul li small {
	color:#ffffff;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #ffffff;
}
.narikiri_list ul li dt h4 {
	color:#a6caff;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color:#a6caff;
}

/* コメントリスト角丸 */
.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;
	background: rgba(8,0,113,0.3);
	border-radius:10px;
}
.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:#ffffff;
	text-align:center;
	height:50px;
	padding:10px 0;
	font-size:20px;
	margin:auto 10px;
	font-weight:bold;
	border-bottom:solid 1px #ffffff;
}
.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:#a6caff;
	padding:10px;
	margin:0;
	min-height:4em;
}
.entry_list > ul li h4 a {
	color:#a6caff;
}
.entry_list > ul li small {
	color:#ffffff;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#ffffff
}
.update_list.diary_list ul small{
	color:#ffffff;
}
/* ギャラリーの表示切り替えボタン */
ul.gal_view_btn li a{
	opacity: 0.5;
}
/* ギャラリーのお気に入りボタン押下時 */
.favorite_buttons .btn2.btn_off{
	opacity: 0.5;
}

.main.cushion{
	padding-top: 40px;
	margin-top:50px;
}

.message_confirm{
	padding-bottom:50px;
}
