@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      mod_event.css
Update:         2016/10/26
Style Info:     イベントカレンダー設定

	01. カレンダー用
	02. 今月のイベント用
	03. テーブルコーディング用
	04. 釣りイベント用

----------------------------------------------------------- */

/* ----------------------------------------------------------------------
  01. カレンダー用
---------------------------------------------------------------------- */

/* siteTitleArea
---------------------------------------------------------------------- */
body#event #siteTitleArea {
	display: none;
}

body#eventb #siteTitleArea {
	display: none;
}

/* promotionArea
---------------------------------------------------------------------- */


/* --------------------------------
  flayerスライダー
----------------------------------------------------------------*/

#event #flayerArea{
	position: relative;
	width: 810px;
	height: 320px;
	margin: 0 auto;
	padding-top: 21px;
	text-align: center;
	background-color: #f6f5eb;
}

#event #flayerArea .bx-pager{

}

#event #flayerArea .bx-wrapper{
    position: relative;
    width: 1860px;
	left: 0;
}


#event #flayerArea .bx-viewport ul{
	height: 298px;
	margin: 0 auto;
}

#event #flayerArea .slider5 li {
  display: none;
}

#event #flayerArea .bx-viewport li{
	width: 640px!important;
	display: block !important;
	height: 298px;
}

#event #flayerArea .bx-viewport li img{
	position: absolute;
	top: 0;
	left: 84px;
	width: 620px;
	height: 290px;
	margin-top: 3px;
	border: solid #c6c0b1 1px;
	box-shadow: 0 0 0 3px rgba(231,227,216,1);
}


/* DIRECTION CONTROLS (NEXT / PREV) */

#event #flayerArea .bx-prev {
	left: 56px;
	background: url(../image/event/calendar/controls.png) no-repeat 0 -32px;
}

#event #flayerArea .bx-next {
	right: 56px;
	background: url(../image/event/calendar/controls.png) no-repeat -43px -32px;
}


#event #flayerArea .bx-prev:hover {
	background-position: 0 0;
}

#event #flayerArea .bx-next:hover {
	background-position: -43px 0;
}

#event #flayerArea .bx-controls-direction a {
	position: absolute;
	top: 140px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

#event #flayerArea .bx-controls-direction a.disabled {
	display: none;
}


#event #flayerArea .bx-pager-item{
	position: relative;
	text-indent: 120%;
	overflow: hidden;
	background: url(/image/index/eventtop/bg_eventTop_icon.png) no-repeat center bottom;
	margin-top: 2px;
	width: 158px;
	height: 64px;
	display: inline-block;
	*float: left;
	*margin-left: -15px;
	*margin-right: 15px;
}

#event #flayerArea .bx-pager-item a{
	position: absolute;
	top: 8px;
	left: 5px;
	width: 148px;
	height: 49px;
}

#event #flayerArea .bx-pager-item a:hover,
#event #flayerArea .bx-pager-item a.active {
	opacity: 0.2;
	background: #fff;
	*background: transparent;	
}

@media \0screen {
#event #flayerArea .bx-pager-item a:hover,
#event #flayerArea .bx-pager-item a.active {
	background: transparent;	
  }
}

#event #flayerArea .icon{
	position: absolute;
	bottom :10px;
	left: 10px;
	width: 790px;
	margin: 0;
	padding: 0;
	font-size:0;
	text-align: center;
}

#event #flayerArea .icon li{
	text-align: center;
	width: 158px;
	height: 49px;
	display: inline-block;
	*float: left;
	margin: 0;
	padding: 0;
}

/* スカイバナー
---------------------------------------------------------------------- */
#event.other #adArea {
    position: absolute;
    top: -29px;
    left: 840px;
    width: 120px;
}




