/*
Theme Name: UNI002WP
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
*/


/* =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 {
	line-height: 0;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table tr .table_sp01 {
	width: 12%;
	text-align: center;
	letter-spacing: 0.5em;
}
table tr .table_sp02 {
	width: 10%;
	text-align: center;
}
table tr .table_sp03 {
	width: 45%;
	text-align: center;
}
table tr td {
	text-align: center;
}
table tr .box{
	text-align:left;
}
caption, thead, tbody, tfoot, th, td {
	font-weight: 500;
	text-align: left;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
	-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: #888;
	border: 0;
	height: 0px;
	margin: 10px 0;
	margin: 1rem 0;
}
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;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div, span {
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

/* --------- Clearing floats  --------- */

.clear, .clear:after, .footer-widget-area:after {
	clear: both;
}
.clear:before, .clear:after, .footer-widget-area:before, .footer-widget-area:after {
	display: table;
	content: "";
}
html.mm-opened div.mm-page {
	top: 0px;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* --------- Form fields, general styles first  --------- */

button, input, select, textarea {
	border: 1px solid #888;
	border-radius: 4px;
	font-family: inherit;
	padding: 6px;
	padding: 0.6rem;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"] {
	border: 1px solid #684;
	background-color: #f5f5f1;
}
input:focus, textarea:focus {
	background-color: #fff;
}
textarea {
	border: 1px solid #684;
	background-color: #f5f5f1;
	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;
}

/* --------- 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.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 */
}

/* =Basic structure
-------------------------------------------------------------- */

/* --------- Body, links, basics  --------- */

