@charset "utf-8";

/*
Theme Name: 介護まつたや
Theme URI: http://www.direx.ne.jp/
Description: 介護まつたや
Author: Direx Corporation
Author URI: http://www.direx.ne.jp/
Version: 1.0
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


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

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body,
input,
textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}
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;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-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;
}
p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
ul li,
ol li {
	line-height: 150%;
	margin: 0 0 5px;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 18px 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
em { 
	font-weight: bold;
}
big {
	font-size: 131.25%;
}
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: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* 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: "";
}
/*
ClearFix
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


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

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #636363;
}

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

/* Form fields, general styles first */
button,
input,
textarea {
	/*border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;*/
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
button,
input {
    line-height: normal;
}
textarea {
	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],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #333;
	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(top, #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,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #333;
	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(top, #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(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.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 {
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
}

/* 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 {
	color: #000;
	font-size: 12px;
	line-height: 2;
}
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 {
	color: #333;
	/*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%;*/
	margin-bottom: 5px;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
nav.nav-single {
	display: block;
	width: 265px;
	margin: 0 auto;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	width: 50%;
}
.nav-next,
.nav-ichiran,
.nav-previous {
	float: left;
	width: 75px;
	margin-left: 10px;
}
.nav-ichiran {
}
nav.nav-single a {
	display: inline-block;
	width: 75px;
	color: #FFF;
	font-size: 12px;
	background: #059F97;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;

	-ms-border-radius: 5px;
	border-radius: 5px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav-single a:hover {
	color: #FFF;
	text-decoration: underline;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.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 */
html {
}
body {
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #000;
	min-width: 960px;
}
body.custom-font-enabled {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}
a {
	outline: none;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#content ul.komelist {
	margin-bottom: 35px;
}
#content ul.komelist li {
	list-style:none;
	margin-left: 1em;
}
#content ul.komelist li:before{
	content:"※";
	margin-left: -1em;
	color: #F00;
}

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

/* Page structure */
#page {
	position: relative;
}
.site {
	margin: 0 auto;
	overflow: visible;
	padding: 0;
	background: none;
}
#main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	padding-top: 130px;
}
.home #main {
	padding: 0;
}
.post-type-archive-information #main,
.single-information #main {
	background: url(img/bg_information.jpg) center center no-repeat;
	background-size: cover;
}
.site-content {
	width: 960px;
	margin: 0 auto 30px;
}
.home .site-content {
	width: 100%;
	margin: 0;
	background: #FFF;
}
.widget-area {
	width: auto;
}
#content {
	width: 100%;
	margin: 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
header
*/
.site-header {
	position: fixed;
	width: 100%;
	height: 110px;
	background: rgba(255,255,255,0.9);
	z-index: 10;
}
.site-header div#headerbox {
	position: relative;
	width: 935px;
	height: 110px;
	margin: 0 auto;
}
.site-header h1 {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0;
	padding: 0;
}
.site-header h1 a {
	outline: none;
}
.site-header h1 a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.site-header div#header_info {
	position: absolute;
	top: 76px;
	left: 0px;
	width: 935px;
	margin: 0 auto;
}
.site-header div#header_info p {
	float: left;
	margin: 0;
}
.site-header div#header_info p#description {
	margin-right: 15px;
	padding-top: 4px;
}
p.btn_totop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	margin: 0;
	z-index: 9;
}

/* Navigation Menu */
.main-navigation {
	width: 721px;

	position: absolute;
	top: 0;
	left: 214px;
	margin: 0;
	height: 66px;
}
.main-navigation ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.main-navigation li a {
	float: left;
	display: block;
	width: 80px;
	height: 66px;
	line-height: 1;
	outline: none;
	margin: 0;
}
.main-navigation li#menu-item-16 a {
	width: 81px;
}
.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a,
.main-navigation li a:hover {
}




