/*
Theme Name: sankyo custom
Theme URI: http://www.papanets.jp/
Author: Midori Terao
Version: 1.0
*/


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

html, body, div, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
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;
}
th,
td {
	text-align: left;
}
.center th {text-align:center; }
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
dt { font-weight:bold;  margin-bottom:8px;}
dd { margin:0 0 10px 20px;  margin-bottom:6px; }
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: 14px;
	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,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote .entry-meta,
article.format-link .entry-meta,
article.format-status .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: 2px;
}
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],
.button a, 
.bypostauthor cite span {
	padding: 3px 6px;
	font-size: 13px;
	line-height: 1.428571429;
	/*font-weight: normal;*/
	color: #111;
	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 #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	text-decoration: none;
}
.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: #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(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: #333333;
	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(90deg,rgba(242,231,224,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(0deg,rgba(242,231,224,1.00) 0%,rgba(225,225,225,1.00) 100%);
	box-shadow: inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4;
	border-color: transparent;
	-webkit-box-shadow: inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4;
}
.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 */
}


/* 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,
.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;
}

/* 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-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.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;
}
.center {text-align:center; }
.right{text-align:right;}
.left {text-align:left; }

/*table-cellなど表示サイズ*/
.nowrap {white-space: nowrap;}
.wide50 {min-width: 50px;}
.wide70 {min-width: 70px;}
.wide100 {min-width: 100px;}


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
fieldset {
	margin:10px 4%;
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px 10px 0;
}
legend {
	margin-left:20px;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.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 */
.site {
	padding: 0;
	background-color: #fff;
}
.site-content {
	margin: 10px 2%;
	line-height:1.4em;
}
.site-content p {
	margin-bottom:14px;
}
.widget-area {
	margin: 10px 0 0;
}

/* Header */
.site-header {
/*	padding-top: 50px;*/
	margin-bottom: 38px;
	background-repeat: no-repeat;
	background-image: url(images/header2.jpg);
	background-size: 100%;
	background-color: #DBBBBE;
	min-height: 150px;
}
/*
.site-header hgroup {
	display: flex;
}
*/
.site-header h1 {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px !important;
	margin-bottom: 14px;
	padding-top: 30px;
}
.site-header h1 a {
	color: #515151;
	text-decoration: none;
}
.site-header h1 a:hover {
	color: #21759b;
}

.site-header h1 span{
	text-align: center;
}

.site-header h1 img{
	display:none;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
	background-color:#292323;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #D8D8D8;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* Sidebar */
.widget-area .widget {
}
.widget-area .widget h3
 {
	font-size: 13px;
	position: relative;
	margin: 0px 5%;
	width: 90%;
	z-index: 1;
	text-align: center;
	padding: 3px 0;
	background-color: hsla(46,52%,85%,0.59);
	border: 1px solid #DDDDDD;
}

#my_calendar_upcoming_widget-2 ul,
#cleverness-to-do-widget-2 ol,
#month_select ul,
.widget-area .widget .inner,
#catlist .inner,
#new_business ul,
#miyazaki ul,
.eo-widget-cal-wrap,
.eo-events-widget
 {
	margin-bottom: 30px;
	margin-top:-20px;
	font-size: 12px;
	text-align: left;
	padding: 30px 4px 4px;
	background-color: #FFFEFC;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: -1px 7px 4px rgba(221,221,221,0.5) ,inset 0px 0px 10px rgba(255,239,191,0.3);
	-webkit-box-shadow: -1px 7px 3px rgba(221,221,221,0.5),inset 0px 0px 10px rgba(255,239,191,0.3);
	box-shadow: -1px 7px 3px rgba(221,221,221,0.5),inset 0px 0px 10px rgba(255,239,191,0.3);
	max-height: 300px;
	overflow: auto;
}
.widget ul ul {
	border:none;
	box-shadow:none;
	margin:0;
	padding:0;
}
	
#new_business ul {
	max-height: none;
	color:#999;
}
#new_business li {
	margin-bottom:10px;
}
#new_business a {
	color: #496F46;
}
#catlist .inner {
	max-height:none;
}
#catlist .inner li,
.widget-area .miyazaki li  {
	margin-bottom:10px;
}
#catlist .inner li ul {
	margin-left: 0px;
	background-color: #FFFEFD;
	max-height:350px;
	overflow:auto;
}
#catlist .inner li li {
	margin-bottom:5px; 
	margin-left:10px;
	list-style:none;
}
#catlist .inner li li a {
	color: #88476E;
}
.menu-sidebar ul {
	margin:0;
	border:none;
	padding:0;
	background:none;
	box-shadow:none;
	max-height:auto;
}
.widget_calendar .sunday {color:#DA5D8E; }
.widget_calendar .saturday{color:#647CCE; }
.widget_calendar .nowday {background-color:#eee; font-weight:bold; }
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget{
	font-size: 12px;
	line-height: 1.446153846;
	color: #444;
}
.widget-area .widget li{
	list-style-image: url(images/list-maru.png);
	margin-left: 18px;
	margin-bottom: 3px;
}
#menu-sidebar li, .menu-sidebar li{
	list-style-image:none;
	margin:0;
}

.widget-area .widget p {
	margin-bottom: 2px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 14px;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #555;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #565656;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/*リンクバナー*/
#menu-sidebar li, .menu-sidebar li, .link_banner li{
	text-align: center;
	border: 1px solid #ACBDCA;
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #E8F9FC;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,240,254,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,240,254,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	-webkit-box-shadow: 0px 3px 6px #E1E3E8;
	box-shadow: 0px 3px 6px #E1E3E8;
	padding:0;
}
/*色を変えたボタン*/
.menu-sidebar li .dark {
	background-color: #D6D9F4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(205,214,229,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(205,214,229,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
}
#menu-sidebar a, .menu-sidebar a , .link_banner a {
	text-decoration:none;
	padding:10px;
	display:block;
	color:#000;
}
.link_banner {
	margin:5% 10%;
}
.border {
	border:1px solid #999;
	padding:5px;
}


/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =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: 14px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	margin: 10px 10%;
	margin-bottom: 20px;
	border: 1px solid #999;
	padding: 8px;
	background-color: #FFFEFC;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: -1px 7px 4px rgba(221,221,221,0.65) ,inset 0px 0px 10px rgba(255,239,191,0.65);
	-webkit-box-shadow: -1px 7px 4px rgba(232,232,232,0.52),inset 0px 0px 10px rgba(255,239,191,0.65);
	box-shadow: -1px 7px 4px rgba(232,232,232,0.52),inset 0px 0px 10px rgba(255,239,191,0.65);
	/* [disabled]border-radius:100px; */
}
.entry-header .entry-title a {
	text-decoration: none;
	color:#292323;
}
.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,
.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: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 1.714285714rem; */
	line-height: 1.714285714;
}
/*.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}*/
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	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 li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 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: #444;
	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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	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 table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	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 {
	/* [disabled]border-bottom: 1px double #ededed; */
	margin-bottom: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
.entry-meta {
	margin-top: 0px;
	font-size: 12px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
#comment {
	height:3em;
}
.comment-respond { line-height:1.8em; }

/*コメント欄の上書き*/
.bypostauthor cite span {
	display:none;
}


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

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

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal; 
}
.comments-area li {
	list-style:none;
	padding-bottom:5px;
/*	height:4em;
	display:inline-block;
	*display: inline;
	*zoom: 1;
*/}
.comments-area li:after {
	content:" ";
	display:block;
	clear:both;
}
.comments-area header {
	float:left;
	width:110px;
	text-align:center;
}
.comments-area header small{
	display: block;
	text-align: left;
	padding-left: 0.5em;
}
.comments-area article header cite{
	display: block;
}
.comments-area article header time {
	display: block;
}
.comments-area article .comment-meta  {
	clear: left;
	padding: 4px;
	margin-right: 10px;
	font-style: normal;
	color: #DD3225;
	font-size: 15px;
	font-size: 1.071428571rem;
	border: 1px solid #DD3225;
	border-radius: 10px;
	line-height: 1.3em;
}
.comments-area article .non_yaku{
	line-height: 2.0em;
}

