@charset "utf-8";
/*--------------------------------------------------
  sectionListHeader
--------------------------------------------------*/
#sectionListHeader {
	border-bottom:#aca69f dotted 1px;
}
	/* セクションサーチ */
	.list_header {
		border-bottom:#ddcfbe solid 1px;
	}
		.list_header_inner {
			padding:0 110px 0 10px;
			background:#fff;
			position:relative;
            min-height: 50px;
		}
		.list_header_area .list_header_inner {
		}
			.list_header_text {
				font-size:12px;
				line-height:1.5;
			}
				.list_header_text strong {
					font-size:14px;
					font-weight:bold;
                    display: block;
                    padding: 7px 0 0;
				}
				.list_header_text em {
					font-weight:bold;
					font-style:normal;
				}
			.list_header_myarea_set {
				position:absolute;
				top:10px;
				right:10px;
                height: 30px;
                line-height: 30px;
                padding: 0;
                width: 95px;
			}
				.list_header_myarea_set a {
					font-size:11px;
				}
				
		
	.list_navi {
		padding:15px 10px 0px 10px;
	}
		.ln_inner {
		}
			.ln_inner li {
				float:left;
				position:relative;
			}
			.ln_inner li:nth-of-type(1) {
				width:36.8%;
			}
			.ln_inner li:nth-of-type(2) {
				width:41.3%;
			}
			.ln_inner li:nth-of-type(3) {
				width:21.8%;
			}
				.ln_inner li a {
					margin-left:4px;
					text-align:center;
                    height: 30px;
                    line-height: 30px;
                    padding: 0 18px 0 7px;
				}
				.ln_inner li:first-child a {
					margin-left:0px;
				}
					.ln_inner li a i {
						width:6px;
						height:5px;
						position:absolute;
						top:13px;
						right:5px;
						background-position: -59px -125px;
					}
					
	.list_navi_menu {
	}
		.list_navi_menu_box {
			display:none;
		}
			.list_navi_menu_box_inner {
				padding:0.2em 0;
			}
				.list_navi_menu_list {
					font-size:12px;
					margin:0 10px;
				}
					.list_navi_menu_list_item {
					}
						.list_navi_menu_list_item a {
						}
						.list_navi_menu_list_item_selected a {
						}

	.list_info {
		padding:5px 0 5px 10px;
		font-size:12px;
		position:relative;
	}
		.list_info_number {
			line-height:40px;
			font-weight:bold;
		}
			.list_info_number dt {
                display: none;
			}
			.list_info_number dd {
                color: #999;
			}
		.list_info_viewtype {
			position:absolute;
			top:5px;
			right:7px;
		}
			.list_info_viewtype dt {
				float:left;
                line-height: 40px;
                height: 40px;
				font-weight:normal;
				padding:0 6px 0 0;
			}
			.list_info_viewtype dd {
				float:left;
			}
				.list_info_viewtype li {
						float:left;
						width:44px;
						position:relative;
					}
						.list_info_viewtype li a {
							margin:0 0 0 4px;
							display:block;
							text-indent: -9999px;
							position:relative;
						}
							.list_info_viewtype li a i {
								position:absolute;
                                top:10px;
                                left:7px;
                                height:20px;
							}

							.list_info_viewtype_3c a i {
								background-position:-100px -161px;
								width:26px;
							}
							.list_info_viewtype_normal a i {
								background-position:-127px -161px;
								width:27px;
							}
							.list_info_viewtype_large a i {
								background-position:-155px -161px;
								width:27px;
							}

							.chirashi_list_3c .list_info_viewtype_3c a i {
								background-position:-100px -183px;
							}
							.chirashi_list_normal .list_info_viewtype_normal a i {
								background-position:-127px -183px;
							}
							.chirashi_list_large .list_info_viewtype_large a i {
								background-position:-155px -183px;
							}




