/*
Theme Name: airclean-new
*/

article,
details,
footer,
header,
section,
summary {
	display: block;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
}

body {
	color: #212121;
	line-height: 180%;
	margin: 0 auto 0 auto;
	font-family: HiraKakuProN-W3, HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック','MS PGothic',sans-serif;
}

a {
	color: #BB2222;
	text-decoration: underline;
}

a:visited {
	color: #006699;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ff0000;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
padding:0px;
margin:0px;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

address {
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 5px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dt {
	font-weight: bold;
}

@media (min-width: 767px) {
dd {
	margin: 0;
}
}

#site-navigation ul,
#site-navigation ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width:100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after {
	clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after {
	content: "";
	display: table;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
@media (max-width: 767px) {
.entry-content img,
.entry-summary img,
.wp-caption {
	max-width: 100%;
}
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 767px) {
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
body {
	font-size:14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

h2 {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 2px 8px 2px 0px;
	position: relative;
/* 	text-shadow: 1px 1px 0 white; */
}

h3 {
	font-size: 18px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 1px;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

.site {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
	max-width:100%;
}

.text {
	display:block;
}

.top-buttons,
.hide-sphone {
	display:none;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	padding-top: 45px;
	width:100%;
}

.site-header h1 {
	font-size:small;
	font-weight:normal;
	margin: 0;
	padding: 0 0 0 10px;
	line-height:1.4;
}

.site-header img {
	max-width:100%;
}
.site-header .floatL,
.site-header .floatR {
	width:100%;
	clear:both;
}
.site-header .floatR {
         text-align:center;
}
.site-header .floatR img {
         margin-top:13px;
         margin-bottom:10px;
}
.site-header .tax-text {
	width:100%;
	clear:both;
	text-align:right;
	font-size:11px;
	padding-right:0px;
	text-decoration:underline;
	font-weight:bold;
}
.site-header .home-link {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}

/**
 * Toggle
 * ----------------------------------------------------------------------------
 */
#menu-area {
	display:none;
}
#menu-area-sphone {
	position:absolute;
	position:fixed;
	width:100%;
	height:45px;
	top:0;
	left:0;
	z-index:100;
}

.typeNavi3 {
  display: none;
}
.typeNavi3 li{
  width: 100%;
  line-height: 5vh;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #4a32b3;
}
.toggle a{
  display: block;
  position: relative;
  padding: 13px 0 10px;
  border-bottom: 1px solid #2a1d66;
  font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.toggle:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
.toggle a:before, .toggle a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #4a32b3;
}
.toggle a:before{
  margin-top: -6px;
}
.toggle a:after{
  margin-top: 2px;
}
li.current_page_item a {
  font-weight:bold;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 800px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	clear: both;
}

.navbar ul.typeNavi3 {
	padding-left:10px;
	padding-bottom:30px;
	height: 90vh;
	overflow: auto;
	box-sizing:border-box;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.sticky.format-standard .entry-meta .date,
.sticky.format-image .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	color: #bc360a;
}

.entry-content a:hover {
	color: #ea9629;
}

.entry-content ol {
	padding-left:20px;
	clear:both;
}
.entry-content ul {
	padding-left:20px;
}
#content-spec .entry-content h1,
#content-home .entry-content h1,
#content-company .entry-content h1,
#content .entry-content h1 {
	font-size: 1.3em;
	font-weight:bold;
	padding: 5px 0px 5px 8px;
	margin: 0 0 5px 0;

	background-image: linear-gradient(white, #eae6ff);
	border-bottom: 1px solid royalblue;
	border-bottom: 1px solid #4a32b3;
	border-top: 2px solid royalblue;
	border-top: 2px solid #4a32b3;
	color: #4a32b3;
}

#content-home .entry-content h2.title {
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px 0px 5px 8px;
	margin: 0 0 5px 0;
	background-image: linear-gradient(white, #eae6ff);
	border-bottom: 1px solid #4a32b3;
	border-top: 2px solid #4a32b3;
	color: #4a32b3;
}
#content .entry-content h2.title-plasmacluster {
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px 0px 5px 8px;
	margin: 0 0 5px 0;
/* 	background-image: linear-gradient(white, #eae6ff); */
/* 	border-bottom: 1px solid #4a32b3; */
/* 	border-top: 2px solid #4a32b3; */
	color: #4a32b3;
	text-align: center;
	background: skyblue;
	border-radius: 10px;
}

#sidebar {
	display:none;
}
footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-status .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

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

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

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font-size: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-title {
	font-size: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background: royalblue;
	background: #4a32b3;
	color: white;
	font-size: 14px;
}

.site-footer a {
	color: white;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer ul {
	padding-top:10px;
	padding-left:10px;
	margin-bottom:0;
	list-style:none;
}

.site-footer td {
	vertical-align:top;
	nowrap:nowrap;
/* 	padding-left:20px; */
	padding-left:10px;
/* 	padding-right:20px; */
	padding-right:10px;
	border:none;
	display:block;
}

.site-info {
	margin: 0 auto;
	max-width: 840px;
	padding: 30px 0;
	padding: 30px 0 0 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.entry-content .wp-caption-text {
		display:none;
		text-align:center;
	}

	.site-title {
		font-size: 30px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	.entry-title,
	.format-image .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

.rslides_container {
	display:none;
}
.rslides_container img{
	display:none;
}
.rslides_container-spacer {
	display:none;
}

/* テーブル（属性表示） */
.TableAttr {
/* border-bottom: 1px #666666 solid; */
border-collapse: collapse;
width:100%;
margin-top:2px;
}

.TableAttr th {
border: 1px #999 solid;
padding: 0px 0px 0px 0px;
background-color: #f0f0ff;
text-align: left;
vertical-align: top;
}
.TableAttr th span {
font-weight: normal;
}
.TableAttr td {
border: 1px #999 solid;
/* padding: 0px 0px 0px 0px; */
padding: 2px 2px 2px 2px;
vertical-align: top;
}

#content-home .entry-content h3 {
    background: -moz-linear-gradient(center top , #ccc 0%, #aaa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
    border-bottom: 2px solid #b5b5b5;
    border-top: 1px solid #e1dcda;
    clear: both;
    color: #cbcdd0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 5px 10px 3px 10px;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}
#content-home .entry-content h2,
#content-home .entry-content p,
#content-spec .entry-content h2,
#content-spec .entry-content h3,
#content-spec .entry-content h4,
#content-spec .entry-content h5,
#content-spec .entry-content p,
#content-company .entry-content h2,
#content-company .entry-content h3,
#content-company .entry-content h4,
#content-company .entry-content h5,
#content-company .entry-content p,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content p {
	padding-left: 5px;
	padding-right: 5px;
}
#content-home .entry-content h2.title {
	padding: 5px 0px 5px 8px;
}
#content-home .entry-content dt,
#content-home .entry-content dd {
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#content-company .entry-content ul {
	list-style: none;
	padding-left: 5px;
}

table.profile-table tr {
	border-bottom:1px dotted skyblue;
}
table.profile-table th {
	display:block;
	border: none;
	font-weight:bold;
	padding-bottom:0px;
}
table.profile-table td {
	display:block;
	border: none;
	padding-top:0px;
}

#content .entry-content h3.contact-title {
/* 	border-radius: 10px 10px 0 0; */
/* 	padding:3px; */
	padding-top: 0;
	background:#ccd9ff;
	border:none;
	color:#333;
	text-shadow:none;
}
#content-company table.TableAttr {
	padding:3px;
	width:100%;
	overflow-x:hidden;
	box-sizing: content-box;
}
#content-company table.TableAttr tr {
	border-bottom:1px dotted #4a32b3;
}
#content-company table.TableAttr th,
#content .wpcf7 table.TableAttr th {
	display:block;
	border: none;
	font-weight:bold;
	padding-bottom:0px;
}
#content-company table.TableAttr td,
#content .wpcf7 table.TableAttr td {
	display:block;
	border: none;
	padding-top:3px;
}
#content-company table.TableAttr td.table_color,
#content .wpcf7 table.TableAttr td.table_color {
	font-weight: bold;
	color: #4a32b3;
