@charset "utf-8";

/* CSS Document */

/*--reset
--------------------------------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}

table,
th,
td {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}

td {
  vertical-align: top;
}

/*--contents
--------------------------------------------------------------*/
#Amphibious {
  width: 755px;
  margin: 0px;
  padding: 0px;
}

#Amphibious #mainarea ul {
  width: 755px;
}

#Amphibious #mainarea ul li {
  float: left;
}

#Amphibious #mainarea ul li a:hover img {
  opacity: 1;
}

html>

/**/
body #Amphibious a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

.subNavBtn {
  display: inline-block;
  cursor: pointer;
}

/*contBox*/
#Amphibious .contBox {
  margin-top: 10px;
  clear: both;
}

#rainboots {
  margin-top: 30px;
}

#rain_item {
  margin-bottom: 26px;
}

.floatL {
  float: left;
}

.clearB {
  clear: both;
}

/*--margin / padding
--------------------------------------------------------------*/
.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}

.mT45 {
  margin-top: 45px;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

/*--clearfix
--------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-Mac */