/*
Theme Name: original
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Helvetica, Verdana, Arial, inherit
}

input {
  border: 1px solid #006328;
  border-radius: 4px;
  line-height: 2rem;
}

.form-group {
  margin: 16px;
}

.floatBox {
  overflow: hidden;
}

.floatBoxBd {
  float: left;
}

.listBox {
  margin: 0;
  padding: 0;
}

.listBox li {
  list-style: none;
  line-height: 1.5;
}

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row .g-f {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row .g-12 {
  width: 100%;
}

.row .g-11 {
  width: 91.667%;
}

.row .g-10 {
  width: 83.333%;
}

.row .g-9 {
  width: 75%;
}

.row .g-8 {
  width: 66.667%;
}

.row .g-7 {
  width: 58.333%;
}

.row .g-6 {
  width: 50%;
}

.row .g-5 {
  width: 41.667%;
}

.row .g-4 {
  width: 33.333%;
}

.row .g-3 {
  width: 25%;
}

.row .g-2 {
  width: 16.667%;
}

.row .g-1 {
  width: 8.3333%;
}

.row .g img {
  width: 100%;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

a:focus {
  outline: none;
}

/*****************************
******************************
original
******************************
******************************/

.wrapper {
  vertical-align: bottom;
  position: relative;
  top: 10px;
  min-height: 200px;
}

#menu {
  overflow: hidden;
  width: 100%
}

/*	logo	*/
.logo {
  background-image: url(//topairsystem.com/images/logo.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -999999px;
}

.logo a {
  display: block;
  height: 64px;
}

.home .logo {
  width: 100%;
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: auto; 
}

.home .header .logo {
  display: none;
}

.home .header .navi {
  width: 100%;
}

/*	menu	*/
.navi {
  float: right;
}

.navi ul {
  margin: 8px auto;
  padding: 0;
}

nav li {
  display: inline;
  margin-left: 20px;
  list-style-type: none;
  font-size: 80%;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

nav li:first-child {
  margin-left: 0px;
}

nav a {
  color: #727172;
  text-decoration: none;
  padding-bottom: 7px;
}

nav a:hover {
  color: #A9BF04;
}

.header {
  margin: 16px;
}

/*	footer	*/
.footer {
  clear: both;
  background: #006328;
  text-align: center;
  padding: 24px 0;
  margin-top: 46px;
  color: #fff;
  width: 100%;
}

.home .footer {
  position: fixed;
  bottom: 0;
}

.wrap,
.fbox {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  /* height: 600px; */
}

.fbox {
  display: table;
}

.fbox-in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mt32 {
  margin-top: 32px;
}

.contents {
  margin: 0 auto;
  width: 95%;
}

.submit {
  display: block;
  margin: 64px auto;
  padding: 16px;
  background: #fff;
  border: 1px solid #006328;
  border-radius: 8px;
  width: 50%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
}

.wpcf7 .submit:hover {
  background: #006328;
  color: #fff;
}

@media screen and (max-width:768px) {
  .row {
    display: block;
  }

  .row .g {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .f_l,
  .f_r {
    float: none;
  }

  .listBox li {
    padding: 16px 0;
  }

}

/*	top以外	*/
#bar {
  background: #006328;
  color: #FFF;
  padding: 15px 20px;
  text-align: center;
  margin: 0
}

/*	about	*/
.about {
  margin: 90px auto;
}

h2 {
  color: #006328;
  text-align: center;
}

.about table {
  margin: 16px auto;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
}

.about th {
  padding: 5px 10px;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
  border: #E3E3E3 solid;
  width: 20%;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
}

.about td {
  padding: 5px 0 5px 20px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
}

/*	works	*/
#works {
  margin: 0 auto;
  padding: 0;
  width: 900px;
  zoom: 1px;
}

#works .out {
  margin: 0 auto;
  padding: 0 50px 50px 50px;
  border: 2px solid #006328;
  text-align: center
}

