/*
Theme Name: FSV BASIC CORPORATE ORANGE
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.firstserver.co.jp/
Description: A generic template that fits all kinds of business websites.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: orange, one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsvbasic
*/


/* =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;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	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;
}

caption,
thead,
tbody,
tfoot,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	/* 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;
	-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: #fff;
	text-decoration: none;
}

hr {
	background-color: #fff;
	border: 0;
	height: 1px;
	margin: 20px 0;
	margin: 2rem 0;
}

sub,
sup {
	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: "";
}


/* =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 #999;
	background-color: #fff;
	font-size: 100%;
}

input:focus,
textarea:focus {
	background-color: #fff;
}

textarea {
	border: 1px solid #999;
	background-color: #fff;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="submit"] {
    color: #333;
    font-weight: bold;
    border: 2px solid #999;
    background-color: #fff;
    margin-top: 1em;
	line-height: 2.0;
	padding: 3px 20px 0;
	box-shadow: inset 1px 3px 2px #eee;
}
input[type="submit"]:hover {
    color: #000;
    border: 2px solid #999;
    background-color: #fff;
}

.wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7-list-item {
	margin: 0 1em !important;
}

/* --------- 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: 75%;
}

body {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
	text-rendering: optimizeLegibility;
	color: #333;
}

/*
body.custom-background-empty,
body.custom-background-default,
body.custom-background-white {
	background-color: #fff;
}
*/

body{
	color: #333;
	background-color: #fff;
}

a {
	outline: none;
	color: #999;
	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 {
	color: #8b4513;
	text-decoration: underline;
}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
.filter-none{
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

.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 {
}

/* --------- Assistive text  --------- */

.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.site-header-area,
.site-header-area2,
.header-image-area,
.main-content-top,
.main-content-page,
.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 {
}

#header-title-area2 {
}

.mmenu-load-button {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 1;
	width: 100%;
	z-index: 1000;
}

.mmenu-load-button a {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

.mm-menu .mm-listview > li::after {
	border: none !important;
}

/* --------- Header Title Area --------- */

.header-title-only,
.header-title-only2,
.header-title-area {
	width: 100%;
	text-align: center;
	padding: 0;
}

/* Header Logo */
.header-title-only .site-title-img,
.header-title-only2 .site-title-img,
.header-title-area .site-title-img {
	height: auto;
	line-height: 0;
	margin: 0 auto;
}

.header-title-only .site-title-img a,
.header-title-only2 .site-title-img a,
.header-title-area .site-title-img a {
	display: inline-block;
	width: 100%;
	min-width: 210px;
	min-width: 21rem;
	height: auto;
}

.header-title-only .site-title-img a img,
.header-title-only2 .site-title-img a img,
.header-title-area .site-title-img a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.site-title-img2 {
	text-align: left;
}

.site-title-img2 a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.site-title-img2 a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* Header Title Text */
.header-title-only .site-title,
.header-title-only2 .site-title,
.header-title-area .site-title {
	display: block;
}

.header-title-only .site-title a,
.header-title-only2 .site-title a,
.header-title-area .site-title a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	word-break: normal;
}

.header-title-only .site-title,
.header-title-only2 .site-title,
.header-title-area .site-title {
	float: right;
	width: 50%;
	max-width: 270px;
	max-width: 27rem;
	margin: 10px auto 0;
	margin: 1rem auto 0;
	padding-right: 10px;
	padding-right: 1rem;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	color: #191970;
}

.header-title-only .site-description,
.header-title-only2 .site-description,
.header-title-area .site-description {
		display: block;
		padding-top: 12px; 
		padding-top: 1.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		font-weight: normal;
		color: #888;
		clear: none;
}

/* --------- Header Widget Area --------- */

#header-widget-area {
	text-align: center;
	line-height: 1.5;
}

/* --------- Sitemap & Contact Link --------- */

.hw_link1,
.hw_link2 {
	display: block;
	overflow:hidden;
	width: 100%;
	border-bottom: 1px solid #888;
}

.hw_link1 a,
.hw_link2 a {
	display: block;
	overflow:hidden;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
	text-align: left;
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.hw_link1 a {
	width: 100%;
}

.hw_link2 a {
	width: 50%;
	float: left;
	border-right: 1px solid #888;
}

.hw_link2 a:last-child {
	border-right: none;
}

.hw_text {
	width: 98%;
	margin: 0 auto;
	padding: 10px 5px;
	font-size: 13pt;
	font-weight: normal;
	color: #333;
	text-align: left;
}

.hw_text2 {
	padding: 15px 0 2px;
}

/* --------- Header Image Area (Slide) --------- */

.header-image-area {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-top: 2.5rem;
}

.header-image-area .component-inner {
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

/* --------- Navigation Menu --------- */

#site-navigation li a,
#site-navigation li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
.mm-navbar a,
.mm-navbar {
	color: #333!important;
	font-weight: bold!important;
	font-size: 1.2em!important;
}

/* =Main Contents
-------------------------------------------------------------- */

.main-content-top,
.main-content-page,
.main-content-area {
	width: 100%;
	height: auto;
	line-height: 1.5;
}

body.home .main-content-area {
	margin-top: 0;
}

.main-content-site {
	width: 98%;
	margin: 0 auto;
	padding: 0;
}

/* --------- 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: 22px;
	font-size: 2.2rem;
	color: #555;
}

.topmain-welcome-contents {
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Breadcrumb --------- */

.main-breadcrumb {
	display: none;
}

/* --------- Main Content Header --------- */

.main-content-header {
	padding: 20px 0 0;
	padding: 2rem 0 0;
}

.main-content-page .main-content-header {
	width: 100%;
	height: 630px;
	background: url("images/page-back.jpg") no-repeat center bottom;
	background-size: cover;
	margin-top: 0;
}

.blog-content-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin: 0 0 30px;
	margin: 0 0 3rem;
	padding: 30px 10px;
	padding: 3rem 1rem;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
/*
	background: url("images/main_h1@2x.png") center bottom repeat-x #fff;
*/
	background-color: #eee;
	color: #000;
	text-shadow: 3px 2.2px 3px #999;
	text-align: center;
}

.main-content-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 40px auto 20px;
	margin: 4rem auto 2rem;
	padding: 40px 10px 0;
	padding: 4rem 1rem 0;
	background: url("images/h2.png") no-repeat center top;
	color: #333;
	text-shadow: 3px 2.2px 3px #999;
	text-align: center;
}

/*●H2タグ*/
.entry-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 40px auto 20px;
	margin: 4rem auto 2rem;
	padding: 40px 10px 0;
	padding: 4rem 1rem 0;
	background: url("images/h2.png") no-repeat center top;
	color: #333;
	text-shadow: 3px 2.2px 3px #999;
	text-align: center;
}

.h2-access {
	background: url("images/h2-icon-access.png") no-repeat center top !important;
}

.h2-hosyu {
	background: url("images/h2-icon-hosyu.png") no-repeat center top !important;
}

.h2-soudan {
	background: url("images/h2-icon-soudan.png") no-repeat center top !important;
}

.h2-yoyaku {
	background: url("images/h2-icon-yoyaku.png") no-repeat center top !important;
}

.consul01 {
	background: url("images/consul01-icon.png") no-repeat center top !important;
}
.consul02 {
	background: url("images/consul02-icon.png") no-repeat center top !important;
}
.consul03 {
	background: url("images/consul03-icon.png") no-repeat center top !important;
}
.consul04 {
	background: url("images/consul04-icon.png") no-repeat center top !important;
}
.consul05 {
	background: url("images/consul05-icon.png") no-repeat center top !important;
}
.consul06 {
	background: url("images/consul06-icon.png") no-repeat center top !important;
}
.consul07 {
	background: url("images/consul07-icon.png") no-repeat center top !important;
}
.consul08 {
	background: url("images/consul08-icon.png") no-repeat center top !important;
}
.consul09 {
	background: url("images/consul09-icon.png") no-repeat center top !important;
}
.consul10 {
	background: url("images/consul10-icon.png") no-repeat center top !important;
}