/* 	background-color: white; */
}

.btnArea{
	max-width:641px;
	height:236px;
/* 	background:url(images/btn_bg.gif) no-repeat; */
	background: #feefc5;
	border-radius: 10px;
	text-align:center;
	padding-top:5px;
}

/*************************/
/*** Footable settings ***/
table.spec {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px -1px 24px 0;
    text-align: left;
    width: 100%;
}
table.spec thead tr th {
    font-weight: bold;
}
table.spec tr th,
table.spec thead tr th {
    background-color: #f5f5f5;
	background-color: #e5e5e5;
    padding: 9px 24px;
    white-space: nowrap;
}
table.spec tfoot tr th,
table.spec tfoot tr td {
    font-weight: bold;
}
table.spec tr th {
    border: 1px solid #ccc;
    padding: 8px 6px;
    vertical-align: top;
}
table.spec tr td {
    border: 1px solid #ccc;
    padding: 8px 6px;
    padding: 2px 0px 0px 3px;
    vertical-align: top;
}
table.spec tr td.table_color_spec {
	background-color: #e5e5e5;
}

.col1{
float:left;
font-weight:bold;
margin-right:0px;
clear:right;
font-size:small;
}
.col2{
float:left;
margin-left:25px;
/* min-width:150px; */
font-size:small;
}