/* pr02バナー　コンテンツスライド
---------------------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

#event #pr02Area{
	width: 100%;
	background: #f3efe6;
	border: solid 1px #d6d3c4;
	padding-top: 16px;
}

#wrapper .sliderArea{
	position: relative;
	background: url(/image/index/eventtop/bg_sliderArea.png) no-repeat center;
	margin-bottom: 20px;
	width: 810px;
	height: 216px;
	padding-top: 54px;
}

#wrapper .comingsoon{
	background: url(/image/index/eventtop/bg_sliderArea-comingsoon.png) no-repeat center;
}

#wrapper .sliderArea h4{
	position: absolute;
	top: -10px;
	left: 8px;
}

#wrapper .sliderArea .bx-wrapper {
	position: relative;
	*zoom: 1;
	padding-left: 14px;
}

#wrapper .sliderArea .bx-wrapper img {
	max-width: 100%;
	display: block;
}

#wrapper .sliderArea ul{
	text-align: center;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper .sliderArea li{
	display: inline-block;
    *display: inline;  
    *zoom: 1;  
    list-style: none;
    position: relative;
    width: 190px;
}

/** THEME
===================================*/

#wrapper .sliderArea .bx-wrapper .bx-viewport {
	left: -5px;
}

/* LOADER */

#wrapper .sliderArea .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/event/calendar/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#wrapper .sliderArea .bx-prev {
	left: -16px;
	background: url(../image/event/calendar/controls.png) no-repeat 0 -32px;
}

#wrapper .sliderArea .bx-next {
	right: -16px;
	background: url(../image/event/calendar/controls.png) no-repeat -43px -32px;
}

#wrapper .sliderArea .bx-prev:hover {
	background-position: 0 0;
}

#wrapper .sliderArea .bx-next:hover {
	background-position: -43px 0;
}

#wrapper .sliderArea .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

#wrapper .sliderArea .bx-controls-direction a.disabled {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#wrapper .sliderArea .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#wrapper .sliderArea .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}



/* お知らせ枠
---------------------------------------------------------------------- */
body#event #eventtop-InfoArea {
margin: 10px auto 15px;
    width: 740px;
    height: 195px;
    background: url(../image/index/eventtop/bg_infoarea.png) no-repeat;
    position: relative;
}

body#event #contentsArea #eventtop-InfoArea h4 {
/*    margin: 0 17px 7px 17px;
    padding: 13px 0 8px 0;
    background: url(../image/shop/common/pic_underline.gif) bottom left repeat-x;
*/	display:none;
}

body#event #eventtop-InfoArea ul{
	width:603px;
	margin:0 auto;
	position:absolute;
	top:68px;
	left:115px;
}

body#event #eventtop-InfoArea li {
    position: relative;
    margin-left: 0px;
    margin-bottom: 5px;
    padding: 0 0 4px 0px;
    line-height: 15px;
    background: url(../image/common/line_dot.gif) bottom left repeat-x;
}

body#event #eventtop-InfoArea li span.category{
    margin-left: 40px;
    padding-right: 6px;
    border-right: 1px solid #ccc;
	font-size:11px;
	position:absolute;
	right:74px;
}

body#event #eventtop-InfoArea li span.category a{
	color: #999;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
    line-height: 1.2;
    padding-bottom: 1px;
}

body#event #eventtop-InfoArea li span.date{
	position:absolute;
	right:0;
	font-family: Verdana, sans-serif;
	font-size:11px;
}

body#event #eventtop-InfoArea .btnMore{
	position:absolute;
	top:57px;
	right:18px;
	width:100px;
}

body#event #eventtop-InfoArea .bottom {
/*    width: 650px;
    height: 12px;
    overflow: hidden;
    background: url(../image/shop/common/bg_handwrite_frame_bottom.gif) no-repeat;*/
	display:none;
}

body#event .box-outer_last{
	margin:0 auto 16px;
	width:640px;
}





#todayeventsBox #InfoArea{
	overflow:hidden;
	height: 160px;
}

#todayeventsBox #InfoArea p {
    background: url("../image/common/ico_list_info.gif") no-repeat scroll 2px 7px transparent;
    color: #888888;
    margin: 0 0px 0 5px;
    padding-left: 10px;
		font-size:11px;
}

#eventsBox, #minieventsBox{
	position:relative;
}

#eventsBox p, #minieventsBox p{
	position:absolute;
	top:0px;
	right:5px;
}

#eventsBox h3, #minieventsBox h3, #fineventsBox h3{
	display:none;
}

#eventsBox p, #minieventsBox p{
	position:absolute;
	display:block;
	text-indent:-999em;
	top:8px;
	right:5px;
}

#eventsBox p a, #minieventsBox p a{
	display:block;
	width:130px;
	height:20px;
}

