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, 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-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	-webkit-overflow-scrolling: touch;
	padding: 0%;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}




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

body, input, textarea {
	color: #373737;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625;
	word-wrap: break-word;
}
body {
}
#page {
	background: #fff;
}

.title_img{background-image: url(img/header_bg.png);text-align: center;background-repeat: repeat-x}

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

/* Text elements */
p {
	margin-bottom: 1.0em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size: 0.800em;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 1em "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.667em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

table{border-collapse: collapse;}






/* 進捗バー */
ol.progress {
	margin-left: 0px;
	height: 30px;
	width: auto;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
	margin-top: 0px;
	color: #333;
}
.progress li {
	display: block;
	float: left;
	text-align: center;
}
.progress .bar
{
	padding: 8px 0px 8px 0px;
	font-size: 14px;
}
.progress li{	font-size: 14px;}

.progress .current {
	font-weight: bold;
}
.progress h2{
		padding: 8px 0px 8px 0px;
	background-color: #126484;
	background-image: -moz-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e0b2), to(#d9ca75));
	background-image: -webkit-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: -o-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: linear-gradient(to bottom, #e8e0b2, #d9ca75);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e0b2', endColorstr='#d9ca75', GradientType=0);
}
.progress .leftline{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a39a63;
}

ol.progress ul{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

ol.progress ul li{
	background-color: #FFF;
	text-align: left;
	float: none;
}


/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}


/* Links */
a {
	color: #00a4bc;
	text-decoration: none;
}
/* Assistive text */
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	visibility: hidden;
}


/* =Structure
----------------------------------------------- */

#page {
}

#primary,
#secondary {
	margin: 0 auto;
	width: auto;
}

/* Alignment */
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Make sure embeds and iframes scale on smaller screens */
embed,
iframe,
object {
	height: auto;
	width: auto;
}


/* =Header
----------------------------------------

#branding hgroup {
	margin-bottom: 1.3em;
}
------- */

#branding hgroup {
	margin-bottom: 0.3em;
	height: auto;
}

#site-title,
#site-description {
	clear: none;
}
#site-title a {
	color: #111;
	font-size: 1.846em;
	font-weight: bold;
	line-height: 1.3em;
}
#site-description {
	color: #7a7a7a;
	font-size: 0.923em;
}

/* Header Image */
#header-img {
	text-align: center;
}
header img {
	height: auto;
}


/* =Navigation and Search Form
----------------------------------------------- */

.search-wrapper{
    padding: 15px;
}

.menu-search {
	width: 100%;

}

.menu-search:after {
	clear: both;
	content: "";
	display: block;
}

.search-form #s {
padding: 0px 10px 0px 10px;
}
input#s {
    width: calc(100% - 66px);
    height: 33px;

}


input#searchsubmit {
    position: absolute;
    right: 15px;
    background-color: #7b713b;
    color: #FFF;
    border: none;
    padding: 6px 10px 6px 10px;
        height: 36px;
    width: 46px;
    
    
}




/* Small menu */
#access {
	float: left;
	width: 55%;
}
.search-form {
	width:100%;
	color: #333;
}
.menu-toggle {
	cursor: pointer;
}
#access .toggled-on {
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
	border: 1px solid #e9e9e9;
	border-bottom-width: 0;
	box-shadow: 0 1px 0 #fff;
}
.main-small-navigation {
	position: relative;
	z-index: 99999;
}
.main-small-navigation .menu {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	position: absolute;
	width: 100%;
}
.main-small-navigation ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 0.5em 0.8em;
}
.main-small-navigation ul li:last-of-type {
	border: none;
}
.main-small-navigation ul ul li,
.main-small-navigation ul ul ul li {
	border: none;
	padding-bottom: 0;
}
.main-small-navigation a {
	color: #373737;
	display: block;
	font-size: 0.923em;
	font-weight: bold;
}
.main-small-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
}
.main-small-navigation .sub-menu {
	margin: 0 0 0 15px;
}
#access .menu-label {
	clear: none;
	font-size: 1.077em;
	font-weight: bold;
	line-height: 2.5em;
	padding-left: 0.8em;
	text-shadow: 0 1px 0 #fff;
}
#access .menu-label:after {
	color: #999;
    content: "+";
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin-left: 0.5em;
    width: 18px;
    height: 18px;
	text-shadow: 0 1px 0 #fff;
}
#access .toggled-on .menu-label:after {
	content: "-";
}
.main-small-navigation .menu {
	display: none;
}


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