.site-title {
	font-weight: normal;
}
.site-description {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.td-sphone {
	display:block;
	width: 100%;
}

div.wpcf7 {
	border: solid 1px #ddd;
	border-radius: 10px;
	background: #efefef;
	width:100%;
	overflow-x:hidden;
}
div.wpcf7 table.TableAttr {
	margin-left:5px;
	margin-right:5px;
}
div.wpcf7 table.TableAttr td {
	max-width:90%;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { padding:0 2% 0 2%; margin:0 auto 0 auto;}
/* div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; } */
div.wpcf7 p { margin:0; font-size:11px; }
div.wpcf7 input, div.wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; margin-bottom:4px;max-width:90%; }
div.wpcf7 input.wpcf7-text.no-border {border:0px solid #ccc;}
div.wpcf7 input.wpcf7-text.no-ime {ime-mode: disabled;}
div.wpcf7 input.wpcf7-text::placeholder {color:#cccccc;}
/* div.wpcf7 textarea { width:97.5%; height:300px; } */
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
/*    background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666; */
   background:orangered; border:0px solid #666;
}
/* div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; } */
div.wpcf7 input.wpcf7-submit:hover { background:#19448e; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
/* .wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-border-radius: 4px; border-radius: 4px; */
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; color:red; font-size:20px;line-height:180%;font-weight:bold;}
.wpcf7 .wpcf7-validation-errors {color: red; background-color: #F2DEDE; border: 3px solid red;}
/* .wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;} */
.wpcf7 .wpcf7-mail-sent-ok {color: dodgerblue; background-color: white; border: 3px solid dodgerblue;font-size:20px;line-height:180%;font-weight:bold;}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
/* 	display: block; */
}
.wpcf7 .wpcf7-checkbox span.wpcf7-list-item {
    display: block;
}
.wpcf7 .radio-tate .wpcf7-radio span.wpcf7-list-item {
        display: block;
}

.table-sp-wide {
	width: 100%;
}

.footable-row-detail-cell {
background:white;
}

a.button-ecolife {
	width: 90%;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	display:block;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background:#0071BC;
	border-radius: 10px;
	text-decoration:none;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.29);
}
a.button-ecolife.fino {
	font-size: 17px;
}
a.button-ecolife:hover {
	background:#0092BC;
	color: #FFFFFF;
}
.btnArea .button-tel-value {
	color: #045492;
	font-size: 1.2rem;
	font-weight: bold;
}

.br-pc { display:none; }

}


@media (min-width: 767px) {

@import url("./set.css");

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
}
body {
	color: #212121;
	font-size: 13px;
	font-family: HiraKakuProN-W3, HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 180%;
	width:960px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
/* 	background: url(images/bg-1400-2nd.png) center -200px no-repeat; */
	background: url(images/bg-1400-2nd.png) center 0px no-repeat;
}

#content-home .entry-content .top-catch {
	width:960px;
	height:300px;
	padding: 0;
}
#content-home .entry-content .top-special {
	float:left;
	width:260px;
	width:292px;
	height:360px;
	margin:0 0 1px 1px;
	padding:10px 10px 0 10px;
	overflow:hidden;
