@charset "utf-8";

body {
	color:#434343;
	background:#c1cfd8;
}
a { color: #5f80aa; }
a:hover { text-decoration:underline; }
hr {
	border-bottom:1px solid #434343;
}
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:#ff6bb1;
	margin:0;
}
#header h1.site_title {
	text-align:center;
	margin:20px 0;
}
h2 {
	font-size:130%;
	padding:0;
	margin:0 0 10px;
	text-align:center;
	font-weight:normal;
	color:#ff6bb1;
}
h3 {
	font-size:135%;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	color:#ff6bb1;
	border-bottom:solid 1px #ff6bb1;
}
h4 {
	color:#434343;
	font-size:120%;
	margin:0 0 5px;
	padding:0;
	line-height:130%;
}
h4 small {
	font-size:80%;
}
h5 {
	color:#434343;
	font-weight:normal;
	font-size:100%;
}
small{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color:#434343;
}

/* ラベル */
.label {
	display:inline-block;
	min-width:3.5em;
	padding:0 5px;
	font-size: 85%;
	text-align:center;
	line-height:18px;
	color:#434343;
	border:1px solid #434343;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.label_red {
	color:#ffffff;
	background: #5f80aa;
	border:none;
}
.label_yellow {
	color:#5f80aa;
}
.label_gray {
	background:#bbbbbb;
	border:none;
}
.label_public {
}
.label_category {
	color:#434343;
	border:1px solid #434343;
	background: #ffffff;
}
.required {
	font-size:80%;
	color:#ff6bb1;
}
.new {
	color: #ffffff;
	background: #ff6bb1;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.alert { color:#ff6bb1; }

/* ボタン */
button.btn,
.btn {
	color:#ffffff;
	background: #5f80aa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

button.btn2,
.btn2 {
	color:#ffffff;
	background: #5f80aa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
span.btn_text {
	display:none;
}
.btn2.btn_like {
	padding:0 5px;
	min-width: 40px;
	color:#ffffff;
	background: #5f80aa;
}

.btn2.btn_bookmark {
	padding:0 8px;
	min-width: 40px;
	color:#ffffff;
	background: #5f80aa;
}

/* フォーム系 */
select,
input[type="text"], input[type="password"],
textarea {
	color:#434343;
	background: #ffffff;
	border:1px solid #434343;
}
:placeholder-shown {
    color: #434343; }
::-webkit-input-placeholder {
    color: #434343; }
:-moz-placeholder {
    color: #434343; opacity: 1; }
::-moz-placeholder {
    color: #434343; opacity: 1; }
:-ms-input-placeholder {
    color: #434343; }

/* ダイレクトメッセージ */
.form_container {
	color: #434343;
	border-radius:8px;
	border:1px solid #434343;
}

/* ポップアップ */
.popup {
	background:#ffffff;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
}
.popup h2 {
	color:#434343;
	border-bottom:1px solid #434343;
}
.popup .popup_close {
	color:#5f80aa;
}

/* キリ番カウンター */
.top_kiriban {
	color:#ff6bb1;
	display:block;
	margin:15px 0;
	text-align:center;
	font-size:90%;
}
.wrapper {
	background-image:url("../../../img/theme/d/41bg.png");
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
}
/* メイン */
.main{
	height:100%;
	background:rgba(255, 255, 255, 0.9);
	padding:20px 10px 20px;
	margin:20px auto 0;
	border-radius: 10px;
}
.main .top_icons a {
	color:#5f80aa;
	text-align:center;
}
.main .top_text {
	text-align:center;
	margin:0 0 0px;
}

/* 戻るリンク */
.main_links ul li {
	border-color: #434343;
}


/* スキ返信 */
.entry_list > ul li {
	padding: 10px;
	border-bottom:solid 1px #434343;
}
.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 #434343;
	border-bottom:solid 1px #434343;
}
.comment_content small {
	color: #434343;
}
/* 更新履歴 */
.update_list > ul > li {
	border-bottom:solid 1px #434343;
}
.update_list ul li h4 {
	color:#434343;
}
.update_list ul li h4 small {
	color:#434343;
}
/* アコーディオン */
.accordion-section-title {
	color:#434343;
	border-bottom:solid 1px #434343;
}
.accordion-section-title .arrow {
	color:#434343;
}

/* 夢小説設定 */
.dream_settings {
	border: solid 1px #434343;
}
.dream_settings h3 {
	color: #ff6bb1;
	margin:auto 10px;
}
.dream_settings .arrow {
	color: #ff6bb1;
}
.dream_settings .accordion-section-title {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
.dream_settings .toggle.active{
	border-bottom: solid 1px #ff6bb1;
}
/* 小説一覧 */
.novel_list ul li {
	border-bottom:solid 1px #434343;
}

/* 小説 */
.entry_text {
	border-top:solid 1px #434343;
}
.novel .pager {
	border:solid 1px #434343;
	border-left:none;
	border-right:none;
	padding:10px;
}

/* なりチャ */
.narikiri_list ul li {
	border:solid 1px #434343;
}
.narikiri_list ul li small {
	color:#434343;
}
.narikiri_list ul li dt {
	border-bottom:solid 1px #434343;
}
.narikiri_list ul li dt h4 {
	color:#5f80aa;
}

/* 開閉するメッセージ */
.toggle_more .show,
.toggle_more .hide {
	color: #5f80aa;
}

/* コメントリスト角丸 */
.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.2%;
	margin:10px 16px 0 0;
	padding:0;
	text-align:left;
	line-height:normal;
	font-size:14px;
	border-radius:10px;
	border:1px solid #434343;
}
.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:#434343;
	text-align:center;
	height:50px;
	margin:auto 10px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom: 1px solid #434343;
}
.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:#5f80aa;
	padding:10px;
	margin:0;
	min-height:4em;
}

.entry_list ul li a {
	color:#5f80aa;
}

.entry_list ul li small {
	color:#434343;
	display:block;
	text-align:right;
	padding: 10px;
}
/* ボーダー色：日記機能 */
.main#diary_page ul, .main#diary_page ul li {
	border-color:#434343;
}
/* 日記のコメント数の括弧（文字色と同色） */
.update_list.diary_list ul small{
	color: #434343;
}
/* ギャラリーの表示切り替えボタン */
ul.gal_view_btn li a{
	opacity: 0.5;
}
/* ギャラリーのお気に入りボタン押下時 */
.favorite_buttons .btn2.btn_off{
	opacity: 0.5;
}

.main.cushion{
	margin:20px auto;
}