.page-title {
	color: #666;
	font-size: 0.769em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 0.923em;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	clear: both;
	margin: 0 0 1.5em;
	padding: 0 0 2em;
	position: relative;
}
.hentry {
	border-bottom: 1px solid #ddd;
}
.hentry:last-child,
.no-results,
body.singular .hentry {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 1.615em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	word-wrap: break-word;
}
.featured-post .entry-title {
	font-size: 1.077em;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 0.923em;
	line-height: 1.385em;
	overflow: hidden;
	padding: 0 0 0.6em 0;
}
.entry-meta a {
	font-weight: bold;
}
.entry-content {
	padding: 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 0.769em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 0.769em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 0.600em 1em 0.600em 0;
}
.entry-content #s {
	width: 75%;
}









.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}

dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 0.154em 0.231em;
	text-decoration: none;
}
.page-link span {
	margin-right: 0.462em;
}
.entry-meta .entry-date,
.entry-meta .entry-gallery {
	display: block;
	float: left;
}
.entry-meta .comments-link {
	display: block;
	float: right;
}
.entry-meta .edit-link a {
	margin-right: .5em;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 0.615em;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
#content .gallery-columns-3 .gallery-item img,
#content .gallery-columns-4 .gallery-item img,
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 0.923em;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 0.833em 0 0.417em 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-3 .gallery-item {
	width: 31%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-2 .gallery-item {
	width: 45%;
	padding-right: 4%;
}


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

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 0.8em;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	padding: 1.625em 0 0;
	position: relative;
}
.page .hentry {
	padding-bottom: .7em;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 0;
	position: absolute;
	right: auto;
	top: 40px;
}
.single-format-gallery .hentry {
	margin-bottom: 0;
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 1.538em 8.8%;
}


/* =Gallery Posts
----------------------------------------------- */

#content .gallery {
	margin-bottom: 0;
}
.format-gallery img {
	margin: 0;
}
.format-gallery .gallery-large {
	line-height: 1.2em;
	margin: 0;
	width: 100%;
}
.format-gallery .gallery-thumbs-2,
 .format-gallery .gallery-thumbs-3 {
	overflow: hidden;
	width: 100%;
}
.format-gallery .gallery-thumbs-2 img {
	margin-right: 0.3%;
	max-width: 48%;
}
.format-gallery .gallery-thumbs-3 img {
	float: left;
	margin-left: 0.2%;
	max-width: 33%;
}
.format-gallery .gallery-large,
.format-gallery .gallery-thumbs-2 img,
 .format-gallery .gallery-thumbs-3 img {
	display: inline-block;
}
.format-gallery .gallery-thumbs-3 .gallery-thumb-1 img {
	margin: 0;
}
.gallery-info {
	margin-top: 1.3em;
}

/* =Quote Posts
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 1.308em;
	margin: 0;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 .widgettitle {
	font-size: 0.769em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 0.769em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
}
#nav-below,
#nav-single {
	margin: 0 auto 0.6em;
	overflow: hidden;
	width: 100%;
}
.nav-previous {
	float: left;
	width: 48%;
}
.nav-next {
	float: right;
	width: 46%;
}
#nav-single {
	display: block;
	position: static;
}
#nav-single .nav-previous {
	margin-left: 0;
	width: 50%;
}
#nav-single .nav-next {
	margin-right: 0;
	width: 49%;
}
.nav-previous a,
.nav-next a {
	background: #00a4bc;
	color: #fff;
	display: block;
	font-size: 1.231em;
	font-weight: bold;
	padding: 1.2em 0;
	text-align: center;
	width: 100%;
}
#content nav .meta-nav {
	font-weight: normal;
}
#jp-post-flair {
	margin: 1em auto !important;
}



/* =Widget Area & Widgets
----------------------------------------------- */