/* 	background: url(images/shadow-80.png) left top; */
/* 	background: url(images/shadow.png) left top; */
/* 	background: url(images/bg/9132582.jpg) center -290px no-repeat; /* good */ */
/* 	background: url(images/bg/9507824.jpg) center top no-repeat; /* good */ */
/* 	background: url(images/bg/11101352.jpg) -340px -290px no-repeat; /* silent good */ */
	background: #ccc;
	background: url(images/top-special-bg.png) left top repeat-x;
	background-image: linear-gradient(#cccccc, #e9f0ff);
}
#content-home .entry-content .top-special:hover {
	border-color:navy;
	background:lightblue;
}
#content-home .entry-content .top-special p {
	padding:0;
	text-align:center;
}
#content-home .entry-content .top-special a,
#content-home .entry-content .top-special img {
	text-align:center;
}
#content-home .entry-content .top-special h2 {
	color:#4a32b3;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding:0;
}
#content-home .entry-content .pointArea{
	width:800px;
	height:223px;
	margin:0 auto;
}
#content-home .entry-content .pointArea-no01{background:url(images/area07_Bg01.gif) no-repeat;}
#content-home .entry-content .pointArea-no02{background:url(images/area07_Bg02.gif) no-repeat;}
#content-home .entry-content .pointArea-no03{background:url(images/area07_Bg03.gif) no-repeat;}
#content-home .entry-content .no01{background:url(images/area07_Bg01.gif) no-repeat;}
#content-home .entry-content .no02{background:url(images/area07_Bg02.gif) no-repeat;}
#content-home .entry-content .no03{background:url(images/area07_Bg03.gif) no-repeat;}
#content-home .entry-content .pointArea h3{
	color:#ea5b69;
	font-size:26px;
	font-weight:bold;
	padding-top:50px;
	text-indent:80px;
}
#content-home .entry-content .pointArea p{
	padding-top:20px;
	padding-left:120px;
	padding-right:30px;
	width:660px;
	height:100px;
}
#content .entry-content .area03 dl {
	width:690px;
}
#content-home .entry-content .area03 dl {
	width:800px;
	margin-left:40px;
}
#content .entry-content .area03 dt {
	background:url(images/area03_img.jpg) no-repeat;
	height:44px;
	color:#ea5b69;
	font-size:21px;
	font-weight:bold;
	padding-top:60px;
	padding-left:130px;
	border-bottom:3px dotted #3878a9;
}
#content-home .entry-content .area03 dt {
	background:url(images/area03_img.jpg) no-repeat;
	height:44px;
	color:#ea5b69;
	font-size:21px;
	font-weight:bold;
	padding-top:60px;
	padding-left:130px;
	border-bottom:3px dotted #3878a9;
}
#content .entry-content .area03 dd,
#content-home .entry-content .area03 dd {
	padding-top:10px;
	padding-bottom:10px;
}
#content .entry-content .area_faq dl{
	width:800px;
	width:657px;
	margin:0 auto;
}
#content .entry-content .area_faq dt{
	height:44px;
	color:#3995D8;
	font-size:21px;
	font-weight:bold;
	padding-top:60px;
	padding-left:70px;
	border-bottom:3px dotted #3878a9;
	background-image: url(images/q.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .entry-content .area_faq dd{
	padding-top:10px;
	padding-bottom:10px;
}

.site-header {
	position: relative;
	width: 960px;
/* 	min-height:79px; */
/* 	padding-top: 15px; */
	margin-top: 10px;
}

.site-header h1 {
	font-size:small;
	font-weight:normal;
	margin: 0;
	padding: 0 0 0 10px;
	line-height:1.4;
}

.site-header .floatL {
	padding-top: 9px;
	text-align: left;
}
.site-header .floatR {
	padding-right: 20px;
	text-align: left;
}
.site-header img.tel {
	width:360px;
}
.site-header .tax-text {
width:100%;
text-align:right;
font-size:11px;
padding-right:0px;
text-decoration:underline;
font-weight:bold;
clear:both;
height:20px;
}

.site-header .home-link {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

#menu-area{
	width: 960px;
}

#sidebar-sphone,
#menu-area-sphone {
	display:none;
}

