/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*
* {
direction:rtl;
unicode-bidi:bidi-override;
}
*/

* {
word-break: break-all;
box-sizing: border-box;
}

body {
	font-family: "Source Han Sans", "Lucida Grande", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #333;
	/* color:#aaa; */
	/* background-color: #000; */
	background: url(/kingyo.jpg) no-repeat 85% top;
	-webkit-text-size-adjust: 100%;
}

hr {
display: none;
}

a {
color: #12ADCB;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

strong {
font-weight: 700;
}

hr {
border: none 0;
border-bottom: 1px solid #E0E0E0;
height: 1px;
margin: 10px 0;
}

blockquote {
color: #595959;
margin: 2.5em 1em;
padding: 8px 15px;
border-left: 5px solid #ddd;
background-color: #eee;
}
h3 {
font-weight:bold;
font-size:130%;
color:#000;
margin: 1em 0;
}
h4 {
font-weight:bold;
font-size:120%;
color:#000;
margin: 1em 0;
}
cite {
display: block;
font-style: italic;
padding-top: 5px;
border-top: 1px solid #ccc;
}
cite a {
color:#000;
text-decoration: underline;
}
cite a:hover {
color: #12ADCB;
}

#wrapper {
width: 85%;
margin: 0 auto;
}

#header {
overflow: hidden;
padding:100px 0;
}

#logo {
font-size: 250%;
font-weight: bold;
}

#logo a {
text-decoration: none;
}
#logo a:hover {
text-decoration: underline;
}

#description {
margin-top: 0.5em;
font-size: 100%;
color: #666666;
}

#description strong {
font-size: 1.2em;
}

#menu ul li {
float: left;
text-transform: uppercase;
font-size: 90%;
padding: 10px;
}

#container {
overflow: hidden;
margin: 0 0 50px 0;
line-height: 1.8;
}

#content {
float: left;
width: 70%;
}

#content img {
	border: 1px solid #ddd;
	padding: 3px;
	margin: 3px;
	max-width: 95%;
	height: auto;
}
#content .wp_social_bookmarking_light img {
	margin: 0;
	padding: 0;
}

.post-content ol li {
	list-style-type: decimal;
}

.post-content ul li,
.post-content ol ul li {
	list-style-type : disc;
}

.post {
margin-bottom: 100px;
}

.post-title {
font-size: 190%;
font-weight: normal;
}

.post-title a {

}

.page-subtitle {
font-weight: bold;
color: #CCC;
font-size: 90%;
text-transform: uppercase;
padding-bottom: 5px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 15px;
}

.post-meta {
font-size: 90%;
color: #999;
margin-top: 5px;
}

.post-meta a {

}

.post-comments {
float: right;
background: url(images/cbubble_left.gif) no-repeat top left;
padding: 3px 0 7px 7px;
}

.post-comments a {
background: url(images/cbubble_right.gif) no-repeat top right;
padding: 3px 7px 7px 0;
}

.post-comments a:hover {

}

.post-content {
margin-top: 15px;
}

.post-content h2 {
font-size: 140%;
margin-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content h3 {
font-size: 110%;
font-weight: 700;
margin-bottom: 5px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content p {
margin: 0.8em 0;
}

.post-content img.alignnone {
background: #FFF;
border: 1px solid #EFEFEF;
padding: 4px;
}

.post-content img.alignleft {
float: left;
border: 1px solid #EFEFEF;
margin: 0 25px 15px 0;
padding: 4px;
}

.post-content img.alignright {
float: right;
border: 1px solid #EFEFEF;
margin: 0 0 15px 25px;
padding: 4px;
}

.post-content ul,.post-content ol {
margin-left: 2em;
}

.post-content ul {
list-style: outside;
}

.post-content ol {
list-style: decimal;
}

.post-content ul li,.post-content ol li {
line-height: 1.3;
margin-top: 0.4em;
margin-bottom: 0.4em;
}

.post-content dt {
	font-weight: bold;
}
.post-content dd {
	margin: 0 0 0.8em 2em;;
}




.more-link {
font-weight: 700;
display: block;
margin-top: 10px;
}

.section-title {
font-size: 140%;
margin-bottom: 10px;
border-top: 1px solid #ededed;
padding-top: 5px;
}

.navleft {
float: left;
margin: 0 15px 15px 0;
}

.navright {
float: right;
margin: 0 0 15px 15px;
}

.navigation div a {
font-size: 110%;
}

#comments ol li {
margin-top: 2px;
border-bottom: 1px solid #F0F0F0;
padding: 10px 0;
overflow: hidden;
height: 1%;
}

.comment-gravatar {
float: left;
margin-right: 10px;
background: #FFF;
border: 1px solid #F0F0F0;
padding: 3px;
}

.comment-data {
float: left;
width: 80%;
}

.comment-data p {
margin-bottom: 6px;
line-height: 1.3;
}

.comment-author {
font-weight: 700;
margin-bottom: 3px;
}

.comment-meta {
color: #666;
margin-bottom: 5px;
font-size: 85%;
}

.unapproved {
font-style: italic;
}

#respond {
margin-top: 30px;
}

#comment-form {
margin-top: 15px;
margin-bottom: 10px;
}

#comment-form label {
font-size: 90%;
display: block;
margin-bottom: 5px;
}

#comment-form input {
width: 80%;
margin-bottom: 10px;
padding: 5px;
}

