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