.site {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
.floatL {
	float:left;
}

.floatR {
	float:right;
}

.toggle,
.menu-toggle {
	display: none;
}

a {
	color: #BB2222;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.wp-caption-text,
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}
.mark1 {
	background:#4169e1;
	color:white;
	font-weight:bold;
}
.top-image_side{
	margin-top:40px;
	margin-bottom:0px;
	float:left;
	clear:both;
}
.top-image_center{
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	clear:both;
}
.t-area {
	width: 400px;
}

.rslides_container {
	width:100%;
	clear:both;
	width:960px;
	height:323px;
	margin-top:40px;
}
.rslides_container-spacer {
	display:none;
}
.footable-row-detail-cell {
background:white;
}
.col1{
float:left;
font-weight:bold;
margin-right:10px;
}
.col2{
float:left;
margin-left:0px;
min-width:150px;
}

#content-spec .entry-content h1.title,
#content-home .entry-content h1.title,
#content-company .entry-content h1.title,
#content .entry-content h1.title {
	color:white;
	font-size:23px;
	line-height:40px;
	font-weight:normal;
	text-indent:20px;
	margin-top:20px;
	margin-bottom:10px;
/* 	background: url(images/h1_bg.jpg) left top no-repeat; */
/* 	background: #fffaf0; */
/* 	background: dodgerblue; */
	background: #4a32b3;
}
#content-company .entry-content h1.title2,
#content .entry-content h1.title2 {
	font-size:24px;
	padding-left:15px;
	line-height:35px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px royalblue;
	border-bottom:solid 1px #4a32b3;
	border-left:solid 10px royalblue;
	border-left:solid 10px #4a32b3;
}
#content-company .entry-content h1.title a,
#content .entry-content h1.title a{
	color:white;
}
#content-company .entry-content h2,
#content .entry-content h2 {
	font-size:21px;
	line-height:160%;
}
#content-company .entry-content h2.title2 {
	font-size:24px;
	padding-left:15px;
	line-height:35px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px royalblue;
	border-bottom:solid 1px #4a32b3;
	border-left:solid 10px royalblue;
	border-left:solid 10px #4a32b3;
}
#content .entry-content h2.title {
	background: url(images/bg-gradient.png) left top repeat-x;
	font-size:24px;
	line-height:30px;
	padding-left:15px;
	padding-top:5px;
	font-weight:normal;
	border-bottom:solid 1px royalblue;
	border-bottom:solid 1px #4a32b3;
	border-left:solid 10px royalblue;
	border-left:solid 10px #4a32b3;
}
#content .entry-content h2.title-plasmacluster {
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px 0px 5px 8px;
	margin: 0 0 5px 0;
/* 	background-image: linear-gradient(white, #eae6ff); */
/* 	border-bottom: 1px solid #4a32b3; */
/* 	border-top: 2px solid #4a32b3; */
	color: #4a32b3;
	text-align: center;
	background: skyblue;
	border-radius: 10px;
}
#content-company .entry-content h3,
#content .entry-content h3 {
	font-size:16px;
	line-height:150%;
}
#content-company .entry-content h4,
#content .entry-content h4 {
	font-size:13px;
	line-height:150%;
}
#content-company .entry-content h5,
#content .entry-content h5 {
	font-size:11px;
	line-height:150%;
	font-weight:normal;
}
#content-company .entry-content p,
#content .entry-content p {
	line-height:150%;
}

#content-company .entry-content table,
#content .entry-content table {
		margin-bottom: 5px;
		width: 100%;
}