.events_table td{
	margin:0px;
	padding:4px;
}

.events_table td.boxW_row1{
	width:90px;
}

.events_table td.boxW_rowDay{
	width:335px;
	min-width:335px;
}

.events_table td.boxW_name{
/*	width:120px;*/
}

.Calendar_tLine{
    /*background:url("../image/event/bg_calendar_line.gif") repeat-x scroll left bottom transparent;*/
    border-bottom: medium none;
    margin: 0 0 6px;
    padding: 0 0 63px 5px;
	position:relative;
}

body#event #contentsArea .Calendar_tLine h3{
    margin:0px;
    padding:0px;

}

.Period {
    clear: both;
    position: relative;
    white-space: nowrap;
}

.Period span{
	float:left;
	overflow: hidden;
}

.events_table .bar01-left{
	background:url("../image/event/cal_bar_red_l.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	left:0;
}

.events_table .bar01-center{
	background:url("../image/event/cal_bar_red_c.gif") top left transparent;
	left:0;
	height:9px;
	width:100%;
}

.events_table .bar01-right{
	background:url("../image/event/cal_bar_red_r.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	right:0;
}

.events_table .bar02-left{
	background:url("../image/event/cal_bar_premie_l.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	left:0;
}

.events_table .bar02-center{
	background:url("../image/event/cal_bar_premie_c.gif") top left transparent;
	left:0;
	height:9px;
	width:100%;
}

.events_table .bar02-right{
	background:url("../image/event/cal_bar_premie_r.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	right:0;
}

.events_table .bar03-left{
	background:url("../image/event/cal_bar_blue_l.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	left:0;
}

.events_table .bar03-center{
	background:url("../image/event/cal_bar_blue_c.gif") top left transparent;
	left:0;
	height:9px;
	width:100%;
}

.events_table .bar03-right{
	background:url("../image/event/cal_bar_blue_r.gif") top left transparent;
	height:9px;
	width:9px;
	position:absolute;
	right:0;
}

.events_table .bar04-pin{
	background:url("../image/event/cal_coin_pin.gif") no-repeat top left transparent;
	height:16px;
	width:16px;
}

.events_table .bar05-pin{
	background:url("../image/event/cal_pcoin_pin.gif") no-repeat top left transparent;
	height:16px;
	width:16px;
}

.events_table .marker{
	overflow:hidden;
	position:relative;
}

.events_table .marker div.dateR{
	/*float:right;*/
	width:auto;
	display:inline;
	color:#777777;
	padding-left:8px;
}

/*ニコッと事務局からのお知らせ--------------------------------------------------------*/
#event-managerInfoArea {
    background: url("../image/event/bg_handwrite_frame_body810.gif") no-repeat scroll 0 0 transparent;
    margin-bottom: 0px;
    width: 810px;
}

#event-managerInfoArea h4 {
    background: url("../image/event/bg_calendar_line.gif") repeat-x scroll left bottom transparent;
    margin: 0 17px 7px;
    padding: 13px 0 8px;
}

#event-managerInfoArea .date {
    position: relative;
}

#event-managerInfoArea .date span {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: -32px;
}

#event-managerInfoArea p {
    background: url("../image/common/ico_list_info.gif") no-repeat scroll 2px 7px transparent;
    color: #888888;
    margin: 0 20px;
    padding-left: 10px;
}

#event-managerInfoArea p strong {
    color: #777777;
    font-weight: bold;
    padding: 0 1px;
}

#event-managerInfoArea .bottom {
    background: url("../image/event/bg_handwrite_frame_bottom810.gif") no-repeat scroll 0 0 transparent;
    height: 12px;
    overflow: hidden;
    width: 810px;
}

/* .icoDescription_Area
-------------------------------------------*/
#icoDescription_Area{
	margin: 10px 0 -6px 0px;
	width: 810px;
	height: 46px;
	background: url("../image/event/bg_description.gif") no-repeat 0 2px;
	padding-top:2px;
}

#icoDescription_Area ul{
	padding: 4px 0 0 8px;
}

#icoDescription_Area li{
	margin-right:50px;
	padding: 0 0 1px 17px;
	font-size: 10px;
	line-height: 1.3;
	float:left;
	margin-top:1px;
}

