@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
--------------------------------------------------------------*/
#rain_ladies {
  width: 755px;
  margin: 0px;
  padding: 0px;
}

#rain_ladies #mainarea ul {
  width: 755px;
}

#rain_ladies #mainarea ul li {
  float: left;
}

#rain_ladies #mainarea ul li a:hover img {
  opacity: 1;
}

html>

/**/
body #rain_ladies a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

.subNavBtn {
  display: inline-block;
  cursor: pointer;
}

/*contBox*/
#rain_ladies .contBox {
  margin-top: 10px;
  clear: both;
}

#rainboots {
  margin-top: 30px;
}

#rainboots h2 {
  text-align: center;
}

#rain_item {
  margin-bottom: 26px;
}

#rain_item h2 {
  text-align: center;
}


.itemList {
  overflow: hidden;
}

.itemList li {
  float: left;
}

.floatL {
  float: left;
}

.clearB {
  clear: both;
}

.bnr_area{
  text-align: center;
  margin: 3em 0;
}
.tsuyu
{
  
  text-align: center;
} 
/*--margin / padding
--------------------------------------------------------------*/
.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}

.mT45 {
  margin-top: 45px;
}

.mt30 {
  margin-top: 30px;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mb20 {
  margin-bottom: 20px
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr9 {
  margin-right: 9px;
}

.mr3e{
  margin-right: 3em;
}

/*--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 */