/*●H3タグ*/
.entry-content h3{
	font-size: 18px;
	font-size: 1.8rem;
	margin: 50px 0 20px;
	margin: 5rem 0 2rem;
	padding: 0 22px;
	padding: 0 2.2rem;
	background-color: #eee;
	border-left: 6px solid #999;
	border-bottom: 2px solid #999;
	border-radius: 8px;
	line-height: 3;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.entry-content h3 a:link,
.entry-content h3 a:visited{ color: #666; }

.entry-content h3 a:hover,
.entry-content h3 a:active{ color: #ccc; }

.entry-content h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

/*●H4タグ*/
.entry-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 50px 0 20px;
	margin: 5rem 0 2rem;
	padding: 0 0 0 42px;
	padding: 0 0 0 4.2rem;
	background: url("images/h3.png") left 3px no-repeat;
	letter-spacing: 0.2em;
	line-height: 1.6;
	font-weight: bold;
	text-shadow: 2px 2.2px 2px #999;
}

.entry-content h4 a:link,
.entry-content h4 a:visited{ color: #666; }

.entry-content h4 a:hover,
.entry-content h4 a:active{ color: #ccc; }

.entry-content h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

/*●H5タグ*/
.entry-content h5{
	font-size: 18px;
	font-size: 1.8rem;
	margin: 80px 0 40px;
	margin: 8rem 0 4rem;
	padding: 0;
	background-color: #eee;
	border-bottom: 2px solid #666;
	border-radius: 8px;
	line-height: 3;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
}

.entry-content h5 a:link,
.entry-content h5 a:visited{ color: #666; }

.entry-content h5 a:hover,
.entry-content h5 a:active{ color: #ccc; }

.entry-content h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

/*●H6タグ*/
.entry-content h6{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 25px 0 10px;
	margin: 2.5rem 0 1rem;
	padding: 0;
}

/*●段落タグ*/
.entry-content p{ margin-bottom: 1.0em; }

/* --------- Main Content Entry Meta --------- */

.entry-meta .post-categories {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.entry-meta {
	line-height: 1.5;
}

.entry-meta .post-categories li {
	float: left;
	font-size: 12px;
}

a[rel*="category"],
a[rel*="tag"] {
	display: inline-block;
	line-height: 1.5;
	font-size: 11px;
	font-size: 1.1rem;
	background: #fff;
	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;
	font-size: 12px;
}

.meta-postdate a {
	color: #333;
	cursor: default;
}

.meta-postdate a:hover {
	text-decoration: none;
}

.by-author {
	display: none;
}

.post-edit-link-base {
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 12px;
}

/* --------- Main Content Entry Detail --------- */
.entry-content2,
.entry-content {
	margin: 0 auto;
	margin: 0 auto;
}
.entry-content2 a,
.entry-content a {
	color: #000;
	text-decoration: underline;
}
.entry-content2 a:hover,
.entry-content a:hover {
	color: #999;
}

.main-content-site img {
	max-width: 100%;
	height: auto;
}

.entry-content2,
.entry-content,
.mu_register {
	font-size: 13pt;
	line-height: 1.8;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-size: 2rem;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	font-size: 2rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
	font-size: 20px;
	font-size: 2rem;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	font-size: 17px;
	font-size: 1.7rem;
}

.topmain-welcome-area p,
.entry-content p,
.comment-content p,
.mu_register p {
	margin: 10px 0 20px;
	margin: 1rem 0 2rem;
	line-height: 1.6;
}

.textwidget p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 10px 0 15px;
	margin: 1rem 0 1.5rem;
	line-height: 1.3;
}

.topmain-welcome-area p:last-child,
.textwidget p,
.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.8;
}

.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 {
	margin-left: 2px;
}

.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 20px;
	margin: 0 0 0 2rem;
}

.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;
	/* 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 object,
.textwidget video,
.entry-content embed,
.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: bold;
	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 #333;
	border-left: 1px solid #333;
	line-height: 2;
	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 {
	margin: 24px 0;
	margin: 2.4rem 0;
}

.topmain-welcome-area th,
.textwidget th,
.entry-content th,
.comment-content th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background: #f5fffa;
	padding: 15px;
	padding: 1.5rem;
	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 #333;
	border-right: 1px solid #333;
	padding: 15px;
	padding: 1.5rem;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* --------- 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: 0;
	text-align: center;
	line-height: 1;
	color: #666;
	font-size: 0.9em;
}

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 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.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);
	height: auto;
	margin-left: 1px;
	margin-left: 0.1rem;
	max-width: 99%;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.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: #fff;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #fff;
	color: #fff;
}

.page-links > a {
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #fff;
	color: #333;
}

.page-links > a:hover {
	background: #fff;
}

.nav-single {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	overflow: hidden;
	border: none;
	font-size: 13px;
}

.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 {
	padding: 20px 50px 20px 20px;
	padding: 2rem 5rem 2rem 2rem;
	background: url("images/arrow-pagenation-r.png") no-repeat right center;
	color: #fff;
	text-align: right;
}

.nav-next a {
	padding: 20px 20px 20px 50px;
	padding: 2rem 2rem 2rem 5rem;
	background: url("images/arrow-pagenation-l.png") no-repeat left center;
	color: #fff;
}

.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;
	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: 11px;
	font-size: 1.1rem;
	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: 12px;
	font-size: 1.2rem;
	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: 10px;
	font-size: 1rem;
	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: 14px;
	font-size: 1.4rem;
}

.excerpt-title a {
	font-weight: bold;
}

/* = Widget Area Settings
-------------------------------------------------------------- */

/* --------- Widget Area Total Settings  --------- */

.widget-area {
	line-height: 1;
}

.widget {
	display: block;
	overflow: hidden;
}

.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: 14px;
	font-size: 1.4rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

.topmain-widget-area .widget-title {
	background-color: #fff;
	color: #fff;
}

.sidebar-left .widget-title,
.sidebar-right .widget-title {
	background: url("images/title_bg_02.png") no-repeat scroll 30px center;
	padding-left: 45px;
	padding-left: 4.5rem;
}

.post-sitemap-list {
	border-bottom: 1px solid #888;
}

/* --------- 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_tagpages > 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_nav_menu ul li,
.widget_pages 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_tagpages 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_tagpages 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 30px 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_tagpages ul li,
.widget_catposts ul li  {
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.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 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
}

.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,Tagged pages --------- */

.widget_tagposts ul li p,
.widget_tagposts ul li div.img_tag_posts_none,
.widget_tagpages ul li p,
.widget_tagpages 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,
.widget_tagpages ul li p.ex_tag_link,
.topmain-widget-area .widget_tagpages ul li p {
	display: inline-block;
}

.widget_tagposts .img_tag_posts,
.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
.widget_tagpages .img_tag_posts,
.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
	margin-bottom:10px;
	margin-bottom:1rem;
}

.widget_tagposts ul li p.ex_tag_button,
.widget_tagpages 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 #fff;
	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: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- 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: 30px;
	margin: 3rem;
}

.widget_framedtext .widget-title {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	border: none;
	color: #333;
}

.widget_framedtext .textwidget {
	padding: 0;
	line-height:1.5;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Widget Search --------- */

#searchform {
	text-align: center;
}

#searchform input#s {
	background: url("images/bg_search.png") no-repeat 8px center #fff;
	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: 15px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #fff;
}

#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
-------------------------------------------------------------- */

.copy-area {
	background: url("images/footer-back.png") left top repeat;
	border-top: 1px solid #666;
	padding: 30px 0 0;
	padding: 3rem 0 0;
	line-height: 1;
	text-align: center;
}

.copy-area .copy {
	word-break: break-all;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
}

.copy-area .copy a {
	color: #fff;
}
.copy a {
	color:#fff;
}
.copy a:hover{
	color:#ccc!important;
}

.copy2 {
	padding: 30px 0 5px;
	padding: 3rem 0 0.5rem;
	color:#999;
	font-size: 80%;
}

.copy2 a{
	color:#999!important;
	font-weight: normal;
}

.copy2 a:hover{
	color:#fff!important;
}

/* --------- Widget Area Total Settings  --------- */

.footer-widget-area {
	margin-top: 80px;
	margin-top: 8rem;
	padding-top: 30px;
	padding-top: 3rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	color: #fff;
}
.footer-widget-area a{
	color: #fff;
}
.footer-widget-area a:hover{
	color: #ccc;
}

.footer-widget-area ul li {
/*
	background: url("images/widget_lst_icon_main.png") no-repeat left 2px;
*/
	margin: 0 auto;
	padding: 0 5px;
	border: none;
	list-style: none;
	line-height: 1.5;
}

#footer-widget-area-1 {
	width: 100%;
	margin: 50px auto;
	padding: 50px 0;
	line-height: 1.5;
}
.footer-office {
	margin: 0 auto;
	padding: 50px 0:
	text-align: center;
	background: url("images/office-back.png") left top repeat;
	color: #fff;
}

#footer-widget-area-2 {
	width: 100%;
	margin: 50px auto;
	line-height: 1.5;
}
.footer-sitemap {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0:
}


#footer-widget-area-3 {
	width: 100%;
	line-height: 1.5;
	background: url("images/footer-back.png") left top repeat;
	color: #fff;
}

#footer-widget-area-3 .footer-logo {
	margin: 25px auto 0;
}


.footer-img {
	width: 20%;
	min-width: 250px;
	float: right;
}

.footer-menu li{
	display: block;
	list-style: none;
	padding: 0 20px 10px 10px;
	padding: 0 2rem 1rem 1rem;
	text-align: left;
}

/* Page Top Button ====================================== */

