@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #595858;
  font-size: 18px;
  position: relative;
  background-color: #eeefef;
  background-image: url('./images/bg-top-center.png'), url('./images/bg-top-repeat.png');
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  line-height: 1.6em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', 'Hiragino Kaku Gothic ProN', 
               Meiryo, Verdana, Arial, sans-serif;
}

.container {
  position: relative;
  width: 870px;
  background: #fff;
  margin: 0 auto;
}
.container-p {
  padding: 40px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-align: center;
}

li { list-style: none;}
ul.inline-list li{
  display: inline-block;
}

.left { float: left; }
.right { float: right; }

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

.block { display: block; }

strong { font-weight: 600; }
em { color: #c50018; font-style: normal; }
em.blue { color: #009fe6; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.br {
  font-size: 1px;
  line-height: 100%;
}
.br:before{
    content: '\A';
    white-space: pre;
    font-size: 1px;
    line-height: 100%;
}

/* margin-bottom */
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-18 { margin-bottom: 18px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px;}
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mt-40 { margin-top: 40px; }
.pl-10 { padding-left: 10px; }
.ml-30 { margin-left: 30px; }
.mt-10 { margin-top:-10px; }
.mt-20 { margin-top:-20px; }


/* Clearfix */
.clearfix:after, .clearfix:before,
.container:after,
.container:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  clear: both;
  zoom: 1;
}
* html .clearfix, * html
.container {
  height: 1px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.bg-d { /* default */
  background-color: #fff;
}
.bg-g { /* gray */
  background-color: #eeefef;
}
.bg-b { /* blue */
  background-color: #6ED3CF;
}

.hr-stripe {
  background: url('./images/bg-hr-stripe.png') repeat-x top left #6ED3CF;
  width: 100%;
  height: 25px;
}
.hr-stripe.f-stripe {
  background: url('./images/bg-hr-stripe-t.png') repeat-x top left #fff;
}

#wrap {
  margin-top: 8px;
}

/* Subscription
============================================= */
.subscription {
  padding: 33px 0;
}
.subscription.yellow {
  background: url('./images/bg-stripe-yellow.png') repeat left top;
}
.subscription.purple {
  background: url('./images/bg-stripe-purple.png') repeat left top;
}
.subscription.orange {
  background: url('./images/bg-stripe-orange.png') repeat left top;
}

.subscription .content {
  width: 837px;
  background: #fff;
  box-shadow: 3px 3px 0px #6ED3CF;
  margin: 0 auto;
}
.subscription .content .right {
  width: 717px;
  padding: 10px 0 0;
}

/* Down Arrow
============================================= */
.down-arrow {
  width: 50px;
  height: 25px;
  margin: 0 auto;
}
.down-arrow span {
  display: block; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #251e1c transparent transparent transparent; 
}

/* Table
============================================= */
table th {
  font-weight: normal;
  text-align: justify;
}

/* Go to Page Top
============================================= */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 70px;
    display: none;
}
#page-top a:hover {
    opacity: 0.6;
}

/* Header
============================================= */
header {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  height: 170px;
  background-image: url('./images/bg-fixed-top-center.png'), url('./images/bg-fixed-top-repeat.png');
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  z-index: 999;
}
header .purchase {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: 50px;
}

/* Top
============================================= */

/* How Give water
============================================= */
#how-givewater {

} 

#how-givewater h3 {
  background: #251e1c;
  color: #fff;
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
}

#how-givewater .demerit {
  /*background: url('./images/bg-demerit.png') repeat-x left bottom */
  background: #6ED3CF;
  color: #fff;
  padding: 40px;
}
#how-givewater .demerit:last-child {
  background-image: none;
}
#how-givewater .demerit h2 {
  font-size: 30px;
  font-weight: 600;
}
#how-givewater .demerit .left {
  width: 435px;
}
.text-box {
  font-size: 17px;
  padding: 20px;
  text-align: justify;
}
#how-givewater .demerit .text-box {
  background: #fff;
  color: #595858;
}
#how-givewater .demerit h2,
#how-givewater .demerit .left p,
#how-givewater .demerit .text p,
.text-box p {
  margin-bottom: 30px;
}
#how-givewater .demerit .left p:last-child {
  margin-bottom: 20px;
}
#how-givewater .demerit .text p:last-child,
.text-box p:last-child {
  margin-bottom: 0;
}


/* Susceptible Disease
============================================= */
#susceptible-disease {
  background: #fff;
  padding: 60px 0 35px;
}
#susceptible-disease h2 {
  color: #6ED3CF;
  font-size: 41px;
  font-weight: 600;
}

