﻿@charset "utf-8";


#container {
  background: #ededed url(../../../common2/img/main_bg.png) 0 0 no-repeat;
   background-size: 100%;
}

.content_wide {
	position: relative;
}

.content {
    padding-bottom: 100px;
}

.content .monthly {
	width:770px;
  margin: 100px auto;
}
.content .monthly h1 {
  margin-bottom: 0px;
}
.content .monthly p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}

 .offer_ {
	position:absolute;
	bottom:245px; left:50px;
}

a:hover img{
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8;
}