#pagetop {
	position:fixed;
	display:none;
	right:10px;
	bottom:10px;
	width:50px;
	height:50px;
	border-radius:25px;
	-webkit-transform:translateZ(0);
	z-index:9999;
	box-shadow:0 2px 3px rgba(59, 40, 35, 0.7);
	font-size:20px;
	padding-top:15px;
	text-align:center;
	background: url("images/page-top.png") #fff left 1px no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;

}

#pagetop:hover {
	transition:all 0.3s;
	opacity:1.0;
	text-decoration:none;
}


/* SysMacs
-------------------------------------------------------------- */
.mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}
.gothic {
	font-family: Arial, Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.slider {
	text-align: center;
	max-width: 800px;
	max-width: 80rem;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}

.metaslider .theme-default .nivo-controlNav a.active {
    color: #ff0000!important;
}
.al-c{ text-align: center!important; }
.al-r{ text-align: right!important; }
.al-l{ text-align: left!important; }

.vl-t{ vertical-align: top!important; }
.vl-m{ vertical-align: middle!important; }
.vl-b{ vertical-align: bottom!important; }

.fl-r{
	float: right;
	margin: 0 10px 10px 10px;
	line-height: 1.3;
}
.fl-l{
    float: left;
    margin: 0 10px 10px 10px;
	line-height: 1.3;
}
.fl-c{ clear: both; }

.fl-r2{
	float: right;
	margin: 0 0 0 5px;
}

.fl-r2b{
	float: right;
	margin: 5px 0 0 5px;
}
.fl-r2c{
	float: right;
	margin: 3px 0 10px 4px;
}
.fl-l2{
    float: left;
    margin: 0 5px 0 0;
}

.left{
	float: left;
	margin: 0 20px 20px 0!important;
}
.left2{
	float: left;
	margin: 0 10px 10px 0!important;
}
.left3{
	float: left;
	margin: 0 10px 2px 0!important;
}
.left30{
	float: left;
	width: 30%;
	margin: 0 10px 20px 10px!important;
}

.right{
	float: right;
	text-align: right;
	margin: 0 0 20px 20px!important;
}
.right2{
	float: right;
	text-align: right;
	margin: 0 0 10px 10px!important;
}

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 10px;
}

.p00{
	padding: 0!important;
}
.p00-b{
	padding-bottom: 0!important;
}
.p05{
	padding: 5px!important;
}
.p05-t{
	padding-top: 5px!important;
}
.p05-l{
	padding-left: 5px!important;
}
.p05-b{
	padding-bottom: 5px!important;
}
.p05-r{
	padding-right: 5px!important;
}
.p00{
	padding: 0px!important;
}
.p00-t{
	padding-top: 0px!important;
}
.p00-l{
	padding-left: 0px!important;
}
.p00-b{
	padding-bottom: 0px!important;
}
.p00-r{
	padding-right: 0px!important;
}
.p10{
	padding: 10px!important;
}
.p10-t{
	padding-top: 10px!important;
}
.p10-l{
	padding-left: 10px!important;
}
.p10-b{
	padding-bottom: 10px!important;
}
.p10-r{
	padding-right: 10px!important;
}
.p15-t{
	padding-top: 15px!important;
}
.p15-r{
	padding-right: 15px!important;
}
.p20{
	padding: 20px!important;
}
.p20-t{
	padding-top: 20px!important;
}
.p20-l{
	padding-left: 20px!important;
}
.p20-b{
	padding-bottom: 20px!important;
}
.p20-r{
	padding-right: 20px!important;
}
.p30-t{
	padding-top: 30px!important;
}
.p30-b{
	padding-bottom: 30px!important;
}
.p40-t{
	padding-top: 40px!important;
}
.p40-b{
	padding-bottom: 40px!important;
}
.p50-t{
	padding-top: 50px!important;
}
.p50-b{
	padding-bottom: 50px!important;
}
.p100-t{
	padding-top: 100px!important;
}
.p100-b{
	padding-bottom: 100px!important;
}
.m00{
	margin: 0 auto!important;
}
.m00-b{
	margin-bottom: 0!important;
}
.m05{
	margin: 5px!important;
}
.m05-t{
	margin-top: 5px!important;
}
.m05-r{
	margin-right: 5px!important;
}
.m05-b{
	margin-bottom: 5px!important;
}
.m05-l{
	margin-left: 5px!important;
}
.m10{
	margin: 10px!important;
}
.m10-t{
	margin-top: 10px!important;
}
.m10-r{
	margin-right: 10px!important;
}
.m10-b{
	margin-bottom: 10px!important;
}
.m10-l{
	margin-left: 10px!important;
}
.m15-t{
	margin-top: 15px!important;
}
.m20{
	margin: 20px!important;
}
.m20-t{
	margin-top: 20px!important;
}
.m20-r{
	margin-right: 20px!important;
}
.m20-b{
	margin-bottom: 20px!important;
}
.m20-l{
	margin-left: 20px!important;
}
.m30-t{
	margin-top: 30px!important;
}
.m30-b{
	margin-bottom: 30px!important;
}
.m40-t{
	margin-top: 40px!important;
}
.m40-b{
	margin-bottom: 40px!important;
}
.m50-t{
	margin-top: 50px!important;
}
.m50-b{
	margin-bottom: 50px!important;
}
.m60-t{
	margin-top: 60px!important;
}
.m70-t{
	margin-top: 70px!important;
}
.m70-l{
	margin-left: 70px!important;
}

.m80-t{
	margin-top: 80px!important;
}
.m90-t{
	margin-top: 90px!important;
}
.m100-t{
	margin-top: 100px!important;
}
.m100-b{
	margin-bottom: 100px!important;
}
.m150-t{
	margin-top: 150px!important;
}
.m170-t{
	margin-top: 170px!important;
}

.w600{
	width: 600px;
	max-width: 600px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
}

.m-img2{
	margin-top: 47px!important;
}
.m-h2p{
	padding-top: 5px!important;
	line-height: 1.0;
}

.f13{
	font-size: 13px;
}
.f15{
	font-size: 15px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f30{
	font-size: 30px;
}
.f45{
	font-size: 45px;
}

.lh08{ line-height: 0.8!important; }
.lh09{ line-height: 0.9!important; }
.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }
.underline{ text-decoration: underline!important; }

.big{
	font-size: 1.1em!important;
	line-height: 1.5em!important;
}
.big1{
	font-size: 1.2em!important;
	line-height: 1.6em!important;
}
.big2{
	font-size: 1.4em!important;
	line-height: 1.7em!important;
}
.big3{
	font-size: 1.8em!important;
	line-height: 1.8em!important;
}
.small{ font-size: 0.9em!important; }
.small2{ font-size: 0.8em!important; }
.small3{
	font-size: 0.7em!important;
	letter-spacing: 0!important;
}