html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-size: calc(1.35rem + 0.15vw);
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	min-width: 320px;
}
.gyosho {
	font-family: 'HG正楷書体-PRO', 'HGP行書体', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
body.custom-background-empty, body.custom-background-default, body.custom-background-white {
	background-color: #fdfbfa;
}
a {
	font-size: 100%;
	outline: none;
	color: #063;
	text-decoration: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
h1, h2, h3, h4, h5, h6, li, p, pre, blockquote, span {
	word-wrap: break-word;
	word-break: break-all;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
td, th {
	font-size: 95%;
}
.btn {
	font-size: 100%;
	font-weight: 500;
}
.f-btn, .f-btn-d {
	display: inline-block;	
}
.f-btn a, .f-btn-d a {
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 1.2;
	text-decoration: none;
	color: #063;
	background: #f5f7f0;
	border: 1px solid #bbb;
	border-top: 2px solid #386;
	border-radius: 2px;
	margin: 0 8px 6px 0;
	padding: 10px 16px 0 12px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease;
}
.f-btn a, .f-btn-d a {
	width: 245px;
}
.f-btn a::after {
	content: "";
	display: block;
	position: relative;
	width: 6px;
	height: 6px;
	border-top: 2px solid #597;
	border-right: 2px solid #597;
	transform: rotate(45deg);
	top: -16px;
	margin-left: 98%;
	padding: 0;
}
.f-btn-d a::after {
	content: "";
	display: block;
	position: relative;
	width: 6px;
	height: 6px;
	border-top: 2px solid #597;
	border-right: 2px solid #597;
	transform: rotate(135deg);
	top: -16px;
	margin-left: 98%;
	padding: 0;
}
.f-btn a:hover, .f-btn-d a:hover {
	color: #396;
	background: #f1f5f3;
	border-top: 2px solid #6c9;
	text-decoration: none;
}

/* --------- Assistive text  --------- */

.assistive-text, .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.site-header-area, .header-image-area, .main-content-area, .main-content-wrap, .main-content-site, .sidebar-left, .sidebar-right, .footer-widget-area, .widget-area, .footer-copy-area {
	display: block;
	position: relative;
	overflow: hidden;
}
.component-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

/* =Header Layout
-------------------------------------------------------------- */

.site-header-area {
	border-top: solid 0px #684;
}
.mmenu-load-button {
	display: block;
	position: absolute;
	top: 12px;
	top: 1.2rem;
	right: 15px;
	right: 1.5rem;
	line-height: 1;
}
.mmenu-load-button a {
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.mmenu-load-button a img {
	width: 36px;
	height: 44px;
}

/* --------- Header Title Area --------- */

.header-title-only, .header-title-area {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	padding: 15px 80px 10px 10px;
	padding: 1.5rem 8rem 1rem 1rem;
}

/* Header Logo */
.header-title-only .site-title-img, .header-title-area .site-title-img {
	display: block;
	max-width: 350px;
	max-width: 35rem;
	height: auto;
	line-height: 0;
	margin-left: 5px;
	padding-bottom: 0;
}
.header-title-only .site-title-img a, .header-title-area .site-title-img a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.header-title-only .site-title-img a img, .header-title-area .site-title-img a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* Header Title Text */
.header-title-only .site-title,
.header-title-area .site-title {
	display: block;
}
.header-title-only .site-title a, .header-title-area .site-title a {
	font-size: 110%;
	line-height: 1.3;
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	word-break: break-all;
}
.header-title-only .site-description, .header-title-area .site-description {
	display: none;
	padding-top: 12px; 
	padding-top: 1.2rem;
	font-size: 90%;
	line-height: 1.5;
	font-weight: 500;
	color: #888;
	clear: none;
}

/* --------- Header Widget Area --------- */

#header-widget-area {
	text-align: center;
	line-height: 1.5;
}
#header-widget-area span {
	font-size: 95%;
}

/* --------- Sitemap & Contact Link --------- */

.hw_link1, .hw_link2 {
	display: block;
	overflow:hidden;
	width: 100%;

}
.hw_link1 a, .hw_link2 a {
	display: block;
	overflow:hidden;
	padding: 10px 20px 10px 20px;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
}
.hw_link1 a {
	width: 100%;
}
.hw_link2 a {
	width: 47%;
	float: left;
	margin: 1.5%;
	background-color: #f0f5ea;
	border: 1px solid #ccc
}
.hw_text {
	padding: 5px 30px 5px;
	padding: 0.5rem 3rem 0.5rem;
	font-size: 95%;
}
.hw_text_large {
	padding: 10px 20px 5px;
	padding: 1rem 2rem 0.5rem;
	font-weight: bold;
	font-size: 130%;
}
.hw_text_large a {
	font-weight: bold;
	font-size: 130%;
}

/* --------- Header Image Area (Slide) --------- */

.header-image-area {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-top: 1rem;
}
.header-image-area .component-inner {
	padding-left: 0px;
	padding-left: 0rem;
	padding-right: 0px;
	padding-right: 0rem;
}

/* --------- Navigation Menu --------- */

#site-navigation li a, #site-navigation li {
	line-height: 2;
	color: #fff;
	font-size: 100%;
}

/* =Main Contents
-------------------------------------------------------------- */

.main-content-area {
	border-top: 1px solid #888;
	width: 100%;
	height: auto;
	line-height: 1;
}
.main-content-site {
	width: 100%;
	padding: 0;
}
#page-top {
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* --------- Welcome Message Area --------- */

.topmain-welcome-area {
	background: url("images/widget_wel_back.png") repeat 0 0;
	padding: 20px 30px 20px;
	padding: 2rem 3rem 2rem;
	line-height: 1.5;
}
.topmain-welcome-area .topmain-welcome-title {
	font-size: 120%;
	color: #555;
}
.topmain-welcome-contents {
	font-size: 95%;
}

/* --------- Breadcrumb --------- */

.main-breadcrumb {
	display: none;
}

/* --------- Main Content Header --------- */

.main-content-header {
	padding: 10px 10px 0;
	padding: 1rem 1rem 0;
}
.main-content-header .main-content-title {
	font-size: 105%;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 10px 10px 5px;
	padding: 1rem 1rem 0.5rem;
	background: url("images/title_bg_01.png") no-repeat scroll left bottom;
	background-color: #dec;
	background: -webkit-linear-gradient(left, #eaf5e0 0%, #f5faf0 100%);
	background: linear-gradient(to right, #eaf5e0 0%, #f5faf0 100%);
	border-radius: 3px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #898;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2); 
}

/* --------- Main Content Entry Meta --------- */

.entry-meta .post-categories {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}
.entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.entry-meta .post-categories li {
	float: left;
}
a[rel*="category"], a[rel*="tag"] {
	display: inline-block;
	line-height: 1.5;
	font-size: 85%;
	background: #795;
	color: #fff;
	padding: 1px 10px;
	padding: 0.1rem 1rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a[rel="tag"], a[rel*="tag "] {
	background: #888;
}
.meta-postdate {
	text-align: right;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: -10px;
	margin-top: -1rem;
}
.meta-postdate a {
	color: #333;
	cursor: default;
}
.meta-postdate a:hover {
	text-decoration: none;
}

/* --------- Main Content Entry Detail --------- */

.entry-content {
	padding: 0 10px 0;
	padding: 0 1rem 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.main-content-site img {
	max-width: 100%;
	height: auto;
}
.entry-content, .mu_register {
	line-height: 1.8;
}
.topmain-welcome-area h1, .textwidget h1, .entry-content h1, .comment-content h1,
.topmain-welcome-area h2, .textwidget h2, .entry-content h2, .comment-content h2,
.topmain-welcome-area h3, .textwidget h3, .entry-content h3, .comment-content h3,
.topmain-welcome-area h4, .textwidget h4, .entry-content h4, .comment-content h4,
.topmain-welcome-area h5, .textwidget h5, .entry-content h5, .comment-content h5,
.topmain-welcome-area h6, .textwidget h6, .entry-content h6, .comment-content h6 {
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	line-height: 1.5;
	padding-top: 5px;
	padding-top: 0.5rem;
}
.topmain-welcome-area h1, .textwidget h1, .entry-content h1, .comment-content h1 {
	font-size: 125%;
}
.topmain-welcome-area h2, .textwidget h2, .entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 120%;
	font-weight: 500;
}
.topmain-welcome-area h3, .textwidget h3, .entry-content h3, .comment-content h3 {
	font-size: 115%;
	font-weight: 500;
	line-height: 2.2;
	padding-left: 10px;
	color: #231;
	background: #dec;
	background: -webkit-linear-gradient(left, #e5f0ca 0%, #f0f5e5 100%);
	background: linear-gradient(to right, #e5f0ca 0%, #f0f5e5 100%);
	border-radius: 2px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #898;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); 
}
.topmain-welcome-area h4, .textwidget h4, .entry-content h4, .comment-content h4 {
	font-size: 110%;
	font-weight: 500;
	color: #242;
	padding: 10px 10px 5px;
	background: #f7faf0;
	border-radius: 2px;
	border: 1px solid #eee;
	border-bottom: 1px solid #898;
}
.topmain-welcome-area h5, .textwidget h5, .entry-content h5, .comment-content h5 {
	font-size: 105%;
}
.topmain-welcome-area h6, .textwidget h6, .entry-content h6, .comment-content h6 {
	font-size: 100%;
}
.topmain-welcome-area p, .textwidget p, .entry-content p, .comment-content p, .mu_register p {
	font-size: 100%;
	margin: 5px 10px 5px;
	margin: 0.5rem 1rem 0.5rem;
	line-height: 1.7;
}
.topmain-welcome-area a, .textwidget a, .entry-content a, .comment-content a, .mu_register p {
	font-size: 100%;
}
.topmain-welcome-area p:last-child, .entry-content p:last-child, .comment-content p:last-child, .mu_register p:last-child {
	margin-bottom: 0;
}
.topmain-welcome-area ol, .textwidget ol, .entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	line-height: 1.6;
}
.topmain-welcome-area ul ul, .textwidget ul ul, .entry-content ul ul, .comment-content ul ul,
.topmain-welcome-area ol ol, .textwidget ol ol, .entry-content ol ol, .comment-content ol ol,
.topmain-welcome-area ul ol, .textwidget ul ol, .entry-content ul ol, .comment-content ul ol,
.topmain-welcome-area ol ul, .textwidget ol ul, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.topmain-welcome-area ul, .textwidget ul, .entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
	margin-left: 10px;
}
.topmain-welcome-area ul li, .textwidget ul li, .entry-content ul li, .comment-content ul li, .mu_register li {
	margin: 0 0 0 13px;
	margin: 0 0 0 1.3rem;
}
.topmain-welcome-area ol, .textwidget ol, .entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.topmain-welcome-area ol li, .textwidget ol li, .entry-content ol li, .comment-content ol li, .mu_register li {
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
}
.topmain-welcome-area blockquote, .textwidget blockquote, .entry-content blockquote, .comment-content blockquote {
	padding: 20px 0;
	padding: 2rem 0;
}
.topmain-welcome-area blockquote p:last-child, .textwidget blockquote p:last-child, .entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.topmain-welcome-area code, .textwidget code, .entry-content code, .comment-content code {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	line-height: 2;
}
.topmain-welcome-area pre, .textwidget pre, .entry-content pre, .comment-content pre {
	border: 1px solid #ccc;
	line-height: 1;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 10px;
	padding: 1rem;
	overflow: auto;
	font-size: 85%;
	/* border-raduis */
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
}
.topmain-welcome-area pre code, .textwidget pre code, .entry-content pre code, .comment-content pre code {
	display: block;
}
.topmain-welcome-area abbr, .textwidget abbr, .entry-content abbr, .comment-content abbr,
.topmain-welcome-area dfn, .textwidget dfn, .entry-content dfn, .comment-content dfn,
.topmain-welcome-area acronym, .textwidget acronym, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}
.topmain-welcome-area address, .textwidget address, .entry-content address, .comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}
.topmain-welcome-area embed, .topmain-welcome-area iframe, .topmain-welcome-area object, .topmain-welcome-area video,
.textwidget embed, .textwidget iframe, .textwidget object, .textwidget video,
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.topmain-welcome-area dt, .textwidget dt, .entry-content dt, .comment-content dt {
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.topmain-welcome-area dd, .textwidget dd, .entry-content dd, .comment-content dd {
	line-height: 1.8;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
.topmain-welcome-area table, .textwidget table, .entry-content table, .comment-content table {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 95%;
	line-height: 1.6;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}
.topmain-welcome-area table caption, .textwidget table caption, .entry-content table caption, .comment-content table caption {
	font-size: 95%;
	margin: 24px 0;
	margin: 2.4rem 0;
}
.topmain-welcome-area th, .textwidget th, .entry-content th, .comment-content th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background-color: rgba(240,240,230,0.4);
	padding: 10px;
	padding: 1rem;
	font-weight: normal;
}
.topmain-welcome-area th a, .textwidget th a, .entry-content th a, .comment-content th a {
	color: #33484d;
}
.topmain-welcome-area td, .textwidget td, .entry-content td, .comment-content td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 10px;
	padding: 1rem;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.p-nav a {
	display: inline-block;
	margin: 5px;
	padding: 6px 10px 4px;
	background: #eaefe0;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2); 
}
.p-nav a:hover {
	color: #fff;
	background: #8cb;
	text-decoration: none;
}
.wpcf7-textarea {
	width: 100%;
}
.w3eden .media {
	margin-bottom: 10px;
}
.w3eden .btn {
	padding: 4px 16px;
	border-radius: 6px;
}

/* --------- Main Content Entry Images --------- */

.alignleft {
	max-width: 50%;
	float: left;
}
.alignright {
	max-width: 50%;
	float: right;
}
.aligncenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	margin-top: 10px;
	margin-top: 1rem;
}
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%;
}
img.alignleft, .wp-caption.alignleft {
	margin: 4px 15px 20px 0;
	margin: 0.4rem 1.5rem 2rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 4px 0 20px 15px;
	margin: 0.4rem 0 2rem 1.5rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
img.alignnone, .wp-caption.alignnone {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
div.attachment {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}
div.attachment img, .wp-caption img, img.main-tile, img.alignleft, img.alignright, img.aligncenter, img.alignnone, .archive-post img {
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	margin-left: 1px;
	margin-left: 0.1rem;
	max-width: 99%;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 4px 15px 20px 0;
	margin: 0.4rem 1.5rem 2rem 0;
}
img.alignright {
	margin: 4px 0 20px 15px;
	margin: 0.4rem 0 2rem 1.5rem;
}
dl.wp-caption.aligncenter {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* --------- Main Content Single audio/video attachment view --------- */
.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* --------- Main Content Pager Settings  --------- */

.page-links {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	clear: both;
	line-height: 1.8;
	text-align: center;
}
.page-links > span {
	background: #795;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #795;
	color: #fff;
}
.page-links > a {
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #888;
	color: #333;
}
.page-links > a:hover {
	background: #888;
}
.nav-single {
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}
.nav-previous a, .nav-next a {
	display: block;
	width: 50%;
	float:left;
	overflow: hidden;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-previous a {
	border-right: 1px dotted #888;
	padding: 20px 20px 20px 50px;
	padding: 2rem 2rem 2rem 5rem;
	background: url("images/arrow-pagenation-l.png") no-repeat left center;
}
.nav-next a {
	padding: 20px 50px 20px 20px;
	padding: 2rem 5rem 2rem 2rem;
	background: url("images/arrow-pagenation-r.png") no-repeat right center;
	text-align: right;
}
.nav-previous a.no-pager-links, .nav-next a.no-pager-links {
	background: none;
}
.nav-previous a.no-pager-links:hover, .nav-next a.no-pager-links:hover {
	text-decoration: none;
}

/* --------- Main Content Comments Area  --------- */

.comments-area {
	margin-top: 25px;
	margin-top: 2.5rem;
}
.comments-title, .comment-reply-title {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 90%;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}
.pingback {
	line-height: 1.5;
	padding: 0 0 10px;
}
ol.commentlist {
	padding: 20px 30px;
	padding: 2rem 3rem;
}
article.comment {
	padding-top: 15px;
	padding-top: 1.5rem;
	border-top: 1px dotted #888;
}
.comment .children {
	border-top: 1px dotted #888;
	padding-top: 15px;
	padding-top: 1.5rem;
	margin-top: 10px;
	margin-top: 1rem;
	margin-left: 20px;
	margin-left: 2rem;
}
ol.commentlist li, .comment .children li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
ol.commentlist li:last-child, .comment .children li:last-child {
	margin-bottom: 0;
}
.comment img {
	display: block;
	overflow: hidden;
	float:left;
	margin-right: 15px;
	margin-right: 1.5rem;
}
.comment > img + section {
	padding-left: 60px;
	padding-left: 6rem;
}
ol.commentlist li:first-child > article.comment {
	padding-top: 0;
	border-top: none;
}
p.comment-meta {
	margin-top: 0;
}
.post-author {
	font-size: 80%;
	background: #b7b7b7;
	color: #fff;
	padding: 0 10px;
	padding: 0 1rem;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.bypostauthor, .sticky {
	font-weight: normal;
}
.comment-reply-title > small {
	margin-left:10px;
	margin-left:1rem;
}
.comment-form {
	padding: 20px 30px;
	padding: 2rem 3rem;
}
.comment-notes {
	font-size: 80%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.form_content {
	display: none;
}
.comment-fields input, .comment-area textarea {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100%;
}
.form-allowed-tags {
	font-size: 75%;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.form-submit input {
	width: 100%;
}
.nocomments-accept {
	display: none;
}
.nocomments {
	border-top: 1px solid #888;
	padding: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- Main Content Archive Page Settings  --------- */

.archive-post {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
	border-top: 1px dotted #888;
}
.entry-image, .entry-summary {
	display: block;
	overflow: hidden;
}
.archive-post img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.excerpt-title {
	font-weight: normal;
	font-size: 85%;
	/* margin-bottom: 10px;
	margin-bottom: 1rem; */
}
.excerpt-title a {
	font-weight: bold;
}

/* --------- Single Post Links  --------- */
.single-post .entry-content a[href$=".pdf"], .single-post .entry-content a[href^="http"], .single-post .entry-content a[href^="//"] {
	text-decoration: underline;
}
.single-post .entry-content a[href$=".pdf"]:hover, .single-post .entry-content a[href^="http"]:hover, .single-post .entry-content a[href^="//"]:hover {
	color: #008c46;
}
.single-post .entry-content a[href$=".pdf"] {
	display: inline-block;
    background: url(https://www.msw-fukuoka.jp/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 25px;
    line-height: 28px;
    padding-left: 30px;
    margin: 2px 4px 4px 2px;
}
.single-post .entry-content a[href^="http"]:after, .single-post .entry-content a[href^="//"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #795;
    content: "\f35d";
    padding-left: 0.5em;
	display: inline-block;
}
.single-post .entry-content a[href^="https://www.msw-fukuoka.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}

/* = Widget Area Settings
-------------------------------------------------------------- */

/* --------- Widget Area Total Settings  --------- */

.widget-area {
	line-height: 1;
}
.widget {
	display: block;
	overflow: hidden;
	border-top: 1px solid #888;
}
.widget > * {
	width: 100%;
	padding: 15px 0 15px;
	padding: 1.5rem 0 1.5rem;
}
.widget-title {
	line-height: 1.5;
	border-bottom: 1px solid #888;
	font-size: 100%;
	padding-left: 15px;
	padding-left: 1.5rem;
	padding-right: 15px;
	padding-right: 1.5rem;
}
.topmain-widget-area .widget-title {
	background-color: #ac8;
	color: #fff;
}
.sidebar-left .widget-title, .sidebar-right .widget-title {
	background: url("images/title_bg_02.png") no-repeat scroll 20px center;
	padding-left: 35px;
	padding-left: 3.5rem;
	font-weight: normal;
}
.post-sitemap-list {
	border-bottom: 1px solid #888;
}
.post-sitemap-list h2 {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 85%;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}
#nav_menu-2 {
	margin-bottom: 15px;
}

/* --------- Widget Displayed in List Format --------- */
.post-sitemap-list > ul, .widget_archive > ul, .widget_categories > ul, .widget_nav_menu > ul, .widget_nav_menu > div, .widget_pages > ul,
.widget_meta > ul, .widget_recent_entries > ul, .widget_rss > ul, .widget_recent_comments > ul, .widget_tagposts > ul, .widget_catposts >ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.post-sitemap-list ul li, .widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_nav_menu ul li, .widget_meta ul li,
.widget_recent_entries ul li, .widget_rss ul li, .widget_recent_comments ul li, .widget_tagposts ul li, .widget_catposts ul li {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px dotted #888;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.post-sitemap-list ul li:last-child, .widget_categories ul li:last-child, .widget_nav_menu ul li:last-child, .widget_pages ul li:last-child, .widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child, .widget_rss ul li:last-child, .widget_recent_comments ul li:last-child, .widget_tagposts ul li:last-child, .widget_catposts ul li:last-child {
	border-bottom: none;
}
.post-sitemap-list ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_meta ul li {
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 18px 18px;
}
.widget_recent_comments ul li {
	padding: 15px 30px 15px 57px;
	padding: 1.5rem 3rem 1.5rem 5.7rem;
	background: url("images/widget_com_icon.png") no-repeat scroll 30px 16px;
}
.widget_categories ul li.cat-item-none {
	background: none;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}
.widget_archive ul li {
	float: left;
	width: 50%;
}
.widget_recent_entries ul li, .widget_rss ul li, .widget_tagposts ul li, .widget_catposts ul li  {
	padding: 10px 10px;
	padding: 1rem 1rem;
}
.post-sitemap-list ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_meta ul li a {
	display: block;
	padding: 15px 30px 15px 40px;
	padding: 1.5rem 3rem 1.5rem 4rem;
}
.widget_archive ul li:nth-child(2n+1) a {
	border-right: 1px dotted #888;
}
.post-sitemap-list .children, .widget_nav_menu .sub-menu, .widget_pages .children, .widget_categories .children {
	border-top: 1px dotted #888;
}
.post-sitemap-list .children li:last-child, .widget_nav_menu .sub-menu li:last-child, .widget_pages .children li:last-child, .widget_categories .children li:last-child {
	border-bottom: none;
}
.post-sitemap-list .children li, .widget_nav_menu .sub-menu li, .widget_pages .children li, .widget_categories .children li {
	background: url("images/widget_lst_icon_sub.png") no-repeat scroll 33px 22px;
}
.post-sitemap-list .children .children li, .widget_nav_menu .sub-menu .sub-menu li, .widget_pages .children .children li, .widget_categories .children .children li {
	background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 32px 24px;
}

/* --------- Widget Tagged posts --------- */

.widget_tagposts ul li p, .widget_tagposts ul li div.img_tag_posts_none {
	display: none;
}
.widget_tagposts ul li p.ex_tag_link, .topmain-widget-area .widget_tagposts ul li p {
	display: inline-block;
}
.widget_tagposts .img_tag_posts, .topmain-widget-area .widget_tagposts ul li .ex_tag_link {
	margin-bottom:10px;
	margin-bottom:1rem;
}
.widget_tagposts ul li p.ex_tag_button {
	display: none;
}

/* --------- Widget Recent Posts --------- */

.widget_recent_entries .post-date, .widget_catposts .post-date {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
}

/* --------- Widget RSS --------- */

.widget_rss .widget-title > a.rsswidget {
	display: none;
}
.widget_rss .widget-title > a.rsswidget + a.rsswidget {
	background: url("images/widget_rss_icon.png") no-repeat right center;
	display: inline-block;
	padding-right: 30px;
	color: #333;
}
.widget_rss .widget-title a:hover {
	text-decoration: none;
}
.widget_rss .rss-date, .widget_rss .rssSummary, cite {
	display:block;
	margin-top: 7px;
	margin-top: 0.7rem;
}
.widget_rss cite:before {
	content: " - ";
}

/* --------- Dropdown List for Widget Archives, Widget Categories --------- */

.widget_archive select[name=archive-dropdown], .widget_categories select.postform {
	display: block;
	overflow: hidden;
	background: url("images/widget_cat_drop_down.png") no-repeat right 10px center #795;
	color: #fff;
	width: 90%;
	border: none;
	cursor: pointer;
	margin: 30px 5%;
	margin: 3rem 5%;
	padding: 6px 5px 6px 10px;
	padding: 0.6rem 0.5rem 0.6rem 1rem;
	line-height:1.1;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
}
.widget_archive select[name=archive-dropdown], .widget_categories select.postform, x:-moz-any-link {
	background-image: none;
	padding: 0 5px;
	padding: 0 0.5rem;
}
.widget_archive select[name=archive-dropdown] option, .widget_categories select.postform option {
	border: none;
	box-shadow: none;
}
.widget_archive select[name=archive-dropdown] option, .widget_categories select.postform option, x:-moz-any-link {
	padding: 3px 10px 3px 10px;
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* --------- Widget Tag Cloud --------- */

.tagcloud {
	padding-left: 30px !important;
	padding-left: 3rem !important;
	padding-right: 30px !important;
	padding-right: 3rem !important;
	line-height: 1.3;
}
.tagcloud a {
	background: url("images/widget_tag_icon.png") no-repeat left center;
	width: 100%;
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
	padding: 5px 0 5px 20px;
	padding: 0.5rem 0 0.5rem 2rem;
	vertical-align: middle;
}

/* --------- Widget Text --------- */

.widget_text .textwidget {
	padding: 15px 15px;
	padding: 1.5rem 1.5rem;
}

/* --------- Widget Text block --------- */

.widget_framedtext {
	background: url("images/widget_txt_back.png") repeat 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 12px;
	padding: 1.2rem;
	margin: 20px;
	margin: 2rem;
}
.widget_framedtext .widget-title {
	background: none;
	font-size: 85%;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	border: none;
	color: #333;
}
.widget_framedtext .textwidget {
	padding: 0;
	line-height:1.5;
	font-size: 90%;
}
#fsv002wpbasic_w_framedtext-2 {
	padding: 0;
}
#fsv002wpbasic_w_framedtext-2 p {
	margin: 0;
}
#fsv002wpbasic_w_framedtext-2 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
	background: #fafaf5;	
}
#fsv002wpbasic_w_framedtext-2 a:hover {
	background: #ded;
}
#fsv002wpbasic_w_framedtext-3 {
	padding: 0 5px;
	background: #fafaf5;
}
#fsv002wpbasic_w_framedtext-3 p {
	font-size: 85%;
}

/* --------- Widget Search --------- */

#searchform {
	text-align: center;
}
#searchform input#s {
	background: url("images/bg_search.png") no-repeat 8px center #f5f7f1;
	padding-left: 40px;
	padding-left: 4rem;
	width: 90%;
	margin: 1rem auto;
}
#searchform input#s:focus {
	background-color: #fff;
}
#searchform input#searchsubmit {
	display: none;
}

/* --------- Widget Calendar --------- */

#calendar_wrap {
	padding: 0;
	margin: 30px;
	margin: 3rem;
	/* box-shadow */
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: auto;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #fff;
	padding: 15px;
	padding: 1.5rem;
	font-size: 90%;
	text-align: center;
	background-color: #795;
}
#wp-calendar th, #wp-calendar td {
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	text-align: center;
	background-color: #eee;
}
#wp-calendar th {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tfoot td {
	height: 40px;
	height: 4rem;
	padding: 0 5px;
	padding: 0 0.5rem;
}
#wp-calendar tbody a {
	font-weight: bold;
	text-decoration: underline;
}
#wp-calendar tfoot #prev a {
	background: url("images/widget_cal_icon_prev.png") no-repeat left top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-top: -0.3rem;
}
#wp-calendar tfoot #next a {
	background: url("images/widget_cal_icon_next.png") no-repeat right top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	right: 40px;
	right: 4rem;
	margin-top: -3px;
	margin-top: -0.3rem;
}

