@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "MS Gothic UI";
    src: url('https://www.cafe-yamaya.tzg.jp/fonts/MS Gothic UI.woff2') format("woff2"), url('https://www.cafe-yamaya.tzg.jp/fonts/MS Gothic UI.woff') format("woff");
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	margin: 0 2em;
	font-size: 1.4em;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.comment-content.comment {
	margin: 0 2em;
	font-size: 1em;
	line-height: 1.5;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 1.1em;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.5em;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 3px 5px;
	font-size: .9em;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
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,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 2em;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	background: #f1f1f1;
	font-size: 62.5%;
	font-family: 'MS Gothic UI', Arial, 'ＭＳ Ｐゴシック', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
#primary.site-content,
#primary.content-area {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
.widget-area {
	margin: 10px 0 0;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#page {
	position: relative;
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#page #masthead {
	width: 1000px;
	height: 250px;
	background: url(images/sub-banner03.jpg) no-repeat center bottom !important;
}

#content {
	width: auto;
	margin: 0;
}

#primary {
	float: left;
	width: 750px;
	padding-top: 5px;
	/padding-top: 0;
}

#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
	padding-top: 5px;
	font-size: 1.4em;
    -webkit-text-size-adjust: none;
}

#secondary p {
	margin: 5px 10px;
}

#secondary .textwidget {
	text-align: center;
}

#secondary.widget-area {
	padding: 0;
}

footer {
	clear: both;
	width: auto;
}


/* =Fixed Navi & Scroll Navi
-------------------------------------------------------------- */

#fixed-navi {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 1;
	width: 30px;
	height: 36px;
	background: url(images/tpbtm.png) no-repeat;
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
	overflow: hidden;
}

#fixed-navi li a {
	width: 30px;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#scroll-navi {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   display: none;
   z-index: 1;
   background-color: #DDD;
   box-shadow: 3px 3px 3px #888888;
}

#scroll-navi ul {
	width: 950px;
	margin: .5em auto 0;
	list-style: none;
}

#scroll-navi ul li {
	float: left;
	padding: .5em 1em;
	line-height: 1;
}

#scroll-navi ul li img {
	margin-top: -.2em;
}

#scroll-navi ul li a {
	font-size: 1.4em !important;
	color: #39F;
	font-weight: bold;
	text-decoration: none;
}

#scroll-navi ul li a:hover {
	color: #F33;
}

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

header .site-title a {
	float: left;
	width: 500px;
	margin: 10px 0 10px 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
header .site-description {
	clear: none;
	float: right;
	margin: 18px 50px 0 0; 
	font-size: 15px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	width: 400px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	header .site-description {
		right: 25px;
	}
}

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

#main {
	clear: both;
	width: 1000px;
	background: url(images/background02.gif) center repeat-y;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#main a {
	text-decoration: none !important;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 1.4em;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin: 12px 0;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.hentry {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	width: 750px;
}

.single.hentry p {
	overflow-wrap: break-word !important; /* または word-wrap: break-word; */
	word-break: break-word !important;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-title {
	width: auto;
	background-color: #ffffcc;
	border-left: 10px #333333 solid;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left !important;
	letter-spacing: 3px;
	text-indent: 5px;
	margin: 10px 20px !important;
	padding: 3px 0 2px;
}

#content .entry-header .posted-on,
.post.type-post .entry-header .posted-on {
	display: block;
	margin: 0 0 .5em 2.5em;
	font-size: 1em !important;
}

.posted-on:before {
    content: '\f073';
    display: inline-block;
    font-family: FontAwesome;
	margin-right: .2em;
}

.cat-links:before {
    content: '\f86d';
    display: inline-block;
    font-family: FontAwesome;
	margin: 0 .2em;;
}

a.post-edit-link:before {
    content: '\f044';
    display: inline-block;
    font-family: FontAwesome;
	margin: 0 .2em;
} 

.comment-link:before {
    content: '\f075';
    display: inline-block;
    font-family: FontAwesome;
	margin: 0 .2em;
}

.single.post .comment-link {
	display: none;
}

.entry-content .mdsh {
	background: #999;
	margin: 0 30px 5px !important;
	border-left: 10px solid #666;
	font-size: 15px;
	color: #FFF !important;
	font-weight: bold;
	line-height: 2;
	text-indent: 5px;
}

#primary.site-content .entry-content p,
#primary.contetn-area .entry-content p {
	margin: 0;
	padding: 0 2em !important;
	font-size: 1em;
	line-height: 1.8;
	text-indent: 1em;
}

#primary.content-area div.entry-content {
	width: 750px !important;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-meta {
	border: none;
	color: #888;
	font-size: 1em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 2em;
	padding-top: 1em;
}

.content-area .comments-link a,
.content-area .entry-meta {
	font-size: 1.4em;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-header .comments-link {
	margin: 2em 0 0 2em;
	line-height: 1.8;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
.entry-content {
	clear: both;
	width: auto;
	padding: 0;
}

.entry-summary {
	clear: both;
	padding-left: 40px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body.page .edit-link {
	clear: both;
	display: block;
}

.entry-meta .by-author {
	display: none !important;
}

#main.site-main .entry-content p {
	padding: 1em 2em;
	font-size: 1.4em;
	text-indent: 1.4em;
	line-height: 1.8;
}

.page .entry-content {
	padding: 0 3em 2em;
	font-size: 1em;
	line-height: 2;
}


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

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin: .5em .5em 0 0;
}


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

#secondary .widget {
	width: 90%;
	margin: 1em auto 2em;
	padding: 0;
}
.widget-title {
	border-left: 9px solid #333;
	margin-bottom: .5em;
	padding-left: .1em;
	font-size: 1.1em;
	font-weight: bold;
}
.widget-area #s {
	width: 70%; /* define a width to avoid dropping a wider submit button */
}

