@charset "Shift_JIS";

/* =mr-hasegawa-container
----------------------------------------------- */
#mr-hasegawa-container .article-content {
}
#mr-hasegawa-container .lead {
  margin-bottom: 25px;
}
#mr-hasegawa-container .lead a {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
#mr-hasegawa-container .lead a img {
  width: 80%;
  max-width: 270px;
  margin: 0 auto;
}
#mr-hasegawa-container .strong {
  font-weight: bold;
  color: #aa9;
}
#mr-hasegawa-container ul {
  list-style: none;
}
#mr-hasegawa-container li {
  text-align: center;
}
#mr-hasegawa-container a.group1 {
  display: inline-block;
  width: 48%;
  position: relative;
}
#mr-hasegawa-container a.group1:before {
  content: ".";
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../images/icon_pop.png) 100% 100% no-repeat;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 5;
}
#mr-hasegawa-container a:hover.group1:before {
  background: url(../../images/icon_pop_on.png) 100% 100% no-repeat;
}
#mr-hasegawa-container a.group1 img {
  width: 100%;
}
#mr-hasegawa-container div {
  clear: both;
  padding: 20px 0 40px;
  text-align: left;
}
.signature {
  text-align: right;
  color: #666;
}
#mr-hasegawa-container #single-footer img {
  margin-bottom: 10px;
}

/* inline link */
.link {
  display: block;
  padding: 15px 10px 15px 13px;
}
.red {
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
  text-decoration: none;
}
.red:hover, .red:focus {
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

/*---------------------
   clearfix
---------------------*/
#mr-hasegawa-container li:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

#mr-hasegawa-container li,
.clearfix {
  display: inline-block;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html #mr-hasegawa-container li,
* html .clearfix {
  height: 1%;
}

#mr-hasegawa-container li,
.clearfix {
  display: block;
}
/* End hide form ID-mac */