/* = Footer Copy Area
-------------------------------------------------------------- */

.footer-copy-area {
	line-height: 1;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	background-color: #695;
}
.footer-copy-area .footer-copy {
	word-break: break-all;
	text-align: center;
	line-height: 1.5;
	font-size: 95%;
	font-weight: normal;
	color: #fff;
}
.footer-copy-area .footer-copy a {
	color: #fff;
}
.footer-widget-area {
	margin-top: 10px;
}

/* --------- bbpress forum --------- */
.bbp-breadcrumb-home, .bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date, .topic .post-update, .topic .footer-post-meta,
.post-0 .post-date, .post-0 .post-update, .post-0 .footer-post-meta,
.forum .post-date, .forum .post-update, .forum .footer-post-meta {
	display: none;
}
#bbpress-forums {
	font-size: 90%;
}
#bbp_search {
	font-size: 100%;
	height: 28px;
}
.post-0 .post-meta {
	height: 27px;
}
.bbp-reply-content {
	font-size: 95%;
	line-height: 170%;
}
.bbp-forum-title {
	font-size: 95% !important;
}
.bbp-topic-permalink {
	font-size: 100% !important;
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
	color: #555 !important;
}
div.bbp-template-notice p {
	font-size: 90%;
}
body.page .bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code {
	width: 97%;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	width: 100px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: -1px;
	border: 1px solid #DDD;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
	display: none;
}
body.page .bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code {
	font-size: 80%;
	line-height: 1.5;
	background-color: #F0F5F3;
	border: 1px solid #EAEFEC;
}
div.bbp-breadcrumb {
	display: none;
}
#bbpress-forums fieldset.bbp-form label {
	font-size: 80%;
}
#bbpress-forums fieldset.bbp-form input {
	font-size: 95%;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 95%;
}
div.bbp-submit-wrapper {
	float: left;
}
#bbpress-forums fieldset select#bbp_forum_id {
	display: none;
}
span.bbp-admin-links a {
	font-size: 90%;	
}
#bbpress-forums fieldset.bbp-form legend {
	font-size: 95%;
}
p.form-allowed-tags {
	font-size: 90%;
}
.su-button su-button-style-default {
	font-size: 100%;	
}
.by-author {
	display: none;
}
.post-edit-link-base {
	padding-top: 10px;
	padding-top: 1rem;
}
#bbp_topic_submit {
	font-size: 90%;
	padding: 1rem 1.5rem;
}
#bbp_reply_submit {
	font-size: 90%;
	padding: 1rem 1.5rem;
}
legend {
	float: none;
	font-weight: normal;
	border-bottom: none !important;
}