/*--------------------------------------------------
 list_box共通
--------------------------------------------------*/
.chirashi_list {
	}
	.cl_list_ul {
	}
    
		.chirashi_list_item {
			border-bottom:#4A1700 dotted 1px;
			position:relative;
		}
		.chirashi_list_item:last-child {
			border-bottom:0px;
		}
			.chirashi_list_item_a {
				display:block;
				padding:15px 0;
			}
			.chirashi_list_item_a:hover {
				filter:alpha(opacity=50);
				-moz-opacity: 0.5;
				opacity: 0.5;
			}
				.cl_favorite {
					position:absolute;
					top:0px;
					left:0px;
				}
					.cl_favorite_on i {
						width:32px;
						height:20px;
						display:block;
						background-position:-2px -266px;
						position:absolute;
						top:8px;
						left:5px;
					}
					.cl_favorite_off i {
						width:32px;
						height:20px;
						display:block;
						background-position:-34px -266px;
						position:absolute;
						top:8px;
						left:5px;
					}
				.cl_ticker {
					position:absolute;
					color:#fff;
					font-weight:normal;
					text-align:center;
					font-size:10px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
                    height:18px;
                    line-height: 18px;
				}
				.cl_ticker_new_arrived {
					background-color:#dd6458;
				}
				.cl_ticker_today_end {
					background-color:#4f82bb;
				}
				.cl_ticker_today_limited {
					background-color:#da8e9c;
				}
                
				
			.cl_thumb {
				display:block;
				position: relative;
			}
				.cl_thumb img {
				}
				.cl_pr_frame {
					display: block;
					position: absolute;
					top:0;
					left:0;
					right:0;
					bottom:0;
					
					border: 2px solid #ffba00;
					
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					-ms-box-sizing: border-box;
					-o-box-sizing: border-box;
					box-sizing: border-box;
				}
					.cl_pr_frame .icon {
						width: 32px;
						height: 19px;
						background-position: -111px -141px;
						position: absolute;
						top: -2px;
						left: -2px;
					}

				/* 後でタイプ別に移動させてー*/
				.chirashi_list_normal .cl_pr_frame {
					margin: 0 7px 0 10px;
				}
				.chirashi_list_large .cl_pr_frame {
					height: 117px;
				}
				.chirashi_list_3c .cl_pr_frame {
					margin: 0 4px;
				}

			.cl_content {
				display:block;
			}
				.cl_content_name {
					display:block;
					font-size:14px;
					font-weight:bold;
					color:#3c3c3c;
					line-height:1.3;
					margin:0 0 3px;
				}
				.cl_content_title {
					display:block;
					font-size:11px;
					color:#3c3c3c;
					line-height:1.2;
				}
		.cl_other_shop {
			position:absolute;
            width: 51px;
            height: 18px;
            background-position: -92px -116px;
		}

.chirashi_list_btn {
    border-radius: 4px;
    background-color: #ddcfbe;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    margin: 10px;
    font-weight: bold;
}

				
/*--------------------------------------------------
 list_box タイプ別指定
--------------------------------------------------*/					
.chirashi_list_normal .cl_ticker {
	bottom:15px;
	left:167px;
	width:5em;
	padding:0 0;
}
.chirashi_list_normal .cl_thumb {
	float:left;
	width:167px;
}
	.chirashi_list_normal .cl_thumb img {
		width:150px;
		margin:0 0 0 10px;
	}
.chirashi_list_normal .cl_content {
	margin:0 10px 0 167px;
	padding:0 0 23px;
}
	.chirashi_list_normal .cl_content_name {
		max-height:2.5em;
		overflow:hidden;
	}
	.chirashi_list_normal .cl_content_title {
		max-height:2.3em;
		overflow:hidden;
	}
.chirashi_list_normal .cl_other_shop {
	bottom:15px;
	right:10px;
}	


.chirashi_list_large .cl_ticker {
	top:15px;
	left:10px;
	width:5em;
	padding:0 0;
}
.chirashi_list_large .cl_thumb {
	width:190px;
	margin:0 auto;
}
	.chirashi_list_large .cl_thumb img {
		width:190px;
	}