/* -----------------------------------------------------------
	#navi
----------------------------------------------------------- */
.navbar{
}
.navbar .typeNavi4,
.navbar .typeNavi {
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 960px;
/* 	width: 954px; */
	padding-left:2px;
	height:37px;
}
.navbar ul.typeNavi4,
.navbar ul.typeNavi {
	list-style-type: none;
	padding: 0;
}
.navbar ul.typeNavi li {
	float: left;
/* 	width:118px; */
	width:135px;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック',sans-serif;
	font-weight: normal;
	line-height:18px;
	background: #4a32b3;
	border-left: 1px solid #553bcc;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding-top:1px;
}
.navbar ul.typeNavi4 li {
	float: left;
	width:238px;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック',sans-serif;
	font-weight: normal;
	line-height:18px;
	background: #4a32b3;
	border-left: 1px solid #553bcc;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding-top:1px;
}
.navbar ul.typeNavi4 li.current_page_ancestor,
.navbar ul.typeNavi4 li.current_page_item,
.navbar ul.typeNavi li.current_page_ancestor,
.navbar ul.typeNavi li.current_page_item {
	background: #c9171e;
	border-left: 1px solid #553bcc;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.navbar ul.typeNavi4 li.current_page_ancestor a,
.navbar ul.typeNavi4 li.current_page_item a,
.navbar ul.typeNavi li.current_page_ancestor a,
.navbar ul.typeNavi li.current_page_item a {
	color: white;
}
.navbar ul.typeNavi4 li a,
.navbar ul.typeNavi li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	padding: 0px 0px 0px 0px;
}
.navbar ul.typeNavi4 li a:hover,
.navbar ul.typeNavi li a:hover {
	color: #ffffff;
/* 	background: green; */
	background: #553bcc;
	text-decoration:underline;
}
/* ----------------------------------------------------------- */
.navbar .typeNavi5,
.navbar .typeNavi2 {
	float: left;
	clear: both;
	margin: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 960px;
/* 	width: 954px; */
	padding-left:2px;
	height:19px;
	height:37px;
	height:25px;
}
.navbar ul.typeNavi5,
.navbar ul.typeNavi2 {
	list-style-type: none;
	padding: 0;
}
.navbar ul.typeNavi2 li {
	float: left;
	width:118px;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック',sans-serif;
	font-weight: normal;
	line-height:24px;
	background: #e0e0e0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-left:1px;
	overflow:hidden;
	height: 24px;
}
.navbar ul.typeNavi5 li {
	float: left;
	width:238px;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック',sans-serif;
	font-weight: normal;
	line-height:24px;
	background: #e0e0e0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-left:1px;
	overflow:hidden;
	height: 24px;
}
.navbar ul.typeNavi5 li.current_page_ancestor,
.navbar ul.typeNavi5 li.current_page_item,
.navbar ul.typeNavi2 li.current_page_ancestor,
.navbar ul.typeNavi2 li.current_page_item {
	background: #c9171e;
	border-right: 1px solid firebrick;
	border-bottom: 1px solid maroon;
}
.navbar ul.typeNavi5 li.current_page_ancestor a,
.navbar ul.typeNavi5 li.current_page_item a,
.navbar ul.typeNavi2 li.current_page_ancestor a,
.navbar ul.typeNavi2 li.current_page_item a {
	color: white;
}
.navbar ul.typeNavi5 li a,
.navbar ul.typeNavi2 li a {
	display: block;
	color: #555555;
	text-decoration: none;
	text-align:center;
}
.navbar ul.typeNavi5 li:hover,
.navbar ul.typeNavi2 li:hover {
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
}
.navbar ul.typeNavi5 li a:hover,
.navbar ul.typeNavi2 li a:hover {
	color: #ffffff;
/* 	background: green; */
	background: #553bcc;
	text-decoration:underline;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
.site-footer {
	width:100%;
/* 	height:210px; */
	background: #4a32b3;
	color:#ffffff;}
.site-footer ul {
	padding-top:10px;
	margin-bottom:0;
	list-style-type: square;
}
.site-footer ul li {
	text-align:left;}
.site-footer a:link		{color:#ffffff; text-decoration:none;}
.site-footer a:visited 	{color:#ffffff; text-decoration:none;}
.site-footer a:hover 	{color:#ff6600; text-decoration: none;}
.site-footer a:active	{color:#ff6600; text-decoration:none;}

.site-footer .site-info {
	padding: 0;
	width: 100%;
}
.site-footer table {
	margin-left:auto;
	margin-right:auto;
}
.site-footer td {
	vertical-align:top;
	nowrap:nowrap;
	padding-left:20px;
	padding-right:20px;
	border:none;
}

.typeNavi {
	width:100%;
	height:25px;
	margin:0px;
	overflow:hidden;}
.typeNavi2 {
	width:100%;
	height:25px;
	margin:10px 0 0 0;
	overflow:hidden;}
.typeNavi2 li,
.typeNavi li{
	float:left;}
.typeNavi2 li a,
.typeNavi li a{
	display:block;}
.floatR{float:right;}
.floatL{float:left;}

.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}

#menu-area {
	width:100%;
}
#content-spec,
#content-company,
#content {
	width:100%;
	clear:both;
	overflow:hidden;
	background:white;
}
#sidebar {
	width: 249px;
	float:left;
	margin-top: 10px;
	margin-top: 20px;
}
#sidebar p {
	margin: 0;
}
#sidebar p a {
	display: block;
}
#sidebar p a img {
	margin:0;
	padding:0;
}
#content .entry-content {
	border-top: 0;
	width: 697px;
	padding: 0px 10px 8px 3px;
	width: 690px;
	padding: 0px 10px 8px 10px;
	overflow:hidden;
	float:left;
	border-right: solid 1px #D5D5D5;
	border-right: solid 1px white;
}
#content-spec .entry-content,
#content-home .entry-content {
	border-top: 0;
	width: 940px;
	padding: 0px 10px 20px 10px;
	overflow:hidden;
}
#content-company .entry-content {
	border-top: 0;
	width: 525px;
	width: 750px;
	padding: 0px 10px 20px 10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#content-spec .entry-content p,
