@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;
}

a:hover {
  opacity: 0.8;
}

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
--------------------------------------------------------------*/
#semiformal {
  width: 755px;
  margin: 0px;
  padding: 0px;
}

#semiformal #mainarea .main_visual {
  position: relative;
}

#semiformal #mainarea .main_visual .ladies_formal {
  position: absolute;
  left: 202px;
  bottom: 66px;
  background-color: #fff;
}

#semiformal #mainarea .main_visual .mens_formal {
  position: absolute;
  left: 202px;
  bottom: 12px;
  background-color: #fff;
}

#semiformal #mainarea .main_visual a {
  display: block;
}

#semiformal #mainarea .main_visual a:hover {
  opacity: 0.7;
  background-color: #fff;
}

#semiformal #mainarea ul {
  width: 755px;
  margin-top: 60px;
  overflow: hidden;
}

.title {
  margin-top: 100px;
  margin-bottom: 30px;
}

.item li {
  float: right;
}

.item li:first-child {
  float: left;
}

.item li a:hover img {
  opacity: 1;
}

.twoItem {
  overflow: hidden;
}

.twoItem li {
  float: left;
}

.btn_pumps {
  margin-top: 80px;
  text-align: center;
}

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

html>

/**/
body #semiformal ul li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.8;
}

.subNavBtn {
  display: inline-block;
  cursor: pointer;
}

/*contBox*/
#semiformal .contBox {
  margin-top: 10px;
  clear: both;
}

#rainsemiformal {
  margin-top: 30px;
}

#rain_item {
  margin-bottom: 26px;
}

.floatL {
  float: left;
}

.sub_title {
  margin-top: 60px;
  margin-bottom: -50px;
}

.item {
  margin-top: 40px;
}

.clearB {
  clear: both;
}

.tac {
  text-align: center;
}

.ib {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.bnr {
  text-align: center;
  font-size: 0;
}
/*--margin / padding
--------------------------------------------------------------*/
.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}

.mT45 {
  margin-top: 45px;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR7 {
  margin-right: 7px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb140 {
  margin-bottom: 140px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

/*--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 */