#footer_pr02{
	overflow: hidden;
}


#footer_pr02.gallery .control-button:hover {
  color: #ed7798;
}

/*
	Theme controls how everything looks infooter_pr02.gallery CSS.
*/
#footer_pr02.gallery {
  position: relative;
  width: 810px;
  height: 240px;
  margin: 0 auto;
}

#footer_pr02.gallery .item {
  width: 810px;
  height: 212px;
  overflow: hidden;
  text-align: center;
  background: url(/image/common/bg_footer_pr02area.png) center center no-repeat;
}

#footer_pr02.gallery ul{
	padding: 6px 0 0 15px;
}

#footer_pr02.gallery li {
    float: left;
    margin-right: 6px;
}

#footer_pr02.gallery .controls {
  position: absolute;
  bottom: 15px;
  width: 790px;
  height: 10px;
  text-align: center;
}

#footer_pr02.gallery .control-button {
  display: inline-block;
  margin: 0 0.8em;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
}

#footer_pr02.gallery .arrowL,
#footer_pr02.gallery .arrowR{
	position: absolute;
	top: 90px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
    z-index: 100;
}

#footer_pr02.gallery .arrowR{
	right: 0px;
    background: url(/image/event/calendar/controls.png) no-repeat -43px -32px;
	
}

#footer_pr02.gallery .arrowL{
	left: 0px;
    background: url(/image/event/calendar/controls.png) no-repeat 0 -32px;
	
}

#footer_pr02.gallery .arrowR:hover {
	background-position: -43px 0;
}

#footer_pr02.gallery .arrowL:hover {
	background-position: 0 0;
}


/* IE7・8用スタイル　------------------------------*/

#footer_pr02.gallery .arrowL,
#footer_pr02.gallery .arrowR,
#footer_pr02.gallery .controls,
#footer_pr02.gallery #banner_row4,
#footer_pr02.gallery #banner_row5{
	display: none\9;/* IE10以下 */
}

#footer_pr02.gallery .arrowL:not(:target),
#footer_pr02.gallery .arrowR:not(:target),
#footer_pr02.gallery .controls:not(:target){
	display: inline; /* IE9,10 */
}

#footer_pr02.gallery #banner_row4:not(:target),
#footer_pr02.gallery #banner_row5:not(:target){
	display: block; /* IE9,10 */
}