.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #DD3225;
}
.comments-area article .hinin .comment-meta {
	color:#666;
	border-color:#999;
}
.comments-area article .hinin header time{
	color:#666;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comment-content p {
	display:inline;
}
.comment-content .edit-link {
/*	font-size:9px;
	padding-left:10px;*/
	display:none;
}
.comment-content .reply { clear:both; }
.entry-content p {margin-bottom:5px !important; }

/*返信コメント*/
.comments-area article .com_reply  {
	clear: both;
	margin-left: 130px;
	margin-top: 10px;
	background-color: #F4F7F9;
	border-radius: 5px;
}
.comments-area article .com_reply li {
	border-bottom:1px dashed #ccc;
	margin-left:10px;
}
/*インライン表示したいform*/
.inline_form {
	display:inline;
}
/*返信・編集用のfieldset*/
fieldset.formbox {
	background-color:#FFFDEC;
	padding:15px;
}
fieldset.formbox legend {
	font-weight:bold;
	text-align:center;
}

/* Comment form */
.comment-respond {padding-top:20px; }
#respond h3#reply-title {
	font-size: 14px;
}
#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 {
}
.required {
	color: red;
}
.comment_status {
	clear:both;
	line-height:1.5em;
}
.comment-content {
	line-height: 1.1em;
	font-size: 13px;
	color: #444;
}
.comment_status h3{
	text-align:center;
	margin:30px 0 20px;
}
.status_change {
	margin: 10px 5%;
	background-color: #F6E1E1;
	padding: 5px 10px;
	border:1px solid #AD5896;
	border-radius:10px;
}
.status_change  ol {
	margin-left:30px;
	list-style-type: decimal;
	border :1px dashed #ddd;
}