#comment-form textarea {
width: 80%;
height: 200px;
margin-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 10px;
}

#sidebar {
float: right;
width: 25%;
}

.sidepanel {
margin-bottom: 30px;
}

.sidepanel h3 {
text-transform: uppercase;
border-bottom: 1px solid #EFEFEF;
padding: 0 0 5px 0;
color: #333333;
font-weight: bold;
font-size: 90%;
}

.sidepanel ul li {
border-bottom: 1px solid #EFEFEF;
padding: 5px 0;
line-height: 1.2;
}

.sidepanel p {
margin-top: 8px;
line-height: 1.3;
}

#footer {
margin: 0 auto;
width: 100%;
height: 20px;
border-top: 1px solid #EAEAEA;
padding: 20px;
}

#footer-links {
list-style: none;
}

#footer-links li {
float: left;
margin-right: 15px;
}

.sep {
color: #CCC;
margin: 0 8px;
}

.ico-small {
vertical-align: middle;
margin: 0 5px 2px 0;
}

#ads {
margin:0 0 2em 0;
}

.twitter-timestamp {
font-size: 0.7em;
color:#999;
}

pre,code {
margin:0.8em;
padding:5px;
background-color:#EFEFEF;
border:1px solid #CCC;
}

table {
border: 1px solid #ccc;
border-collapse: collapse;
}
th {
padding:5px;
border: 1px solid #ccc;
font-weight: bold;
}
td {
padding:5px;
border: 1px solid #ccc;
}
.num {
text-align: right;
}
.simpletags {
margin-bottom: 50px;
}
.st-related-posts li {
list-style-type: disc;
color: #12ADCB;
}
.st-related-posts li span {
color: #999999;
font-size: 0.9em;
}
.post-content h3.section-title {
font-size: 140%;
margin-bottom: 10px;
border-top: 1px solid #ededed;
padding-top: 5px;
color: #585858;
font-weight: normal;
border-bottom: 0 none;
}
.socialbutton {
	margin: 1.5em 0;
}


.noto-sans-sample {
	font-family: "Noto Sans Japanese",  Helvetica, sans-serif;
	font-weight: normal;
}
.source-hans-sample {
	font-family: "Source Han Sans",  Helvetica, sans-serif;
	font-weight: normal;
}
.post-content .sample-large {
	font-size: 2.5em;
}
.post-content .sample-lighter {
	font-weight: 100;
}

div.pagination a, div.pagination span {
	display: inline-block;
}


.pagination {
	margin: 30px 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination span,
.pagination a {
	display: inline-block;
	height: 24px;
	line-height: 23px;
	margin: 0 5px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pagination a {
	border: 1px solid #12ADCB;
}
.pagination .current a {
	background: #12ADCB;
	color: #fff;
}


@media screen and (max-width: 900px) {

body {
	font-size: 0.85em;
}
#wrapper {
	width: auto;
	margin: 0;
	padding: 20px;
}
#content,
#sidebar {
  float: none;
  width: auto;
}
#logo {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.post-title {
	font-size: 160%;
}
.post-content ul,
.post-content ol {
	margin-left: 1.5em;
}
.post {
	  margin-bottom: 50px;
}

}



/* social button
-------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-qz7pb2');
	src:url('fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
		url('fonts/icomoon.woff?-qz7pb2') format('woff'),
		url('fonts/icomoon.ttf?-qz7pb2') format('truetype'),
		url('fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
	content: "\e009";
}
.icon-hatena:before {
	content: "\e00a";
}
.icon-facebook:before {
	content: "\e60d";
}
.icon-twitter:before {
	content: "\e611";
}
.social-button {
	margin: 0;
	font-family: -apple-system, 'BlinkMacSystemFont', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}
.social-button-right {
  text-align: right;
}
.social-button li {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.social-button-right li {
  margin: 0 0 0 10px;
}
.social-button a {
	display: inline-block;
	/* padding: 4px 7px; */
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	font-weight: normal;
}
.social-button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.social-button a .social-icon {
	display: inline-block;
	padding: 4px;
	font-size: 1.2em;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1;
	vertical-align: -15%;
}
.social-button i {
	margin: 0 5px 0 0;
}
.social-button-top {
	margin: 20px 0;
}
.social-button-home {
	margin: 0 0 20px;
}
.social-comment a { color: #f00;}
.social-twitter a { color: #55acee;}
.social-facebook a { color: #3b5998;}
.social-line a { color: #00C100;}
.social-hatena a { color: #008fde;}

.social-comment a .social-icon { background: #f00; color: #fff; }
.social-twitter a .social-icon { background: #55acee; color: #fff; }
.social-facebook a .social-icon { background: #3b5998; color: #fff; }
.social-line a .social-icon { background: #00C100; color: #fff; }
.social-hatena a .social-icon { background: #008fde; color: #fff; }

.social-button-bottom {
	margin: 30px 0;
	text-align: center;
	font-size: 15px;
}
.social-button-bottom i,
.social-button-bottom .social-icon {
	font-size: 18px;
}
.social-button-bottom > li {
	width: 23%;
	margin: 0 5px;
	text-align: center;
}
.social-button-bottom > li.social-comment {
	display: block;
	width: 91%;
	margin: 0 auto 15px;
}
.social-button-bottom a {
	display: block;
	padding: 10px 0;
	box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px) {
	.social-button a .social-icon {
		padding: 5px;
	}
	.social-button .label {
		display: none;
	}
}