#content-home .entry-content p,
#content-company .entry-content p,
#content .entry-content p {
	line-height: 1.8em;
}
#content-spec .entry-content ol,
#content-home .entry-content ol,
#content-company .entry-content ol,
#content .entry-content ol {
	margin-bottom: 10px;
	padding-left: 40px;
	padding-left: 30px;
}
#content-company .entry-content ul {
	list-style: none;
	padding-left: 0;
}
#content-spec .entry-content li,
#content-home .entry-content li,
#content-company .entry-content li,
#content .entry-content li {
	line-height: 1.5em;
	padding: 2px 0;
}
#content-spec .entry-content blockquote,
#content-home .entry-content blockquote,
#content-company .entry-content blockquote,
#content .entry-content blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eeeeee;
}
#content-home .entry-content h1 {
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight:bold;
	padding-left:20px;
}
#content-company .entry-content h1,
#content .entry-content h1 {
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight:bold;
}
#content-home .entry-content h2 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
/* 	padding-left:20px; */
}
#content-spec .entry-content h2.title-spec {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
	padding-left:0px;
}
#content-company .entry-content h2,
#content .entry-content h2 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
#content-home .entry-content h3 {
	font-size: 1.2em;
	font-weight:bold;
	padding-left:40px;
}
#content-spec .entry-content h3,
#content-company .entry-content h3,
#content .entry-content h3 {
	font-size: 1.2em;
	font-weight:bold;
}
#content-spec .entry-content h4,
#content-home .entry-content h4,
#content-company .entry-content h4,
#content .entry-content h4 {
	font-size: 1.0em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
#content-spec .entry-content h5,
#content-home .entry-content h5,
#content-company .entry-content h5,
#content .entry-content h5 {
	font-size: 0.8em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
#content-spec .entry-content h6,
#content-home .entry-content h6,
#content-company .entry-content h6,
#content .entry-content h6 {
	font-size: 0.7em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
#content-home .entry-content .top-sphone {
	display:none;
}
#content-spec table,
#content-home table,
#content-company table,
#content table {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}
#content-spec table tr,
#content-home table tr,
#content-company table tr,
#content table tr {
	padding: 0px 0px 0px 0px;
}
#content-spec table td,
#content-home table td,
#content-company table td,
#content table td {
	padding: 4px 5px 4px 5px;
	vertical-align: top;
}
#content-spec table td.no-padding,
#content-home table td.no-padding,
#content-company table td.no-padding,
#content table td.no-padding {
	padding: 0px;
	vertical-align: top;
}

/* テーブル（属性表示） */
.TableAttr {
border-bottom: 1px #666666 solid;
border-collapse: collapse;
width:100%;
}

.TableAttr th {
border: 1px #2b2b2b solid;
border: 1px #666666 solid;
padding: 4px 5px 4px 5px;
text-align: left;
vertical-align: top;
}
.TableAttr th span {
font-weight: normal;
}
.TableAttr td {
border: 1px #666666 solid;
padding: 0px 0px 0px 0px;
vertical-align: top;
}

.TableAttr-spec {
border-bottom: 1px #666666 solid;
border-collapse: collapse;
width:100%;
}

.TableAttr-spec td.table_color_spec,
.TableAttr-spec th {
border: 1px #666666 solid;
padding: 4px 5px 4px 5px;
background-color: #f5f5f5;
text-align: center;
vertical-align: top;
font-weight:bold;
font-size:13px;
}
.TableAttr-spec th span {
font-weight: normal;
}
.TableAttr-spec td {
border: 1px #666666 solid;
padding: 0px 0px 0px 0px;
vertical-align: top;
font-size:11px;
}

.TableAttr0 {
border-bottom: 0px #666666 solid;
border-collapse: collapse;
}

