﻿/*
Theme Name: Kimono
Theme URI: https://cloud.z.com/jp/en/themes-plugins
Author: Z.com byGMO
Author URI: https://cloud.z.com/jp/en/wp/
Description: Kimono is a simple, and user friendly WordPress theme that is focused on design. Its beautiful design inspiration comes from Japanese traditional garment called Kimono. Slider is standard in this theme therefore no plugin or complicated setup is required.
Version: 1.2.7
Tags: black, red, white, two-columns, left-sidebar, fixed-layout, custom-header
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(layouts/content-sidebar.css);


/* =Reset
-------------------------------------------------------------- */

html{
height: 100%;
}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	height: 100%;
	color:rgb(168, 165, 125);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link{
	text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.sticky {
    background: none;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: 'Lucida Sans Unicode','Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic',sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	outline:none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
i, em {
	font-style: italic;
}
p {
	margin-bottom: 1.5em;
	word-wrap: break-word;
}
ul, ol {
/*	margin: 0 0 1.5em 3em;*/
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 6px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #5e5e5e;
	border: 1px solid #000000;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #999999;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	color: #808080;
	padding: 6px;
}
input[type="search"]{
	width: 210px;
	background: #000000;
	height:15px;
	font-size:12px;
}
input[type="image"]{
	position:absolute;
	right: 6px;
    top: 7px;
	*right:110px;
	width:18px
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}


/* Links */
a {
	color: #d73434;
}
a:visited {
	color: #d73434;
}
a:hover,
a:focus,
a:active {
	color: #d73434;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	width: 55px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after{
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

.navigation a{
	color:#b5b5b5;
}

.navigation a:hover{
	color:#d73434;
}

/* =Content
----------------------------------------------- */

.hentry {
	margin-right: 30px;
	zoom: 1;
/*	max-width: 320px;
	min-width: 100px;
	min-height: 200px;
	*/
	width:97%;
	border-bottom: solid 1px;
	margin-bottom: 20px;
}

.hentry:after {
  content: "";
  display: block;
  clear: both;
}
.hentry2 {
	margin-right: 30px;
	zoom: 1;
	float: left;
	width: 680px;
	min-width: 100px;
	margin-top: 150px;
}

.hentry2:after {
  content: "";
  display: block;
  clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.8em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
time{
	color:#808080;
	padding: 0 15px 0 0;
	font-weight:bold;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title, .nav-menu {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.bypostauthor{
	font-weight:normal;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	padding: 2em 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#reply-title{
	font-size: 16px;
    line-height: 24px;
    padding: 20px 0;
    color: rgb(130, 82, 233);
}
.comments-title{
    background-image: url(images/coment_title.png);
    font-size: 20px;
	line-height: 24px;
	padding: 45px 10px 25px 15px;
	color:#96936f;
	margin-bottom: 0px;
    }
.comments-area{
	padding:30px 0 0;
	width: 660px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list li footer{
	color:#fff;
	font-size:12px;
	padding-left:15px;
	float: left;
}

.commen-clear{
	clear:both;
	margin:0;
	border:none;
}

.comment-list{
	margin:0;
	background-color:#2A2A29;
	float: left;
	width: 323px;
}

.comment-list li{
	list-style:none;
}

.comment-list li article{
	border:none;
	padding: 0 0 20px;
}

.comment-list li footer time{
	font-size:13px;
	color:#595959;
}


.fn a,
a.comment-edit-link{
	color:#fff;
}

.comment-content{
	font-size:14px;
	width:250px;　
}

.comment-author{
	width:48px;
	height: 48px;
	float:left;
	padding:0 10px 0 0;
}

.author-detail{
	float:left;
}

.comment-clear{
	clear:both;
}

.reply{
	font-size:14px;
	text-align:right;
}
#commentform{
	width: 297px;
	position: relative;
	background-color: rgb(42, 42, 41);
	min-height: 200px;
}
#commentform input{
	font-size:12px;
}

#contact label{
	display:none;
}

#commentform textarea{
	font-size:12px;
	padding: 2px 6px;
	width: 73%;
}

#commentform p{
	margin:0 0 1em;
}

.form-submit input[type="submit"]{
	width:50px;
	padding: 3px 0 !important;
	border:1px solid #808080;
	color:#242424;
	font-size: 14px;
	background-color:#808080;
	position:absolute;
	top: 221px;
	left: 179px;
	height: 30px;
	border-radius: 2px;
}

.form-submit input[type="submit"]:hover {

}
#respond{
	float: right;
	position: relative;
	top: -65px;
	background-color: rgb(42, 42, 41);
	padding-left: 40px;
}
#comment-form-comment textarea, #comment-form-share-text-padder textarea{

}