#icoDescription_Area li.event{
	background: url("../image/event/ico_event.gif") no-repeat 0 2px;
}

#icoDescription_Area li.fashion{
	background: url("../image/event/ico_fashion.gif") no-repeat 0 2px;
}

#icoDescription_Area li.game{
	background: url("../image/event/ico_game.gif") no-repeat 0 2px;
}

#icoDescription_Area li.interior{
	background: url("../image/event/ico_interior.gif") no-repeat 0 2px;
}

#icoDescription_Area li.gacha{
	background: url("../image/event/ico_gacha.gif") no-repeat 0 2px;
}

#icoDescription_Area li.pgacha{
	background: url("../image/event/ico_pgacha.gif") no-repeat 0 2px;
}

#icoDescription_Area li.seed{
	background: url("../image/event/ico_seed.gif") no-repeat 0 2px;
}

#icoDescription_Area li.home{
	background: url("../image/event/ico_home.gif") no-repeat 0 2px;
}

/*表内用のアイコン指定*/
#contentsArea .event{
	background: url("../image/event/ico_event.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .fashion{
	background: url("../image/event/ico_fashion.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .game{
	background: url("../image/event/ico_game.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .interior{
	background: url("../image/event/ico_interior.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .gacha{
	background: url("../image/event/ico_gacha.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .pgacha{
	background: url("../image/event/ico_pgacha.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .seed{
	background: url("../image/event/ico_seed.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

#contentsArea .home{
	background: url("../image/event/ico_home.gif") no-repeat 0 1px;
	padding:0 0 0 15px;
}

/*ページ送り*/
#contentsArea .btnList .pagenext a{
    background: url("/image/common/ico_more.gif") no-repeat scroll right 1px transparent;
    color: #666666;
    font-size: 10px;
    padding: 0 11px 1px 12px;
}

/* ----------------------------------------------------------------------
  02. 今月のイベント用
---------------------------------------------------------------------- */

/* gameEventArea
---------------------------------------------------------------------- */
#gameEventArea,
#fishingEventArea{
	float: left;
	width: 317px;
}

#gameEventArea .titleBox {
	width: 317px;
	height: 110px;
	background: url("/image/event/monthly/bg_title_game.gif") no-repeat;
}

#gameEventArea .titleBox h4,
#blogEventArea .titleBox h4,
#fishingEventArea .titleBox h4{
	padding-left: 15px;
}

#gameEventArea .titleBox p.catchTxt,
#blogEventArea .titleBox p.catchTxt,
#fishingEventArea .titleBox p.catchTxt{
	margin-top: 7px;
	_margin-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#gameEventArea .titleBox p.catchImg,
#blogEventArea .titleBox p.catchImg,
#fishingEventArea .titleBox p.catchImg{
	margin-top: 10px;
}

/*
#gameEventArea li {
	margin-bottom: 5px;
}
*/

#gameEventArea li img,
#fishingEventArea li img{
	border:0;
	vertical-align:top;
}

#gameEventArea .commentBox{
	position: relative;
	margin-top: 20px;
	width: 317px;
	height: 120px;
	background: url("../image/event/monthly/bg_gamemanager.gif") no-repeat;
}

#gameEventArea .commentBox p,
#blogEventArea .commentBox p,
#fishingEventArea .commentBox p{
	position: absolute;
	top: 20px;
	left: 140px;
	width: 140px;
	height: 90px;
	color: #777;
}

#gameEventArea .commentBox p img,
#blogEventArea .commentBox p img,
#fishingEventArea .commentBox p img{
	margin-top: 10px;
}

/* fishingEventArea
---------------------------------------------------------------------- */
#fishingEventArea .titleBox{
	width: 317px;
	height: 110px;
	background: url("../image/event/monthly/bg_title_fishing.gif") no-repeat;
	margin-bottom:12px;
}

#fishingEventArea .commentBox{
	position: relative;
	margin-top:488px;
	margin-bottom:10px;
	width: 317px;
	height: 120px;
	background: url("../image/event/monthly/bg_gamemanager.gif") no-repeat;
}



/* blogEventArea
---------------------------------------------------------------------- */
#blogEventArea {
	float: right;
	width: 317px;
}

#blogEventArea #blogiEventArea{
    background: url("../image/event/monthly/bg_title_blog_s.gif") no-repeat scroll 0 0 transparent;
    min-height: 456px;
    padding-top: 2px;
    width: 321px;
}