/*社員検索ページ*/
.catblock, .stafflist {
	display:inline-block;
	min-height:100px;
	margin:20px 2px;
	padding:10px;
	border:1px solid #6FBFC3;
	border-radius:3px;
	vertical-align:top;
}
.catblock h3 {text-align:center; }
.catblock ul{
	margin-top:20px;
	line-height:2em;
	text-align:left;
}
.stafflist {
	 margin:20px 10%; 
	 display :block;
	 text-align:center;
}
.stafflist li { 
	margin:10px;
	text-align:left;
	display:inline-block;
 }

/*パンくず*/
.breadcrumb { 
	font-size:12px;
	margin-bottom:30px; }

/*マイページ*/
#mypage_left {
	display:none;
}
#mypage_center{
	font-size: 13px;
	line-height: 1.4em;
}
#mypage_center section {
	margin-bottom: 20px;
}
#notice li p {margin:0; }
#notice li {
	margin: 0 0 5px;
	padding:5px;
	line-height:1.4em;
}
#notice footer.entry-meta,
#notice_archive footer.entry-meta {
	margin-top: 0px;
	text-align: right;
	font-size:0.8em;
}
#notice .allstaff,
#notice_archive .allstaff {background-color:#F9FCF8; }
#notice .selectstaff,
#notice_archive .selectstaff {
	background-color: #FBF6F0;
}
.notice_contents ol {
	list-style:decimal;
	padding-left:20px;
}
.notice_contents ul {
	list-style:disc;
	padding-left:20px;
}

#application ul {
	background-color: #FFFAFB;
	margin-bottom: 10px;
	padding:3px;
}
#application li {
	display:inline;
	padding:0 5px;
}
.inline_li li {
	display:inline;
	padding-right: 4px;
}
#application a {
	color: #AB38BB;
}
 #application .wrap, #nippou_check .wrap {
	max-height:400px;
	overflow:auto;
}
#notice ul {
	max-height: 600px;
	overflow: auto;
}

/*過去のお知らせの場合*/
#notice_archive li {
	margin: 0 0 10px;
	padding:5px;
	line-height:1.6em;
}

/*aリンクっぽいボタン*/
input.abutton {
	font-size: 10px;
	color: #444;
	padding: 1px 3px;
	margin:0 5px;
	text-shadow: none;
}

/*日報ページ*/
#nippou,
.nippou {
	width:100%;
	margin:10px 0;
	font-size:0.9em;
	line-height:1.4em;
	border:1px solid #999;
}
#nippou table,
#mycal{
	width:100%;
}
#nippou table table {
	width:auto;
}

#nippou td, .nippou td,
.list_table td, .list_table th,
#mycal th, #mycal td
{
	padding:5px;
	border:1px solid #999;
  vertical-align: middle;
}

.list_table table th,
.list_table table td {
	border:none;
}

