a:hover img{
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: “alpha( opacity=70 )”;
 }

.v_gift{
	width:960px;
	margin:0 auto;
	z-index: -1;
	 font-family: 'メイリオ',Meiryo,Univers,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}


#main_gift {
	position: relative;

}

.v_gift02{
	width:960px;
	height:400px;
	padding:50px 0px 25px 0px;
}

.v_gift03{
	width:960px;
	height:40px;
	margin:10px auto;
	text-align:right;
	font-weight:bold;	
	
}

.v_gift_m01{
	width:960px;
	height:60px;
	margin:10px 0px 15px 0px;
	
} 


.v_gift_m {
	width:960px;
	height:45px;
	font-size:120%;
	background:url(../images/140211_mi.gif) no-repeat;
}

.v_gift_m p {
	color:#FFFFFF;
	font-weight:bold;
	padding:12px 0px 0px 30px;
}

.v_gift_bot{
	width:960px;
	height:330px;
	margin:80px 0px 0px 0px;	
}  
/**
 * Grid container
 */
#tiles {
  width:960px;
  font-size:90%;
　text-align:center;
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 25px 0px 0px 0px;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 4px;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
line-height: 20px;
text-align: center;
font-weight: 210px;
  margin: 7px 0 2px 7px;
}


#tiles li p {
  color: #666;
line-height: 20px;
text-align: center;
font-weight: 200;
  margin: 7px 0 2px 7px;
}

#tiles a{
  color: #069;
}
#tiles a:hover {
  color: #09C;
}

.example-tiles a:hover {
  background-color: #ddd;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B ;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}


.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee ;
  border: 1px solid #dedede;
  position: absolute;
  z-index: 1;
  
}

.example-tiles {
  position: relative; 
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee ;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 210px;
  height: 210px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}