/* =Widgets
----------------------------------------------- */

.widget {
	padding: 0px 0px 5px 15px;
	position: relative;
	z-index: 10;
	background: url(images/bgimg_main.gif) left top repeat;
	border-bottom: 1px solid rgb(0, 0, 0);
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

#searchform{
	position: relative;
	width: 226px;
	margin: 15px 0 10px;
}

h1.widget-title{
	font-size:16px;
	line-height: 24px;
	padding: 10px 0;
	color: #8e59ff;
}
.widget-title + ul{
	display: none;
}
.widget-title + div{
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =header
----------------------------------------------- */

#masthead{
	padding:30px 0;
	margin:0 0 20px;
	width:100%;
	height: 419px;
	position: relative;
	z-index: 2;
}

@media screen and (max-device-width: 480px) {

#masthead{
	width:1003px;
	}

}

#masthead .site-branding-wrap{
	min-height:68px;
	margin:0 auto;
	text-align: center;
}

#masthead .site-branding{
	width: 100%;
}

#masthead h1.site-title,
#masthead h1.site-title a{
	color:#dfda9b;
	font-size:25px;
	line-height:100%;
	margin: 0 0 5px;
	text-decoration:none;
	word-wrap: break-word;
}

#masthead h1.site-title a:hover{
	text-decoration:underline;
}

#masthead .site-description{
	color:#dfda9b;
	font-size:25px;
	line-height:100%;
	margin:0;
}

#masthead .site-title-icon{
}

#masthead .social-bookmark{
	position: absolute;
    right: 0;
    top: 31%;
}

#masthead .social-bookmark ul li{
	list-style:none;
	float:left;
	margin:0 0 0 15px;
	vertical-align: bottom;
}

#masthead .social-bookmark img{
	margin:0;
}

#masthead .social-bookmark

.attachment-full{
	float:left;
	margin: 0 20px 20px 0;
}


/* =main
----------------------------------------------- */

#main{
	background:url(images/bgimg_main.gif) left top repeat;
	max-width:1000px;
	width:100%;
	padding:0px 0px;
	margin:0 auto;
}

/* =entry
----------------------------------------------- */

article {
	padding: 0 0 48px;
}

.entry-title,
.entry-title a{
	color:#dfda9b;
	font-size:20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 2px;
	word-wrap: break-word;
}
.entry-title2,
.entry-title2 a{
	color:#dfda9b;
	font-size:46px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 12px;
	word-wrap: break-word;
}

.entry-title a:hover{
	text-decoration:underline;
}

.article-wrap{
	width: 50%;
	float:left;
	margin-left:20px;
}

.entry-content{
	position:relative;
	color:#a8a57d;
	font-size:15px;
	line-height: 20px;
}

.entry-content a{
	color:#d73434;
}

.entry-content .thumb {
	float: left;
	margin-right: 28px;
	margin-bottom: 10px;
}

.thumb {
	display:block;
	float:left;
	width:200px;
	height:auto;
	padding: 5px 0 0;
	margin:0px;
}

.thumb a{
	display:block;
	width:100%;
	height:auto;
}

.thumb a:hover{
}

.thumb a img{
	border:none;
}

.entry-content img{

}

.entry-meta{
	font-size:10px;
}