.nippou td td,
 .list_table td td { 
	border-color:#eee; 
	padding: 5px 10px;
	}
.nippou td div { 
	margin:-5px;
	margin-bottom:5px;
	padding:5px; }
	
.list_table {
	width: 100%;
}
.list_table th {
	background:#eee;
	font-weight:normal;
	text-align:left;
}
.narrow th,  .narrow td {
	padding: 5px;
	line-height: 1.2em;
	font-size: 13px;
	table-layout: fixed;
}
.th30 th{
  width: 30%;
}
#mycal th {
	text-align: center;
	background-color: #CFD4D6;
}
#mycal td {
	height:80px;
	width:14%;
	line-height:1.2em;
}
#mycal p {
	font-size:12px;
	margin-bottom:5px;
}
#mycal .calday {
	text-align:center;
}
#mycal .list_name {
	vertical-align: middle;
	background-color: #6B7483;
}
#mycal .list_name a { color:#fff; }
#mycal .calday a {
	text-decoration:none;
	color:#57555D;
}
#mycal.mycal_week td {
	width:12%;
}
.sunday { background-color:#F6F0F0; }
.saturday {
	background-color: #E8EAF0;
}
/*タグ選択*/
.taglist {
	margin: 10px 5%;
	padding: 10px 5px;
	text-align: center;
	border: 1px dashed #CFF3F8;
	border-radius: 5px;
}
.taglist a {
	white-space: nowrap;
	color: #27A88D;
}
/*記事一覧*/
.recode_block {
	margin:10px 0 40px;
}
.recode_block h3 {
	margin: 0;
	font-weight: normal;
}
.recode_block table {
	width:100%;
}
.recode_block td{
	padding: 5px;
	border: 1px solid #E1E1F6;
}
.recode_block .contet {
	padding:5px;
	border: 1px solid #E1E1F6;
	border-top:none;
	line-height:1.4em;
}

/*各種届*/
 .application {
	margin:10px 5%;
	font-size:14px;
	line-height:1.8em;
}
.application_title {
	text-align: center;
	margin: 10px 0;
	background-color: #eee;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #666;
	letter-spacing: 1em;
}
.application h2 {
	font-size:14px;
	margin:15px 0;
}
.application ol {
	list-style:decimal;
	list-style-position:inside;
	margin-left:10px;
}
.input_value { /*届の入力値*/
	font-size:1.1em;
	margin:10px;
	color:#333;
}
label {
	display:inline-block;
}

#boss_check { margin-top:10px; }
.center_th th {text-align:center; }

/*サイズと色の指定*/
.w100{width:98%; }
.w20 { width:19%; }
.w30 {width:30%; }
.w60 {width:60%; }
.mini {
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.3em;
}
.suji { 
	font-size: 110%;
}
.big {
	font-size:1.2em;
}
.bold {
	font-weight:bold;
}
.ml2 {margin-left:2em; }
.pl2 {padding-left: 2em;}
	
.backgray {background-color:#eee; }
.backgray2 {
	background-color: #F3F3F3;
}
.backblue {background-color:#E1E7ED; }
.recode_block td .backblue {
	margin:-3px;
	padding:3px;
	margin-bottom:5px;
	 }
	.backwhite {
		background-color:#fff;
		padding:5px;
	}

.red {color:#D60D10; }
.red2 { color:#F42A38; }
.green { color:#49A594; }
.maru {
	text-align: center;
	font-size: 140%;
	color: #01774D;
}

.widget-area .widget .green a {
	color: #18B98C;
}

/*レイアウト*/
.right { text-align:right; }
.fleft { float:left; margin-right:2%; }
.fright { float:right; }
.clear {clear:both; }
.underline { 
	border-bottom:1px solid #999;
	padding: 5px; }

.ui-datepicker { z-index: 1000 !important; }


/*Vue.jsちらつき防止*/
[v-cloak] {
  display: none;
}

/*ソート出来るデーブル*/
.sort_th {
  cursor: pointer;
}
.sorTable th.active {
  background-color: #aaa;
  color: #fff;
}
.sorTable th span {
  display: inline-block;
	font-size: 0.8em;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sorTable th span.asc {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sorTable th span.desc {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sorTable td {
  padding: 5px;
}
.sorTable td img {
  max-width: 150px;
  height: auto;
}
.sorTable thead th {
  background-color: #eee;
}

/*ドラックアンドドラッグで並べ替え*/
.dandd li {
  cursor: move;
  padding: 10px;
  border: solid #c1c1c1 1px;
	background-color: #f7f6f6;
	line-height: 0.8em;
	margin-bottom: 2px;
}

/*vueタブメニュー*/
	.tabs, .tabsa{
		margin: 0;
		padding: 0;
		font-size: 90%;
		text-align: center;
	}
	.tabs li, .tabsa li{
		list-style: none;
		padding: 3px 10px;
		border: 1px solid #ccc;
		cursor: pointer;
		display: inline-block;
	}
.tabsa li{
/*	padding: 0;*/
}
	.tabs li.active, 	.tabsa li.active,
button.active
{
	background-color: #545E75;
	border-color: #000;
	color: #fff;
	cursor: auto;
	}
	.tabContents{
		clear: both;
		border: 1px solid #ccc;
		padding: 5px;
		margin-top: -2px;
		position: relative;
	}
	.tabContents p{
		margin: 5px;
	}
.description{
		position: absolute;
	z-index: 5;
	top: 10px;
	right: 50px;
}

.tabsa a {
	text-decoration: none;
	padding: 5px 15px;
	color: #656565;
}
.tabsa li.active a {
	color: #fff;
}

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

.widget-area .widget ul ul {
	margin-left: 5px;
}
.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, .calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar caption, .calendar  {
	font-size:14px;
	font-weight:bold;
}
#wp-calendar th, .calendar th,
#wp-calendar td, .calendar td,
#wp-calendar caption, .calendar caption {
	text-align: center;
}
#wp-calendar a {
	font-weight: bold;
	border:1px solid #CB696B;
	display: block;
	border-radius: 30px;
	text-decoration:none;
	}
.calendar a, .calendar a:visited {
	color:#417794 !important;
	font-weight:normal !important;
}
#wp-calendar #eo-widget-prev-month a,
#wp-calendar #eo-widget-next-month a{
	border:none;
	text-decoration:underline;
}

#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;
}



/*ページリンクタイトル*/
 .baner_title, .baner_title_blue, .baner_title_orange{
	text-align: center;
	margin: 10px 5%;
	padding: 8px 30px;
	border: 1px solid #ACBDCA;
	margin-bottom: 20px;
	font-size: 14px;
	-webkit-box-shadow: 0px 3px 6px #E1E3E8;
	box-shadow: 0px 3px 6px #E1E3E8;
	border-radius: 5px;
 }
  .baner_title {
	background-color: #C5E3B0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,236,232,1.00) 0%,rgba(224,237,194,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,236,232,1.00) 0%,rgba(224,237,194,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
}
  .baner_title_blue {
	background-color: #ABC5E6;
	background-image: -webkit-linear-gradient(270deg,rgba(253,253,253,1.00) 0%,rgba(209,212,243,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,253,253,1.00) 0%,rgba(209,212,243,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
}
  .baner_title_orange {
	background-color: #E9C6A2;
	background-image: -webkit-linear-gradient(270deg,rgba(253,253,253,1.00) 0%,rgba(243,224,209,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(253,253,253,1.00) 0%,rgba(243,224,209,1.00) 1.32%,rgba(253,253,253,1.00) 100%);
}

 /*オリジナルのコメント欄*/
 .comm_eror {
	 background-color:#FADDDD;
	 border:1px solid #F85F61;
	 border-radius:5px;
	 padding:5px;
 }
 
 /*メンテのお知らせ欄*/
 .mente {
	 margin-bottom:20px;
	 font-size:12px;
	 border:1px solid #D61C1F;
	 padding:5px 5px 0;
	 line-height: 1.2em;
 }
 .mente h3 {
	 margin-bottom:10px;
	 text-align:center;
 }
 
 /*イベントカレンダー*/
 #groupcal { margin: 15px auto; }
 #groupcal .fc-header{
	/* display:none;*/
 }
 #groupcal .term_name {
	 vertical-align:middle;
	 background-color:#F4F4EF;
	 width:14%;
 }
 #calendar_nav {
	 text-align:center;
	 font-size:14px;
	 font-weight:bold;
 }
 #calendar_nav img {
	 vertical-align:middle;
 }
 .event_cat img{
	 vertical-align:middle;
	 margin-right:10px;
 }
 .event_contents {
	padding: 10px;
	border: 1px dashed #DAE0E8;
 }
 
 .event time { text-align:center; }
 .term_name {
	 white-space:nowrap;
 }
 .event-entry-meta { padding:10px 5%; }
 
 /*会議室予約*/
 #booking_view, #booking_add, .bloc_gray {
	margin: 20px 5%;
	background-color: #F3F2F7;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
 }
 #booking_view td, #booking_add td {
	 padding:2px;
 }
 /*カレンダー*/
 #full_calendar td {
 }
 
 /*ページTOPに戻るボタン*/
 
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 77%;
		z-index:99;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
 
 #shortcut a {white-space:nowrap; }

 /*日報->勤怠メッセージ*/
#kitai_message {
	margin: 20px 10%;
	padding: 5%;
	border: 2px solid;
	font-weight: bold;
}
#kitai_message .grenn{ border-bottom-color: #79AD78;}
#kitai_message .red { border-bottom-color: #CD4A4D;}