.red{ color: #ff0000!important; }
.blue{ color: #0000dd!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.navy{ color: #1F26A9!important; }
.orange{ color: #ff6600!important; }
.pink{ color: #cc6699!important; }
.purple{ color: #660099!important; }
.olive{ color: #808000!important; }
.lime{ color: #00ff00!important; }
.aqua{ color: #167FA6!important; }
.black{ color: #000!important; }
.gray{ color: #ccc!important; }
.gray2{ color: #999!important; }
.gray3{ color: #666!important; }
.white{ color: #fff!important; }
.gold{ color: #d2b36d!important; }
.royalblue{ color: #333!important; }

.yhcolor{ color: #5f3c16!important; }

.line-dotted {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: dotted 1px #1F26A9;
	width: 100%;
}

.line-dashed {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: dashed 1px #1F26A9;
	width: 100%;
}

.bg-yellow{ background-color: #ffffe0!important; }/*lightyellow*/
.bg-gray{ background-color: #fff!important; }/*whitesmoke*/
.bg-mocca{ background-color: #ffefd5!important; }/*moccasin*/

.box-yellow{ padding:2px;background-color: #ffff00!important; }
.box-aqua{ padding:2px;background-color: #00ffff!important; }
.box-gray{ padding:2px;background-color: #eee!important; }
.box-red{ padding:2px;background-color: #ffcccc!important; }
.box-blue{ padding:2px;background-color: #0000dd!important; }
.box-orange{ padding:2px;background-color: #ff6600!important; }
.box-lemon{ padding:2px;background-color: #fffacd!important; }

.box-solid {
	margin: 20px 10px;
	margin: 2rem 1rem;
	padding: 30px;
	padding: 3rem;
	border: solid 2px #999;
	border-radius: 12px;
	box-shadow: inset 1px 3px 2px #ccc;
	background-color: #fff;
	line-height: 2.0;
	font-size: 0.9em;
}
.box-solid a:hover {
	text-decoration: none!important;
}

.box-dotted {
	margin: 10px 0;
	padding: 10px;
	border: dotted 1px #999;
	width: 100%;
}

.box-dashed {
	margin: 10px 0;
	padding: 10px;
	border: dashed 1px #999;
	width: 100%;
}

.box-dashed a,
.box-dotted a{
	text-decoration: underline;
	color: #999;
}

.box-dashed a:hover,
.box-dotted a:hover{
	text-decoration: none;
}

.strg {
	color: #ff6600!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
}

.wp_social_bookmarking_light div {
	padding-right: 1em !important;
}

/*チェックリスト*/
.check-list,
.check-list-l{
	margin-top: 20px !important;
	padding: 30px 20px;
	border: 1px solid #666;
	border-radius: 30px;
}
.check-list li,
.check-list-l li{
	list-style: none;	
}
.check-list li{
	margin-bottom: 1em;
	padding-left: 42px;
	background: url("images/icon-check-list.png") 16px 6px no-repeat;
	background-size: 16px 16px;
}
.check-list li .b{
	font-size: 1.2em;
	color: #008;
}
.check-list-l li{
	margin-bottom: 2em;
	padding: 10px 0 10px 55px;
	background: url("images/icon-check-list-l.png") left 3px no-repeat;
}

.check-bk{
	margin-left: 0;
}
.check-bk li{
	list-style: none;	
}
.check-bk li{
	margin-bottom: 1em;
	padding-left: 16px;
	background: url("images/widget_lst_icon_sub.png") left 10px no-repeat;
	background-size: 6px 6px;
}
.check-bk li li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	line-height: 1.4;
	background: url("images/widget_lst_icon_main.png") left 4px no-repeat;
}
.check-bk li .b{
	font-size: 1.2em;
	color: #008;
}

/*PDFアイコン*/
.icon-pdf{
	padding: 0 0 0 32px;
	background: url("images/icon-pdf.png") left 1px no-repeat;
}
.icon-pdf-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-pdf-l.png") left top no-repeat;
}

/*Wordアイコン*/
.icon-word{
	padding: 0 0 0 32px;
	background: url("images/icon-word.png") left 1px no-repeat;
}
.icon-word-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-word-l.png") left top no-repeat;
}

/*Zipアイコン*/
.icon-zip{
	padding: 0 0 0 32px;
	background: url("images/icon-zip.png") left 1px no-repeat;
}
.icon-zip-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-zip-l.png") left top no-repeat;
}

/*メールアイコン*/
.icon-mail{
	padding: 0 0 0 20px;
	background: url("images/icon-mail.png") left 2px no-repeat;
}
.icon-mail-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-mail-l.png") left top no-repeat;
}

/*NEWアイコン*/
.icon-new{
	padding: 0 0 0 38px;
	background: url("images/icon-new.png") left 1px no-repeat;
}
.icon-new-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-new-l.png") left top no-repeat;
}

/*QAアイコン*/
.icon-qaq{
	padding: 0 0 20px 38px;
	background: url("images/icon-qaq.png") left 4px no-repeat;
	font-weight: bold;
}
.icon-qaa{
	padding: 0 0 80px 38px;
	background: url("images/icon-qaa.png") left 4px no-repeat;
}

/*別ウインドウアイコン*/
.icon-link{
	padding: 0 0 0 16px;
	background: url("images/icon-blank.png") left 3px no-repeat;
}
.icon-link-l{
	padding: 10px 0 10px 60px;
	background: url("images/icon-blank-l.png") left 1px no-repeat;
}

.icon-point{
	padding: 0 0 0 43px;
	background: url("images/icon-point.png") left 3px no-repeat;
}
.icon-check{
	padding: 0 0 0 38px;
	background: url("images/icon-check-list.png") left 4px no-repeat;
	font-size: 1.1em;
}
.icon-trailer{
	padding: 0 0 0 46px;
	background: url("images/icon-trailer.png") 14px 10px no-repeat;
	font-size: 1.1em;
}

/* 各コンテンツ共通 */

.logo-left {
	width: 17%;
	float: left;
	padding-left: 5px!important;
}
.logo-right {
	width: 81%;
	float: right;
	padding-right: 5px!important;
}
.sub-title {
	margin-left: 20px;
}

.searchform input#s,
.searchform input#s:focus {
    width: 230px;
}
.searchform input#s {
    background: url("images/bg_search.png") no-repeat 8px center;
    background-color: #fff;
    width: 230px;
    height: 34px;
    margin: 0;
    padding: 0 0 0 35px;
    border: 1px solid #666;
    color: #333;
    cursor: inherit;
    position: static;
    transition: none;
}
.searchform input#searchsubmit {
    display: none;
}

.contents-side{
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 25px;
	text-align: right;
	line-height: 1.2;
}

.contents-side li{
	font-size: 0.7em;
	padding-bottom: 10px;
}

/*side-news お知らせの背景（背景以外はwidget_recent_entriesの標準設定を参照）*/
.widget_recent_entries{
	margin: 1px 0 10px 7px;
	width: 255px;
	border-bottom: 2px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background: url(./images/side-news.png) left top repeat-y;
}


.contents-head{
	margin: 0px 10px;
}

.contents-main{
	width: 98%;
}

.contents-main-l{
	float: left;
	width: 48%;
}

.contents-main-r{
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.contents-main .alignleft,
.contents-main .alignright,
.contents-main-l .alignleft,
.contents-main-l .alignright,
.contents-main-r .alignleft,
.contents-main-r .alignright {
	margin: 0 0 10px 0!important;
}

.contents-main img,
.contents-main-l img,
.contents-main-r img{
	border: none!important;
}

.contents-main-l2{
	float: left;
	width: 68%;
}

.contents-main-r2{
	float: right;
	width: 30%;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contents-main-l3{
	float: left;
	width: 59%;
}

.contents-main-r3{
	float: right;
	width: 39%;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left!important;
}

.contents-box{
	border: 1px solid #33292e;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
	margin-right: 20px;
	padding: 10px;
}
.contents-box h2{
	margin-top: 0;
	font-size: 120%;
}
.contents-box p{
	color: #33292e;
	line-height: 1.0;
}
.contents-box ul {
	list-style: none!important;
	margin: 0 0 2px 0;
}

.contents-box li {
	line-height: 1.5;
}


.contents{
	clear: both;
	margin: 0 20px 20px 20px;
	margin: 0 2rem 2rem 2rem;
	padding: 0 0 20px 0;
	padding: 0 0 2rem 0;
}

.contents1{
	margin: 0 15px 20px 5px;
	margin: 0 1.5rem 2rem 0.5rem;
	padding: 0 0 20px 0;
	padding: 0 0 2rem 0;
}

.contents2{
	clear: both;
	margin: 0 15px 0 10px;
	padding: 0;
}

.contents2b{
	margin: 0.5em 0 0.5em 0;
}

.contents2c{
	margin: 0.5em 0.4em 0.5em 0.5em;
}

.contents2d{
	margin: 0.5em 0.5em 0 0.5em;
}

.contents2e{
	margin: 0 0.5em 0 0.5em;
}

.contents3{
	margin: 0 20px 10px 20px;
	margin: 0 2rem 1rem 2rem;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.contents4{
	margin: 5px 15px;
	margin: 0.5rem 1.5rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.contents5{
	clear: both;
	margin: 0 5px 0 50px;
	padding: 0;
}

.contents6{
	clear: both;
	margin: 0 10px 30px 20px;
	padding: 0;
}

.contents7{
	clear: both;
	margin: 0 10px 40px 40px;
	padding: 0;
}

.contents-left1{
	margin: 0 15px 0 5px;
	margin: 0 1.5rem 0 0.5rem;
	float: left;
	width: 400px;
	width: 40rem;
}

.contents-left2{
	margin: 0 20px 0 0;
	margin: 0 2rem 0 0;
	overflow: hidden;
	float: left;
	width: 620px;
	width: 62rem;
}

.contents-left2b{
	margin: 0;
	overflow: hidden;
	float: left;
	width: 280px;
}

.contents-left2c{
	margin: 0;
	float: left;
	width: 250px;
}

.contents-left3{
	margin: 0;
	float: left;
	width: 300px;
}

.contents-right1{
	float: right;
	width: 300px;
}

.contents-right2{
	margin: 0 5px 0 0;
	float: right;
	width: 260px;
}

.contents500{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
}
.contents600{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 10px;
}
.contents800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #fff;
}
.contents900{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 10px 10px;
}
.contents1000{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}
.contents1200{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}
.contents1900{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}

.contents-center{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

.subtitle {
	margin-bottom: 8px;
	font-weight: bold;
}

/* トップ　ナビ */

.top-navi{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5vw;
	filter: alpha(opacity=80);
	-moz-opacity:1.0;
	opacity:1.0;
	z-index: 1000;
}
.top-navi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	height: 100%;
}
.top-navi li{
	position: relative;
	width: calc(100% / 6);
	border-left: 1px solid #666;
	z-index: 2000;
}
.top-navi li img{
	width: 98%;
}
.top-navi li:last-child{
	border-right: 1px solid #666;
}

.sp-navi{
	position: fixed;
	top: 50px;
	top: 5rem;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 19vw;
	background-color: #999;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.sp-navi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 840px;
	height: 100%;
}
.sp-navi li{
	position: relative;
	width: calc(100% / 4);
	border-right: 1px solid #fff;
	z-index: 2000;
}
.sp-navi li:last-child{
	border-right: none;
}
.sp-navi li a img{
	width: 100%;
	text-align: center;
}

/*●H2タグ*/

.top-h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 40px auto 0;
	margin: 4rem auto 0;
	padding: 40px;
	padding: 4rem 1rem 2rem;
	background: url("images/h2.png") no-repeat center top;
	color: #333;
/*	text-shadow: 3px 2.2px 3px #999;*/
	text-align: center;
}

.top-h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0 20px;
	margin: 0.5rem 0 2rem;
	padding: 0;
	padding: 0;
/*	background: url("images/h3.png") left 3px no-repeat;*/
	letter-spacing: 0.18em;
	font-weight: bold;
/*	text-shadow: 2px 2.2px 2px #999;*/
	line-height: 1.8;
	text-align: center;
}
.top-h3 img{
	vertical-align: middle;
}
.top-h3 span{
	vertical-align: middle;
}
.top-title {
	font-size: 1.6em !important;
	line-height: 1.4em !important;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.body-title {
	margin: 5rem auto;
	text-align: center;
}

.body-title h3{
	background: none;
	padding: 0;
	font-size: 1.6em !important;
	line-height: 1.4em !important;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #999;
}

.top-left2 {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 0;
	line-height: 0.5;
}
.top-left2 img{
	max-width: 100%;
}
.top-left3 {
	float: left;
	width: 32%;
	margin: 5px 0.5%;
	padding: 0 10px;
}
.top-left3 img{
	width: 100%;
}

.top-left33 {
	float: left;
	width: 33.3%;
	margin: 20px auto 0;
	margin: 2rem auto 0;
	padding: 0;
}
.top-left66 {
	float: left;
	width: 66.6%;
	margin: 0 auto;
	padding: 0;
}

.top1-bg {
	margin: 0 auto;
	padding: 10px;
	padding: 1rem;
	width: 100%;
	background: url("images/menu-back.png") repeat center top;
	height: 100px;
}
.top1-logo {
	position: relative;
	float: left;
	padding: 25px 20px 0;
	padding: 2.5rem 2rem 0;
	z-index: 2000;
}
.top1-menu {
	position: relative;
	float: right;
	max-width: calc(100% - 500px);
	padding: 2px 8px 0;
	padding: 0.2rem 0.8rem 0;
	z-index: 2000;
}
.top1-mmenu {
	position: relative;
	float: right;
	padding: 0 10px 12px;
	padding: 0 1rem 1.2rem;
	z-index: 3000;
}
.top1-body {
	margin: 0 auto;
	padding: 10px 20px;
	padding: 1rem 2rem;
	color: #fff;
}
.top1-body p{
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/* 主な相談内容 */
.top2-bg {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;;
}
.top2-body {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 40px;
	padding: 1rem 0 4rem;
}
.top2-body p{
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.top2-contents {
	width: 50%;
	float: left;
	margin-top: 50px;
}
.top2-contents1 {
	float: left;
	max-width: 60px;
	margin: 10px 20px 0 10px;
	margin: 1rem 2rem 0 1rem;
}
.top2-contents2-title {
	float: left;
	margin-top: 10px;
	margin-top: 1rem;
	padding: 0 50px 0 20px;
	padding: 0 5rem 0 2rem;
	font-size: 1.2em;
	color: #333;
}
.top2-contents2-explain {
	clear: both;
	margin: 0 auto;
	padding: 0 50px 0 90px;
	padding: 0 5rem 0 9rem;
	color: #999;
}

/* ご挨拶 */
.top3-body {
	width: 100%;
	margin: 60px auto 0;
	margin: 6rem auto 0;
	padding: 1px 0 0;
	padding: 0.1rem 0 0;
	background: url("images/greeting-back.png") no-repeat center top;
	background-size: cover;
}
.top3-contents {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
}
.top3-contents2 {
	margin: 0 auto 0 50%;
	padding: 100px 40px;
	padding: 10rem 4rem;
	background: url("images/greeting-back3.png") repeat left top;
	font-size: 11pt;
	text-align: left;
	line-height: 1.8;
}

/* 事務所の履歴 */
.top4-body {
	width: 100%;
	margin: 0 auto;
	padding: 1px 0 0;
	padding: 0.1rem 0 0;
	background: url("images/history-back.png") no-repeat center top;
	background-size: cover;
	text-align: center;
}
.top4-contents {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	color: #999;
}
.top4-contents2 {
	margin: 0 50% 0 auto;
	padding: 20px 10px 80px;
	padding: 2rem 1rem 8rem;
	background: url("images/history-back2.png") repeat left top;
	font-size: 11pt;
	text-align: left;
	line-height: 2;
}

/* お知らせ */
.top5-body {
	max-width: 700px;
	margin: 80px auto;
	margin: 8rem auto;
	background-color: #fff;;
	text-align: left;
}
.top5-news {
	margin: 10px auto;
	padding: 10px 5px;
	line-height: 1.4;
	list-style: none;
}
.news-list {
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
	padding: 5px 10px 5px 20px;
	padding: 0.5rem 1rem 1rem 2rem;
	background: url("images/info-arrow.png") no-repeat left 10px;
	border-bottom: 1px dashed #999;
	font-size: 12pt;
	color: #666;
}
.top5-news a {
	color: #666;
	text-decoration: none;
}
.top5-news a:hover {
	color: #999;
	text-decoration: underline;
}
.news-list-date {
	width: 100px;
	width: 10rem;
	float: left;
	padding: 10px;
	padding: 1rem;
}
.news-list-title {
/*
	float: left;
	width: calc(100% - 120px);
*/
	color: #666;
}

/* 弁護士スライド */
.top6-body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url("images/lawyer-back.png") no-repeat center top;
	background-size: cover;
	text-align: left;
}
.top6-contents {
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
}
.top6-contents2 {
	height: 450px;
	max-height: 500px;
	margin: 0 auto 0 50%;
	padding: 20px 10px 10px 5px;
	background: url("images/lawyer-back3.png") repeat left top;
	text-align: left;
	font-size: 0.9em;
}
.nivo-caption {
	background: none !important;
}

/* 事務所紹介 */
.top7-body {
	max-width: 700px;
	margin: 60px auto 30px;
	background-color: #fff;;
	text-align: center;
}
.top7-title {
	margin: 50px auto;
	padding: 50px 5px;
	text-align: center;
}
.top7-bg {
	width: 100%;
	margin: 0 auto;
	background: url("images/office-back2.png") repeat left top;
	text-align: center;
}
.top7-contents {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 0 45px;
	padding: 5rem 0 4.5rem;
	text-align: center;
	font-size: 11pt;
}


/* footer */
.footer-bg {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #333;
}
.footer-body {
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-size: 12pt;
	color: #fff;
}
.footer-body p{
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.js-body {
	width: 100%;
	max-width: 400px;
	margin: 10px auto 0;
	text-align: center;
	border: 2px dotted #333;
	border-radius: 16px;
	background-color: #fff;
}

.fs-body {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

.blog-head {
	margin: 10px auto 40px;
	text-align: center;
}
.blog-head table {
	width: 100%;
}
.blog-head th,
.blog-head td{
	padding: 60px 10px;
}
.blog-head-widget {
	margin-bottom: 90px;
}
.blog-head .widget_categories {
	padding: 10px 30px 10px 10px;
	text-align: right;
}
.blog-head .widget_search {
	padding: 10px 30px 10px 10px;
	text-align: left;
}
.blog-head .widget_categories select.postform {
    width: 230px;
    height: 34px;
    background: url("images/widget_cat_drop_down2.png") no-repeat right 10px center;
        background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #666;
    overflow: hidden;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 6px 0 6px 15px;
    appearance: button;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-date{
	padding: 10px;
	font-family: Arial, Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.blog-title{
	font-size: 13pt;
}
.blog-list-title{
	padding-left: 10px;
	font-size: 13pt;
}

.blog-cate{
	font-size: 12pt;
	color: #666;
	padding-top: 5px;
}
.blog-cate ul li{
	width: 100%;
	max-width: 100%;
}

.blog-body {
	margin: 20px auto 0;
	padding: 10px 0;
	font-size: 13pt;
}
.blog-archive {
	float: left;
	height: 730px;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	width: 23%;
	line-height: 1.5;
	vertical-align: top;
/*
	background: url("images/bg4.png") #fff repeat left top;
*/
	background-color: #eee;
	border-radius: 16px;
	font-size: 12pt;
	overflow: hidden;
}
.blog-archive-conts {
	padding: 10px;
}
.blog-archive-title{
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	padding: 5px;
}
.blog-archive-title a{
	color: #333;
}
.blog-archive-date{
	padding: 10px 5px;
	font-family: Arial, Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.blog-archive-main{
	padding: 5px;
}
.blog-archive a{
	color: #666;
}
.blog-archive a:hover{
	text-decoration: none;
}


/*●table*/
table.table-style {
	line-height: 1.2;
	border: none;
	margin-bottom: 30px;
}
table.table-style tr{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
table.table-style th{
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.2;
	min-width: 100px;
}
table.table-style td{
	padding: 10px 20px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}
table.table-style tr ul{
	list-style: parenthesized-decimal;
	line-height: 1.5;
	padding-left: 16px;
}

/*●テーブルタグ スタイル01*/
table.table-style01 th,
table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●contact form 7*/

.con-contents{
	margin: 20px 10px;
	padding: 10px 0;
	line-height: 1.5;
	width: 98%;
}
.con-short{
	width: 300px;
}
.con-mid{

}
.con-long{
	width: 100%;
}
.con-zip{
	width: 100px;
}
.con-num{
	width: 50px;
}
.con-vl{
	margin-left: 20px;
}
.wpcf7 textarea {
        width: 100%;
}

#tinymce {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tinymce h1, #tinymce h2,
#tinymce .mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
	text-rendering: optimizeLegibility;
}

.component-inner2 {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.component-inner3 {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

.footer-links1 a{
	padding-left: 27px;
	padding-right: 27px;
}

/*　ページトップ　*/
.page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    line-height: 1.2;
    margin-bottom: 0;
    line-height: 1.2;
}

.icon-blank{
	padding-left: 20px;
	background: url("images/icon-blank.png") left 2px no-repeat;
}

/*メールアイコン*/
.mail{
	padding: 0 0 0 36px!important;
	background: url("images/icon-mail.png") left top no-repeat;
}

/*PDFアイコン*/
.pdf{
	padding: 7px 0 7px 36px!important;
	background: url("images/icon-pdf.png") left top no-repeat;
}

/*ZIPアイコン*/
.zip{
	padding: 7px 0 7px 36px!important;
	background: url("images/icon-zip.png") left top no-repeat;
}

/* Topページ　スライダー */
.topslidewrap{
	margin: -40px calc(50% - 50vw) 5vw;
	max-width: 100vw;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
	top: 50%;
	left: 50%;
	text-shadow: 2px 2px 8px #000;
	font-size: 1.5em;
	line-height: 2;
	color: #fff;
	transform: translate(-50%,-100%);
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
	width: 100vw;
}
.swiper-pagination-bullet-active {
  background-color: #333 !important;
}

/* metaslider設定 */
.metaslider.ms-theme-nivo-light .slider-wrapper {
	background: none !important;
}
.metaslider.ms-theme-nivo-light .nivo-controlNav {
  text-align: center !important; 
}
.metaslider.ms-theme-nivo-light a.nivo-nextNav {
}
.metaslider.ms-theme-nivo-light a.nivo-prevNav {
  background-position: -60% 55%;
  left: 0 !important;
  right: auto !important;
}

/* Google Map 強制グレー化 */
.gmap{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*--------------------------------------------------------
アニメーション
fadeInUp , fadeInLeft , fadeInRight
zoomInUp , zoomInSmooth
--------------------------------------------------------*/
.anime {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.anime img{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
}

/* -- Fade In Up -- */
	@-webkit-keyframes fadeInUp {
		0% { opacity: 0;
			-webkit-transform: translateY(200px);
		}
		100% { opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@-moz-keyframes fadeInUp {
		0% { opacity: 0;
			-moz-transform: translateY(200px);
		}
		100% { opacity: 1;
			-moz-transform: translateY(0);
		}
	}
	@keyframes fadeInUp {
		0% { opacity: 0;
			transform: translateY(200px);
		}
		100% { opacity: 1;
			transform: translateY(0);
		}
	}
	.anime.fadeInUp {
		-webkit-animation-name: fadeInUp;
		-moz-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

/* -- Fade In Left -- */
	@-webkit-keyframes fadeInLeft {
		0% { opacity: 0;
			-webkit-transform: translateX(-200px);
		}
		100% { opacity: 1;
			-webkit-transform: translateX(0);
		}
	}
	@-moz-keyframes fadeInLeft {
		0% { opacity: 0;
			-moz-transform: translateX(-200px);
		}
		100% { opacity: 1;
			-moz-transform: translateX(0);
		}
	}
	@keyframes fadeInLeft {
		0% { opacity: 0;
			transform: translateX(-200px);
		}
		100% { opacity: 1;
			transform: translateX(0);
		}
	}
	.anime.fadeInLeft {
		-webkit-animation-name: fadeInLeft;
		-moz-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}

/* -- Fade In Right -- */
	@-webkit-keyframes fadeInRight {
		0% { opacity: 0;
			-webkit-transform: translateX(200px);
		}
		100% { opacity: 1;
			-webkit-transform: translateX(0);
		}
	}
	@-moz-keyframes fadeInRight {
		0% { opacity: 0;
			-moz-transform: translateX(200px);
		}
		100% { opacity: 1;
			-moz-transform: translateX(0);
		}
	}
	@keyframes fadeInRight {
		0% { opacity: 0;
			transform: translateX(200px);
		}
		100% { opacity: 1;
			transform: translateX(0);
		}
	}
	.anime.fadeInRight {
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

/* -- Zoom In Up -- */
	@-webkit-keyframes zoomInUp {
		0% { opacity: 0;
			-webkit-transform: scale(0) translateY(200px);
		}
		100% { opacity: 1;
			-webkit-transform: scale(1) translateY(0);
		}
	}
	@-moz-keyframes zoomInUp {
		0% { opacity: 0;
			-moz-transform: scale(0) translateY(200px);
		}
		100% { opacity: 1;
			-moz-transform: scale(1) translateY(0);
		}
	}
	@keyframes zoomInUp {
		0% { opacity: 0;
			transform: scale(0) translateY(200px);
		}
		100% { opacity: 1;
			transform: scale(1) translateY(0);
		}
	}
	.anime.zoomInUp {
		-webkit-animation-name: zoomInUp;
		-moz-animation-name: zoomInUp;
		animation-name: zoomInUp;
	}

/* -- Fade In Smooth -- */
	@-webkit-keyframes zoomInSmooth {
		10% { opacity: 0;
			-webkit-transform: scale(1) translateY(0);
		}
		100% { opacity: 1;
			-webkit-transform: scale(1) translateY(0);
		}
	}
	@-moz-keyframes zoomInSmooth {
		10% { opacity: 0;
			-moz-transform: scale(1) translateY(0);
		}
		100% { opacity: 1;
			-moz-transform: scale(1) translateY(0);
		}
	}
	@keyframes zoomInSmooth {
		10% { opacity: 0;
			transform: scale(1) translateY(0);
		}
		100% { opacity: 1;
			transform: scale(1) translateY(0);
		}
	}
	.anime.zoomInSmooth {
		-webkit-animation-name: zoomInSmooth;
		-moz-animation-name: zoomInSmooth;
		animation-name: zoomInSmooth;
	}

@media (max-width: 1279px) {

/* 観光案内の改行用 */
	.tb {
		display: block;
	}
}

/* Minimum width of 786 pixels.
   Width including the scroll bar of the browser.
*/

/* スマホ（横）タブレット（縦） */
@media (max-width: 999px) {

	.topslidewrap{
		margin: 4vw calc(50% - 50vw) 4vw;
	}
	.slide-text{
		top: 55%;
	}

	.contents{
		clear: both;
		margin: 0 10px 10px 10px;
		margin: 0 1rem 1rem 1rem;
		padding: 0 0 20px 0;
		padding: 0 0 2rem 0;
	}

	.blog-head table {
		margin: 0;
	}
	.blog-archive {
		float: left;
		margin-left: 2%;
		margin-right: 1%;
		width: 46.0%;
		max-width: 46.0%;
	}
	
	.tbl-right {
		margin-top: 30px;
	}
	
	.w1000 {
		width: 98%!important;
	}
	
	.tbl-left,
	.tbl-right {
		float: none!important;
		text-align: left;
	}
	.w475 {
		width: 100%!important;
		max-width: 100%;
	}

	.f13{
		font-size: 80%;
	}
	.f15{
		font-size: 90%;
	}
	.f18{
		font-size: 110%;
	}
	.f20{
		font-size: 125%;
	}
	.f30{
		font-size: 185%;
	}
	.f45{
		font-size: 250%;
	}

	.kankou{
		float: left;
		width: 49%;
		height: 640px;
		padding: 0 5px;
		font-size: 0.9em;
	}

}

@media (max-width: 786px) {

	.header-title-only .site-title-img,
	.header-title-only2 .site-title-img,
	.header-title-area .site-title-img {
	    float: none;
	    text-align: center;
	}

	.header-title-only .site-title,
	.header-title-only2 .site-title,
	.header-title-area .site-title {
		width: 100%;
	}

	.topmenu {
		display: none;
	}
	.topmenu-m {
		display: block;
	}

	.topslidewrap{
		margin: 4vw calc(50% - 50vw) 4vw;
	}
	.slide-text{
		top: 55%;
	}
	
	table.table-about th{
		width: 30%;
	}
	table.table-about td{
		width: 68%;
	}

	.blog-head .widget_categories {
		display: block;
		width: 100%;
		text-align: center;
	}
	.blog-head .widget_search {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.js-body {
		width: 96%;
		max-width: 400px;
		margin: 20px auto 0;
		text-align: center;
		border: 2px dotted #333;
		border-radius: 16px;
		background-color: #fff;
	}

	.left30{
		float: left;
		width: 45%;
		margin: 0 10px 20px 10px!important;
	}

}

/* スマホ（縦） */
@media (max-width: 497px) {
	/* Responsive Menu for Smart devicies ------------------- */

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	table.table-style td{
		padding: 10px 5px 10px 10px;
		line-height: 1.3;
	}

	#layout {
		padding-left:0;
	}

	#layout.active {
		left:250px;
	}

	#layout,
	#page,
	#header-nav-area {
		overflow-x:hidden;
	}

	#header-nav-area {
		position:fixed;
		left:0;
		top:0;
		bottom:0;
		overflow-y:auto;
		z-index:100;
	}

	#header-nav-area.active {
		left:250px;
	}

	.header-title-only,
	.header-title-only2,
	.header-title-area {
		display:block;
		overflow:hidden;
		width:100%;
		text-align:center;
		padding:0;
	}

	.header-title-only .site-title,
	.header-title-only2 .site-title,
	.header-title-area .site-title {
		width: 100%;
		max-width: 100%;
	}

	#header-widget-area {
		padding-bottom: 10px;
	}

	#header-widget-area-m {
		display: block;
		text-align:center;
		margin: 0 auto;
		padding: 30px 10px 29px;
		text-align: center;
		border-bottom: 1px solid #d9d9d9;
	}
	#header-widget-area-m .topmenu-m ul {
		list-style: none;
		display: inline-block !important;
		width: 100%;
	}
	#header-widget-area-m .topmenu-m ul li {
		display: inline-block !important;
		text-align: center;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		vertical-align: middle;
		line-height: 1.4;
		padding: 0 5px;
	}
	#header-widget-area-m .topmenu-m ul li a {
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}
	#header-widget-area-m .topmenu-m ul li a:hover {
		color: #999;
	}
	#header-widget-area-m .box-solid {
		margin-top: -4px;
		margin-right: 5px;
	}
	
	#button-toggle-menu {
		display:block;
	}

	body.logged-in.admin-bar #header-nav-area {
		top:46px;
	}

	#layout.active .menu-link {
		left:250px;
	}

	.site-header-area,
	.site-header-area2 {
		background-size: contain;
	}
	.site-title {
		float: none;
		margin: 0 auto;
		position: absolute;
		top: 310px;
		top: 31rem;
		text-align: cneter;
	}

	.site-title-img2 {
		text-align: center;
	}

	.blog-head table {
		margin: 0 5%;
	}

	.blog-archive {
		float: left;
		margin-left: 2%;
		margin-right: 1%;
		width: 29.0%;
		max-width: 29.0%;
	}
	
	.products-left,
	.products-right,
	.tbl-left,
	.tbl-right {
		float: none!important;
	}
	.products-left,
	.products-right,
	.w475 {
		width: 100%!important;
		max-width: 100%;
	}

	.slider {
		margin: 0 auto;
	}

	.top-icon {
		padding: 30px 0 0;
		padding: 3rem 0 0;
	}

/* --------- Widget Text --------- */
	.widget_text .textwidget {
		padding: 0 30px;
		padding: 0 3rem;
	}
	.widget_text .textwidget ul li{
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	
	.js-body {
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
		text-align: center;
		border: 2px dotted #333;
		border-radius: 16px;
		background-color: #fff;
	}

	.header-title-only .site-title img,
	.header-title-only2 .site-title img,
	.header-title-area .site-title img{
	    width: 90%;
	}

	#header-widget-area {
		background-size: contain;
		padding-bottom: 10px;
		padding-bottom: 1rem;
		font-size: 1.5em;
	}

	.footer-widget-area {
		margin: 0 auto;
		padding: 0;
		font-size: 1.2em;
	}

	#footer-widget-area-1 {
		width: 90%;
		margin: 10px auto;
		margin: 1rem auto;
		line-height: 1;
	}

	#footer-widget-area-2 {
		margin: 0 auto;
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	#footer-widget-area-3 {
		width: 100%;
		min-width: 300px;
		min-width: 30rem;
		padding: 50px 30px;
		padding: 5rem 3rem;
	}

	.footer-menu {
		width: 50%;
		float: left;
		font-size: 1.2em;
	}
	.footer-menu li {
	  display: block;
	  list-style: none;
	  padding: 5px 10px;
	  padding: 0.5rem 1rem;
	  text-align: center;
	}
	.footer-banner {
		width: 100%;
		float: none;
		text-align: center;
		margin: 50px auto;
		margin: 5rem auto;
	}
	.footer-banner img{
		width: 90%;
	}
	.footer-logo {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 10px;
		padding: 0 1rem;
	}
	.footer-logo img {
	/*	width: 100%;*/
	}
	.copy-area {
		border-top: 1px solid #fff;
		padding: 20px 0 0;
		padding: 2rem 0 0;
	}
	.copy-area .copy {
		text-align: center;
		font-size: 1.1em;
	}
	.copy-area .copy2 {
		text-align: center;
	}
	.widget_text .textwidget {
		padding: 0 5px;
		padding: 0 0.5rem;
	}

	.main-content-top,
	.main-content-page {
		top: 50px;
		top: 5rem;
	}
	.main-content-area {
		top: 120px;
		top: 12rem;
	}
	.main-content-title, .blog-content-title {
	}
	
	.contents{
		clear: both;
		margin: 0 5px 5px 5px;
		margin: 0 0.5rem 0.5rem 0.5rem;
		padding: 0 0 20px 0;
		padding: 0 0 2rem 0;
	}
	.contents4{
		margin: 5px;
		margin: 0.5rem;
		padding: 10px;
		padding: 1rem;
	}
	.contents800{
		padding: 10px 0;
		padding: 1rem 0;
	}
	
	.box-solid{
		margin: 20px 0;
		margin: 2rem 0;
		padding: 10px;
		padding: 1rem;
	}

	.blog-head table {
		margin: 0;
	}
	.blog-head th,
	.blog-head td{
		padding: 60px 0;
		padding: 6rem 0;
	}
	.blog-archive {
		float: none!important;
		text-align: center;
		width: 96%!important;
		max-width: 96%!important;
		line-height: 1.6!important;
	}
	.blog-archive p{
		text-align: left;
	}

	.topmenu {
		display: none;
	}
	.topmenu-m {
		display: block;
	}

	.blog-head .widget_categories {
		float: none;
	}
	.blog-head .widget_search {
		float: none;
	}

	.topslidewrap {
	  margin: 0 calc(50% - 50vw);
	  height: 86vh;
	}
	.slide-text{
		top: 45%;
		width: 90%;
		text-align: center;
	}

	.top1-bg {
		padding: 10px 0;
		padding: 1rem 0;
	}
	.top1-logo {
		float: left;
		width: 85%;
		padding: 5px 0;
		padding: 0.5rem 0;
	}
	.top1-logo img{
		width: 100%;
	}

	.top2-body {
		width: 100%;
	}
	.top2-contents {
		width: 100%;
	}
	.top2-contents1 {
		float: right;
	}
	.top2-contents2 {
		padding: 0 20px;
		padding: 0 2rem;
	}
	.top2-contents2-title {
	}
	.top2-contents2-explain {
		padding: 10px 10px 10px 20px;
		padding: 1rem 1rem 1rem 2rem;
	}
	.top3-contents2 {
		margin: 0 auto;
		padding: 100px 20px;
		padding: 10rem 2rem;
	}
	.top4-body {
		background: url("images/history-back-sp.png") no-repeat right top;
	}
	.top4-contents {
		padding: 0;
		color: #666;
	}
	.top4-contents2 {
		margin: 0 auto;
		padding: 50px 10px 70px;
		padding: 5rem 1rem 7rem;
	}
	.top5-news {
		padding: 10px;
		padding: 1rem;
	}
	.top6-contents2 {
		margin: 0 auto;
	}

	.news-list {
		padding: 5px 10px 10px;
		padding: 0.5rem 1rem 1rem;
	}
	.news-list-date,
	.news-list-title {
		float: none;
		width: 100%;
		padding: 0 10px;
		padding: 0 1rem;
	}

	.kankou,
	.top-left2,
	.top-left3,
	.top-left33,
	.top-left66 {
		display: block;
		float: none;
		width: 100%;
	}
	.kankou,
	.top-left33,
	.top-left66 {
		margin: 0 auto;
		padding: 0;
	}
	.top-left2,
	.top-left3 {
		padding: 10px 0;
		padding: 1rem 0;
	}

	.js-body {
		width: 96%;
		max-width: 96%;
		margin: 20px auto 0;
		margin: 2rem auto 0;
		text-align: center;
		border: 2px dotted #333;
		border-radius: 16px;
		background-color: #fff;
		overflow-y: hidd
	}
	.con-mid{
		width: 100%;
	}
	
	img.alignleft,
	img.alignright,
	left,
	left30,
	right {
		width: 96%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}

}

/* SysMacs
-------------------------------------------------------------- */

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media (min-width: 498px) {
/* min-width: 786px */
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}

	/* =Basic structure
	-------------------------------------------------------------- */
	.component-inner,
	.site-header-area .component-inner,
	.site-header-area2 .component-inner,
	.header-image-area .component-inner {
		margin: 0 auto;
	}

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

	.site-header-area {
/*
		height: 750px;
*/
	}

	.site-header-area2 {
		height: auto;
	}

	#header-menu-button {
		display: none;
	}

	/* --------- Header Title Area --------- */

	.header-title-only {
		text-align: center;
	}

	.header-title-only2 {
		margin-bottom: 80px;
		margin-bottom: 8rem;
		text-align: center;
	}

	.header-title-area {
		border: none;
		float: left;
		text-align: left;
		padding: 25px 10px 20px 0;
		padding: 2.5rem 1rem 2rem 0;
		width: 70%;
	}

	/* --------- Header Widget Area --------- */

	#header-widget-area {
		text-align: center;
		padding-top: 2px;
	}

	/* --------- Sitemap & Contact Link --------- */

	.hw_link1,
	.hw_link2 {
		display: block;
		overflow:hidden;
		width: 100%;
		margin-top: 5px;
		margin-top: 0.5rem;
		margin-bottom: 8px;
		margin-bottom: 0.8rem;
		border: none;
	}

	.hw_link1 a,
	.hw_link2 a {
		display: inline;
		overflow:hidden;
		padding: 12px 0 10px 21px;
		padding: 1.2rem 0 1rem 2.1rem;
		margin-left: 20px;
		margin-left: 2rem;
		width: auto;
		float: none;
		border: none;
	}

	.hw_text {
		font-size: 13.5pt;
		max-width: 750px;
		margin: 0 auto;
		padding: 0;
		border-bottom: none;
		text-align: center;
		background: none;
	}

	.hw_text2 {
		padding: 35px 0 2px;
	}

	.hw_text_large {
		padding: 0;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
	}

	/* --------- Header Image Area (Slide) --------- */

	.header-image-area {
		border: none;
	}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
		margin-top: 0;
	}

	#site-navigation div.menu > ul {
	}

	#site-navigation div.menu > ul > li {
		display: inline-block;
		text-align: center;
	}

	#site-navigation div.menu > ul > li:last-child {
	}

	#site-navigation div.menu > ul > li > a {
		display: inline-block !important;
		margin-left: 1px;
	}

	#site-navigation div.menu > ul.menu > li > a {
		line-height: 1.2;
		font-size: 1.2em;
		letter-spacing: 0.2em;
	}

	#site-navigation div.menu > ul > li:last-child a {
		margin-left: 1px;
		margin-right: 1px;
	}

	#site-navigation ul {
		border: none;
		width: 100%;
		margin: 2px auto;
		margin: 0.2rem auto;
		padding-top: 5px;
		padding-top: 0.5rem;
		text-indent: 0;
		text-align: center;
	}

	#site-navigation li {
		border-right: none;
		position: relative;
		text-align: center;
	}

	#site-navigation li a,
	#site-navigation li {
		display: inline-block;
		text-decoration: none;
		z-index: 9999;
	}

	#site-navigation li a {
		padding: 0;
	}

	#site-navigation li:last-child {
	}
	
	#site-navigation li a:hover,
	#site-navigation li:hover {
		color: #333;
		background: #ffffe0;
		-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: #fff;
		line-height: 1.7;
		width: 190px;
		width: 19rem;
	}

	#site-navigation li ul li a:hover {
		background: #ffffe0;
		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 {
		font-weight: bold;
	}

	#site-navigation .children .children li a,
	#site-navigation .sub-menu .sub-menu li a {
		color: #333;
		background: #fff;
		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-top,
	.main-content-page,
	.main-content-area {
		border: none;
	}
	.main-content-area {
		top: 120px;
	}

	/* --------- 3 Columns Basic Layout --------- */

	body.column-3 .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-3 .sidebar-right {
		float: right;
		width: 18%;
	}

	body.column-3 .main-content-site {
		float: right;
		width: 77.5%;
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-3 .sidebar-left {
		float: left;
		width: 22.5%;
	}

	/* --------- 2 Columns Left-Sidebar Basic Layout --------- */

	body.column-2l .main-content-wrap {
		width: 100%;
	}

	body.column-2l .main-content-site {
		float: right;
		width: 82%;
		padding-left: 40px;
		padding-left: 4rem;
	}

	body.column-2l .sidebar-left {
		float: left;
		width: 18%;
	}

	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	body.column-2r .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-2r .main-content-site {
		width: 100%;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-2r .sidebar-right {
		float: right;
		width: 18%;
	}

	/* --------- 1 Column Basic Layout --------- */

	body.full-width .main-content-wrap,
	body.full-width .main-content-site {
		width: 100%;
		margin: 0 auto;
	}

	/* --------- 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: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin: 5vw 10px 10px;
		color: #666;
		font-family: Arial, Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		word-wrap: break-word;
	}

	/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
/*
		width: 786px;
*/
	}

	/* --------- Main Content Pager Settings  --------- */

	.nav-previous a {
	}

	/* --------- Main Content Comments Area  --------- */

	.comments-area {
		border-bottom: 1px solid #888;
	}

	.comments-title,
	.comment-reply-title {
		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 {
		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: #fff;
		color: #fff;
		font-size: 12pt;
	}
	.footer-widget-area a{
		color: #fff;
	}
	.footer-widget-area a:hover{
		color: #ccc;
	}

	#footer-widget-area-1 {
		width: 100%;
		margin: 40px auto 0;
		margin: 4rem auto 0;
		line-height: 2;
		text-align: center;
		max-width: 940px;
		max-width: 94rem;
	}
	.footer-img {
		width: 20%;
		float: right;
	}
	.footer-menu li{
		display: inline;
		list-style: none;
		padding-right: 10px;
		padding-right: 1rem;
		padding-left: 10px;
		padding-left: 1rem;
		background: none;
	}
	.footer-23 {
	}
	#footer-widget-area-2 {
		width: 100%;
		margin: 10px;
		margin: 1rem;
		line-height: 1.5;
	}
	#footer-widget-area-3 {
		width: 100%;
		margin: 0 auto;
		line-height: 1.5;
		text-align: left;
		padding: 0 15px;
		padding: 0 1.5rem;
	}
	#footer-widget-area-3 .footer-banner {
		float: right;
		max-width: 200px;
		max-width: 20rem;
		margin: 0;
	}
	#footer-widget-area-3 .footer-logo {
		min-width: 380px;
		min-width: 38rem;
		margin: 20px auto 0;
		margin: 2rem auto 0;
	}

	.widget {
		border: none;
		padding-top: 0;
	}

	.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: 22px;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: normal;
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.sidebar-left .widget-title,
	.sidebar-right .widget-title {
		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;
	}

	.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: 20px;
		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_tagpages ul,
	.widget_catposts ul{
		border-top: 1px dotted #888;
	}

	.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_tagpages ul li:last-child,
	.widget_catposts ul li:last-child {
		border-bottom: 1px dotted #888;
	}

	.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,
	.widget_tagpages ul li {
		padding-right: 0;
		padding-left: 0;
	}

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

	.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: 20px;
		text-indent: -1.9rem;
		border: none;
	}

	.main-content-site .post-sitemap-list ul li.cat-item-none{
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 6px;
		padding: 0 0 8px 22px;
		padding: 0 0 0.8rem 4rem;
		text-indent: 20px;
		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 25px;
	}

	.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: 19%;
		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: 81%;
		float: left;
	}

	.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_tagpages ul,
	.topmain-widget-area .widget_tagpages 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_tagpages 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: 0;
	}

	.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,
	.topmain-widget-area .widget_tagpages ul li {
		padding-top: 0;
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_tagpages 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,
	.topmain-widget-area .widget_tagpages ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagpages 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,
	.topmain-widget-area .widget_tagpages 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,
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		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,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link a,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link a:hover {
		color: #333;
		text-decoration: none;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_button,
	.topmain-widget-area .widget_tagpages 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: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

}

@media (min-width: 980px) {

	#site-navigation div.menu > ul > li > a {
		padding: 0;
	}

}

/* Minimum width of 1218 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media (min-width: 1280px) {

	#site-navigation div.menu > ul > li > a {
		padding: 0;
	}

}