.widget-area #searchsubmit {
	font-size: 1.3em;
}

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul {
	margin-left: .2em;
}
.widget-area ul li {
	margin-bottom: .2em;
	padding-left: 1.6em;
	background: url(images/bullet01.gif) no-repeat 0 4px;
	line-height: 1.5em;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: .8em;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0 auto;
	width: 95%;
	line-height: 1.846153846;
	color: #686868;
}
table#wp-calendar th,
table#wp-calendar td {
	font-size: 1em;
	text-align: center;
}
table#wp-calendar.wp-calendar-table caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: .8em;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

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

footer {
	background-color: #FFF;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: #666 solid 2px;
}

#copyright {
	clear: left;
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#copyright p {
	clear: left;
	margin: 5px;
	font-size: 1.4em;
	color: #666;
	text-align: center;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.menu-footer-navi-container {
	clear: left;
}

.site-info {
	border-top: 2px solid #263937;
}


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

#access * {
	-webkit-text-size-adjust: none;
}

#access {
	clear: both !important;
	background-color: #FFF;
	display: block;
	float: left;
	width: 1000px;
	border-top: 1px solid #263937;
	border-bottom: 2px solid #263937;
}

#global-navi {
	margin: 0;
	padding: 0;
	list-style: none;
}

#global-navi li {
	float: left;
}

#global-navi li a {
	font-size: 1.5em;
	color: #aaa;
	display: block;
	_display: inline-block;
	line-height: 38px;
	padding: 0 30px;
	text-decoration: none;
	overflow: hidden;
	border-right: 1px solid #263937;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#global-navi li a {
		padding: 0 15px;
	}
}

#global-navi li:hover a {
	background: #F4F6F5 url(images/but-hov.jpg) repeat-x bottom;
	color: #f00;
}

#global-navi li.current-menu-item a,
#global-navi li.nav07 a {
	background: url(images/but-cur.jpg) repeat;
	color: #F90 !important;
	font-weight: bold;
}

* html #global-navi li.current-menu-item a,
* html #global-navi li a:hover {
	color: #fff;
}


/* =Menu下のガイド
-------------------------------------------------------------- */

#guide {
	width: 95%;
	height: auto;
	margin: 5px auto 15px !important;
	font-size: 14px !important;
	text-align: left;
}

#guide li {
	display: inline;
	list-style-type: none;
}

#guide li a {
	padding: 0 15px 0 0;
	background: url(images/arrow.gif) no-repeat right center;
}

#guide #ttp a {
	float: right;
	overflow: hidden;
	width: 80px;
	display: block;
	margin-top: 3px;
	padding: 0 15px 0 0;
	background: url(images/bullet02.gif) no-repeat right 2px;
	text-align: right;
}

#guide .ttl {
	font-size: larger !important;
	font-weight: bold;
}


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

#footer-access {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 700px;
}

#footer-navi {
	margin: 0;
}

#footer-navi li {
	display: inline;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid #666;
}

#footer-navi li a {
	font-size: 1.4em !important;
	text-decoration: none;
}

#footer-navi li:last-child {
	border-right: none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ededed;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


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

.comments-title {
	margin: 0 0 1em 2em;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area {
	padding-top: 1em;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 2em 2em;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.42857;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: .9em;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: none;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 1.4em;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	margin-left: 2em;
	color: #686868;
	font-size: 1em;
	line-height: 1.84615;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	width: 600px;
	margin: 20px 20px 50px !important;
}
#respond h3#reply-title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 1.4em;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 1.4em;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required-field-message {
	font-size: 1em;
}
#email-notes {
	font-size: 1em;
}
.comment-form-comment label[for="comment"],
.comment-form-author label[for="author"],
.comment-form-email label[for="email"],
.comment-form-url label[for="url"], 
.comment-form-cookies-consent label[for="wp-comment-cookies-consent"] {
	font-size: 1em;
}
.required {
	color: red;
}
#submit.submit {
	font-size: .9em;
}

.navigation.post-navigation {
	width: auto;
	margin: 1em 2em 5em;
	font-size: 14px;
}

.nav-single {
	width: 95%;
	height: 1.5em;
	margin: 10px auto;
}

.nav-single .nav-previous {
	float: left;
}

.nav-single .nav-next {
	float: right;
}


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

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 1.3em;
	line-height: 1.5;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =検索結果
-------------------------------------------------------------- */

.searchform {
	width: 300px;
	font-size: .8em;
	margin: 2em auto;
}

#secondary.widget-area #searchform.searchform {
	width: 210px;
	font-size: .8em;
	margin: 0em;
}

.snumber {
	text-indent: 3em;
}


/* =Plugins
------------------------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =その他
------------------------------------------------------------- */

.style1 {
	font-size: larger !important;
	font-weight: bold;
}

.style2 {
	text-align: center;
	letter-spacing: 20px;
}

#wpcf7-f407-p100-o1 {
	width: 80%;
}
