/*
Theme Name: 2ch Lavender
Theme URI: https://2chnewsblog.blog.jp/
Description: livedoor blog「２ちゃんねるニュース超速まとめ＋」からWordPressに移植したテーマ（blogmedia/2ch_lavender_3c）
Author: sano.shop
Version: 1.0
*/

/* ===============================================
   01. Text - フォント・リンク
=============================================== */

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,
legend,hr,span,a,img,strong,em,ins,del,cite,abbr,
acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image:url(https://blog.anvil.tokyo/wp-content/themes/2ch-lavender-theme/images/d89a600c.gif);
}

img {
	border: 0;
}

a:hover {
	cursor: pointer;
	background-color: #FFE4E1;
	color: #DC143C;
}

a:hover img {
	border: 5px solid #a58;
	margin: -5px;
	opacity: 0.6;
}

/* ===============================================
   02. Layout - レイアウト（全体の枠組み）
=============================================== */

#container {
	width: 1244px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#content {
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

#content::after {
	content: "";
	display: block;
	clear: both;
}

/* 3カラムレイアウト */
#main {
	float: left;
	display: inline;
	width: 100%;
}

#main .column-inner {
	margin: 0 312px 0 215px;
	padding-top: 2px;
}

#sidebar-left {
	float: left;
	display: inline;
	width: 206px;
	margin-left: -100%;
}

#sidebar-right {
	float: left;
	display: inline;
	width: 306px;
	margin-left: -306px;
	font-size: 85%;
}

.sidebar-inner {
	padding: 7px 6px;
}

/* ===============================================
   03. ヘッダー
=============================================== */

#site-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/lavender/blogtitle.gif) repeat-x top;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

#site-header > a {
	display: inline-block;
	line-height: 0;
}

#site-header > a img {
	display: block;
	max-width: 100%;
	height: auto;
}

#site-title {
	font-size: 60%;
	color: #eee;
	text-decoration: underline;
	position: absolute;
	top: 3px;
	right: 260px;
}

#site-title a {
	color: #fff;
}

#site-title a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #fff;
}

/* livedoor風ヘッダーバー */
#header-bar {
	border-bottom: solid 1px #cb9bcb;
	font-size: 12px;
	background: #bc82bd;
	color: #eee;
	padding: 0px 0px;
}

#header-bar a {
	color: #eee;
	text-decoration: none;
}

#header-nav {
	text-align: right;
}

#header-nav a {
	color: #eee;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
}

#header-nav a:hover {
	background-color: #a569a5;
	color: #fff;
}

/* ===============================================
   04. アーカイブタイトル
=============================================== */

.archives-title-outer {
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1em;
}

.archives-title {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	font-size: 1em;
	color: #333;
}

/* ===============================================
   05. ページャ
=============================================== */

.pager {
	margin-bottom: 10px;
	text-align: left;
}

.pager-inner {
	padding-bottom: 15px;
}

/* ページナビゲーション */
.pagination {
	padding-top: 15px;
	text-align: center;
	height: 36px;
}

.pagination a,
.pagination span.current {
	display: inline-block;
	font-weight: bold;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 5px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}

.pagination span.current {
	background-color: #D8D8D8;
	color: #000;
}

.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* ===============================================
   06. 記事エリア（Main）
=============================================== */

.post {
	margin-bottom: 35px;
	text-align: left;
}

/* 記事ヘッダー */
.article-header {
	padding: 8px 0;
	border-top: solid 4px #b77bb7;
}

/* 日付 */
.article-date {
	float: left;
	font-size: 108%;
	font-weight: bold;
	color: #999;
}

/* カテゴリ */
.article-category {
	float: left;
	padding-left: 20px;
	line-height: 1.25;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif) no-repeat 0 0;
}

.article-category a {
	color: #06c;
	font-size: 1em;
}

/* 記事タイトル */
.article-title-outer {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/title_line.gif) repeat-x left bottom;
	clear: both;
}