#works .out a {
  text-decoration: none
}

#works p+.out {
  padding: 50px 50px 0 50px;
  border-bottom: none
}

#works .in {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 80%
}

#works .out h3 {
  margin: 0;
  padding: 10px 0;
  border: 2px solid #006328;
  text-align: center;
}

#works .out .box {
  border-right: 2px solid #006328;
  border-left: 2px solid #006328;
  text-align: center;
  overflow: hidden;
  background: url("../images/bg_border.gif") center repeat-y;
}

#works .out+.box {
  border: 2px solid #f00
}

#works .out .box .l,
.r {
  width: 50%;
  padding: 20px 0;
}

/*#works .out .box .l{border-right: 1px solid #006328;}*/
#works .out .box .text {
  text-align: left;
  padding: 0 5px
}

#works h3,
h4 {
  color: #006328
}

#works .number,
#pages .number {
  width: 50px;
  height: 50px;
}

.catalog_t {
  border: 2px solid #006328;
  color: #006328;
  width: 520px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 80%;
}

.catalog_t div {}

.catalog_t .printer {
  float: right;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 25px;
  font-size: 120%;
  text-align: center;
  background: #006328;
}

.catalog_t .title {
  position: relative;
  top: 3px;
}

.catalog_t a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  top: 3px;
}

.catalog_t a:hover {
  color: #f00
}

.prints img {
  margin-right: 10px;
  width: 525px;
}

@media print {

  html,
  * html body,
  body {
    margin: 0;
    padding: 0;
  }

  header,
  footer,
  #pages,
  #works p,
  .catalog_t {
    display: none
  }

  .prints img {
    margin: 0;
    width: 500px;
  }
}

/*	works 01 */
#pages {
  margin: 0 auto;
  text-align: center
}

#pages div {
  margin: 5px auto;
}

#pages h3 {
  color: #006328
}

.btn {
  clear: both;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.btn a {
  text-decoration: none;
  color: #FFF;
  background: #006328;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius： 5px;
  font-weight: bold
}

.w01 {
  overflow: hidden;
  width: 100%
}

.w01 .l {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w01 .r {
  margin: 0;
  padding: 0;
  width: 360px;
}

.w01 .table {
  margin: 0;
  padding: 0;
}

.w01 .ta_title {
  background: #333;
  padding: 4px 4px 0;
  margin: 0;
  height: 25px;
  width: 350px
}

/*width: 392px*/
.w01 h4 {
  color: #FFF;
  margin: 0;
  display: inline
}

.w01 .date {
  float: right;
  color: #FFF;
  font-size: 75%;
  position: relative;
  top: 5px;
}

.w01 table {
  margin: 10px 0;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

/*width: 400pxwidth: 100%*/
.w01 th {
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: top;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-size: 75%
}

.w01 td {
  padding: 5px 2px;
  border: 1px #E3E3E3 solid;
  border-width: 0 1px 1px 1px;
  font-size: 75%
}

.ozonelist td {
  text-align: center
}

.ozonelist th div,
.ozonelist td div {
  font-size: 75%
}

.partno {
  text-align: left !important;
  width: 90px
}

.amount {
  width: 130px;
}

.price {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 70px
}

.w01 ul {
  margin: 0;
  padding: 0;
  font-size: 75%
}

.w01 li {
  margin: 0;
  padding: 3px 0;
  list-style-type: none
}

.w01 li:before {
  content: "□";
  margin-right: 5px
}

/*	works 02 */


/*	works 03 */
.businessresults_t {
  background: #595757;
  color: #FFF;
  text-align: center;
  padding: 3px 0
}

.businessresults dt {
  overflow: hidden;
  float: left;
}

.businessresults dd {
  margin-bottom: 5px;
  padding: 0;
  position: relative;
  top: -2px
}

.businessresults dd:before {
  content: "□";
  margin: 0 5px 0 20px;
  position: relative;
  top: -3px
}


/*	contact */