/* Burden
============================================= */
#burden .container {
  background: #eeefef;
  padding: 50px 0;
}
#burden h2, #about h3 {
  background-image: -moz-linear-gradient(left, #dcdcdc, #878788);
  background-image: -ms-linear-gradient(left, #dcdcdc, #878788);
  background-image: -o-linear-gradient(left, #dcdcdc, #878788);
  background-image: -webkit-linear-gradient(left, #dcdcdc, #878788);
  background-image: linear-gradient(left, #dcdcdc, #878788);
}

#burden .images > div {
  width: 403px;
}
#burden .images p {
  text-align: center;
  background: #fff;
  color: #595858;
  padding: 5px;
}
#burden .text-box {
  background: #717071;
  color: #fff;
}

/* Recommended
============================================= */
#recommended h2 {
  border-top: solid 3px #6ED3CF;
  border-bottom: solid 3px #6ED3CF;
}
#recommended h2 .arrow {
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 666;
}
#recommended .em {
  height: 40px;
}

/* Surprise
============================================= */
#surprise h2 {
  padding: 25px 0;
}
#surprise .down-arrow {
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 777;
}
#surprise .down-arrow span {
  border-color: #6ED3CF transparent transparent transparent; 
}

/* Why pot
============================================= */
#why-pot .container,
#filter .container {
  padding-bottom: 40px;
}
#why-pot h2 {
  border-bottom: solid 1px #6ED3CF;
  color: #6ED3CF;
  font-size: 53px;
  font-weight: bold;
  padding: 40px 0;
}
#why-pot h2 span {
  color: #746bab;
}
#why-pot .text-box {
  font-size: 20px;
  margin: 0 20px;
}
#why-pot .description {
  position: relative;
}
#why-pot .description ul {
  position: absolute;
  left: 85px;
  top: 28px;
  z-index: 500;
}
#why-pot .description ul h3 {
  color: #746bab;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
#why-pot .description li.spout {
  margin-bottom: 116px;
}
#why-pot .description li.tank {
  margin-bottom: 107px;
}
#why-pot .description p {
  color: #595858;
}
#why-pot .description img {
  position: relative;
  top: -10px;
  right: -35px;
  z-index: 400;
  margin-bottom:300px;
}

/* Filter
============================================= */
.tank h3{
  margin-top:10px;
}

.filter-bg {
  /*  height: 200px;*/
}

.filter h3{
  margin-top:-10px;
}

.description p{
  font-size:16px;
  line-height:1.5;
}

.filter small{
  font-size:12px;
  line-height:1.5;
}

#filter {
  position: relative;
  color: #fff;
}
#filter h2 span:first-child {
  position: relative;
  z-index: 200
}
#filter h2 span:last-child {
  position: absolute;
  width: 870px;
  top: 0px;
  left: 50%;
  right: 50%;
  margin-left: -435px;
  z-index: 1;
}
#filter h3 {
  font-size: 34px;
  margin: 35px 0;
}

/* Veterinarian voice
============================================= */
#veterinarian-voice h2 {
  font-size: 48px;
  padding: 35px 0;
}
.voice-catch {
  width: 325px;
  background: #c6e1e7;
  background: -moz-radial-gradient(center, ellipse cover,  #c6e1e7 0%, #6ED3CF 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  #c6e1e7 0%,#6ED3CF 100%);
  background: radial-gradient(ellipse at center,  #c6e1e7 0%,#6ED3CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1e7', endColorstr='#6ED3CF',GradientType=1 );
  border-radius: 15px;
  color: #fff;
  font-size: 30px;
  margin: 60px auto 0;
  padding: 10px;
}

#veterinarian-voice h3 {
  font-size: 34px;
}
#veterinarian-voice h3 span{
  font-size: 24px;
  padding-right: 15px;
}
#veterinarian-voice .right {
  width: 480px;
  margin-top: 40px;
}
#veterinarian-voice .text-box {
  font-size: 20px;
  margin: 0 20px;
}

.profile {
  background: url('./images/bg-profile.gif') no-repeat left top;
  margin-top: 20px;
}
.profile h4 {
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  text-indent: 70px;
}
.profile .text-box {
  font-size: 15.5px !important;
}

/* Experiment
============================================= */
#experiment .container{
  padding: 40px;
}
#experiment .left {
  width: 350px;
}
#experiment .text-box {
  padding: 0 10px;
}
#experiment .text-box .title {
  font-size: 20px;
  font-weight:bold;
  border-bottom: dotted 1px #6ED3CF;
  margin-bottom: 10px;

}

