﻿/*
Theme Name: Kotenhanagara
Theme URI: https://cloud.z.com/jp/en/themes-plugins
Author: Z.com byGMO
Author URI: https://cloud.z.com/jp/en/wp/
Description: Kotenhanagara is a simple, easy-to-use and highly customizable WordPress theme. Beautiful design inspiration came from Japanese Urushi lacqerware, varnished with the traditional manners. Background color can be customized as well as swappable flower patterned default background.
Version: 2.5.6
Tags: black, red, white, two-columns, right-sidebar, fixed-layout, custom-header
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kotenhanagara
*/

@import url(layouts/content-sidebar.css);


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
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 {
	background:url('images/ptn_botan_colored.png') left top repeat;
	font-family: 'Lucida Sans Unicode','Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic',sans-serif;
}
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 {
	color: #404040;
	font-family: 'Lucida Sans Unicode','Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic',sans-serif;
	font-size: 16px;
	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 */
p {
	margin-bottom: 1.5em;
}
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-size: 15px;
	font-family: inherit;
}
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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 6px;
}
input[type="search"]{
	width: 289px;
	background: #fff;
}
input[type="image"]{
	position:absolute;
	right: 6px;
    top: 8px;
	*right:110px;
}
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%;
	resize: vertical;
}


/* 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;
	margin-left: 1.5em;
}
.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;
}

#wp-calendar th {
	width: 14.2%;
}
#wp-calendar th:first-child {
	width: auto;
}
#next{
	text-align: right;
}
#next a{
	margin-right: 1.5em;
}

/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 40px;
	zoom:1;
}

.hentry: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:#333;
	padding: 0 15px 0 0;
}

/* =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 {
	word-wrap: break-word;
}
.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"] {
	margin: 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
----------------------------------------------- */

.comments-title,
#reply-title{
	font-size: 24px;
    line-height: 24px;
    padding: 20px 0;
}

.comments-area{
	padding:30px 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list li footer{
	background-color:#d73434;
	color:#fff;
	font-size:12px;
	padding:10px;
	float: left;
}

.commen-clear{
	clear:both;
	margin:0;
	border:none;
}

.comment-content p{
	line-height:18px;
}

.comment-list{
	margin:0;
}

.comment-list li{
	list-style:none;
}

.comment-list li article{
	border:none;
	padding: 0 0 20px;
}

.comment-list li footer time{
	color:#fff;
}


.fn a,
a.comment-edit-link{
	color:#fff;
}

.comment-content{
	font-size:14px;
	width:43%;
	padding: 0 0 0 19px;
	float: left;
}
.comment-content li{
	list-style-type: disc;
}

.comment-author{
	width:48px;
	height: 48px;
	float:left;
	padding:0 10px 0 0;
}

.author-detail{
	float:left;
	padding: 5px 0 0;
}

.comment-clear{
	clear:both;
}

.reply{
	font-size:14px;
	text-align:right;
}

#commentform input{
	padding:1px 6px;
	font-size:14px;
}

#contact label{
	display:none;
}

#commentform textarea{
	font-size:14px;
	padding: 2px 6px;
	width: 74%;
}

#commentform p{
	margin:0 0 1em;
}

.form-submit input[type="submit"]{
	width:31%;
	background-color:#d73434;
	padding: 6px 0 !important;
	border:apx solid #c6c6c6;
	color:#fff;
	font-size: 14px;
}

.form-submit input[type="submit"]:hover {
	background-color:#c31a1a;
}

#respond #comment-form-comment textarea, #comment-form-share-text-padder textarea{

}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

#searchform{
	position:relative;
	margin: 0 0 1.5em;
	width: 303px;
}

h1.widget-title{
	font-size:24px;
	line-height: 24px;

	padding: 0 0 13px;
	margin: 0;
}

/* =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%;
	min-width:1003px;
	background-color:#d73434;
	-webkit-box-shadow: 1px 1px 6px rgba(24, 18, 18, 0.41);
	-moz-box-shadow:    1px 1px 6px rgba(24, 18, 18, 0.41);
	box-shadow:         1px 1px 6px rgba(24, 18, 18, 0.41);
}

@media screen and (max-device-width: 480px) {

#masthead{
	width:1003px;
	}

#colophon{
	width:1003px;
}

}

#masthead a{
	color: inherit;
}

#masthead .site-branding-wrap{
	width:1000px;
	min-height:68px;
	margin:0 auto;
	position:relative;
}

#masthead .site-branding{
	padding:0 0 0 86px;
	width: 58%;
	float:left;
}

#masthead h1.site-title,
#masthead h1.site-title a{
	font-size:30px;
	line-height:33px;
	margin: 0 0 5px;
	text-decoration:none;
}

#masthead h1.site-title a:hover{
	text-decoration:underline;
}

#masthead .site-description{
	font-size:14px;
	line-height:18px;
	float:left;
	margin:0;
}

#masthead .site-title-icon{
	position:absolute;
	top:0;
	left:0;
}

#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/background_main.jpg) left top repeat;
	width:923px;
	padding:40px 40px;
	margin:0 auto;
}

.site-content h1.page-title {
	margin: 0 0 0.83em;
}

/* =entry
----------------------------------------------- */

