@charset "utf-8";
body {
	color:#636363;
	background:#fcffd9;
}
a { color: #f45f65; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #51acd5;
}
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:#51acd5;
	margin:0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 5px;
	color:#51acd5;
	text-align:center;
	font-weight:normal;
}
h3 {
	font-size:135%;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	color: #51acd5;
	border-bottom:solid 1px #51acd5;
}
h4 {
	color: #636363;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color: #636363;
	font-weight:normal;
	font-size:100%;
}
small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color: #636363;
}
/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color: #636363;
	line-height:18px;
	border: solid 1px #51acd5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.label_red {
	color: #ffffff;
	background: #f45f65;
	border: none;
}
.label_yellow {
	color:#51acd5;
	border: solid 1px #51acd5;
}
.label_gray {
	color: #ffffff;
	background:#636363;
	border: none;
}
.label_public {
}
.label_category {
	color: #636363;
	border: solid 1px #51acd5;
}
.required {
	font-size:80%;
	color:#f45f65;
}
.new {
	color: #51acd5;
	border: solid 1px #51acd5;
}
.alert { color:#f45f65; }

/* ボタン */
button.btn,
.btn {
	color: #ffffff;
	background:#51acd5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
button.btn2,
.btn2 {
	color: #ffffff;
	background:#51acd5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.btn2.btn_like {
	color: #ffffff;
	background:#51acd5;
}
.btn2.btn_bookmark {
	color: #ffffff;
	background:#51acd5;
}

/* フォーム系 */
select, input[type="text"], input[type="password"], textarea {
	color:#636363;
	background:#ffffff;
	border: solid 1px #51acd5;
}
:placeholder-shown {
	color:#636363;
 }
::-webkit-input-placeholder {
	color:#636363;
	}
:-moz-placeholder {
	color:#636363;
	opacity: 1;
	}
::-moz-placeholder {
	color:#636363;
	opacity: 1;
	}
:-ms-input-placeholder {
	color:#636363;
	}
/* ダイレクトメッセージ */
.form_container {
	border: solid 1px #51acd5;
	border-radius:0px;
}

/* ポップアップ */
.popup {
	background:#ffffff;
	border-radius:0px;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color:#51acd5;
	border-bottom:1px solid #51acd5;
}
.popup .popup_close {
	color:#51acd5;
}

/* キリ番カウンター */
.top_kiriban {
	display:block;
	margin:15px auto;
	text-align:center;
	color:#f45f65;
	font-size:90%;
	background:#ffffff;
	width:200px;
}

/* ヘッダー画像 */
.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: -moz-linear-gradient(left,#fcffd9 0%,#fcffd9 50%,#f9ffa5 50%,#f9ffa5 100%);
	background: -webkit-linear-gradient(left,#fcffd9 0%,#fcffd9 50%,#f9ffa5 50%,#f9ffa5 100%);
	background:linear-gradient(to right,#fcffd9 0%,#fcffd9 50%,#f9ffa5 50%,#f9ffa5 100%);
}
.premium .wrapper {
background-position: center bottom, center top;
}

/* メイン */
.main{
	background:rgba(255,255,255,0.9);
	margin:20px auto 150px auto;
	padding:20px;
}
.premium .main{
	margin:20px auto 300px auto;
}
.main .top_icons a {
	color: #51acd5;
}
.main .top_text {
	text-align:center;
	margin:0 0 30px;
}
.main.cushion{
	margin:30px auto 10px;
	padding-top:40px;
}
/* スキ返信 */
.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 #51acd5;
	border-bottom:solid 1px #51acd5;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #51acd5;
}
.update_list ul li h4 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#636363;
}
.update_list ul li h4 small {
	color:#636363;
}

/* アコーディオン */
.accordion-section-title {
	color:#636363;
	border-bottom:solid 1px #51acd5;
}
.accordion-section-title::after {
	color:#636363;
}

/* 夢小説設定 */
.dream_settings {
	border: solid 1px #51acd5;
	border-radius:0px;
}
.dream_settings h3 {
	margin:auto 10px;
}
.dream_settings h3.active{
	border-bottom:solid 1px #51acd5;
}
.dream_settings h3 .arrow {
	color:#51acd5;
}
.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 #51acd5;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #51acd5;
}
.novel .pager {
	border:solid 1px #51acd5;
	border-left:none;
	border-right:none;
}

/* なりチャ */
.narikiri_list ul li {
	border: solid 1px #51acd5;
	border-radius:0px;
}
.narikiri_list ul li small {
	color:#636363;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #51acd5;
}
.narikiri_list ul li dt h4 {
	color:#f45f65;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color:#f45f65;
}
/* コメントリスト角丸 */
.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 #51acd5;
	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:#636363;
	margin:auto 10px;
	text-align:center;
	height:50px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #51acd5;
}
.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:#f45f65;
	padding:10px;
	margin:0;
	min-height:4em;
}
.entry_list > ul li h4 a {
	color:#f45f65;
}
.entry_list > ul li small {
	color:#636363;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#51acd5;
}
.update_list.diary_list ul small{
	color: #636363;
}
/* シェアボタン */
ul.share_buttons li .sns_btn {
	border-color: #51acd5;
}
/* ギャラリーの表示切り替えボタン */
ul.gal_view_btn li a{
	opacity: 0.3;
}
/* ギャラリーのお気に入りボタン押下時 */
.favorite_buttons .btn2.btn_off{
	opacity: 0.5;
}