.entry-meta a{
	color:#d73434;
}

a.taglink{
	margin:5px 11px 0 0;
	display: inline-block;
	font-size: 12px;
	padding:0 4px;
	background-color:#808080;
	color:#242424;
	border-radius: 2px;
}
a:hover.taglink{
	display: inline-block;
	font-size: 12px;
	padding:0 4px;
	background-color:#dfda9b;
	color:#242424;
	border-radius: 2px;
}
.categories-link a:hover,
.comments-link a:hover{
	background-color:#D73434;
	color:#fff;
}

a.readmore{
	position: absolute;
	left:0;
	padding:0 2px;
	margin: 30px 0 0;
	font-size: 13px;
	color:#5f3ea5;
}
a.readmore:hover{
	text-decoration:underline;
	color:#8e59ff;
}
/* =primary
----------------------------------------------- */

#primary{
	float:right;
}

/* =also-link
----------------------------------------------- */

.also-link{
	padding: 0 0 55px;
}

.also-link h2{
	font-size: 24px;
    line-height: 24px;
    padding: 13px 0;
}

.also-link a{
	font-size:18px;
	white-space: normal;
	word-wrap:break-word;
}

.also-link a:hover{
	text-decoration:underline;
}

.also-link ol {
	margin:0;
}

.also-link ol li{
	list-style:none;
}

/* =secondary
----------------------------------------------- */

#secondary{
	float:left;
}

#secondary ul{
	margin:0;
}

#secondary ul li{
	list-style:none;
	font-size:14px;
	padding:5px 0;
	line-height: 16px;
}
#secondary ul li:hover{
	list-style:none;
	font-size:14px;
	padding:5px 0;
	line-height: 16px;
	background-color:#dfda9b;
	color:#242424;
}

#secondary a{
	color: #5f3ea5;
	text-decoration:none;
}

#secondary a:hover{
	color:#242424;
	text-decoration:underline;
}

#secondary .tagcloud{
	padding: 0px 15px 0px 15px;
}

#secondary .tagcloud a{
	line-height:12px;
	font-size: 14px !important;
	display: inline-block;
	padding:3px 5px 3px 5px
}

#secondary .tagcloud a:hover{
	background-color:#dfda9b;
	color:#242424;
	text-decoration:none;
}

/* =pager
----------------------------------------------- */
#page{
	max-width:1000px;
	margin: 0 auto;
	float:left;
	box-shadow: -2px 0px 4px rgb(24, 24, 24);
	min-height:100%;
	background: url(images/bgimg_main.gif) left top repeat;
}


.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

/* =footer
----------------------------------------------- */

#footer{
	margin: 0px auto;
	width: 1000px;
}

#colophon{
	padding: 50px 0;
	margin: 0px 0 0;
	min-width: 1000px;
	background: url(images/bgimg_main.gif) left top repeat;
}

#colophon .fotterWidgetArea{
	margin:0 auto 30px;
	padding:0 0 0 10px;
	width:990px;
}

#colophon .fotterWidgetArea:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#colophon .widget h3.widget-title{
	font-size:24px;
	color:#fff;
	border-bottom:1px solid #fff;
	margin:0 0 20px;
}

#colophon .widget{
	width:320px;
	margin: 0 10px 0 0;
	list-style: none ;
	float: left;
}

#aboutme .wp-caption{
	width:auto !important;
}

#aboutme img{
	float:left;
	margin: 0 24px 0 0;
}

#aboutme p{
	text-align: left;
	margin: 0;
}

#colophon .widget p{
	font-size:14px;
	line-height:24px;
	color:#fff;
}

#colophon .widget ul{
	margin:0;
}

#colophon .widget ul li,
#colophon .widget ul li a{
	list-style:none;
	font-size:14px;
	color:#fff;
}

#colophon .widget ul li a:hover{
	text-decoration:underline;
}

.site-info{
	text-align:right;
	color: rgb(168, 165, 125);
	font-size: 13px;
	margin-right:30px;
}