article {
	border-bottom:1px solid #c6c6c6;
	padding: 0 0 48px;
}

.entry-title,
.entry-title a{
	color:#d73434;
	font-size:30px;
	font-weight: bold;
	line-height: 32px;
	margin: 0 0 10px;
}

.entry-title a:hover{
	text-decoration:underline;
}

.article-wrap{
	float:right;
	width: 61%;
}

.entry-content{
	position:relative;
	color:#333;
	font-size:16px;
	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:190px;
	height:190px;
	padding: 5px 0 0;
}

.thumb a{
	border: 0;
	display:block;
	width:190px;
	height:190px;
}

.thumb a img{
	border:none;
}

.entry-content img{
	border: 5px solid #C6C6C6;
}

.entry-meta{
	font-size:14px;
}

.entry-meta a{
	color:#d73434;
}

a.taglink{
	margin:0 11px 0 0;
	display: inline-block;
	font-size: 14px;
	padding:0 2px;
}

a.taglink:hover,
.categories-link a:hover,
a.readmore:hover,
.comments-link a:hover{
	background-color:#D73434;
	color:#fff;
}

a.readmore{
	position: relative;
	right:0;
	padding:0 2px;
	margin: 40px 0 0;
	font-size: 14px;
}

/* =primary
----------------------------------------------- */

#primary{
	float:left;
}

/* =also-link
----------------------------------------------- */

.also-link{
	border-bottom: 1px solid #C6C6C6;
	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:right;
}

#secondary ul{
	margin:0;
	border-bottom:1px solid #c6c6c6;
}

#secondary ul li{
	list-style:none;
	font-size:14px;
	padding:13px 0;
	line-height: 16px;
	border-top:1px solid #c6c6c6;

}

#secondary ul li ul {
	margin: 13px 0 -14px;
}

#secondary a{
	color:#999;
	text-decoration:none;
}

#secondary a:hover{
	color:#D73434;
	text-decoration:underline;
}

#secondary .tagcloud{
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	padding: 11px 0;
}

#secondary .tagcloud a{
	line-height:24px;
	margin: 0 15px 0 0;
	font-size: 14px !important;
}

#secondary .tagcloud a:hover{
	background-color:#D73434;
	color:#fff;
	text-decoration:none;
}

/* =pager
----------------------------------------------- */

.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
----------------------------------------------- */

#colophon{
	padding:30px 0;
	margin:20px 0 0;
	background-color:#d73434;
	-webkit-box-shadow: 1px -1px 6px rgba(24, 18, 18, 0.41);
	-moz-box-shadow:    1px -1px 6px rgba(24, 18, 18, 0.41);
	box-shadow:  1px -1px 6px rgba(24, 18, 18, 0.41);
	min-width:1003px;
}

#colophon a{
	color: inherit;
}

#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;
	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;
}

#colophon .widget ul{
	margin:0;
}

#colophon .widget ul li,
#colophon .widget ul li a{
	list-style:none;
	font-size:14px;
}

#colophon .widget ul li a:hover{
	text-decoration:underline;
}

.site-info{
	text-align:center;
	font-size:14px;
}

#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}

nav li{
list-style-type: none;
}

/****************************************
		pattern
*****************************************/
body.pattern_background {
	background-repeat: repeat;
	background-position: left top;
}
body.pattern_background.ptn_chiyo_bgcolor { background-image: url('images/ptn_chiyo_bgcolor.png'); }
body.pattern_background.ptn_chiyo_colored { background-image: url('images/ptn_chiyo_colored.png'); }
body.pattern_background.ptn_botan_bgcolor { background-image: url('images/ptn_botan_bgcolor.png'); }
body.pattern_background.ptn_botan_colored { background-image: url('images/ptn_botan_colored.png'); }
body.pattern_background.ptn_hinageshi_bgcolor { background-image: url('images/ptn_hinageshi_bgcolor.png'); }
body.pattern_background.ptn_hinageshi_colored { background-image: url('images/ptn_hinageshi_colored.png'); }



/* gmo showtime */

.theme-default{
	margin-bottom:40px;
}