.widget-area {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 0.923em;
	padding: .6em 0.8em;
}
.widget {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0;
	padding: 1.625em 0;
}
.widget:last-of-type {
	border: 0;
}
.widget-title {
	color: #666;
	font-size: 0.833em;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.widget-title a {
	color: #666;
}
.widget ul {
	margin-bottom: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	line-height: 2.083em;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #00a4bc;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Twitter */
.tweets {
	margin-left: 0;
}
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 1.167em;
}
.widget_twitter .timesince {
	font-size: 0.917em;
	font-weight: normal;
	text-align: right;
}

/* RSS-Related Widgets */
.widget_rss img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.widget_rss .rss-date {
	font-size: 90%;
}
.widget_rss_links img,
.widget_rss_links a:hover img,
.widget_rss_links a:focus img,
.widget_rss_links a:active img {
	background: transparent;
	border: none;
	padding: 0;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Recent Comments */
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	vertical-align: top;
}

/* Authors Widget */
.widget_authors ul {
	margin-left: 0;
}
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	padding-right: 0.833em;
	vertical-align: text-top;
}

/*Flickr Widget */
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #00a4bc !important;
}


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

#comments {
	margin-top: 1.5em;
}
#comments-title {
	color: #000;
	font-size: 1.154em;
	font-weight: bold;
	line-height: 1em;
	padding: 1em 0;
}
#comment-nav-below {
	overflow: hidden;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 1.846em;
	font-weight: 100;
	margin: 2em 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -2.5% 0.5em;
	padding: .8em;
	position: relative;
}
.commentlist > li.comment,
.commentlist .pingback {
	width: auto;
}

/* Reblogs */
.commentlist > li.reblog {
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .reblog .comment-meta {
	display: none;
}
.commentlist .reblog p:first-child {
	color: #999;
	font-size: 1em;
}
.commentlist .reblog p:first-child a {
	font-weight: bold;
}
.commentlist .pingback,
.commentlist .pingback p {
	margin: 0 0 .8em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta,
.comment-content {
	margin-left: 4em;
}
.comment-meta {
	color: #666;
	font-size: 0.923em;
}
.comment-content {
	padding-top: 0.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 3.462em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	background: transparent;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0;
	position: absolute;
		left: 13px;
		top: 13px;
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	position: absolute;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 0.923em;
	padding: 0 0.615em;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	width: auto;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 0.615em;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 1.077em;
	font-weight: bold;
	padding: 0.154em 0 0;
	position: relative;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 1.692em;
	font-weight: bold;
	left: 95%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 0.8em;
	color: #666;
}
#respond p {
	margin: 0.769em 0 0;
}
#respond .form-submit {
	margin: 0;
}
#respond input#submit {
	background: #00a4bc;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0.462em 0;
	padding: 1em;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #00879c;
	color: #fff;
}
#respond #cancel-comment-reply-link {
	color: #666;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#respond .comment-subscription-form {
	margin: 6px 0;
}
#reply-title {
	color: #373737;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.733em;
}
.comment #reply-title {
	margin-top: 1em;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 0.923em;
	font-weight: normal;
	line-height: 2.2em;
	text-decoration: none;
	text-transform: uppercase;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 1.846em;
	width: 95%;
}
#respond p {
	font-size: 0.923em;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	background: #434343;
	clear: both;
	margin-bottom: -2em;
	padding-bottom: 1em;
}

/* Site Generator Line */
#site-generator {
	background: #434343;
	border-top: 1px solid #ddd;
	color: #fff;
	font-size: 0.923em;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #00a4bc;
	font-weight: bold;
}
#site-generator .sep {
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 1.231em;
	margin: 0 0.538em;
	text-indent: 40px; /* Push the separator just out of the way */
	width: 3.077em;
}


/* =WP.com
----------------------------------------------- */

