@charset "utf-8";

#tab li {
  float: left;
  /*padding: 10px;*/
  list-style: none;
  /*cursor: pointer;*/
  width:321px;
}

#tab li.c02 {  width:320px;}
#tab li.c03 {  width:330px;}








#tab li span{
	
  display:block;
  
  height:147px;
  text-indent:-9999px;
 

}

#tab li span.btn_comment01 {
	background:url(../images/m1_btn01_off.png) no-repeat;
	cursor: pointer;
	display:block;

}

#tab li.select span.btn_comment01 {
	background:url(../images/m1_btn01_on.png) no-repeat;

}

#tab li span.btn_comment02 {
	background:url(../images/m1_btn02_off.png) no-repeat;
	cursor: pointer;
	width:319px;
	display:block;
	margin-left: 1px;

}

#tab li.select span.btn_comment02 {
	background:url(../images//m1_btn02_on.png) no-repeat;

}

#tab li span.btn_comment03 {
	background:url(../images/m1_btn03_off.png) no-repeat;
	cursor: pointer;
	width:330px;
	display:block;

}

#tab li.select span.btn_comment03 {
	background:url(../images/m1_btn03_on.png) no-repeat;

}

.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: 100%;
  /*height: 100px;
  font-size: 20px;*/
  text-align: center;
  /*line-height: 100px;*/
  color: #000;
  background:url(../images/m1_bg.jpg) no-repeat bottom center;
  /*height:1240px;*/
  padding-bottom:48px;
}