#colophon #contact textarea{
	border:none;
	height: 100px;
	margin:0 0 5px;
	width:307px;
	font-size:14px;
	padding: 3px 6px;
}

#colophon #contact input[type="text"],
#colophon #contact input[type="email"]{
	border:none;
	margin:0 0 5px;
	width:307px;
	font-size:14px;
	padding: 2px 6px;
}

#colophon #contact input[type="submit"]{
	width:100%;
	background-color:#fff;
	padding: 6px 0;
	border:none;
	color:#d73434;
	font-size: 14px;
	border-radius:3px;
}

#colophon #contact input[type="submit"]:hover {
	background-color:#c6c6c6;
}

div.wpcf7-validation-errors{
	border:none;
	border-radius:3px;
	padding: 10px;
}

.wpcf7-form p{
	margin:0;
}

span.wpcf7-not-valid-tip{
	border-radius:3px;
	margin:0;
}

img#wpstats{display:none}

#infinite-handle{
	text-align:center;
	width:670px;
}
#infinite-handle span{
	color:#808080 !important;
	background-color:#5e5e5e !important;
}

.linktitle{
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	padding-left: 15px;
	color: #8e59ff;
	margin-top: 30px;
}
.sclinks{
	padding-top: 30px;
}
.sclinks li{
	float: left;
	list-style: none;
	font-size: 14px;
	padding: 5px 0;
	line-height: 16px;
	padding-left: 15px;
}

.sclinks li:hover{
	list-style:none;
	font-size:14px;
	padding:5px 0;
	line-height: 16px;
	padding-left:15px;
	background-color:#242424 !important;
	color:#242424;
}

.name{
	display:none !important;
}
.url{
	display:none !important;
}
.contact-form{
	margin-top:10px;
	margin-left:15px;
}
label .email{
	display:none !important;
}
.fn{
	font-size:17px;
	color:#999999;
}
#inputtext #url{
	display:none;
}
#inputtext #author{
	background-color: rgb(0, 0, 0);
	color: #5e5e5e;
	position: absolute;
	height: 17px;
	width: 216px;
}
#inputtext #email{
	background-color: rgb(0, 0, 0);
	color: #5e5e5e;
	position: absolute;
	top: 221px;
	height: 17px;
	width: 160px;
}

.comment-form-comment #comment{
	background-color: rgb(0, 0, 0);
	color: #999999;
	position: absolute;
	top: 33px;
	height: 63px;
	width: 217px !important;
	height: 180px !important;
}
.subscribe-label{
	display: none;
}
.comment-subscription-form{
	display: none;
}
.contact-form textarea{
	height: 70px !important;
	width: 97% !important;
	margin-bottom: 3px !important;
	background-color: rgb(0, 0, 0);
	color: #5e5e5e;
	font-size:12px;
}
.contact-form label{
	display:none !important;
}
.contact-form input[type='email']{
	width: 182px !important;
	height:14px;
	background-color: rgb(0, 0, 0);
	color: #5e5e5e;
	font-size:12px;
}
.contact-submit{
	position: relative;
	top: -40px;
	left: 200px;
}
.contact-submit input[type="submit"]{
	background-color: #5e5e5e;
	color: rgb(36, 36, 36);
	border: 1px solid #5e5e5e;
	height: 27px;
	border-radius: 2px;
}
#left{
	background:#440000;
	background-image:url(images/bg04.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24) ;
	background-repeat: no-repeat;
	background-position: top right;
}

