@charset "utf-8";
body {
	color:#000;
	background:#e5ffbb;
	background-image:url("../../../img/theme/a/08bg.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}
a { color:#01c321; }
hr {
	border-bottom:1px solid #007a14;
}
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:#000;
	margin:0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 10px;
	color:#16158a;
	text-align:center;
	font-weight:normal;
}
h3 {
	font-size:135%;
	font-weight:bold;
	margin:0;
	color:#007a14;
	padding:2px 7px;
	border-bottom:solid 1px #007a14;
}
h4 {
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
	color:#16158a;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#000;
	font-weight:normal;
	font-size:100%;
}
small {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#000;
}

/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	color: #000;
	line-height:18px;
	border:1px solid #16158a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.label_red {
	color:#bd0000;
	background:#ffffff;
}
.label_yellow {
	background:#fff3a1;
}
.label_gray {
	background:#e6e5e1;
}
.label_public {
	background:#ffffff;
}
.label_category {
	background:#fff;
	border:solid 1px #16158a;
}
.required {
	font-size:80%;
	color:#bd0000;
}
.new {
	color: #bd0000;
	background:#fff3a1;
}
.alert { color:#bd0000; }

/* ボタン */
button.btn,
.btn {
	color: #fff;
	background:#007a14;
	-moz-box-shadow: 0 2px 0 #00470c;
	-webkit-box-shadow: 0 2px 0 #00470c;
	box-shadow: 0 2px 0 #00470c;
}
.btn.btn_small {
	color:#ffffff;
	background: #007a14;
	-moz-box-shadow: 0 2px 0 #00470c;
	-webkit-box-shadow: 0 2px 0 #00470c;
	box-shadow: 0 2px 0 #00470c;
}
button.btn2,
.btn2 {
	background:#fff;
	border:1px solid #16158a;
	-moz-box-shadow: 0px 3px 0 #16158a;
	-webkit-box-shadow: 0px 3px 0 #16158a;
	box-shadow: 0px 3px 0 #16158a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.btn2.btn_like {
	color:#bd0000;
}
.btn2.btn_like i {
	color:#bd0000;
}
.btn2.btn_bookmark {
	color:#16158a;
}
.btn2.btn_bookmark i {
	color: #16158a;
}

/* フォーム系 */
select, input[type="text"], input[type="password"], textarea {
	color:#000;
	background:#e0f1c5;
}
.search form input[type="text"], .search form select, .main.cushion form input[type="text"] {
	background:#fff;
	border:solid 1px #16158a;
}

/* ダイレクトメッセージ */
.form_container {
	background:#fff;
	border: solid 1px #16158a;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ポップアップ */
.popup {
	background:#ffffff;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color:#007a14;
	-webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0 ;
	border-radius: 10px 10px 0 0 ;
	border-bottom:1px solid #007a14;
}
.popup .popup_close {
	color:#007a14;
}

/* キリ番カウンター */
.top_kiriban {
	max-width:444px;
	position: relative;
	margin: 0 auto 20px;
	padding: 10px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: normal;
	color: #007a14;
	word-break: break-all;
	word-wrap: break-word;
	text-align:center;
}

/* メイン */
.main {
	padding:20px 0 0 0;
}
.main .top_icons a {
	color:#007a14;
}
.main .top_icons a:hover i {
	color:rgba(0,122,20,0.6);
}
.main .top_text {
	text-align:center;
	margin:0 0 30px;
}

/* 戻るリンク */
.main_links ul li {
	border-color: #007a14;
}

/* スキ返信 */
.entry_list > ul li {
	padding: 10px;
	border-bottom:solid 1px #007a14;
}
.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 #007a14;
	border-bottom:solid 1px #007a14;
}

/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #007a14;
}
.update_list ul li h4 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#000;
}

/* アコーディオン */
.accordion-section-title {
	color:#000;
	border-bottom:solid 1px #16158a;
}
.accordion-section-title .arrow {
	color:#007a14;
}

/* 夢小説設定 */
.dream_settings {
	background:#fff;
	border: solid 1px #16158a;
}
.dream_settings h3 {
	margin:0 10px;
}
.dream_settings .arrow { color:#007a14; }
.dream_settings .toggle.active{
	border-bottom:solid 1px #007a14;
}
.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 #007a14;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #007a14;
}
.novel .pager {
	border:solid 1px #007a14;
	border-left:none;
	border-right:none;
}

/* なりチャ */
.narikiri_list ul li {
	background:#fff;
	border:solid 1px #16158a;
}
.narikiri_list ul li small {
	color:#000;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #007a14;
}
.narikiri_list ul li dt h4 {
	color:#007a14;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color:#01c321;
}

/* コメントリスト角丸 */
.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:#fff;
	border-radius:10px;
	border:1px solid #16158a;
}
.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;
	background:#007a14;
	width:100%;
	text-align:center;
	border-radius:9px 9px 0 0;
	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:#16158a;
	padding:10px;
	margin:0;
	min-height:4em;
}
.entry_list > ul li h4 a {
	color:#01c321;
}
.entry_list > ul li small {
	color:#000;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#007a14;
}