/* --------- All in one Calendar --------- */
.timely {
	font-size: 95%;
}
.ai1ec-event-title {
	font-size: 85%;
}
.ai1ec-month-view .ai1ec-event {
	height: 20px;
	line-height: 20px;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	font-size: 90%;
}
.ai1ec-event-location {
	font-size: 90%;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-size: 95%;
}
.ai1ec-btn-toolbar .ai1ec-btn-group {
	margin-bottom: 6px;
}
.ai1ec-btn-group > .ai1ec-btn-sm {
	font-size: 90%;
	margin-top: 6px;
}
.ai1ec-btn-group, .ai1ec-btn-group-vertical {
	margin-bottom: 10px;
}
.ai1ec-btn-group > .ai1ec-btn-xs {
	font-size: 95%;
}
.ai1ec-btn-group-xs > .ai1ec-btn {
	padding: 3px 8px;
	line-height: 1.5;
	border-radius: 3px;
}
.ai1ec-btn-toolbar .ai1ec-btn-group {
	margin-bottom: 15px;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	font-size: 95%;
}
.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
	font-size: 34px;
	padding: 1rem 0 1rem;
}
.ai1ec-single-event .ai1ec-actions .ai1ec-btn {
	font-size: 115%;
}
.ai1ec-single-event .ai1ec-category, .ai1ec-multi-event .ai1ec-category {
	font-size: 90%;
}
.ai1ec-field-label {
	font-size: 90%;
	color: #777;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	margin: 8px 5px;
}
.ai1ec-agenda-view .ai1ec-date-events {
	margin-right: 5px;
}
.ai1ec-single-event .ai1ec-time .ai1ec-field-value, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value {
	font-size: 100%;
}
.ai1ec-title-buttons .ai1ec-btn-group {
	margin-left: 0;
}
.ai1ec-calendar-toolbar {
	width: 123px;
	padding: 0 0 0 1px;
	border-radius: 3px;
}
.timely .ai1ec-nav > li > a {
	padding: 5px 5px;
}
.ai1ec-filters .ai1ec-dropdown-toggle > i {
	font-size: 85%;
}
.ai1ec-views-dropdown i {
	font-size: 27px;
}
.ai1ec-fa {
	margin: 1px;
}
li .ai1ec-fa, li .ai1ec-fa-lg::before {
	width: 20px;
}
.ai1ec-calendar-title, .ai1ec-calendar-title-short {
	font-size: 90%;
}
p.ai1ec-no-results:last-child {
	margin-bottom: 20px;
}
.topmain-welcome-area a, .textwidget a, .entry-content a, .comment-content a, .mu_register p {
	font-size: 95%;
}
/* --------- Download Manager --------- */
.w3eden .pull-right {
	display: none;
}
/* --------- logout --------- */
.swpm-logged-logout-link a {
	display: inline-block;
	background: #e1e8d8;
	border-radius: 5px;
	margin-top: 20px;
	padding: 6px 10px 4px;
}
.swpm-logged-logout-link a:hover {
	color: #fff;
	background: #8cb;
	text-decoration: none;
}
.swpm-forgot-pass-link {
	display: none;
}
.w3eden .label-default {
	background: #bbb;
}
.media strong, .media a {
	font-size: 105%;
	font-weight: 500 !important;
}
.metaslider {
	margin-left: -90px;
	margin-right: -70px;
}