.article-title,
.post h2.entry-title {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 0;
}

.post h2.entry-title a,
.post h2.entry-title a:link,
.post h2.entry-title a:active,
.post h2.entry-title a:visited {
	color: #242424;
	text-decoration: none;
}

.post h2.entry-title a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #242424;
}

/* 記事メタ（コメント数等） */
.article-meta {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-meta li {
	display: inline-block;
	min-height: 16px;
	font-size: 82%;
	color: #777;
}

.article-meta li.comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;
}

/* 記事本文 */
.entry-content {
	clear: both;
	background-color: transparent;
	padding: 5px;
	line-height: 170%;
	font-size: 90%;
}

.entry-content a:link,
.entry-content a:active {
	color: #06c;
}

.entry-content a:visited {
	color: #9a66cb;
}

.entry-content a:hover {
	color: #DC143C;
}

/* 続きを読む */
.entry-content .more-link {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}

.entry-content h1 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	margin: 10px 0;
	font-size: 180%;
}

.entry-content h2 {
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 100%;
}

.entry-content h3 {
	margin: 10px 0;
	font-size: 130%;
}

.entry-content h4 {
	font-size: 120%;
	margin: 10px 0;
}

.entry-content blockquote {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #cc9;
}

.entry-content pre {
	background-color: #f2f1c1;
	margin: 5px 0;
	padding: 5px 15px;
}

.entry-content ol {
	margin: 10px 20px;
}

.entry-content ul {
	margin: 10px 15px;
}

/* 記事フッター */
.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #fff;
}

.article-post-info {
	padding: 5px 6px 3px;
	background: #f0f0f0;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}

.article-post-info a {
	color: #777;
}

/* ===============================================
   07. コメントエリア
=============================================== */

#comments {
	background-color: #ffffff;
	padding: 10px 20px;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment {
	padding: 0 0 10px 20px;
	font-size: 1em;
	border-top: 1px solid #f3f3f3;
}

.comment-author {
	display: inline;
	font-weight: bold;
}

.comment-meta {
	display: inline;
	margin-left: 10px;
	color: #8d8d8d;
}

.comment-body {
	margin-top: 5px;
	margin-left: 10px;
}

/* コメントフォーム */
#comment-form {
	padding: 15px 0 15px 50px;
}

#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form input[type="url"] {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	border-radius: 3px;
	height: 32px;
	box-sizing: border-box;
}

#comment-form textarea {
	width: 90%;
	height: 250px;
	border: 1px solid #aaa;
	padding: 6px;
	border-radius: 3px;
	box-sizing: border-box;
}

#comment-form input[type="submit"] {
	margin-top: 10px;
	width: 80px;
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	border-radius: 3px;
	background: linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	cursor: pointer;
}

/* ===============================================
   08. サイドバー
=============================================== */

.widget {
	margin: 0 0 30px 10px;
	text-align: left;
}

.widget-title {
	margin-bottom: 10px;
	padding: 5px 0 7px 15px;
	text-align: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/lavender/3c_ttl_top.gif) no-repeat left top,
	            url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/lavender/3c_ttl_btm.gif) no-repeat left bottom;
	font-weight: bold;
	color: #fff;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	padding: 0;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/lavender/arrow.gif) no-repeat 0 4px;
	font-size: 95%;
	text-align: left;
}

.widget ul li a {
	color: #06c;
}

.widget ul li a:visited {
	color: #9a66cb;
}

/* カレンダー */
.calendar_wrap table {
	width: 180px;
	margin: 0 auto;
	border: 0;
}

/* ===============================================
   09. フッター
=============================================== */

#site-footer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #d8d8d8;
	text-align: center;
}

/* ===============================================
   10. レスポンシブ対応（追加）
=============================================== */

@media screen and (max-width: 1280px) {
	#container {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	#main .column-inner {
		margin: 0 10px;
	}
	#sidebar-left,
	#sidebar-right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