/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 5px 0;
	line-height: 1.714285714;
}
h1.entry-title,
h1.archive-title {
	position: relative;
	color: #000;
	line-height: 1;
	font-size: 20px;
	margin: 0 auto;
}
#content h1,
#content div.homecontent h1 {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
#content h2,
.entry-header h2.entry-title,
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title,
h2.entry-title2 {
	color: #000;
	line-height: 1;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 12px 10px 10px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content h2 a,
.entry-content h2 a,
h2.entry-title a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	outline: none;
}
#content h2 a:hover,
.entry-content h2 a:hover,
h2.entry-title a:hover {
	text-decoration: underline;
}
#content div.homecontent h2 {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
.entry-content h3,
.comment-content h3 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	padding: 10px;
	margin-bottom: 25px;
}
.single #content div.homecontent h2,
.single #content div.homecontent h3 {
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	border-bottom: 1px solid #000;
	text-align: left;
	padding: 5px 0 15px;
	margin-bottom: 15px;
}
.entry-content h4,
.comment-content h4 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 20px;
	padding: 6px 10px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.5em;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.5em;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;*/
	margin: 0 0 20px;
	line-height: 1.5em;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	/*margin: 0 0 1.714285714rem;
	line-height: 1.714285714;*/
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ol li,
.comment-content ol li {
	margin-bottom: 5px;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin-left: 36px;
	/*margin: 0 0 0 2.571428571rem;*/
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 0 24px 12px 0;
}
img.alignright {
	margin: 0 0 12px 24px;
}
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content .gallery dd {
	margin-bottom: 0;
}
.entry-content table,
.comment-content table {
	/*border-bottom: 1px solid #ededed;*/
	color: #757575;
	line-height: 1.5em;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;*/
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


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

.archive-header,
.page-header {
	/*margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	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 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-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	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: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	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: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	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(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
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 {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	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: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	/*clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;*/
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	/*float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;*/
}


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

.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 {
	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 #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/*
main
*/
#content table {
	width: 100%;
	text-align: left;
	margin: 0 0 25px;
	border: none;
}
#content table th,
#content table td {
	font-size: 14px;
	border: none;
	border: 1px solid #bfbfbf;
	padding: 8px 10px;
}
#content table th {
	background: #e6e6e6;
	width: 20%;
}
#content table thead th,
#content table thead td,
#content table tbody th,
#content table tbody td {
	color: #000;
	text-align: left;
	line-height: 1.5em;
	vertical-align: middle;
}
#content table thead th {
	text-align: center;
}
.attention,
.attention a {
	color: #F00;
}
.wspace {
	clear: both;
	padding-bottom: 40px;
}
p.thumbnail {
	float: left;
	margin: 0 25px 15px 0;
}
p.photo_r {
	float: right;
	margin: 0 0 15px 15px;
}
p.photo_l {
	float: left;
	margin: 0 15px 15px 0;
}
p.entrymore {
	text-align: right;
}


/*
topimage
*/
#content div.homecontent {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#content div#topimage {
	height: 600px;
	background: url(img/bg_home.jpg) center center no-repeat;
	background-size: cover;
}
#content div#topimage p {
	position: absolute;
	margin: 0;
}
#content div#topimage p#read_home {
	top: 175px;
	left: 65px;
}
#content div#topimage p#home_img {
	top: 118px;
	left: 535px;
}


/*
information
*/
#content div.homelink {
	margin-top: -68px;
	padding-top: 68px;
}
#content div#home01.homelink {
	margin-top: -78px;
	padding-top: 78px;
}
#content div#home04.homelink {
	margin-top: -96px;
	padding-top: 96px;
}
#content div#home05.homelink {
	margin-top: -83px;
	padding-top: 83px;
}
#content div#home06.homelink {
	margin-top: -88px;
	padding-top: 88px;
}
#content div#home07.homelink {
	margin-top: -83px;
	padding-top: 83px;
}

