@charset "utf-8";
#topic {
/*	padding:8px 0 0 ;
	margin:0 8px;*/
}
	.topic_inner {
		border:1px solid #efe7de;
		padding:1px;
		background-color:#fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		position:relative;
	}
		.topic_content {
			border:1px solid #ccbba8;
			padding:0px 23px 0px 10px;
			background-color:#fff;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
			.topic_list_area {
				position:relative;
				height:27px;
				overflow:hidden;
			}
				.topic_list_area ul {
					margin:0;
					font-size:12px;
					font-weight:bold;
					line-height:16px;
					width:9999px;
					position:absolute;
					top:1px;
					left:0;
				}
					.topic_list_area ul li {
						position:absolute;
						top:0;
						left:0;
					}
					.topic_list_area ul li.topic_list_wait {
						left:9999px;
					}
						.topic_list_area ul li span {
							display:block;
							position:relative;
							zoom: 1;
							padding:0 5px 0 16px;
						}
							.topic_list_area ul li span i {
								position:absolute;
								top:8px;
								left:0px;
								width:10px;
								height:10px;
							}
							.topic_list_area ul li span a {
								display:block;
								padding:5px 0;
								width:100%;
								overflow:hidden;
								white-space:nowrap;
								text-overflow:ellipsis;
							}
					.topic_list_area ul li.topic_type_info i {
						background-position:-2px -87px;
					}
			.topic_btn_arrow {
				display:block;
				width:20px;
				height:20px;
				position:absolute;
				top:6px;
				right:7px;
			}
				.topic_btn_arrow span {
					display:block;
					width:5px;
					height:8px;
					position:relative;
					top:6px;
					left:10px;
					background-position:-27px -58px;
				}



/*--------------------------------------------------
  static panelBox
--------------------------------------------------*/
#panelBox {
	background-color: #FBF9F7;
	position:relative;
}
	.panel_head {
		position:relative;
		z-index:200;
		background-color:#fff;
		-webkit-box-shadow: 0 2px 2px 0px rgba(71, 23, 0, 0.17);/* Safari, Chrome用 */
		-moz-box-shadow: 0 2px 2px 0px rgba(71, 23, 0, 0.17); /* Firefox用 */
	}
		.panel_head_inner {
			height:/*9px*/0px;
			position:relative;
			
			text-align:right;
			
			
			border-bottom:1px solid #fff;
			
			background: linear-gradient(bottom, #f4ede9, #ffffff);
			background: -o-linear-gradient(bottom, #f4ede9, #ffffff);
			background: -moz-linear-gradient(bottom, #f4ede9, #ffffff);
			background: -webkit-linear-gradient(bottom, #f4ede9, #ffffff);
			background: -ms-linear-gradient(bottom, #f4ede9, #ffffff);
		
			background: -webkit-gradient(linear, left bottom, left top, from(#f4ede9), to(#ffffff));
		}
	.panel_list_wrap {
		width:100%;
		position:relative;
		z-index:100;
		overflow:hidden;
	}
		.panel_list_wrap_inner {
			background-color: #fff;
			position:relative;
		}
			.panel_list_wrap_view_box {
				width:100%;
				position:relative;
				overflow:hidden;
			}
				.panel_list {
					width: 99999px;
					position: absolute;
					left: 0px;
					top: 0px;
					z-index: 1000;
				}
					.panel_banner_item {
						width:100%;
						float:left;
					}
						.panel_banner_item_img {
							display:block;
							width:100%;
						}
							.panel_banner_item_img img {
								width:100%;
								position:relative;
							}
	.panel_btn_wrap {
		position:relative;
		z-index:200;
		padding:10px 0 0;
        background-color: #fff;
		
		border-top:1px solid #fff;
		
	}
		a.panel_btn_pager {
			display: block;
			width: 30px;
			height: 30px;
			position: absolute;
			top: 5px;
		}
			a.panel_btn_pager .arrow {
				background-position:-39px -116px;
				width:9px;
				height:21px;
				position:absolute;
				top:5px;
			}
		a.panel_btn_pager_prev {
			left: 0;
		}
			a.panel_btn_pager_prev .arrow {
				left: 10px;
			}
		a.panel_btn_pager_next {
			right: 0;
		}
			a.panel_btn_pager_next .arrow {
				right: 10px;
				-moz-transform: rotateZ(180deg);
				-webkit-transform: rotateZ(180deg);
				-o-transform: rotateZ(180deg);
				-ms-transform: rotateZ(180deg);
			}
		.panel_btn {
			text-align:center;
			height: 22px;
		}
			.panel_btn_item {
				display:inline-block;
				margin:5px 0.5em;
			}
				.panel_btn_item span {
				}
					.panel_btn_item a {
						display:inline-block;
						color:#fff;
						font-weight:bold;
						font-size:10px;
						text-align:center;
						width:12px;
						height:12px;
						line-height:1.1;
						background-color:#ccbba8;
						border-radius: 12px;
						-moz-border-radius: 12px;
						-webkit-border-radius: 12px;
					}
					.panel_btn_item a.on {
						background-color:#d72617;
					}
					.panel_btn_item a:active {
						background-color:#d72617;
						text-decoration:none;
					}


/*--------------------------------------------------
  static sectionHistoryArea
--------------------------------------------------*/
/* セクション　チラシを探す */
#sectionHistoryArea {
	position:relative;
	margin:15px 0 20px;
	z-index:2000;
}
#sectionHistoryArea .section_head_type_A {
}
#sectionHistoryArea .section_box_type_A {
}


/*--------------------------------------------------
  premium Panel
--------------------------------------------------*/
div#iframe-bg {
	display: none;
	width: 2000px;
	height: 2000px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #333;
}

div#iframe-wrap {
	display: none;
	max-width: 510px;
	margin: 0 auto;
	position: fixed;
	top: 18px;
	left: 0%;
	z-index: 9999;
	background: #fff; 
	border: 5px solid #C16262; 
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding-top: 20px;
}


div#iframe-btn {
	display: none;
	width: 30px;
	height: 30px;
	position: fixed;
	top: 5px;
	right: 23px;
	z-index: 9999;
	background: #fff;
	border: 4px solid #C16262; 
	border-radius: 20px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-weigth: bold;
	font-size:35px;
	font: bold large;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}

iframe.premium_panel {
	width:100%!important;
	height:100%!important;
}

body.noscroll {
  position: fixed;
  overflow-y: scroll;
}


/*--------------------------------------------------
  static sectionHistory
--------------------------------------------------*/
/* セクション　履歴 */
#sectionHistory {
	position:relative;
	margin:10px 0 0;
	z-index:2000;
}
	#sectionHistory .section_box_type_B {
		padding-top: 7px;
		padding-left: 0;
	}

/*--------------------------------------------------
  saiji
--------------------------------------------------*/
.events_wrap {
    position: relative;
    margin: 0 0 15px;
    padding: 5px 0;
    background-color: #fcf794;
    font-size: 12px;
}
.events_header {
    padding-left: 10px;
    float: left;
    font-weight: bold;
    color: #3c3c3c;
}
.events_keywords {
    overflow: hidden;  
}
.events_keywords ul li{
    position: relative;
    float: left;
    padding-right: 10px;
}
.events_keyword_item a{
    text-decoration: underline;
}
#sectionSearchBox {
    clear: left;
}



/*--------------------------------------------------
  nyoki
--------------------------------------------------*/
#wrap {
	z-index: 2;
	background-color: #fff;
}
.nyoki {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 320px;
	top: 0;
	left: 0;
}
	.nyoki a {
		display: block;
		width: 320px;
		height: 300px;
		margin: 0 auto;
	}
		.nyoki a img {
			width: 320px;
			margin: 0 auto;
		}