.backhitoe1{
	float:left;
	width:14%;
	height:100%;
	background:#4a4316;
	background-image:url(images/bg01.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24)inset;
	background-repeat: no-repeat;
}
.backhitoe2{
	float:left;
	width:14%;
	height:100%;
	background:#243c1d;
	background-image:url(images/bg02.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24)inset;
	background-repeat: no-repeat;
}
.backhitoe3{
	float:left;
	width:14%;
	height:100%;
	background:#1d0044;
	background-image:url(images/bg03.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24)inset;
	background-repeat: no-repeat;
}
.backhitoe4{
	float:left;
	width:14%;
	height:100%;
	background:#440000;
	background-image:url(images/bg04.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24) ;
	background-repeat: no-repeat;
}
.backhitoe5{
	float:left;
	width:14%;
	height:100%;
	background:#4a4316;
	background-image:url(images/bg01.png);
	box-shadow: 2px 0px 4px rgb(24, 24, 24) inset;
	background-repeat: no-repeat;
}
.backhitoe6{
	float:left;
	width:14%;
	height:100%;
	background:#243c1d;
	background-image:url(images/bg02.png);
	box-shadow: 2px 0px 4px rgb(24, 24, 24) inset;
	background-repeat: no-repeat;
}
.backhitoe7{
	float:left;
	width:14%;
	height:100%;
	background:#1d0044;
	background-image:url(images/bg03.png);
	box-shadow: 2px 0px 4px rgb(24, 24, 24) inset;
	background-repeat: no-repeat;
}
.backhitoe8{
	float:left;
	width:14%;
	height:100%;
	background:#440000;
	background-image:url(images/bg04.png);
	box-shadow: 2px 0px 4px rgb(24, 24, 24) inset;
	background-repeat: no-repeat;
}
.backhitoe9{
	float:left;
	width:44%;
	height:100%;
	background-image:url(images/bg05.png);
	box-shadow: -2px 0px 4px rgb(24, 24, 24)inset;
}
.backhitoe10{
	float:left;
	width:44%;
	height:100%;
	background-image:url(images/bg05.png);
	box-shadow: 2px 0px 4px rgb(24, 24, 24) inset;
}
.headimgs{
	height: 89px;
	width: 1000px;
	position: absolute;
	top: 348px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(36,36,36,1) 0%, rgba(36,36,36,1) 14%, rgba(36,36,36,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(0%,rgba(36,36,36,1)), color-stop(14%,rgba(36,36,36,1)), color-stop(100%,rgba(36,36,36,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(36,36,36,1) 0%,rgba(36,36,36,1) 14%,rgba(36,36,36,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(36,36,36,1) 0%,rgba(36,36,36,1) 14%,rgba(36,36,36,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(36,36,36,1) 0%,rgba(36,36,36,1) 14%,rgba(36,36,36,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(36,36,36,1) 0%,rgba(36,36,36,1) 14%,rgba(36,36,36,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00242424',GradientType=1 ); /* IE6-9 */

	border: 1px solid rgb(0, 0, 0);
	border-left: 0px;
}

.bxslider .bx-clone img{
	display:none;
}
.logged-in-as{
	font-size:10px;
}

a.toukou{
	color:#5f3ea5;
}
a.toukou:hover{
	text-decoration:underline;
	color:#8e59ff;
}
.page-title{

}
a.sinnext{
	float: right;
	margin-right: 30px;
}
td#next{
	text-align: right;
}
img.sidehead{
	height: 369px;
}

.loopst1{
	position: absolute;
	z-index: 0;
}
.loopst2{
	width:1000px;
}
.loopst3{
	position: absolute;
	top: 360px;
	right: 10px;
	color:#808080;
	font-size:10px;
}
a.loopst4{
	color: rgb(223, 218, 155);
	font-size: 30px;
}
a.loopst5{
	color: rgb(128, 128, 128);
	right: 10px;
	position: absolute;
}
a.loopst4:hover{
	color: rgb(223, 218, 155);
	font-size: 30px;
}
#right{
	float:right;
	height:100%;
}
.headst1{
	height:100%;
}
#left{
	float:left;
	height:100%;
}
.sidest1{
	position: absolute;
	z-index: 1;
}
.sidest2{
	clear:both;
}
.indexst1{
	height:350px;
}
.indexst2{
	height:150px;
}
.type-attachment{
	margin-top:150px;
}
.navigation-comment{
	background-color: rgb(42, 42, 41);
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}