.TableAttr0 th {
border: 0px #2b2b2b solid;
padding: 0px 0px 0px 0px;
background-color: #f0f0ff;
text-align: left;
vertical-align: top;
}
.TableAttr0 th span {
font-weight: normal;
}
.TableAttr0 td {
border: 0px #666666 solid;
padding: 0px 0px 0px 0px;
vertical-align: top;
}

.TableAttr1 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 1px #666666 solid;
border-collapse: collapse;
}

.TableAttr1 th {
border: 0px #2b2b2b solid;
padding: 0px 0px 0px 0px;
background-color: #f0f0ff;
text-align: left;
vertical-align: top;
}
.TableAttr1 th span {
font-weight: normal;
}
.TableAttr1 td {
border: 0px #666666 solid;
vertical-align: top;
}

.make-up {
background: #95ed64;
/* width: 160px; */
nowrap:nowrap;
min-width:145px;
}

.make-up2 {
background: lightsteelblue;
background: bisque;
background: papayawhip;
background: linen;
}

.CaptSel {
background-color: #d3e9fa;
text-align: center;
}

/* テーブル（値表示） */
.TableValue {
margin: 20px 0;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
}
.TableValue th {
border: 1px #c0c0c0 solid;
padding: 3px 10px 3px 10px;
background-color: #f9f9f9;
font-weight: normal;
text-align: center;
}
.TableValue td {
border: 1px #c0c0c0 solid;
padding: 3px 10px 3px 10px;
text-align: center;
font-size: 80%;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
/* div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; } */
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; margin-top:2px;margin-bottom:2px; }
div.wpcf7 input.wpcf7-text.no-border {border:0px solid #ccc;}
div.wpcf7 input.wpcf7-text.no-ime {ime-mode: disabled;}
div.wpcf7 input.wpcf7-text::placeholder {color:#cccccc;}
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:260px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
/*    background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666; */
   background:orangered; border:0px solid #666;
}
/* div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; } */
div.wpcf7 input.wpcf7-submit:hover { background:darkred; border:0px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; color:red; font-size:20px;line-height:180%;font-weight:bold;}
/* .wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } */
/* .wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;} */
.wpcf7 .wpcf7-validation-errors {color: red; background-color: #F2DEDE; border: 3px solid red;}
/* .wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;} */
.wpcf7 .wpcf7-mail-sent-ok {color: dodgerblue; background-color: white; border: 3px solid dodgerblue;font-size:26px;line-height:180%;font-weight:bold;}

/* .wpcf7 .wpcf7-radio span.wpcf7-list-item { */
/* 	display: block; */
/* } */
span.wpcf7-checkbox span.wpcf7-list-item {
   display: block;
}
.wpcf7 .checkbox-tate span.wpcf7-list-item,
.wpcf7 .radio-tate .wpcf7-radio span.wpcf7-list-item {
        display: block;
}

.br-sp { display:none; }

/*----------------------------------------------------
	#pageIndex　メインページ
----------------------------------------------------*/
.textO{
	color:#dd6f03;
	font-size:16px;
	font-weight:bold;
}
.textB{
	color:#045492;
	font-weight:bold;
}
.textR{
	color:#ea5b69;
	font-size:16px;
	font-weight:bold;
}
.btnArea{
	max-width:641px;
	height:266px;
/* 	background:url(images/btn_bg.gif) no-repeat; */
	background: #feefc5;
	border-radius: 10px;
	margin:20px auto 40px auto;
	text-align:center;
	font-size:18px;
	padding-top:23px;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.pageTop {
	clear: both;
	text-align: right;
	padding-right:5px;
	padding-bottom:20px;
	padding-right:20px;
}

.table1 {
	border: 1px none #4a32b3;
	margin-bottom: 20px;
}
.table1 td {
	border: 1px solid #3a2293;
	padding: 5px;
}
.table_color {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4a32b3;
}

a.button-ecolife {
	width: 90%;
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	display:block;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background:#0071BC;
	border-radius: 10px;
	text-decoration:none;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.29);
}
a.button-ecolife.fino {
	font-size: 28px;
}
a.button-ecolife:hover {
	background:#0092BC;
	color: #FFFFFF;
}
.btnArea .button-tel-value {
	color: #045492;
	font-size: 1.3rem;
	font-weight: bold;
}

}