/* Minimum width of 678 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 678px) {

	/* =Basic structure
	-------------------------------------------------------------- */

	.component-inner, .site-header-area .component-inner, .header-image-area .component-inner {
		margin: 0 auto;
		max-width: 1220px;
		max-width: 122rem;
		padding: 0 10px 0;
		padding: 0 1rem 0;
	}

	/* =Header Layout
	-------------------------------------------------------------- */

	.site-header-area {
		border-top: solid 2px #684;
	}
	#header-menu-button {
		display: none;
	}
	#wpadminbar {
		background: #472;
	}

	/* --------- Header Title Area --------- */

	.header-title-only {
		border: none;
		text-align: left;
		padding: 20px 0;
		padding: 2rem 0;
		width: 100%;
	}
	.header-title-area {
		border: none;
		float: left;
		text-align: left;
		padding: 15px 0 10px 0;
		padding: 1.5rem 0 1rem 0;
		width: 57%;
	}
	.header-title-only .site-title-img,	.header-title-only .site-title, .header-title-area .site-title-img, .header-title-area .site-title {
		margin-right: 0px;
		margin-right: 0rem;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
		float: left;
	}
	.header-title-only .site-title, .header-title-area .site-title {
		float: none;
	}
	.header-title-only .site-description, .header-title-area .site-description {
		padding-top: 50px; 
		padding-top: 5rem;
	}

	/* --------- Header Widget Area --------- */

	#header-widget-area {
		float: right;
		width: 43%;
		text-align: right;
		margin-top: 0;
		padding-top: 10px;
		padding-top: 1rem;
	}

	/* --------- Sitemap & Contact Link --------- */

	.hw_link1, .hw_link2 {
		display: block;
		overflow:hidden;
		width: 100%;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
		border: none;
	}
	.hw_link1 a, .hw_link2 a {
		display: inline-block;
		overflow:hidden;
		padding: 5px 10px 3px 10px;
		padding: 0.5rem 1rem 0.3rem 1rem;
		margin-left: 10px;
		margin-left: 1rem;
		width: auto;
		float: none;
		background: #f3f5f0;
		border-radius: 5px;
		border: 1px solid #eee;
		text-decoration: none;
	}
	.hw_link1 a:hover, .hw_link2 a:hover {
		color: #fff;
		background-color: #9c9;
		text-decoration: none;
	}
	.hw_text {
		padding: 0;
		border-bottom: none;
	}
	.hw_text_large {
		padding: 0;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
	}

	/* --------- Header Image Area (Slide) --------- */

	.header-image-area {
		padding-top: 15px;
		border: none;
	}
	.metaslider {
		margin: 0;
	}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
		background-color: #8b6;
		background: -webkit-linear-gradient(top, #8c7 0%, #7b6 100%);
		background: linear-gradient(to bottom, #8c7 0%, #7b6 100%);
		margin-top: 0;
		border-bottom: 1px solid #684; 
		/* box-shadow */
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	}
	#site-navigation div.menu > ul {
		display: inline-block !important;
		width: 100%;
	}
	#site-navigation div.menu > ul > li {
		background: url("images/border_nav.png") no-repeat left center;
		display: inline-block;
		text-align: center;
	}
	#site-navigation div.menu > ul > li:last-child {
		background: url("images/border_nav.png") no-repeat left center , url("images/border_nav.png") no-repeat right center;
	}
	#site-navigation div.menu > ul > li > a {
		display: inline-block !important;
		padding: 8px 0.9em 5px;
		margin-left: 1px;
	}
	#site-navigation div.menu > ul.menu > li > a {
		margin-right: -5px;
	}
	#site-navigation div.menu > ul > li:last-child a {
		margin-left: 1px;
		margin-right: 1px;
	}
	#site-navigation ul {
		border-left: none;
		margin: 0;
		text-indent: 0;
	}
	#site-navigation li {
		border-right: none;
		position: relative;
		text-align: left;
	}
	#site-navigation li a, #site-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	#site-navigation li a {
		padding: 8px 8px;
		padding: 0.8rem 0.8rem;
	}
	#site-navigation li a:hover, #site-navigation li:hover {
		color: #fff;
		background: #5a4;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	#site-navigation li ul {
		display: block;
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		/* box-shadow */
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	}
	#site-navigation li ul ul {
		top: -1px;
		left: 100%;
	}
	#site-navigation ul li:hover > ul {
		z-index: 500;
		opacity: 1;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	#site-navigation li ul li a {
		background: #85f234;
		line-height: 1.7;
		padding: 13px 10px;
		padding: 1.3rem 1rem;
		width: 190px;
		width: 19rem;
	}
	#site-navigation li ul li a:hover {
		background: #9df55d;
		color: #fff;
	}
	#site-navigation li ul li {
		border-top: 1px solid #eee;
	}
	#site-navigation .current-menu-item > a, #site-navigation .current-menu-ancestor > a, #site-navigation .current_page_item > a, #site-navigation .current_page_ancestor > a {
		color: #dec;
	}
	#site-navigation .children .children li a, #site-navigation .sub-menu .sub-menu li a {
		color: #333;
		background: #fce4d3;
		text-shadow: none;
	}
	#site-navigation .children .children li a:hover, #site-navigation .sub-menu .sub-menu li a:hover {
		background: #fbdbc4;
	}
	#site-navigation .children .children li, #site-navigation .sub-menu .sub-menu li {
		border-top: 1px solid #401000;
	}

	/* =Main Contents
	-------------------------------------------------------------- */

	.main-content-area {
		border: none;
		padding-top: 0px;
		padding-top: 0rem;
	}

	/* --------- Main Contents Basic Settings --------- */

	.main-content-site {
		border-top: none;
	}
	.main-content-site > * {
		padding-left: 0;
		padding-right: 0;
	}


	/* --------- Welcome Message Area --------- */

	.topmain-welcome-area {
		padding: 20px;
		padding: 2rem;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	/* --------- Breadcrumb --------- */

	.main-breadcrumb {
		display: block;
		font-size: 75%;
		line-height: 1.5;
		margin: 20px;
		margin: 2rem;
		word-wrap: break-word;
	}

	/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
		padding: 0;
	}
	.ai1ec-col-sm-4 {
		width: 22%;
		padding: 0 5px;
	}
	.ai1ec-col-sm-8 {
		width: 78%;
		padding: 0 5px;
	}

	/* --------- Main Content Pager Settings  --------- */

	.nav-previous a {
		border-right: none;
	}

	/* --------- Main Content Comments Area  --------- */

	.comments-area {
		border-bottom: 1px solid #888;
	}
	.comments-title, .comment-reply-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 12px;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		padding: 15px 0 0 15px;
		padding: 1.5rem 0 0 1.5rem;
		border-bottom: none;
	}
	ol.commentlist {
		padding: 0 0 10px;
		padding: 0 0 1rem;
	}
	.comment .children {
		margin-left: 60px;
		margin-left: 6rem;
	}
	.comment-respond {
		padding: 20px 0;
		padding: 2rem 0;
	}
	.comment-form {
		padding: 0;
	}
	.nocomments {
		padding: 20px 0;
		padding: 2rem 0;
	}

	/* --------- Main Content Archive Page Settings  --------- */

	.article-group {
		border-bottom: 1px dotted #888;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	.archive-post {
		padding: 15px 0;
		padding: 1.5rem 0;
	}
	.archive-post img {
		margin: 0;
	}
	.archive-post > .entry-image {
		float: right;
		width: 29%;
		padding: 2px 3px 3px 2px;
		padding: 0.2rem 0.3rem 0.3rem 0.2rem;
	}
	.archive-post > .entry-image + .entry-summary {
		float: left;
		width: 71%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	/* = Widget Area Settings
	-------------------------------------------------------------- */

	/* --------- Widget Area Total Settings  --------- */

	.footer-widget-area {
		background-color: #eff5e1;
		margin-top: 40px;
		margin-top: 4rem;
		padding-top: 20px;
		padding-top: 2rem;

	}
	.widget-area {
		overflow: hidden;
		float:left;
		padding-bottom: 20px;
	}
	#footer-widget-area-1, #footer-widget-area-2 {
		border-right: 1px solid #ccc;
	}
	#footer-widget-area-1 {
		width: 33%;
		padding-right: 10px;
		padding-right: 1rem;
	}
	#footer-widget-area-2 {
		width: 35.9%;
		padding-top: 10px;
		padding-top: 1rem;
		padding-left: 10px;
		padding-left: 1rem;
		padding-right: 10px;
		padding-right: 1rem;
	}
	#footer-widget-area-3 {
		width: 31%;
		padding-left: 10px;
		padding-left: 1rem;
	}
	.widget {
		border: none;

	}
	.widget > * {
		padding: 0;
	}
	.widget-title {
		padding: 0 0 15px;
		padding: 0 0 1.5rem;
		margin-bottom: 0;
		border: none;
	}
	.topmain-widget-area .widget-title {
		color: #333;
		font-size: 105%;
		line-height: 1.2;
		font-weight: 400;
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		padding: 15px;
		padding: 1.5rem;
		background: url("images/title_bg_01.png") no-repeat scroll left bottom;
		background-color: #e5f0cd;
		border-radius: 3px;
		border: 1px solid #ddd;
		box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); 
	}
	.post-sitemap-list h2, .sidebar-left .widget-title, .sidebar-right .widget-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 0;
		margin: 0 0 15px;
		margin: 0 0 1.5rem;
		padding: 3px 0 0 15px;
		padding: 0.3rem 0 0 1.5rem;
	}
	.post-sitemap-list {
		border-bottom: none;
	}
	.post-sitemap-list h2 {
		margin: 20px 0 20px;
		margin: 2rem 0 2rem;
		border: none;
	}
	.topmain-widget-area section:last-child, .sidebar-left aside:last-child, .sidebar-right aside:last-child {
		margin-bottom: 0;
	}

	/* --------- Widget Displayed in List Format --------- */

	.widget_archive ul li:after {
		clear: both;
	}
	.post-sitemap-list ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_meta ul li {
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 18px;
		border-right: none;
		width: 100%;
		padding: 15px 0 15px 22px;
		padding: 1.5rem 0 1.5rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
	}
	.widget_categories ul li.cat-item-none {
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}
	.post-sitemap-list ul, .widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_meta ul, .widget_recent_entries ul, .widget_rss ul, .widget_recent_comments ul, .widget_tagposts ul, .widget_catposts ul {
		border-top: 1px dotted #888;
		border-bottom: 1px dotted #888;
	}
	.widget_nav_menu ul {
		background: #f8f8f0;
	}
	.widget_nav_menu ul li {
		margin-left: 10px;
		margin-left: 1rem;
	}
	.footer-widget-area .widget_nav_menu ul {
		background: none;
	}
	.post-sitemap-list ul li:last-child, .widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_nav_menu ul li:last-child, .widget_pages ul li:last-child,
	.widget_meta ul li:last-child, .widget_recent_entries ul li:last-child, .widget_rss ul li:last-child, .widget_recent_comments ul li:last-child, .widget_tagposts ul li:last-child,
	.widget_catposts ul li:last-child {
		border-bottom: 1px dotted #888;
	}
	.widget_nav_menu ul li:last-child {
		border-bottom: none;
	}
	.widget_recent_comments ul li {
		padding-right: 0;
		padding-left: 30px;
		padding-left: 3rem;
		background: url("images/widget_com_icon.png") no-repeat scroll 0 16px;
	}
	.post-sitemap-list ul li a,	.widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_meta ul li a {
		display: inline;
		padding: 0 0 0 18px;
		padding: 0 0 0 1.8rem;
	}
	.widget_archive ul li:nth-child(2n+1) a {
		border-right: none;
	}
	.post-sitemap-list .children, .widget_nav_menu .sub-menu, .widget_pages .children, .widget_categories .children {
		margin-left: -22px;
		margin-left: -2.2rem;
		margin-top: 15px;
	}
	.post-sitemap-list .children li, .widget_nav_menu .sub-menu li, .widget_pages .children li, .widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 22px;
	}
	.post-sitemap-list .children li:last-child, .widget_nav_menu .sub-menu li:last-child, .widget_pages .children li:last-child, .widget_categories .children li:last-child {
		padding-bottom: 0;
	}
	.post-sitemap-list .children .children li, .widget_nav_menu .sub-menu .sub-menu li, .widget_pages .children .children li, .widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 24px;
	}
	.widget_archive select[name=archive-dropdown], .widget_categories select.postform {
		margin: 0;
		width: 100%;
	}

	/* --------- Widget Tag Cloud --------- */

	.tagcloud {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* --------- Widget Text --------- */

	.widget_text .textwidget {
		padding: 0 0 5px;
		padding: 0 0 0.5rem;
	}

	/* --------- Widget Text block --------- */

	.widget_framedtext {
		border:1px solid #ccc;
		padding: 12px;
		padding: 1.2rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.widget_framedtext .widget-title {
		background: none;
		padding: 0;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	.widget_recent_entries ul li, .widget_rss ul li, .widget_catposts ul li, .widget_tagposts ul li {
		padding-right: 10px;
		padding-left: 10px;
	}

	/* --------- Widget Search --------- */

	#searchform input#s {
		padding-left: 40px;
		padding-left: 4rem;
		width: 100%;
		margin: 0 auto;
	}

	/* --------- Widget Calendar --------- */

	#calendar_wrap {
		max-width: 98%;
		margin: 0 4px 4px 2px;
		margin: 0 0.4rem 0.4rem 0.2rem;
	}
	#wp-calendar tfoot #next a {
		right: 10px;
		right: 1rem;
	}

	/* --------- This CSS apply only to a specific Widget Area --------- */

	.topmain-widget-area .widget {
		padding-bottom: 0;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}
	.topmain-widget-area .widget:last-child {
		margin-bottom: 0;
	}
	.main-content-site .post-sitemap-list ul, .topmain-widget-area .widget_archive ul, .topmain-widget-area .widget_categories ul, .topmain-widget-area .widget_nav_menu ul,
	.topmain-widget-area .widget_pages ul, .topmain-widget-area .widget_meta ul, .topmain-widget-area .widget_recent_comments ul, .footer-widget-area .widget_archive ul,
	.footer-widget-area .widget_categories ul, .footer-widget-area .widget_nav_menu ul, .footer-widget-area .widget_pages ul, .footer-widget-area .widget_meta ul {
		border: none;
	}
	.main-content-site .post-sitemap-list ul li, .topmain-widget-area .widget_archive ul li, .topmain-widget-area .widget_categories ul li, .topmain-widget-area .widget_nav_menu ul li,
	.topmain-widget-area .widget_pages ul li, .topmain-widget-area .widget_meta ul li, .footer-widget-area .widget_archive ul li, .footer-widget-area .widget_categories ul li,
	.footer-widget-area .widget_nav_menu ul li, .footer-widget-area .widget_pages ul li, .footer-widget-area .widget_meta ul li {
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 6px;
		padding: 0 0 8px 22px;
		padding: 0 0 0.8rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
		border: none;
	}
	.footer-widget-area	.widget_categories ul li.cat-item-none {
		background: none;
		padding: 0 20px;
		padding: 0 2rem;
	}
	.topmain-widget-area .widget_recent_comments ul li {
		background: url("images/widget_com_icon.png") no-repeat scroll 0 1px;
		padding: 0 0 15px 30px;
		padding: 0 0 1.5rem 3rem;
		border: none;
	}
	.main-content-site .post-sitemap-list .children, .topmain-widget-area .widget_nav_menu .sub-menu, .topmain-widget-area .widget_pages .children,
	.topmain-widget-area .widget_categories .children, .footer-widget-area .widget_nav_menu .sub-menu, .footer-widget-area .widget_pages .children,
	.footer-widget-area .widget_categories .children {
		margin-left: 0;
		margin-top: 8px;
		margin-top: 0.8rem;
	}
	.main-content-site .post-sitemap-list .children li, .topmain-widget-area .widget_nav_menu .sub-menu li, .topmain-widget-area .widget_pages .children li,
	.topmain-widget-area .widget_categories .children li, .footer-widget-area .widget_nav_menu .sub-menu li, .footer-widget-area .widget_pages .children li,
	.footer-widget-area .widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}
	.main-content-site .post-sitemap-list .children .children li, .topmain-widget-area .widget_nav_menu .sub-menu .sub-menu li, .topmain-widget-area .widget_pages .children .children li,
	.topmain-widget-area .widget_categories .children .children li, .footer-widget-area .widget_nav_menu .sub-menu .sub-menu li, .footer-widget-area .widget_pages .children .children li,
	.footer-widget-area .widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 7px;
	}
	.topmain-widget-area .widget_recent_entries .post-date, .topmain-widget-area .widget_catposts .post-date {
		width: 160px;
		float: left;
		margin-bottom: 0;
		padding-right: 10px;
		padding-right: 1rem;
	}
	.topmain-widget-area .widget_recent_entries .post-title-date-on, .topmain-widget-area .widget_catposts .post-title-date-on {
		display: block;
		width: auto;
		float: left;
	}
	#recent-posts-2 .post-title-date-on a {
		font-size: 90%;
	}
	.topmain-widget-area .widget_recent_entries .post-title-date-off, .topmain-widget-area .widget_catposts .post-title-date-off {
		padding-left: 18px;
		padding-left: 1.8rem;
		display: block;
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}
	.topmain-widget-area .widget_tagposts ul, .topmain-widget-area .widget_tagposts ul li, .topmain-widget-area .widget_recent_entries ul,
	.topmain-widget-area .widget_recent_entries ul li, .topmain-widget-area .widget_catposts ul, .topmain-widget-area .widget_catposts ul li {
		border: none;
	}
	.topmain-widget-area .widget_tagposts ul li:last-child, .topmain-widget-area .widget_recent_entries ul li:last-child, .topmain-widget-area .widget_catposts ul li:last-child,
	.topmain-widget-area .widget_recent_comments ul li:last-child {
		padding-bottom: 10px;
	}
	.topmain-widget-area .widget_recent_entries ul li, .topmain-widget-area .widget_catposts ul li {
		padding-top: 0;
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
	}
	.topmain-widget-area .widget_tagposts ul li {
		padding-top: 0;
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}
	.topmain-widget-area .widget_tagposts ul li:last-child {
		padding-bottom: 3px;
		padding-bottom: 0.3rem;
	}
	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts, .topmain-widget-area .widget_tagposts ul li div.img_tag_posts_none {
		display: block;
		width: 29%;
		float: left;
		margin-bottom: 0;
	}
	.topmain-widget-area .widget_tagposts ul li div.ex_tag_posts {
		padding-left: 20px;
		padding-left: 2rem;
		display: block;
		width: 71%;
		float: left;
	}
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link {
		font-weight: bold;
		font-size: 85%;
		margin-top: 2px;
		margin-top: 0.2rem;
		width: 100%;
	}
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a, .topmain-widget-area .widget_tagposts ul li .ex_tag_link a:hover {
		color: #333;
		text-decoration: none;
	}
	.topmain-widget-area .widget_tagposts ul li .ex_tag_button {
		display: block;
		margin-top: 15px
	}
	.topmain-widget-area .widget_framedtext {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}
	.topmain-widget-area .widget_framedtext .widget-title {
		font-size: 85%;
		font-weight: bold;
	}
	.topmain-widget-area #calendar_wrap {
		max-width: 99%;
	}
	#footer-widget-area-1 #wp-calendar tfoot #next a, #footer-widget-area-2 #wp-calendar tfoot #next a {
		right: 32px;
		right: 3.2rem;
	}
	.sidebar-left #wp-calendar, .sidebar-right #wp-calendar {
		width: 100.2%;
	}
	.sidebar-left #wp-calendar caption, .sidebar-right #wp-calendar caption {
		padding: 8px 15px;
		padding: 0.8rem 1.5rem;
	}
	.sidebar-left #wp-calendar thead th, .sidebar-left #wp-calendar thead td, .sidebar-right #wp-calendar thead th, .sidebar-right #wp-calendar thead td,
	.sidebar-left #wp-calendar tbody th, .sidebar-left #wp-calendar tbody td, .sidebar-right #wp-calendar tbody th, .sidebar-right #wp-calendar tbody td {
		padding: 6px 5px;
		padding: 0.6rem 0.5rem;
	}
	#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
		width: 130px;
	}
	.f-box33 {
		overflow: hidden;
		float: left;
		width: 33%;
	}
	.f-box66 {
		overflow: hidden;
		float: left;
		width: 67%;
	}
	#menu-item-955 a {
		display: inline-block;
		margin-left: 20px;
		padding-right: 10px;
	}
}