.video-player {
	max-width: 100% !important;
}
.videopress-placeholder,
.video-player img {
	max-width: 100% !important;
	height: auto !important;
}
.syntaxhighlighter {
	overflow: auto;
}
.single #content #wp-likebox,
.page #content #wp-likebox {
	display: block;
}
#wpl-mustlogin {
width: 240px !important;
margin-left: -60px !important;
}

/* WP.com comment form */
#comments #respond {
	max-width: 75%;
	margin: 0 auto 15px;
}
.content #comments #respond,
#comments .commentlist #respond {
	max-width: 100%;
}
#respond textarea {
	text-indent: 0;
}
.singular #content .wpl-likebox {
    width: 100%;
}
#comments #respond {
	max-width: 100%;
}
#wpstats {
	display: block;
	margin: -1.8em auto 0;
}
#wpstats2 {
	display: none;
}

/* Adjust the width of PollDaddy polls */
.PDS_Poll .pds-box {
	width: 99% !important;
}


/* Remove margins and padding on outer containers for super-tiny screens */
@media only screen and (min-device-width: 100px) and (max-device-width: 300px) {
	#wrapper {
		margin: 0;
		padding: 0;
	}
	#access {
		padding: 0.385em 0;
	}
	#page,
	.widget-area,
	#main {
		width: 100%;
		margin: 0;
	}
	.widget-area {
		padding: 0.417em;
	}
}




.cbp-hrmenu {
	width: calc(100% - 30px);
	margin-top: 0em;

	padding: 0px 15px 0px 15px;
    margin-bottom: 15px;
}

/* general ul style */


.cbp-hrmenu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}


/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	margin: 0px;
	padding: 0px;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #126484;
	background-image: -moz-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e0b2), to(#d9ca75));
	background-image: -webkit-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: -o-linear-gradient(top, #e8e0b2, #d9ca75);
	background-image: linear-gradient(to bottom, #e8e0b2, #d9ca75);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e0b2', endColorstr='#d9ca75', GradientType=0);
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	color: #333;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cbp-hrmenu > ul > li > a,
.cbp-hrmenu > ul > li > a:hover {
	color: #333;
	background-image: none;
}

.cbp-hrmenu > ul > li.cbp-hropen > a:hover  {
	color: #333;
	background: #e8e0b2;
	background-image: none;
}

.cbp-hrmenu > ul > li.cbp-hropen a{
	color: #333;
	background: #e8e0b2;
}

.cbp-hrmenu .cbp-hropen #list a{
	background-image: url(img/yajirusi.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.cbp-hrmenu .cbp-hropen #list .children{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7b713b;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7b713b;
}

.cbp-hrmenu .cbp-hropen #list > li{
}

.cbp-hrmenu .cbp-hropen #list .cat-item{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b713b;}
	
	.cbp-hrmenu .cbp-hropen #list .cat-item ul li:last-child{
	border-bottom-style: none;
}

.cbp-hrmenu ul li ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;


}

.cbp-hrmenu ul li ul li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;

	width: 100%;

}

.cbp-hrmenu ul li ul li ul li ul li a{
		width: 82%;
	padding-top: 12px;
	padding-right: 0%;
	padding-bottom: 12px;
	padding-left: 14.5%;
	margin-right: 3.5%;
		}

.cbp-hrmenu ul li ul li ul li a{
		width: 88%;
	padding-top: 12px;
	padding-right: 0%;
	padding-bottom: 12px;
	padding-left: 8.5%;
	margin-right: 3.5%;
		}


.cbp-hrmenu ul li ul li a{
	width: 94%;
	padding-top: 12px;
	padding-right: 0%;
	padding-bottom: 12px;
	padding-left: 2.5%;
	display: block;
	margin-right: 3.5%;

	}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #e8e0b2;
	width: 100%;
	left: 0;
	height: auto;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}



#pagination{
	width: calc(100% - 30px);
	font-size: 14px;
    margin: 50px auto 15px auto;
}
#pagination a{
	font-size: 14px;
	color: #FFF;
	display: block;
	background-color: #7b713b;
	font-weight: bold;
}
#pagination .next a{	text-align: right;
padding: 20px 30px 20px 15px;
    position: relative;
}