#blogEventArea .titleBox {
	width: 317px;
	height: 110px;
	background: url("../image/event/monthly/bg_title_blog.gif") no-repeat;
	margin-bottom:12px;
}

#blogEventArea li
 {
	margin-bottom: 7px;
	/margin-bottom: 5px;
}

#blogEventArea .blogEventBox {
	position: relative;
	width: 317px;
	height: 84px;
	background: url("../image/event/monthly/bg_blogevent.gif") no-repeat;
}

#blogEventArea .blogEventBox .seriesImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 54px;
	z-index: 1;
}

#blogEventArea .blogEventBox dl {
	position:relative;
	top: 13px;
	left:43px;
	z-index: 2;
	width:200px;
}

#blogEventArea .blogEventBox dt {
	padding-right: 45px;
	color: #777;
	text-align:left;
}

#blogEventArea .blogEventBox dd {
	color: #777;
}

#blogEventArea .blogEventBox dd strong{
	color: #ff71a2;
	font-weight:bold;
}

#blogEventArea .blogEventBox dd.category {
	color: #ff71a2;
	font-weight:bold;
	position:absolute;
	top:0;
	left:80px;
	width:115px;
}

#blogEventArea .blogEventBox dd.txt{
	width: 180px;
	margin-top:10px;
}

#blogEventArea .blogEventBox .itemImg {
	position: absolute;
	top: 12px;
	right: 10px;
	_right: 9px;
	width: 64px;
	height: 64px;
	z-index: 1;
}

#blogEventArea .commentBox {
	position: relative;
	margin-top: 20px;
	width: 317px;
	height: 120px;
	background: url("../image/event/monthly/bg_nicoeditor.gif") no-repeat;
}

#blogEventArea p.caution {
	margin-top: 1px;
	font-size: 10px;
}



/* ----------------------------------------------------------------------
  03. テーブルコーディング用
---------------------------------------------------------------------- */
body#event #contents-inner td img,
body#event #eventContentsArea td img {
	vertical-align: bottom;
}



/* ----------------------------------------------------------------------
  04. 釣りイベント用
---------------------------------------------------------------------- */

/* newgameEventArea
---------------------------------------------------------------------- */
#newgameEventArea {
	float: right;
	width: 317px;
}

#newgameEventArea li {
	margin-bottom: 5px;
}



/* tsuriEventArea
---------------------------------------------------------------------- */
#tsuriEventArea {
	float: left;
	width: 317px;
	background: url("../image/event/game/bg_title_tsuri_s.gif") no-repeat;
	padding-top:2px;
	min-height:456px;
}

#tsuriEventArea h4 {
	display: none;
}

#tsuriEventArea p.catchImg {
	padding-top: 42px;
}

#tsuriEventArea .tsuriEventBox {
	position: relative;
	width: 317px;
	height: 84px;
	background: url("../image/event/game/bg_gameevent.gif") no-repeat;
}

#tsuriEventArea ul {
	zoom: 1;
	margin-bottom: 10px;
}

*:first-child+html #tsuriEventArea ul {
	zoom: 1;
	margin-bottom: 0;
}

#tsuriEventArea li {
	margin-bottom: 7px;
	/margin-bottom: 4px;
}

#tsuriEventArea .tsuriEventBox .seriesImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 54px;
	z-index: 1;
}

#tsuriEventArea .tsuriEventBox dl {
	position: absolute;
	top: 13px;
	left: 45px;
	z-index: 2;
	width: 180px;
}

#tsuriEventArea .tsuriEventBox dt {
	/*padding-right: 45px;*/
	color: #777;
	text-align: left;
}

#tsuriEventArea .tsuriEventBox dd {
	margin-top: 10px;
	color: #777;
}

#tsuriEventArea .tsuriEventBox dd strong {
	color: #ff71a2;
}

#tsuriEventArea .tsuriEventBox .itemImg {
	position: absolute;
	top: 12px;
	right: 14px;
	_right: 13px;
	width: 64px;
	height: 64px;
	z-index: 1;
}





/* clearfix
------------------------------------------- */
#calenderArea:after,
#blogEventArea .blogEventBox:after  {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