/* Minimum width of 840 pixels.
 *

 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 840px) {
	#site-navigation li a, #site-navigation li {
		font-size: 100%;
	}
	.wpcf7-textarea {
		max-width: 70%;
	}
}

/* Minimum width of 960 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 960px) {
	/* --------- 3 Columns Basic Layout --------- */

	body.column-3 .main-content-wrap {
		float: left;
		width: 78%;
	}
	body.column-3 .sidebar-right {
		float: right;
		width: 20%;
	}
	body.column-3 .main-content-site {
		float: right;
		width: 80%;
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}
	body.column-3 .sidebar-left {
		float: left;
		width: 20%;
	}

	/* --------- 2 Columns Left-Sidebar Basic Layout --------- */

	body.column-2l .main-content-wrap {
		width: 100%;
	}
	body.column-2l .main-content-site {
		float: right;
		width: 76%;
		padding-left: 40px;
		padding-left: 4rem;
	}
	body.column-2l .sidebar-left {
		float: left;
		width: 24%;
	}

	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	body.column-2r .main-content-wrap {
		float: left;
		width: 76%;
	}
	body.column-2r .main-content-site {
		width: 100%;
		padding-right: 40px;
		padding-right: 4rem;
	}
	body.column-2r .sidebar-right {
		float: right;
		width: 24%;
		margin-top: 20px;
	}

	/* --------- 1 Column Basic Layout --------- */

	body.full-width .main-content-wrap, body.full-width .main-content-site {
		width: 100%;
	}
}