#pagination .next a::after{
  height: calc(20px / 2 * tan(60deg));
  width: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    display: block;
    content: "";
    top:23px;
    right: 12px;
    background-color: #7b713b;

}
#pagination .next a::before{
  height: calc(15px / 2 * tan(60deg));
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    display: block;
    content: "";
    top:25px;
    right: 8px;
    background-color: #FFF;

}


#pagination .next{
	float: right;
	width: 48%;


}
#pagination .prev a{	text-align: left;
padding: 20px 15px 20px 30px;
    position: relative;
}




#pagination .prev a::after{
  height: calc(20px / 2 * tan(60deg));
  width: 14px;
clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    display: block;
    content: "";
    top:23px;
    left: 12px;
    background-color: #7b713b;

}
#pagination .prev a::before{
  height: calc(15px / 2 * tan(60deg));
  width: 10px;
clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    display: block;
    content: "";
    top:25px;
    left: 8px;
    background-color: #FFF;

}






#pagination .prev{
	float: left;
	width: 48%;

}


















#footerwrap{
	padding-bottom: 20px;
}




.group{}

.group{
    ul{padding: 0;margin: 0 0 20px 0;border-top: 1px solid #CCC;}
    ul li{list-style-type: none;padding: 0;margin: 0;}
    ul li a{display: flex;padding: 15px 40px 15px 15px;justify-content: space-between;	background-image: url(img/yajirusi.png);background-repeat: no-repeat;background-position: right 15px center;
        border-bottom: 1px solid #CCC;
        color: #333;
    }
}






.clearfix{
	clear: both;
}

.post{
	margin-top: 10px;
	margin-bottom: 10px;
}

.post p img{
	width: 100%;
height: auto;
}
.post h2{
    background-color:#f3dfde;
	display:block;
	margin: 20px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
	font-weight: bold;
font-size: 16px;}

.post h2 span{font-size: 14px;}
.post h2 span:nth-of-type(2){display: none}

#title{
    background-color:#f3dfde;
	display:block;
	margin: 20px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
	font-weight: bold;
font-size: 16px;
    
}