.chirashi_list_large .cl_content {
	margin:8px 1em 0;
	text-align:center;
}
	.chirashi_list_large .cl_content_name {
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.chirashi_list_large .cl_content_title {
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
.chirashi_list_large .cl_other_shop {
	top:15px;
	right:10px;
}


.chirashi_list_3c .cl_list_ul {
	overflow:hidden;
}
    .chirashi_list_3c .chirashi_list_unit {
        border-bottom:#4A1700 dotted 1px;
    }

        .chirashi_list_3c .chirashi_list_item {
            width:33.3%;
            float:left;
            border:none;
            padding-bottom:34px;
            margin:0 0 10px;
            border-bottom: none;
        }
            .chirashi_list_3c .chirashi_list_item_a {
                padding:36px 0 0 0;
            }
                .chirashi_list_3c .cl_ticker {
                    top:15px;
                    left:10px;
                    width:5em;
                    padding:0 0;
                }
                .chirashi_list_3c .cl_thumb {
                    margin:0 auto 10px;
                    padding:0 4px;
                }
                    .chirashi_list_3c .cl_thumb img {
                        width:100%;
                    }
                .chirashi_list_3c .cl_content {
                    margin:0 8px 0;
                }
                    .chirashi_list_3c .cl_content_name {
                        height:2.6em;
                        overflow:hidden;
                    }
                    .chirashi_list_3c .cl_content_title {
                        display:none;
                    }
                .chirashi_list_3c  .cl_other_shop {
                    bottom:8px;
                    right:5px;
                }			

	/* favorite shop */
	.chirashi_list_normal .cl_content_fav_title {
		max-height:3.6em;
		overflow:hidden;
	}

		.cl_content_fav_title {
			display: block;
			font-size: 14px;
			font-weight: bold;
			color: #3c3c3c;
			line-height: 1.3;
			margin: 0 0 3px;
		}
				
/*--------------------------------------------------
 list_pager
--------------------------------------------------*/
 .list_pager {
	margin:20px 0px;
	background:#fff;
	text-align:center;
}
	 .list_pager ul {
	}
		 .list_pager_inner li {
			 display:inline-block;
		}
			.list_pager_inner li a {
				position:relative;
                width:45px;
                height: 40px;
                padding: 0;
			}
			.list_pager_inner li.btn_off {
				opacity:0.5;
			}
			.list_pager_inner li.list_pager_now a {
                color:#471700;
                background:#fff;
			}
			.list_pager_inner li.btn_prev a {
                margin-top: 1px;
			}
				.list_pager_inner li.btn_prev a i {
					background-position:-49px -116px;
					width:9px;
					height:21px;
					position:absolute;
					top:9px;
					left:17px;
				}
			.list_pager_inner li.btn_next a {
                margin-top: 1px;
			}
				.list_pager_inner li.btn_next a i {
					background-position:-49px -116px;
					width:9px;
					height:21px;
					position:absolute;
					top:9px;
					right:17px;
                    -moz-transform: rotateZ(180deg);
                    -webkit-transform: rotateZ(180deg);
                    -o-transform: rotateZ(180deg);
                    -ms-transform: rotateZ(180deg);
				}
			.list_pager_inner li.btn_pager_number {
                margin: 0 15px;
			}
				.list_pager_inner li.btn_pager_number a {
					position:relative;
                    width: 100px;
                    height: 42px;
                    line-height:42px;
				}
					.list_pager_inner li.btn_pager_number a i {
						width:6px;
						height:5px;
						position:absolute;
						top:19px;
						right:5px;
						background-position: -66px -125px;
					}	
			
					
.pager_number_list_DDB {
	display:none;
	
	position:absolute;
	left:0;
	
	width:100%;

	z-index:3000;
}
	.pager_number_list_DDB_inner {
		display:block;
		width:220px;
		margin:0 auto;
		text-align:center;
		
	}
		.pager_number_list_DDB p {
			font-size:11px;
			margin:0 0 0.3em;
		}
		.pager_number_list_DDB ul {
			font-size: 12px;
			
		}
			.pager_number_list_DDB ul li {
			}
				.pager_number_list_DDB ul li a {
				}
				
						
.cl_other_shop_box {
	display:none;
	
	position:absolute;
	
	right:10px;
	
	font-size:12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border:1px solid #b1aba5;
	background-color:#fff;
	z-index:9000;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
	.cl_other_shop_box ul {
		width:240px;
	}
		.cl_other_shop_box ul li {
			border-bottom: 1px dotted #aca69f;
		}
		.cl_other_shop_box ul li:last-child {
			border-bottom:none;
		}
			.cl_other_shop_box ul li a {
				display:table;
				background-color:#fff;
				padding:10px 0 10px 10px;
				color:#3c3c3c;
				font-weight:bold;
				table-layout: fixed;
				vertical-align: middle;
				width: 100%;

				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-o-box-sizing: border-box;
				box-sizing: border-box;
			}
			.cl_other_shop_box li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
			}
			.cl_other_shop_box li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
			}
			.cl_other_shop_box li:only-child a {
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
			.cl_other_shop_box li a:hover {
				background-color:#f8f8f8;
			}
				.cl_other_shop_box li a .text {
					display: table-cell;
					vertical-align: middle;
					font-size: 12px;
					color: #3c3c3c;
				}
				.cl_other_shop_box li a .arrow {
					display: table-cell;
					vertical-align: middle;
					width: 26px;
					background-position: -59px -116px;
				}
					.cl_other_shop_box li a .arrow i {
						display: inline-block;
						width: 6px;
						height: 8px;
						background-position: -59px -116px;
						margin: 0 0 0 10px;
					}
	.cl_other_shop_box_arrow {
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
		.cl_other_shop_box_arrow i {
			position: absolute;
			zoom: 1;
			line-height: 0;
			width: 0;
			height: 0;
		}
		.cl_other_shop_box_arrow u {
			position: absolute;
			zoom: 1;
			line-height: 0;
			width: 0;
			height: 0;
		}
		
		.cl_other_shop_box_arrow i {
			right: 20px;
			top:0;
			margin: -5px 0 0 -5px;
			border-top: 0;
			border: 5px transparent solid;
			_border-color: pink;
			border-bottom-color: #aaa;
			border-bottom-color: rgba(0, 0, 0, .4);
			border-top: 0;
		}
		.cl_other_shop_box_arrow u {
			right: 20px;
			top:0;
			margin: -5px 0 0 -5px;
			border-top: 0;
			margin-top: -4px;
			border: 5px transparent solid;
			_border-color: pink;
			border-bottom-color: #aaa;
			border-bottom-color: #fff;
			border-top: 0;
		}
		
		.chirashi_list_3c .cl_other_shop_box_arrow i {
		
		}
		.chirashi_list_3c .cl_other_shop_box_arrow u {
		
		}

			
			
/*--------------------------------------------------
 	リスト
--------------------------------------------------*/
.wrapper_list {
	font-size:13px;
    font-weight: bold;
    border-bottom: 1px dotted #aca69f;
}

.wrapper_list:last-child {
	border-bottom:none;
}

.toggleList,
ul.tapList {
	clear: both;
	list-style: none;
}

	.toggleList dt {
		border-top: 1px dotted #aca69f;
        position: relative;
	}
		.toggleList dt span {
			display:block;
			position: relative;
			display: block;
			padding: 0.9em 10px;
			padding-right: 20px;
			
			margin:0 10px 0 0;
			
		}
        .toggleList dt .arrow {
            width: 6px;
            height: 8px;
            background-position: -59px -116px;
            position: absolute;
            top: 17px;
            right: 10px;
            -moz-transition: -moz-transform 200ms linear;
            -webkit-transition: -webkit-transform 200ms linear;
            -o-transition: -o-transform 200ms linear;
            -ms-transition: -ms-transform 200ms linear; 
        }
        .toggleList dt.open .arrow {
            -moz-transform: rotateZ(90deg);
            -webkit-transform: rotateZ(90deg);
            -o-transform: rotateZ(90deg);
            -ms-transform: rotateZ(90deg);
        }

    .toggleList dt:first-child {
        border-top: none;
    }

.toggleList dd {
	padding: 0 0 10px;
}
	.toggleList dd ul li a img {
		margin-right: 3px;
		vertical-align: middle;
		width: 50px;
		display:block;
	}


/*--------------------------------------------------
 	住所検索のみ
--------------------------------------------------*/
.result_text {
    font-size: 14px;
    border-bottom:1px dotted #aca69f;
    display:block;
    background-color:#fff;
    padding:0.8em 0 0.8em 1em;
    color:#000;
    font-weight:bold;
}



                ul.tabNavChild li.search-address a .icon i {
                    background-position: -14px -141px;
                }
                ul.tabNavChild li.search-address a.active .icon i {
                    background-position: -1px -141px;
                }
                ul.tabNavChild li.search-station a .icon i {
                    background-position: -40px -141px;
                }
                ul.tabNavChild li.search-station a.active .icon i {
                    background-position: -27px -141px;
                }




.searchArea {
    margin: 10px 0 20px;
}
.searchArea p {
    margin: 0 auto;
    text-align: center;
}
.searchArea p input[type="text"] {
    -moz-box-sizing: border-box;
    border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 7px;
    width: 100%;
}
.searchArea p.searchBtn {
    margin-top: 7px;
}
.searchArea p.searchBtn input {
	display: inline-block;
	padding: 5px 10px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	-moz-box-shadow: inset 1px 1px white, inset -1px 1px white, inset 1px -1px white, inset -1px -1px white;
	-webkit-box-shadow: inset 1px 1px white, inset -1px 1px white, inset 1px -1px white, inset -1px -1px white;
	box-shadow: inset 1px 1px white, inset -1px 1px white, inset 1px -1px white, inset -1px -1px white;
	color: #333;
	-moz-text-shadow: 0 -1px white;
	text-shadow: 0 -1px white;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: 5px 20px;
}
.searchResultText {
    background: none repeat scroll 0 0 #FFCCCC;
    padding: 7px 10px;
}


/*--------------------------------------------------
 	カテゴリー検索のみ
--------------------------------------------------*/
.list_ui_ticker {
	
}
	.list_ui_ticker li a {
		padding-left:5em;
		position:relative;
	}
		.shop_list_ticker {
			position:absolute;
			top:12px;
			left:10px;
			width:48px;
            height:18px;
            line-height: 18px;
			color:#fff;
			font-weight:normal;
			text-align:center;
			font-size:10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		.shop_list_ticker_new_arrived {
			background-color:#dd6458;
		}
		.shop_list_ticker_today_end {
			background-color:#4f82bb;
		}
		.shop_list_ticker_today_limited {
			background-color:#da8e9c;
		}
		.shop_list_ticker_publishing {
			background-color:#458b4a;
		}
	
		.shop_list_ticker_new {
			display:inline-block;
            vertical-align: middle;
			width:40px;
			color:#f28f3e;
			font-weight:bold;
			text-align:center;
			font-size:10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background-color:#fff;
			border:1px solid #f28f3e ;
		}
	
.list_ui_ticker li.list_ui_item_app_appeal {
}
	.list_ui_ticker li.list_ui_item_app_appeal a {
		display: block;
		background-color: #f4f0ea;
		padding: 0 0 0 108px;
		font-weight: normal;
		table-layout: inherit;
		vertical-align: middle;
		
		border-top: none;
		border-bottom: none;
	}
		.list_ui_ticker li.list_ui_item_app_appeal a .arrow {
			width: 6px;
			height: 8px;
			background-position: -59px -116px;
			position: absolute;
			top: 27px;
			right: 10px;
		}

/*--------------------------------------------------
 	リストのアラート、エラーメッセージ
--------------------------------------------------*/

p.list_msg {
    color: #d72617;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.alertmsg_text {
    font-size: 12px;
    /* border-bottom:1px dotted #aca69f; */
    display:block;
    background-color:#fff;
    padding:12px 10px 20px 10px;
    color:#000;
    font-weight: normal;
}

/*--------------------------------------------------
 	もっと見る
--------------------------------------------------*/
div .search_more_btn {
	margin:30px 39px 30px 39px;
}
	.search_more_btn a {
		height: 30px;
		line-height: 30px;
		display:block;
	}

/*--------------------------------------------------
 	企業店舗一覧 上部DFPバナー
--------------------------------------------------*/
.search_shop_list_bnr_1 {
	text-align: center;
	padding: 5px 0 10px;
	border-bottom: 1px dotted #aca69f;
}

/*--------------------------------------------------
 	チラシ一覧 DFPインフィード
--------------------------------------------------*/
.chirashi_list_item_infeed {
	border: none;
}
	.chirashi_list_item_infeed iframe {
		width: 100%;
	}

/*--------------------------------------------------
 	お気に入り店舗一覧
--------------------------------------------------*/
.favorite_shop_list li {
	font-size:13px;
	font-weight: bold;
	border-bottom: solid 1px #aca69f;
	padding: 10px;
}