#experiment h2 {
  background: url('./images/bg-experiment-h2.png') no-repeat center top;
  color: #fff;
  line-height: 77px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  margin-bottom: 35px;
}

.soften p {
  width: 622px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: solid 1px #595858;
}
.soften h3 {
  color: #6ED3CF;
  font-size: 26px;
  line-height: 1.7em;
}
.soften h3 span.lg {
  font-size: 37px;
}
.soften h3 span.md {
  font-size: 30px;
}

/* Thought
============================================= */
#thought h2 {
  background: url('./images/bg-thought-h2.png') center top no-repeat #6ED3CF;
  color: #fff;
  font-size: 42px;
  line-height: 1.4em;
  padding: 70px 0 74px;
}
#thought .container {
  padding-top: 20px;
}
#thought .text-box {
  background: url('./images/bg-thought.png') right top no-repeat;
  font-size: 19px;
  padding-top: 80px;
  padding-bottom: 150px;
}
#thought .text-box p{
  width: 475px;
  margin-left: 20px;
}

/* Media
============================================= */
#media h2 {
  width: 870px;
  height: 111px;
  background: #6ED3CF;
  background: -moz-linear-gradient(left,  #6ED3CF 0%, #399ead 100%);
  background: -webkit-linear-gradient(left,  #6ED3CF 0%,#399ead 100%);
  background: linear-gradient(to right,  #6ED3CF 0%,#399ead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ED3CF', endColorstr='#399ead',GradientType=1 );
  color: #fff;
  font-size: 50px;
  line-height: 111px;
  margin: 0 auto;
}
#media h2 span{
  font-size: 30px;
}
#media .down-arrow {
  margin-top: -40px; 
  margin-bottom: 30px;
}
#media .down-arrow span {
  border-color: #54B9BE transparent transparent transparent; 
}
#media li {
  display: inline-block;
}
#media li:first-child {
  margin-right: 43px;
}
#media p.mb-45 {
  text-indent: 20px;
}

/* About
============================================= */
#about h3 {
  padding: 25px 0;
}

#about h2 {
  background: url('./images/line-about-h2.png') no-repeat center bottom;
  margin-bottom: 35px;
  padding-bottom: 45px;
}

/* product */
.product .left p {
  font-size: 19px;
}
.product li h4 span {
  font-size: 12px;
}
.product table {
  font-size: 17px;
}


.cartridge h4,
.howto h4{
  padding:30px 0 10px;
  border-bottom: dashed 1px #9e9e9f;
  font-size:20px;
}

.cartridge table{
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin-bottom:20px;
}

.cartridge table tr, .cartridge table th, .cartridge table td{
  border: solid 1px #9e9e9f;
  text-align: center;
}

.cartridge table tr{
  height: 40px;
}

.cartridge th{
  background-color: #EDF6FD;
}

.cartridge .cost{
  padding: 20px;
  text-align: justify;
  width:420px;
  margin:0 auto;
}

.cartridge .cost em{
  color: #c50018;
  font-weight: bold;
  font-size: 36px;
  line-height:1.5;
}

.howto td{
  width: 22%;
  font-size: 12px;
  line-height:1.5;
  vertical-align: top;
  padding-left:8px;
}

/* company */
.company table th {
  width: 120px;
  vertical-align: top;
}

.bio {
  position: relative;
}
.bio h4 {
  position: absolute;
  top: -23px;
  left: 45px;
  width: 183px;
  background: #fff;
  font-size: 24px;
  padding: 10px 0;
  z-index: 444;
}
.bio h4,
.bio table {
  border-radius: 20px;
  border: dashed 1px #9e9e9f;
}
.bio table {
  position: relative;
  width: 100%;
  background: #e4f1fc;
  padding: 50px 40px 35px;
}
.bio th {
width: 90px !important;
}
.bio img {
  position: absolute;
  bottom: 25px;
  right: 50px;
}

/* Contact
============================================= */
#contact .cont-box {
  width: 800px;
  border: solid 4px #6ED3CF;
  margin: 20px auto 0;
}
#contact .cont-box .inner {
  padding: 25px;
}
#contact h2 {
  background: #6ED3CF;
  color: #fff;
  padding: 15px 0;
}

/* Footer
============================================= */
footer .container {
  padding: 40px 0;
}
footer li {
  margin: 0 10px;
}
footer li a {
  color: #595858;
  font-size: 16px;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.voice_photo{
  float: right;
  margin-left: 15px;
}

.license{
  font-size:14px;
  line-height:1.5;
  padding-top:15px;
}