.subtitle{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
.post_contents {
padding: 0px 15px 0px 15px;
}

.post_contents figure img{
	width: 100%;
}


.postmeta{
	padding: 0px 15px 0px 15px;
}


/*
.postmeta_cate_list{padding-bottom: 10px}
.postmeta_cate_list span{margin-right: 10px;display: inline-block;}
.postmeta_cate_list span a{}

.postmeta_cate_list_under{padding-bottom: 50px}
.postmeta_cate_list_under span{display:inline-block;margin-right: 5px}
.postmeta_cate_list_under span a{padding:5px 30px 5px 9px ;background-color:#ffdcd6;display:block;color: #333;	background-image: url(img/yajirusi.png);
	background-repeat: no-repeat;
	background-position: right 7px center;
background-size: 10px;
font-weight: bold;}
*/





.about{
	padding: 2.5%;
	background-color: #FFF;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}

.aboutimg{
	width: 28%;
	float: left;
}
.aboutimg img{
	width: 100%;
}


.abouttext{
	width: 70%;
	float: right;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}


.footer_title{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a41e1d;
	background-color:#f3dfde;
	display:block;
	margin: 0px 0px 5px 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	}

.wp_sns{display: flex;justify-content: space-between;}
.wp_sns_top{width: calc(100% - 30px);margin: 90px auto 60px auto}
.wp_sns div{width: 32%;}
.wp_sns div a{width: 100%;display: block;	background-repeat: no-repeat;height: 32px;background-position: center center;line-height: 9999;overflow: hidden}
.wp_sns .wp_sns_facebook{display: block;}
.wp_sns .wp_sns_facebook a{background-color: #1b78f2;
	background-image: url(img/sns_btn_facebook.png);
    background-size: 84px;

}

.wp_sns .wp_sns_twitter{display: block;}
.wp_sns .wp_sns_twitter a{background-color: #000000;
	background-image: url(img/sns_btn_x.png);
    background-size: 84px;}

.wp_sns .wp_sns_line{display: block;}
.wp_sns .wp_sns_line a{background-color: #00c34d;
	background-image: url(img/sns_btn_line.png);
    background-size: 80px;}


.wp_social_bookmarking_light{display: none}


















.top_blog{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.top_blog li{
	margin: 0px;
	list-style-type: none;
	display: block;
	height: auto;
    border-top: 1px solid #CCC;
}
.top_blog li:last-child{
    border-bottom: 1px solid #CCC;
}

.top_blog li a{
	display: flex;
    justify-content: space-between;
	width: calc(100% - 40px);
	color: #333;
	background-image: url(img/yajirusi.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
    padding: 15px 25px 15px 15px;

}



.top_blog_img{
	width:140px;
	height:105px;
}


.top_blog_img img{
	width:140px;
	height:105px;
    object-fit: cover;
}
.top_blog_text_date{color: #7a7a7a;padding-bottom: 3px;}

.top_blog_text_title{
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
    margin-bottom: 5px;
}

.top_blog_text_title span{font-size: 13px;}
.top_blog_text_title span:nth-of-type(2){display: none}

.top_blog_text{
	width: calc(100% - 170px);
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;

}

.top_blog_text_tag{color: #7a7a7a;padding-top: 3px;}





.related{margin-top: 50px;}
.related h2{padding: 20px 20px 10px 20px;border-bottom: 1px solid #CCC;font-weight: bold;font-size: 16px;}
.related ul{padding: 0 ;margin: 0px}
.related ul li{padding: 0 ;margin: 0px;border-bottom: 1px solid #CCC}
.related ul li a{display: flex;padding: 15px 30px 15px 15px;justify-content: space-between;	background-image: url(img/yajirusi.png);background-repeat: no-repeat;background-position: right 15px center;}
.related ul li a .first-img{width: 35%;margin-right: 8px;height: 120px;object-fit: cover;}
.related ul li a .related_text{width: calc(100% - 150px);}
.related ul li a .related_text_date{color: #7a7a7a}
.related ul li a .related_text_title{}
.related ul li a .related_text_title {color: #000}
.related ul li a .related_text_text{}
.related ul li a .related_text_text {color: #000}
.related ul li a .related_text_tag{color: #7a7a7a;padding-top: 3px;font-size: 12px;}






#contentwrap .top_title{
	background-color:#f3dfde;
	display:block;
	margin: 0px 0px 10px 0px;
    padding: 15px;
    font-size: 16px;
	font-weight: bold;
}







/*カテゴリー==============================================================================*/


.recommend_cate_block{padding: 30px 0 0 0;}

.recommend_cate_block .top_title{
    background-color:#f3dfde;
	display:block;
	margin: 20px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
	font-weight: bold;
font-size: 16px;}

.cate_all ul{padding-left: 0px;list-style: none;padding: 0;margin: 0;display: flex;justify-content: space-between;flex-wrap: wrap}
.cate_all ul li{position: relative;list-style: none;width: 50%;}
.cate_chiiki .cate_all > ul > li:nth-of-type(even){border-right: 1px solid #CCC;}
.cate_chiiki .cate_all > ul > li:nth-of-type(1){width: 100%}
.cate_chiiki .cate_all > ul > li:nth-of-type(2){width: 100%;border-right: none;}
.cate_chiiki .cate_all > ul > li:nth-of-type(3){width: 100%}

.cate_genre .cate_all > ul > li:nth-of-type(odd){border-right: 1px solid #CCC;}


.cate_all > ul{list-style: none;padding: 0;margin: 0}
.cate_all > ul > li{border-bottom: 1px solid #CCC;padding: 0px ;height: auto;list-style: none;box-sizing: border-box}


.cate_all ul li a{color: #000;font-weight: bold;}
.parent {height: auto;}
.parent a{background-image: url(img/yajirusi.png);background-position: left 20px top 20px;background-repeat: no-repeat;background-size: 10px;padding: 15px 10px 6px 35px;height: 30px;display: block}
.accordion {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.accordion input[type="checkbox"] {
    display: none;
}

.accordion label {
    cursor: pointer;
    background-color: #eee;
    padding: 5px;
    margin: 0;
    display: block;
    font-weight: bold;
    color: #444;
    width: 10px;
    position: absolute;
    right: 20px;
    top:15px;
}

.accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    padding: 0px;
    transition: .2s;
}

.accordion .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 10px;}
.accordion .content ul li{width: 50%;margin-bottom: 7px;}
.accordion .content ul li a{font-size: 13px;background-image: url(img/yajirusi.png);background-position: left 10px top 14px;background-repeat: no-repeat;padding-left: 25px;background-size: 5px;width: calc(100% - 25px);display: block;background-size: 10px;padding-top: 10px;background-size: 10px;padding-bottom: 3px;}
.accordion .content ul li:hover{background-color: antiquewhite}

.accordion input[type="checkbox"]:checked ~ .content {
    max-height: 100%;
    padding: 0px;
    margin-top: 10px;
}

.accordion label span {
    cursor: pointer;
    width: 11px;height: 11px;
    background-image: url(img/plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    content: "";
}

.accordion input[type="checkbox"]:checked ~ label span {
    background-image: url(img/minus.png);
}





	
/*月間アーカイブ*/
.month_archive{
	margin: 10px auto 30px auto;
	overflow: hidden; /* 伸ばした分を隠す */
    width: calc(100% - 30px); /* UI分を伸ばす */
    

}
.month_archive > select {


}

.month_archive select{
    width: 100%;

margin:0px auto 15px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	height: 40px;
	border: 1px solid #CCC;
	    padding: 5px 15px 5px 15px;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url(img/yajirusi_month_archive.png);
}

/*カレンダー*/
.calendar_block{padding: 30px 0 0 0;}

#wp-calendar{	width: calc(100% - 30px);margin: 0 auto 0 auto}

nav.wp-calendar-nav{	width: calc(100% - 30px);margin: 15px auto 30px auto;justify-content: space-between;display: flex}
nav.wp-calendar-nav a{
    background-color: #7b713b;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    }

nav.wp-calendar-nav .wp-calendar-nav-prev{}
nav.wp-calendar-nav .wp-calendar-nav-prev a{}

nav.wp-calendar-nav .wp-calendar-nav-next{}
nav.wp-calendar-nav .wp-calendar-nav-next a{}

#wp-calendar a{
	font-weight: bold;

}

#wp-calendar caption{
	font-weight: bold;
	margin-bottom: 10px;
    font-size: 14px;
}

#wp-calendar table{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wp-calendar th{
	border: solid 1px #cccccc;
	text-align: center;
	padding: 5px;
}
#wp-calendar thead{
	border: solid 1px #cccccc;
	text-align: center;
	font-weight: bold;
}

#wp-calendar thead th{
	background-color: #FFF;
}

#wp-calendar thead th:nth-child(6) {
	background-color: #EEF3FF;
	color: #06F;
}
#wp-calendar thead th:nth-child(7) {
	background-color: #FEF;
	color: #C03;
}

#wp-calendar td{
	border: solid 1px #cccccc;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wp-calendar tfoot td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.calendar_block .top_title{
    background-color:#f3dfde;
	display:block;
	margin: 20px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
	font-weight: bold;
font-size: 16px;}

	





.cate_list_block{padding: 30px 0 0 0;}

.cate_list_block .top_title{
    background-color:#f3dfde;
	display:block;
	margin: 20px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
	font-weight: bold;
font-size: 16px;}










#wp-calendar tfoot #prev a{
	font-size: 14px;
	color: #333;
	display: block;
	background-color: #e7e7e7;
	height: 34px;
	width: 50%;
	padding-top: 14px;
	float: left;
}

#wp-calendar tfoot td {
	padding-top: 10px;
	background-color: #FFF;
}
	
#wp-calendar tfoot #next a{
	font-size: 16px;
	color: #333;
	display: block;
	background-color: #e7e7e7;
	height: 34px;
	width: 50%;
	padding-top: 14px;
	float: right;
}


#wp-calendar td{
	background-color: #ffffff;
}

#wp-calendar .sun{
	background-color: #FEF;
}

#wp-calendar .sat{
	background-color: #EEF3FF;
}
#wp-calendar .pad{
	background-color: #FFF;
}

.cate_list_block{}

.top_pagination{background-color: #F5F5F5;padding: 30px 0px 20px 0px;border-bottom: 1px solid #CCC}
.top_pagination{
/*真ん中に設置*/
.pagination {
  text-align: center;
}

/*横並びにする*/
.nav-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
width: 96%;
    padding: 0;
    margin: 0 auto 10px auto ;
}

.nav-links .page-numbers li{
list-style: none;
margin: 0 5px 0 5px;
}

.nav-links .page-numbers li:first-of-type{margin: 0 5px 0 0px;}
.nav-links .page-numbers li:last-of-type{margin: 0 0px 0 5px;}
.nav-links .page-numbers li:nth-last-child(2){display: none}
.nav-links a{background-color: #7b713b;color: #FFF;border-radius: 5px;padding: 4px 13px 1px 13px;display: block;font-size: 17px;border: 1px solid #7b713b;height: 30px;font-weight: bold}
.nav-links .current{
background-color: #FFF;color: #7b713b;border-radius: 5px;padding: 4px 13px 1px 13px;display: block;font-size: 17px;border: 1px solid #7b713b;height: 30px;font-weight: bold
}

.nav-links .dots{
    padding-top: 5px;
display: block;
    font-weight: 900;
    color: #7b713b;
}
    .nav-links a.prev{width: 12px;background-image: url(img/yajirusi_w.png);background-position: center center;background-repeat: no-repeat;transform: scale(-1.0, 1.0);}
    .nav-links a.next{width: 12px;background-image: url(img/yajirusi_w.png);background-position: center center;background-repeat: no-repeat;}
}

.now_page_num{
text-align: center;
font-size: 16px;
padding-top: 10px;

}
.now_page_num span:nth-of-type(1){margin-right: 5px}
.now_page_num span:nth-of-type(2){margin-left: 5px}


/*公式Xアカウントを開設しました========================*/
.x_sns {width: 90%;margin: 10px auto 20px auto;justify-content: space-between;flex-wrap: wrap;display: flex;}
.x_sns h2{text-align: left;font-weight: bold;margin: 0px 0px 0px 0px;font-size: 14px;padding-top: 6px;}
.x_sns .x_sns_btn { width: auto;}
.x_sns .x_sns_btn a{width: auto;border-radius: 5px;
    height: 20px;
    background-color: #000000;
	background-image: url(img/x_sns.png);
	background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 5px 10px 5px 30px;
    color: #FFF;
    font-size: 13px;
    margin: 0 auto 0 auto;
    
    display: block;
}
.x_sns .x_sns_btn a span{
font-weight: bold;
}
.x_sns .x_sns_btn a:hover{opacity: 0.6}




/*sp_main========================*/


.sp_main{
background-image: url(img/header_sp_bg.png);
width: 100%;
height: 280px;
border-bottom: 1px solid #CCC;
}

.sp_main a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
background-position: left -145px top -50px;
    background-repeat: no-repeat;
    background-image: url(img/header_sp_photo.png);
    overflow: hidden;

}

.sp_main a {
    .grume{
    position: absolute;
    left: 0;
    top:0;
    width: 183px;
    height: 43px;
    }
    
    .grume img{width: 150px;}
   .logo{
        position: absolute;
    left: 15px;
    bottom: 60px;
    width: 231px;
    height: 165px;
    }
   .icon{
    position: absolute;
    width: 201px;
    height: 85px;
    bottom: 180px;
    left: 160px;
    }
    .icon img{
    width: 160px;
    height: auto;
    }    

}

/*visual=======================================================*/
.visual{ width: 100%}
.visual img{ width: 100%}