#content div#information {
	height: 660px;
	background: url(img/bg_information.jpg) center center no-repeat;
	background-size: cover;
	padding: 35px 0 15px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.entrybox {
	float: left;
	width: 280px;
	height: 350px;
	background: rgba(255,255,255,0.6);
	border: 2px solid #8D929A;
	margin: 0 0 25px 25px;
	padding: 18px;

	-ms-border-radius: 5px;
	border-radius: 5px;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.home #content div.entrybox {
	margin: 0 0 20px 25px;
}
.single #content div.entrybox {
	float: none;
	width: 890px;
	margin: 0 auto 25px;
	height: auto;
}
#content div.entrybox p {
	line-height: 1.3;
}
#content div.entrybox p.entrydate {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	background: #ff5ca1;
	padding: 5px;
	margin-bottom: 15px;
}
#content div.entrybox p.entrytitle {
	margin: 0;
}
#content div.entrybox p.entrytitle a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 15px;
}
#content div.entrybox p.entrytitle a:hover {
	text-decoration: underline;
}
#content div.entrybox p.entryimage {
	margin: 0;
}
.bn_kengaku {
	clear: both;
	text-align: center;
	margin: 0 auto 
}
#content p.btn_more {
	clear: both;
	text-align: right;
	margin: -20px 45px 0 0;
}


/*
goriyo
*/
#goriyo {
	background: url(img/bg_goriyo.jpg) center top no-repeat;
	background-size: cover;
	padding: 35px 0 45px;
}
#content #goriyo h2 {
	margin-bottom: 25px;
}
#aki_img {
	width: 100%;
}
#aki_img a {
	display: block;
	width: 100%;
	max-width: 780px;
	padding: 20px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}


/*
service
*/
#content div#service {
	height: 540px;
	background: url(img/bg_service01.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#service div.homecontent h2 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
#content div#service p#service_img02,
#content div#service p#service_img03 {
	position: absolute;
	z-index: 3;
}
#content div#service p#service_img02 {
	top: 3px;
	right: 25px;
}
#content div#service p#service_img03 {
	top: 365px;
	right: 58px;
}
#content div#glow01 {
	width: 890px;
	height: 479px;
	background: url(img/bg_serviceglow01.png) left top no-repeat;
	margin: -67px auto 0;
	padding: 75px 25px 0 45px;
	z-index: 1;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.l_service {
	float: left;
	width: 188px;
}
#content div.l_service h3 {
	margin: 0 0 15px;
	padding: 0;
}
#content div.l_service p {
	font-size: 13px;
	margin: 0;
}

#content div.r_service {
	position: relative;
	float: right;
	width: 611px;
}
#content div.r_service p {
	margin: 0;
}
#content div.r_service p#service_img01 {
	position: relative;
	padding-top: 6px;
	z-index: 0;
}
#content p.btn_service {
	position: absolute;
	z-index: 1;
}
#content div.r_service p#btn_service01 {
	top: 6px;
	left: 0;
}
#content div.r_service p#btn_service02 {
	top: 6px;
	left: 130px;
}
#content div.r_service p#btn_service03 {
	top: 6px;
	left: 260px;
}
#content div.r_service p#btn_service04 {
	top: 6px;
	left: 391px;
}
#content div.r_service p#btn_service05 {
	top: 87px;
	left: 496px;
}
#content div.r_service p#btn_service06 {
	top: 168px;
	left: 391px;
}
#content div.r_service p#btn_service07 {
	top: 168px;
	left: 260px;
}
#content div.r_service p#btn_service08 {
	top: 168px;
	left: 130px;
}
#content div.r_service p#btn_service09 {
	top: 168px;
	left: 0;
}
#content p#read_service {
	clear: both;
	color: #ed1e79;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