/*flexbox*/	
.flexbox{
		display: flex;
	}
.flex_wrap{
	flex-wrap: wrap;
}
.flexbox div{
	flex: 1;
}
.cursor_pointer{
	cursor: pointer;
}
#wp-admin-bar-top-secondary{
  display: none;
}



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

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/*adminバーの リセット*/
#wpadminbar #wp-admin-bar-mymenu,
#wpadminbar #wp-admin-bar-logout_link,
#wpadminbar #wp-admin-bar-pagemenu {
	display:inline !important;
}

.hide_mobile {display:none; }


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
body {
	background-color: #FBFBFB;
}
body .site {
	padding: 0px;
}
.site {
	margin: 0 auto;
	max-width: 1060px;
	overflow: hidden;
	
}
#mypage_left {
	display:block;
	float:left;
	width:25%;
	margin-right:2%;
}
#mypage_center{
	float: left;
	width: 72%;
	font-size: 13px;
	line-height: 1.4em;
}
.site-header h1 span {
	padding:0px 0 0 100px;
}
.site-header h1 img,  .site-header div img{
	display:inline;
	vertical-align: top;
}
	.site-content {
	float: left;
	width: 76%;
	margin: 0;
	padding-left: 1%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
	float: right;
	width: 20%;
	padding-right: 1%;
	}
	.site-header h1 {
		text-align: left;
	}
	.site-header h1 {
	font-size: 40px;
	line-height: 1.846153846;
	margin-bottom: 0;
	margin-left: 34px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
	/* [disabled]border-bottom: 1px solid #ededed; */
	/* [disabled]border-top: 1px solid #ededed; */
	padding:0 5%;
	display: inline-block !important;
	text-align: left;
	width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
	border-bottom: 0;
	color: #EFE9E9;
	line-height: 3.692307692;
	text-transform: uppercase;
	white-space: nowrap;
	}
	.main-navigation li a:hover {
	color: #F8C801;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	color: #FFFFFF;
	font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
	font-size: 18px;
	text-align: center;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
.hide_mobile	{display:block; }
.hide_tablet {display:none; }

	.link_banner {
	max-width:40%;
	margin:5% 10%;
}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
}


	@page {
		size: A4;
		margin: 10px;
}

/* =Print
----------------------------------------------- */

@media print {
	body, div, table, td{
		font-size: 95%;
	}
	body {
		background: none !important;
		color: #000;
		font-size: 9pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		display:none;
	}
	.comments-area li {
	list-style:none;
/*	margin-bottom:15px;*/
	height:4em;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}

	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.comment-content .edit-link,
	.comment-content,
	.comments-area input,	
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.entry-meta,
	.page-link,
	.site-content nav,
	.widget-area,
	.breadcrumb,
	img.header-image,
	.comment_status,
	#boss_check,
	.printnon,
	.main-navigation,
	#page-top,
	#page-top a {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
	.baner_title ,
	.entry-header .entry-title
	{
		background:none;
		box-shadow:none;
		border:none;
	}
a { color:#000; }
	
	.page_breake {
		page-break-after: always;
	}
	.print_bg {
		-webkit-print-color-adjust: exact;
		
	}
	
}
