@charset "utf-8";

/*
Theme Name: BlackRoom
Theme URI: http://weblan3.com/
Description: A theme by <a href="http://weblan3.com/">Weblancer</a>.
Version: 1.1
Author: Weblancer
Author URI: http://weblan3.com/
*/

/************************************/
/* CSS Reset */
/************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding: 0;
	margin: 0;
}
/* change colours to suit your needs */
ins {
	background-color: #eeeeee;
	color: #000000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	background-color: #eeeeee;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #999999;
	padding: 0;
	margin: 0 0 2em 0;
	display: block;
}
input, select {
	vertical-align: middle;
}


/************************************/
/* Global */
/************************************/
html {	overflow-y: scroll;}
body {
	color: #ffffff;
	font-size: 14px;
		-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	line-height: 1.5;
	background-color: #000000;
}
a { color: #00ccff; outline: none;}
a:link { color: #00ccff; text-decoration: none;}
a:visited { color: #00ccff; text-decoration: none;}
a:hover { color: #00ccff; text-decoration: underline;}
img {
	vertical-align: bottom;
	border: none;
}


/************************************/
/* Layout Block */
/************************************/
#whole {
	text-align: center;
	min-width: 320px;
	max-width: 910px;
	margin: 0 auto;
}
#main_block {
	min-height: 400px;
	background-image: linear-gradient(to right,
		#000000 0%,
		#222222 40%,
		#222222 50%,
		#222222 60%,
		#000000 100%);
	background-image: -moz-linear-gradient(left,
		#000000 0%,
		#222222 40%,
		#222222 50%,
		#222222 60%,
		#000000 100%);
	background-image: -webkit-linear-gradient(left,
		#000000 0%,
		#222222 40%,
		#222222 50%,
		#222222 60%,
		#000000 100%);
	background-image: -webkit-gradient(linear, left top, right top,
		color-stop(0, #000000),
		color-stop(0.4, #222222),
		color-stop(0.5, #222222),
		color-stop(0.6, #222222),
		color-stop(1, #000000));
	margin: 0px 5px;
}
#main_box {}


/************************************/
/* Header */
/************************************/
#header_block {
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
}
#logo_block {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
#logo_block a {
	color: #ffffff;
}
#header_nav {
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
	background-image: linear-gradient(-90deg,
			#ffffff 0%,
			#dddddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#ffffff),
			to(#dddddd));
	background-image: -moz-linear-gradient(-90deg,
			#ffffff 0%,
			#dddddd 100%);
	padding: 3px 0px;
	margin-bottom: 20px;
}
#header_nav ul {
	list-style-type: none;
	padding: 0px 5px;
}
#header_nav li {
	margin: 0px 3px 0px 0px;
	float: left;
}
#header_nav a {
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: 3px 21px;
	display: block;
}
#header_nav a:hover {
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	background-color: #000000;
}


/************************************/
/* Search */
/************************************/
#searchform {
	margin-bottom: 20px;
	position: relative;
	display: block;
}
#searchform div {
	border-top: 2px solid #666666;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #666666;
}
#searchform input {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
}
#searchform input[type="text"] {
	width: 100%;
	border: 0;
	background-image: linear-gradient(-90deg,
			#cccccc 0%,
			#ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#cccccc),
			to(#ffffff));
	background-image: -moz-linear-gradient(-90deg,
			#cccccc 0%,
			#ffffff 100%);
	padding: 0;
	margin: 0;
	display: block;
}
#searchform input[type="submit"] {
	color: #ffffff;
	line-height: 1;
	width: 30%;
	height: 100%;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #999999;
	background-color: #000000;
	background-image: linear-gradient(-90deg,
			#333333 0%,
			#000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#333333),
			to(#000000));
	background-image: -moz-linear-gradient(-90deg,
			#333333 0%,
			#000000 100%);
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#searchform input[type="submit"]:hover { cursor: pointer;}
#search_results_number {
	background-color: rgba(255,255,255,0.1);
	padding: 10px;
	margin-bottom: 2em;
}
.search_result {
	margin: 0 10px;
}
.search_result h3 {
	font-size: 18px;
	font-weight: normal;
}
.search_result p {
	color: #cccccc;
	font-size: 80%;
	margin-bottom: 2em;
}


/************************************/
/* Contents */
/************************************/
#contents_block {
	text-align: left;
	width: 100%;
	float: left;
}
#contents_box {
	margin-right: 310px;
}
.article { margin-bottom: 10px;}
.entry img {
	width: 100%;
	height: auto;
}
.entry_header {}
.entry_header h1 {
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}
.entry_header a {
	color: #ffffff;
}
.entry_date {
	color: #eeeeee;
	font-size: 12px;
	margin-bottom: 10px;
}
.entry_day {}
.entry_cat {
	padding-left: 14px;
	position: relative;
}
.entry_cat:before {
	content: "＞";
	color: #aaaaaa;
	position: absolute;
	top: 0px;
	left: 0px;
}
.entry_tags {
	margin-right: 5px;
}
.entry_tags a {
	color: #ffff00;
	background-color: #333333;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	padding: 0px 5px;
}
.eyecatch {	margin-bottom: 10px;}
.entry_body {
	margin-bottom: 10px;
}
.entry_body h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding: 0px 0px 5px 0px;
	margin: 30px 0px 20px 0px;
}
.entry_body h3 {
	color: #FF0066;
	font-weight: bold;
	font-style: normal;
	margin: 20px 0px 10px 0px;
}
.entry_body p {
	margin-bottom: 2em;
	line-height: 2;
}
.search_entry_body {
	font-size: 80%;
}
.more-link {
	color: #ffffff !important;
	font-weight: bold;
	background-color: rgba(255,255,255,0.1);
	padding: 5px;
	margin-bottom: 2em;
	display: block;
}
.more-link span {
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0px 3px;
	margin: 0px 10px 0px 0px;
}


.nav_pagesprit {
	font-size: 16px;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
	padding: 10px;
	margin-bottom: 10px;
}
.nav_pagesprit a {
	color: #009ccff;
	border: 1px solid #999999;
	background: #000000;
}
.nav_pagesprit a:hover {
	background-color: #333333;
}
.nav_pagesprit span {
	padding: 0px 10px;
}


.nav_next_prev {
	display: table;
	border-top: 1px solid #666666;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.nav_single_prev_box {
	display: table-cell;
	text-align: left;
	width: 50%;
	border-right: 1px solid #666666;
	margin-right: 1px;
}
.nav_single_next_box {
	display: table-cell;
	text-align: right;
	width: 50%;
	border-left: 1px solid #666666;
	margin-left: 1px;
}
.nav_next_prev a {
	display: block;
	color: #00ccff;
	font-weight: bold;
	padding: 1em 5px;
}


.entry ul {
	list-style-position: outside;
	margin:0px 0px 18px 21px;
}
.entry li {}
.ad_box {
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}


/************************************/
.showcase_2 {
	margin-bottom: 10px;
}
.showcase_2 section {
	text-align: center;
	width: 49.4%;
	margin-bottom: 5px;
}
.showcase_2 section:nth-child(odd) {
	float: left;
}
.showcase_2 section:nth-child(even) {
	float: right;
}
.showcase_2 h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	height: 1.6em;
	border-bottom: 1px solid #444444;
	background-color: #333333;
	padding: 3px 5px 0px 5px;
	margin: 0;
	overflow: hidden;
}
.showcase_2 a {
	color: #ffffff;
	display: block;
}


/************************************/
.dl_mono {}
.dl_mono dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.dl_mono dt:before {
	content: "▼";
	color: #ffff00;
	padding-right: 4px;
}
.dl_mono dd {
	border-bottom: 1px solid #333333;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.dl_mono span {
	color: #000000;
	font-size: 80%;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	padding: 2px 3px;
}
.dl_mono .eva_ffffff { background-color: #ffffff;}
.dl_mono .eva_bd2a1e { background-color: #bd2a1e;}
.dl_mono .eva_ff5701 { background-color: #ff5701;}
.dl_mono .eva_00a6bf { background-color: #00a6bf;}


/************************************/
/* Eva */
/************************************/
.eva_shin_nav {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
.eva_shin_nav td {
	color: #000000;
	width: 25%;
	background-color: #ffffff;
	padding: 0 5px;
}
.eva_shin_nav td:nth-of-type(1) { background-color: #bd2a1e;}
.eva_shin_nav td:nth-of-type(2) { background-color: #ff5701;}
.eva_shin_nav td:nth-of-type(3) { background-color: #00a6bf;}
.eva_shin_nav td:nth-of-type(4) { background-color: #ffffff;}
.eva_shin_nav span {
	text-align: right;
	display: block;
}
.eva_shin_nav a {
	color: #000000;
	display: block;
}


/************************************/
.similar_posts {
	border-bottom: 2px solid #0066FF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.similar_posts span {
	color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
	background-color: #0066FF;
	padding: 3px 10px 0px 10px;
}
.relating_article_title {
	border-bottom: 1px solid #0066FF;
	margin-bottom: 10px;
}
.relating_article_title span {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #0066FF;
	padding: 1px 10px 0px 10px;
	margin-left: 10px;
}
.similar_posts_ol {
	list-style: decimal-leading-zero outside;
	margin: 0px 10px 5px 10px;
}
.similar_posts_ol li {
	margin-left: 30px;
}


/************************************/
/* Side Block */
/************************************/
#side_block {
	text-align: left;
	width: 300px;
	margin: 0px 0px 10px -300px;
	float: right;
	position: relative;
}
.side_title {
	border: 1px solid #666666;
	border-radius: 3px;
	background: #666666;
	padding: 10px 5px;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
}
.side_title a {
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000000;
	display: block;
}
.side_title:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #666666;
	position: absolute;
	top: 100%;
	left: 20px;
}
#side_block ul {
	list-style: none outside none;
	font-weight: bold;
	margin-bottom: 10px;
}
.page_list li {
	border-bottom: 1px dotted #333333;
}
.page_list a {
	display: block;
	padding: 5px 5px 5px 10px;
	position: relative;
}
#side_block ul.children {
	margin-bottom: 0;
}
.page_list .children li {
	margin-left: 8px;
}
.page_list .children a {
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 16px;
}
.page_list .children a:before {
	content: "→";
	color: #00ccff;
	position: absolute;
	top: 5px;
	left: 0px;
}
.page_list .children li:last-child {
	border-bottom: 0;
	padding: 0px;
}
.side_adbox {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.flexscroll {
	width: 300px;
	margin: 0 auto;
	position: fixed;
	top: 10px;
}


/************************************/
/* Footer */
/************************************/
#footer_navi {
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
	background: #333333;
	padding: 10px 10px 0px 10px;
}
#footer_navi ul {
	list-style: none;
	max-width: 910px;
	margin: 0px auto;
}
#footer_navi li {
	border-left: 1px solid #666666;
	margin-bottom: 10px;
	float: left;
}
#footer_navi a {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0px 10px;
	display: block;
}
#footer {
	text-align: center;
	height: 200px;
}
#footer_copyright {
	color: #EEEEEE;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}

#footer_pin {
	display: none;
	font-size: 12px;
	width: 4em;
	position: fixed;
	bottom: 0;
	right: 0;
}
#footer_pin a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-left: 1px solid #666666;
	border-radius: 3px 3px 0px 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
	background-color: #333333;
	background-image: linear-gradient(-90deg,
			#666666 0%,
			#333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#666666),
			to(#333333));
	background-image: -moz-linear-gradient(-90deg,
			#666666 0%,
			#333333 100%);
	padding: 3px 3px 5px 3px;
}


/************************************/
/* Comment */
/************************************/
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}

#comments, #respond {
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	background-color: #DDDDDD;
	padding: 3px 10px;
	margin: 0px 0px 5px 0px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
}
.commentlist li{
	word-wrap: break-word;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	border: solid 1px #EEEEEE;
	background-color: #FFFFFF;
	padding: 1px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.commentlist .alt {
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	color: #333333;
	font-style: normal;
}
.commentlist small {
	display: block;
	font-size: 87%;
	margin-bottom: 5px;
}
.commentlist p {
	font-size: 12px;
}
#commentform {
	font: 110% Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 10px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
}
#commentform input{
	width: 150px;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 96%;
	height: 115px;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background-color: #FFFFFF;
}
#commentform #submit{
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 144px;
	height: 29px;
	border: none;
	background: url(images/btn-bg.gif) no-repeat;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}

.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}


/************************************/
/* Social Button */
/************************************/
#Entry_Social_Button {
	margin: 0px 0px 10px 0px;
}
#Entry_Social_Button ul {
	list-style: none outside;
	padding:0;
	margin:0;
}
#Entry_Social_Button li {
	float: left;
	margin-right: 5px;
}


/************************************/
/* Clear Fix */
/************************************/
.clearfix { min-height: 1px;}
.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/************************************/
/* Screen */
/************************************/
@media screen and ( max-width: 640px ) {
	#contents_block {
		max-width: 100%;
		margin: 0 auto;
	}
	#contents_box {
		margin: 0px 0px 10px 0px;
	}
	.ad_box {
		text-align: center;
	}
	#side_block {
		width: 100%;
		margin: 0 auto;
	}
	.flexscroll {
		width: 100%;
		margin: auto;
		position: static;
		top: auto;
	}
	#footer_pin {
	display: block;
	}
}

/************************************/