/*
shokibo
*/
#content div#shokibo {
	height: 540px;
	background: url(img/bg_service02.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#glow02 {
	width: 890px;
	height: 439px;
	background: url(img/bg_serviceglow02.png) left top no-repeat;
	margin: -51px auto 0;
	padding: 41px 10px 0 45px;
	z-index: 1;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.r_service p#service_img04 {
	position: relative;
	margin-top: -10px;
	z-index: 0;
}
#content div.r_service p#btn_service10 {
	top: 0px;
	left: 213px;
}
#content div.r_service p#btn_service11 {
	top: 230px;
	left: 127px;
}
#content div.r_service p#btn_service12 {
	top: 230px;
	left: 298px;
}
#content div#shokibo p#read_shokibo01,
#content div#shokibo p#read_shokibo02,
#content div#shokibo p#read_shokibo03 {
	position: absolute;
	margin: 0;
	font-size: 11px;
}
#content div#shokibo p#read_shokibo01 {
	top: 15px;
	left: 362px;
	width: 190px;
}
#content div#shokibo p#read_shokibo02 {
	top: 250px;
	left: -10px;
	width: 140px;
}
#content div#shokibo p#read_shokibo03 {
	top: 250px;
	left: 445px;
	width: 150px;
}


/*
shien
*/
#content div#shien {
	height: 573px;
	background: url(img/bg_shien.png) left top repeat-x;
	padding: 15px 0 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#shien div.homecontent h2 {
	margin: 0 auto 1px;
	text-align: center;
}
#content div#shien div.homecontent h3 {
	margin: 0 auto 9px;
	padding: 0;
	text-align: center;
}
#content div#shien div.homecontent p#kyotaku {
	margin: 0 auto;
	text-align: center;
}

#content div#shien div#read_shien {
	margin: 0 0 5px 130px;
}
#content div#shien div#read_shien p {
	margin: 0 0 0 100px;
	padding: 15px 0 0;
}
#content div#shien div#read_shien p#icon_kyotaku {
	float: left;
	margin: -15px 0 0;
	padding: 0;
}
#content div#shien p#kyotaku_img {
	width: 821px;
	margin: 0 auto;
	text-align: center;
}


/*
room
*/
#content h2#room {
	width: 956px;
	padding: 30px 0 0;
	margin: 0 auto 30px;
}
#content div#homeroom {
	position: relative;
	height: 540px;
	background: url(img/bg_room.jpg) center top no-repeat;
	padding: 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#homeroom p#room_img01 {
	position: relative;
	width: 579px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	z-index: 0;
}
#content div#homeroom p.room_img {
	margin: 0;
}




/*
hospitality
*/
#content div#hospitality {
	height: 800px;
	background: url(img/bg_hospitality.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 0 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#hospitality div.homecontent h2 {
	margin: 0;
}
#content div#hospitality p#read_hospitality {
	width: 510px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: -55px auto 15px;
	padding-left: 10px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#hospitality ul,
#content div#hospitality ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content div#hospitality ul {
	width: 913px;
	margin: 0 auto;
}
#content div#hospitality ul li {
	float: left;
	width: 225px;
	height: 294px;
	margin: 0 0 3px 3px;
}


/*
contact
*/
#content div#contact {
	background: url(img/bg_contact.jpg) center bottom no-repeat;
	padding: 30px 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#contactbox {
	width: 440px;
	margin: 0 auto;
}
#content div#contactbox p {
	font-size: 13px;
	text-align: center;
	margin: 0 0 5px;
}
#content div#contactbox p#tel {
	margin: 0;
}
#content div#contactbox p .tel_contact {
	display: block;
	color: #ea6185;
	font-size: 32px;
	font-weight: bold;
	background: #e6e6e6;
	padding: 5px 0 2px;
	line-height: 1;
}
#content div#contactbox p#kakunin {
	text-align: left;
}
#content div#contact table {
	margin-bottom: 10px;
}
#content div#contact table th {
	width: 30%;
	text-align: left;
}
#content div#contact table tbody th,
#content div#contact table tbody td {
	font-size: 13px;
	padding: 5px;
	line-height: 1;
}
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 1;
	padding: 1px;
}
#content input[type="text"] {
	width: 40%;
}
input[type="text"],
input[type="email"],
textarea {
	background: #FFF;
}
#content input#your-email,
#content input#your-tel1,
#content input#your-tel2,
#content input#your-tel3 {
	ime-mode: disabled;
}
#content input#your-tel2,
#content input#your-tel3 {
	width: 12%;
}
#content input#your-tel1 {
	width: 14%;
}
#content input#your-address,
#content input#your-email,
#content textarea {
	width: 95%;
}
#content .wpcf7-checkbox label {
	display: block;
	color: #333;
	font-size: 13px;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 1;
}
#content .wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0;
}
#content p#btncontact {
	text-align: center;
}
#content div#btn_contact p {
	text-align: center;
	margin: 0;
	padding: 0;
}