/* Minimum width of 1220 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 1220px) {
	#site-navigation div.menu > ul > li > a {
		width: 145px;
	}
}

/* Minimum width of 1400 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (min-width: 1400px) {
	body.custom-background-empty, body.custom-background-default, body.custom-background-white {
		background: -webkit-linear-gradient(left, #f7feec 0%, #fcfaf8 10%, #fcfaf8 90%, #f7feec 100%);
		background: linear-gradient(to right, #f7feec 0%, #fcfaf8 10%, #fcfaf8 90%, #f7feec 100%);
		animation: bg-color 20s linear infinite;
		-webkit-animation: bg-color 20s linear infinite;
	}
}

/* Maximum width of 782 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media print, screen and (max-width: 782px) {
	.mm-menu {
		background: #693 !important;
	}
	#wpadminbar {
		display: block;
		position: absolute;
		background: #472;
	}
	html {
		margin-top: 0px !important;
	}
	.admin-bar .mm-page {
		padding-top: 46px;
	}
	#bbpress-forums div.bbp-reply-author img.avatar {
		position: relative;
		top: 15px;
		left: 0px;
		width: 60px;
		height: auto;
	}
	#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author,
	#bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author,
	#bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
		width: 100px;
	}
	#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		margin-left: 100px;
	}
}

@media print {
	@page {
		margin: 8mm;
		margin: 10mm 8mm 10mm 8mm;
	}
	* {
		-webkit-print-color-adjust: exact !important;
		background-attachment: initial !important;
	}
	html {
		overflow: visible !important;
		zoom: 0.8 !important;
	}
	body {
		overflow: visible !important;
		min-width: 1240px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.container {
		min-width: 1240px !important;
	}
}
