@charset "utf-8";

body {
	color:#393939;
	background: #ffffff;
}
a { color: #16ae90; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #000000;
}
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:#de0000;
	margin:0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 5px;
	color:#de0000;
	text-align:center;
	font-weight:normal;
}
h3 {
	font-size:135%;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	color: #000000;
	border-bottom:solid 2px #de0000;
}
h4 {
	color: #000000;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#000000;
	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:#393939;
}
/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color:#393939;
	line-height:18px;
	background:#ffffff;
	border:1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.label_red {
	color:#ffffff;
	background: #de0000;
}
.label_yellow {
	color:#cbaf2c;
}
.label_gray {
	color:#393939;
	background:#e6e5e1;
}
.label_public {
}
.label_category {
	color:#393939;
	background:#ffffff;
	border:1px solid #000000;
}
.required {
	font-size:80%;
	color:#cbaf2c;
}
.new {
	color: #de0000;
	background:#ffffff;
	border:1px solid #000000;
}
.alert { color:#cbaf2c; }

/* ボタン */
button.btn,
.btn {
	color: #ffffff;
	background: #de0000;
	-moz-box-shadow: 0 4px 0 #c1c1c1;
	-webkit-box-shadow: 0 4px 0 #c1c1c1;
	box-shadow: 0 4px 0 #c1c1c1;
}
button.btn2,
.btn2 {
	color: #ffffff;
	background: #de0000;
	-moz-box-shadow: 0 4px 0 #c1c1c1;
	-webkit-box-shadow: 0 4px 0 #c1c1c1;
	box-shadow: 0 4px 0 #c1c1c1;
}

span.btn_text {
	display:none;
}
.btn2.btn_like {
	color: #ffffff;
	background: #de0000;
	-moz-box-shadow: 0 4px 0 #c1c1c1;
	-webkit-box-shadow: 0 4px 0 #c1c1c1;
	box-shadow: 0 4px 0 #c1c1c1;
	padding:0 5px;
	min-width: 40px;
	border-radius: 5px;

}
.btn2.btn_like i {
	color: #fff;
}
.btn2.btn_bookmark {
	color: #ffffff;
	background: #de0000;
	-moz-box-shadow: 0 4px 0 #c1c1c1;
	-webkit-box-shadow: 0 4px 0 #c1c1c1;
	box-shadow: 0 4px 0 #c1c1c1;
	padding:0 8px;
	min-width: 40px;
	border-radius: 5px;
}
.btn2.btn_bookmark i {
	color: #fff;
}

/* フォーム系 */
select,
input[type="text"], input[type="password"],
textarea {
	color:#393939;
	background:#ffffff;
	border:1px solid #000000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #393939;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #393939;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #393939;
}
:-moz-placeholder { /* Firefox 18- */
	color: #393939;
}

/* ダイレクトメッセージ */
.form_container {
	background:#ffffff;
	border-radius:10px;
	border:2px solid #000000;
}
.form_container h5{
	color:#000000;
}

/* ポップアップ */
.popup {
	background:#ffffff;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color:#000000;
	border-bottom:1px solid #000000;
}
.popup .popup_close {
	color:#000000;
}

/* キリ番カウンター */
.top_kiriban {
	display:block;
	text-align:center;
	width:300px;
	color:#2e8876;
	font-size:90%;
	position: relative;
	z-index: 2;
}

/* ヘッダー画像 */
.header_image img {
	bottom: auto;
}

.wrapper {
	background-image:url("../../../img/theme/c/27_02.jpg");
	background-repeat: no-repeat;
	background-position: bottom 50px center;
	background-size: 100%;
}

/* メイン */
.main .top_icons a {
	padding:8px;
	text-align:center;
	color: #ffffff;
	background: #de0000;
	-moz-box-shadow: 0 4px 0 #c1c1c1;
	-webkit-box-shadow: 0 4px 0 #c1c1c1;
	box-shadow: 0 4px 0 #c1c1c1;
	border-radius:5px;
}
.main .top_text {
	text-align:center;
	margin:0 0 30px;
}

/* 戻るリンク */
.main_links ul li {
	border-color: #000000;
}


/* スキ返信 */
.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 #000000;
	border-bottom:solid 1px #000000;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #000000;
}
.update_list ul li h4 {
	color:#000000;
}
.update_list ul li h4 small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#000000;
}

/* アコーディオン */
.accordion-section-title {
	color:#000000;
	border-bottom:solid 1px #000000;
}
.accordion-section-title::after {
	color:#000000;
}

/* 夢小説設定 */
.dream_settings {
	border:2px solid #000000;
}
.dream_settings h3 {
	color:#000000;
	border-radius: 8px;
	margin:auto;
}
.dream_settings h3.active{
	border-bottom:solid 2px #000000;
}
.dream_settings h3 .arrow {
	color:#000000;
}

.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: #000000;
}

.toggle.active{
	border-radius: 8px 8px 0 0;
}

/* 小説一覧 */
.novel_list ul li {
	border-bottom:solid 1px #000000;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #000000;
}
.novel .pager {
	border:solid 1px #000000;
	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:#ffffff;
	border:2px solid #000000;
}
.narikiri_list ul li small {
	color:#393939;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #000000;
}
.narikiri_list ul li dt h4 {
	color:#de0000;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color:#16ae90;
}

/* コメントリスト角丸 */
.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.1%;
	margin:10px 16px 0 0;
	padding:0;
	text-align:left;
	line-height:normal;
	font-size:14px;
	background:#ffffff;
	border:2px solid #000000;
	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;
	background:#000000;
	width:100%;
	text-align:center;
	height:50px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border-radius:9px 9px 0 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:#16ae90;
	padding:10px;
	margin:0;
	min-height:4em;
}
.entry_list > ul li h4 a {
	color:#16ae90;
}
.entry_list > ul li small {
	color:#393939;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#000000;
}
/* ギャラリーの表示切り替えボタン */
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;
}