/*
about
*/
#content div#about {
	padding: 30px 0 0;
}
#content div#about div#l_about {
	float: left;
	width: 535px;
	margin-left: 60px;
}
#content div#about div#l_about div#aboutbox {
	width: 485px;
	padding: 25px;
	border: 1px dashed #000;
	margin-bottom: 25px;

	-ms-border-radius: 10px;
	border-radius: 10px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#about div#l_about p {
	font-size: 14px;
	margin: 0;
}
#content div#about div#l_about p#read_about {
	font-size: 25px;
}
#content div#about div#l_about p#cap_about {
	font-size: 15px;
	line-height: 1.7;
	padding-top: 10px;
}
#content div#about div#l_about p#about_img01 {
	float: right;
	width: 200px;
	margin: 0;
}
#content div#about div#l_about p#about_name {
	padding: 15px 0;
	vertical-align: middle;
}
#content div#about div#l_about p#about_name .president {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 10px;
}
#content div#about div#l_about p#logo_about {
	margin-left: 80px;
}
#content div#about div#l_about p#companyinfo {
	font-size: 11px;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#content div#about div#l_about p.bikou {
	margin-top: 25px;
}

#content div#r_about {
	float: right;
	width: 305px;
	margin-right: 60px;
}
#content div#r_about p {
	text-align: center;
	margin: 0 auto;
}

#content .pdflist {
	clear: both;
	padding: 15px 78px 0 60px;
}
#content .pdflist ul {
	display: flex;
	gap: 0 12px;
	margin: 0;
	padding: 0;
}
#content .pdflist ul li {
	width: 100%;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
#content .pdflist ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 12px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 5px;
	text-decoration: none;
	padding: 7px 0 5px;
}



/*
wp-pagenavi
*/
div.wp-pagenavi {
	padding: 4% 0 0;
}
.page-links {
	font-weight: bold;
}
.page-links a,
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	color: #000;
	border: 1px solid #999!important;
	background: #FFF;
	margin: 0 3px;
	padding: 0.5em 0.75em;
}
.page-links a:hover,
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	display: inline-block;
	border: 1px solid #999!important;
	color: #FFF!important;
	background: #009A92!important;
}
.wp-pagenavi span.current {
}



/*
sidebar
*/

/*
footer
*/
footer[role="contentinfo"] {
	width: 100%;
	padding: 20px 0;
}
.home footer[role="contentinfo"] {
	display: none;
}
footer div#siteinfo {
	width: 960px;
	margin: 0 auto;
}
footer div#siteinfo div#l_footer {
	width: 640px;
	margin: 0 auto;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer div#siteinfo div#l_footer p {
	font-size: 14px;
	margin: 0;
}
footer div#siteinfo div#l_footer p#read_footer {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
footer div#siteinfo div#l_footer p#logo_footer {
	float: left;
	margin: 0 15px 0 0;
	padding-top: 5px;
}
footer div#siteinfo div#l_footer p#footer_tel {
	padding: 2px 0;
}
footer div#siteinfo div#l_footer p#footer_jyusho {
	font-size: 11px;
}

/*footer div#siteinfo div#r_footer {
	float: right;
	width: 325px;
	margin-right: 20px;
	padding-left: 15px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer div#siteinfo div#r_footer p {
	font-weight: bold;
	margin: 0;
}
footer div#siteinfo div#r_footer p#logo_matsutaya {
	padding: 0 0 5px;
}
footer div#siteinfo div#r_footer p#footer_company {
	font-size: 11px;
	font-weight: normal;
}*/



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

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

