@charset "utf-8";
/*--------------------------------------------------
  sectionListHeader
--------------------------------------------------*/
#sectionListHeader {
	border-bottom:#CBBBA8 solid 1px;
}
	/* セクションサーチ */
	.list_header {
		border-bottom:#CABAA7 solid 1px;
	}
		.list_header_inner {
			padding:12px 4px 8px 8px;
			border-bottom:#fff solid 1px;
			background:#f3ebda;
			position:relative;
		}
		.list_header_area .list_header_inner {
			padding-bottom:18px;
		}
			.list_header_text {
				font-size:12px;
				line-height:1.5;
			}
				.list_header_text strong {
					font-size:16px;
					font-weight:bold;
				}
				.list_header_text em {
					font-weight:bold;
					font-style:normal;
				}
			.list_header_myarea_set {
				position:absolute;
				bottom:5px;
				right:4px;
			}
				.list_header_myarea_set a {
					font-size:11px;
				}
				
		
	.list_navi {
		background:#fbf9f7;
		border-bottom:#fff solid 1px;
		padding:3px 4px 0px 4px;
	}
		.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:2px;
					padding-right: 21px;
					text-align:left;
				}
				.ln_inner li:first-child a {
					margin-left:0px;
				}
					.ln_inner li a i {
						width:8px;
						height:4px;
						position:absolute;
						top:1em;
						right:0.6em;
						background-position: -2px -45px;
					}
					
	.list_navi_menu {
	}
		.list_navi_menu_box {
			display:none;
		}
			.list_navi_menu_box_inner {
				font-size:14px;
				padding:0.2em 0;
			}
				.list_navi_menu_list {
					margin:0 0.4em;
				}
					.list_navi_menu_list_item {
					}
						.list_navi_menu_list_item a {
						}
						.list_navi_menu_list_item_selected a {
						}

	.list_info {
		padding:0 0 0 10px;
		font-size:12px;
		position:relative;
	}
		.list_info_number {
			line-height:36px;
			font-weight:bold;
		}
			.list_info_number dt {
				float:left;
			}
			.list_info_number dd {
				float:left;
			}
		.list_info_viewtype {
			position:absolute;
			top:0;
			right:10px;
			line-height:36px;
		}
			.list_info_viewtype dt {
				float:left;
				font-weight:bold;
				padding:0 6px 0 0;
			}
			.list_info_viewtype dd {
				float:left;
			}
				.list_info_viewtype li {
						float:left;
						width:26px;
						position:relative;
					}
						.list_info_viewtype li a {
							margin:0 auto;
							width:30px;
							display:block;
							text-indent: -9999px;
							position:relative;
						}
						.chirashi_list_normal .list_info_viewtype_normal a::after,
						.chirashi_list_large .list_info_viewtype_large a::after {
							content: "";
							display: block;
							width: 100%;
							height: 5px;
							position: absolute;
							left: 0;
							bottom:-1px;							
							background-image: url("/img/share/item.png");
							background-position: 50% -75px;
							background-repeat: no-repeat;
							background-size: 138px 285px;
						}
							.list_info_viewtype li a i {
								position:absolute;
								top:11px;
								left:7px;
								width:16px;
								height:13px;
							}
							.list_info_viewtype_normal a i {
								background-position:-2px -116px;
							}
							.list_info_viewtype_large a i {
								background-position:-20px -116px;
							}
							.chirashi_list_normal .list_info_viewtype_normal a i {
								background-position:-2px -102px;
							}
							.chirashi_list_large .list_info_viewtype_large a i {
								background-position:-20px -102px;
							}
		




/*--------------------------------------------------
 list_box共通
--------------------------------------------------*/
.chirashi_list {
	border-bottom:#CBBBA8 solid 1px;
}
	.cl_list_ul {
	}
		.chirashi_list_item {
			border-bottom:#4A1700 dotted 1px;
			position:relative;
		}
		.chirashi_list_item:last-child {
			border-bottom:none;
		}
			.chirashi_list_item_a {
				display:block;
				padding:10px 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;
				}
				.cl_ticker_new_arrived {
					background-color:#ee431b;
					border:1px solid #d80c02;
				}
				.cl_ticker_today_end {
					background-color:#00a3d0;
					border:1px solid #007cb6;
				}
				.cl_ticker_today_limited {
					background-color:#ff9336;
					border:1px solid #df6f07;
				}
				
			.cl_thumb {
				display:block;
			}
				.cl_thumb img {
				}
				.cl_thumb img.pr_content{
					margin: -3px;
					border:solid 3px #ffff00
				}
			.cl_content {
				display:block;
			}
				.cl_content_name {
					display:block;
					font-size:13px;
					font-weight:bold;
					color:#471700;
					line-height:1.3;
					margin:0 0 3px;
				}
				.cl_content_title {
					display:block;
					font-size:11px;
					color:#471700;
					line-height:1.2;
				}
		.cl_other_shop {
			position:absolute;
		}
			.cl_other_shop a {
				padding-right:18px;
				display:block;
				height:14px;
				line-height:14px;
				position:relative;
			}
				.cl_other_shop a i {
					width:8px;
					height:4px;
					position:absolute;
					top:8px;
					right:6px;
					background-position: -2px -45px;
				}
				
/*--------------------------------------------------
 list_box タイプ別指定
--------------------------------------------------*/					
.chirashi_list_normal .cl_ticker {
	bottom:10px;
	left:167px;
	width:5em;
	padding:0 0;
}
.chirashi_list_normal .cl_thumb {
	float:left;
	width:167px;
}
	.chirashi_list_normal .cl_thumb img {
		width:150px;
		height:92px;
		object-fit:contain;
		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.5em;
		overflow:hidden;
	}
.chirashi_list_normal .cl_other_shop {
	bottom:8px;
	right:8px;
}	


.chirashi_list_large .cl_ticker {
	top:30px;
	left:5px;
	width:5em;
	padding:0 0;
}
.chirashi_list_large .cl_thumb {
	width:190px;
	margin:0 auto;
}
	.chirashi_list_large .cl_thumb img {
		width:190px;
		height:117px;
		object-fit:contain;
	}
.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:8px;
	right:5px;
}
			
				
/*--------------------------------------------------
 list_pager
--------------------------------------------------*/
 .list_pager {
	border-bottom:#CBBBA8 solid 1px;
	padding:10px 0px;
	background:#FBF9F7;
	text-align:center;
}
	 .list_pager ul {
	}
		 .list_pager_inner li {
			 display:inline-block;
		}
			.list_pager_inner li a {
				line-height:30px;
				padding:0px  10px;
				margin:0 2px;
				color:#471700;
				position:relative;
			}
			.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 {
				padding:0px 22px;
				height:30px;
			}
				.list_pager_inner li.btn_prev a i {
					background-position:-13px -52px;
					width:10px;
					height:20px;
					position:absolute;
					top:0.5em;
					left:1.5em;
				}
			.list_pager_inner li.btn_next a {
				padding:0px 22px;
				height:30px;
			}
				.list_pager_inner li.btn_next a i {
					background-position:-4px -52px;
					width:10px;
					height:20px;
					position:absolute;
					top:0.5em;
					left:1.5em;
				}
			.list_pager_inner li.btn_pager_number {
				
			}
				.list_pager_inner li.btn_pager_number a {
					padding-right:2em;
					position:relative;
				}
					.list_pager_inner li.btn_pager_number a i {
						width:8px;
						height:4px;
						position:absolute;
						top:1.1em;
						right:6px;
						background-position: -2px -45px;
					}	
			.list_pager_inner li.btn_pager_number_on a {
				background:#fff;
			}
					
.pager_number_list_DDB {
	display:none;
	
	position:absolute;
	left:0;
	
	width:100%;

	z-index:3000;
}
	.pager_number_list_DDB_inner {
		display:block;
		width:260px;
		margin:0 auto;
		text-align:center;
		
		font-size:13px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		border:1px solid #dbcfc0;
		background-color:#fff;
		padding:9px;
		z-index:9000;
		
		-webkit-box-shadow: 1px 1px 5px 1px rgba(71, 23, 0, 0.2);/* Safari, Chrome用 */
		-moz-box-shadow: 1px 1px 5px 1px rgba(71, 23, 0, 0.2); /* Firefox用 */
	}
		.pager_number_list_DDB p {
			font-size:11px;
			margin:0 0 0.3em;
		}
		.pager_number_list_DDB ul {
			
		}
			.pager_number_list_DDB ul li {
				display:inline-block;
				margin:5px 5px;
			}
				.pager_number_list_DDB ul li a {
					width:1.5em;
				}
				.pager_number_list_DDB ul li.btn_pager_number_list_item_now {
					opacity:0.5;
				}
				.pager_number_list_DDB li a:hover {
					background-color:#fff;
				}
		.pager_number_list_DDB ul::after {
			content:'';
			width:100%;
			height:5px;
			position:absolute;
			top:-4px;
			left:0;
			
			display:block;
			background-image:url(/img/share/item.png);
			background-repeat:no-repeat;
			background-size:138px 285px;
			text-indent:-9999px;
			overflow:hidden;
			
			background-position:50% -75px;
			
		}
						
.cl_other_shop_box {
	display:none;
	
	position:absolute;
	right:5px;
		
	font-size:13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border:1px solid #dbcfc0;
	background-color:#fff;
	padding:9px;
	z-index:9000;
	
	-webkit-box-shadow: 1px 1px 5px 1px rgba(71, 23, 0, 0.2);/* Safari, Chrome用 */
	-moz-box-shadow: 1px 1px 5px 1px rgba(71, 23, 0, 0.2); /* Firefox用 */
}
	.cl_other_shop_box ul {
		
		width:240px;

		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		border:1px solid #dbcfc0;
	}
		.cl_other_shop_box ul li {
			border-bottom:1px dotted #dbcfc0;
		}
		.cl_other_shop_box ul li:last-child {
			border-bottom:none;
		}
			.cl_other_shop_box ul li a {
				display:block;
				position:relative;
				background-color:#fbf9f7;
				background-image:url(/img/share/arrow_A.png);
				background-position:100% 50%;
				background-size:18px 13px;
				background-repeat:no-repeat;
				padding:0.8em 30px 0.8em 1em;
				color:#471700;
				font-weight:bold;
			}
			.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:#fff;
			}
	.cl_other_shop_box ul::after {
		content:'';
		width:10px;
		height:5px;
		position:absolute;
		top:-5px;
		right:30px;
		
		display:block;
		background-image:url(/img/share/item.png);
		background-repeat:no-repeat;
		background-size:138px 285px;
		text-indent:-9999px;
		overflow:hidden;
		
		background-position:-64px -75px;
		
	}
			
			
/*--------------------------------------------------
 	リスト
--------------------------------------------------*/
.wrapper_list {
	padding:10px;
	font-size:13px;
	color: #471700;
    font-weight: bold;
}

.toggleList,
ul.tapList {
	clear: both;
	list-style: none;
	margin: 0;
	border: 1px solid #DBCFC0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.toggleList dt {
		border-top: 1px solid #DBCFC0;
	}
		.toggleList dt span {
			display:block;
			position: relative;
			display: block;
			padding: 0.9em 10px;
			padding-right: 20px;
			
			margin:0 10px 0 0;
			
			background: url(/img/share/mark_04.png) no-repeat 100% 50%;
			-o-background-size: 7px auto;
			-moz-background-size: 7px auto;
			-webkit-background-size: 7px auto;
			background-size: 7px auto;
			
		}
	
	.toggleList dt:first-child {
		border-top: none;
	}

	.toggleList dt.open span::after {
		background-image: url(/img/share/mark_01_bottom.png);
		-o-background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
		background-size: 10px auto;
	}

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



/*--------------------------------------------------
 	住所検索のみ
--------------------------------------------------*/
ul[class^="tabNav"] {
    background: none repeat scroll 0 0 #F4ECDB;
    border-bottom: 1px solid #333333;
    box-shadow: 0 3px 5px #DCD4C5 inset;
    list-style: none outside none;
    margin: 0 -10px 10px;
    padding: 10px 7px 0;
}



/*----------------------------------------------*/


ul[class^="tabNav"] li {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    line-height: 1.3;
    margin-bottom: -1px;
    padding: 0 3px;
    width: 50%;
}

ul[class^="tabNav"] li a {
	display:block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: -moz-linear-gradient(center top , #FEFEFE 0%, #E6E6E6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #999999 #999999 #333333;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px #FFFFFF inset, -1px 1px #FFFFFF inset, 1px -1px #FFFFFF inset, -1px -1px #FFFFFF inset;
    color: #666666;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px #FFFFFF;
	-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;
	-moz-text-shadow: 0 -1px white;
	-webkit-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

ul[class^="tabNav"] li a.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-color: #333333 #333333 #FFFFFF;
    color: #333333;
}

ul.tabNavChild {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 9px 0;
}


ul.tabNavChild li {
    /*padding: 0 0 0;*/
	padding: 0 3px;
    width: 33%;
}


ul.tabNavChild li a {
	position: relative;
	padding-bottom: 20px;
	color: #444;
	background: #ffffff;
	background: -moz-linear-gradient(top, white 0%, #cac8c8 78%, #ebeaeb 79%, #e4e3e3 80%, #deddde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(78%, #cac8c8), color-stop(79%, #ebeaeb), color-stop(80%, #e4e3e3), color-stop(100%, #deddde));
	background: -webkit-linear-gradient(top, white 0%, #cac8c8 78%, #ebeaeb 79%, #e4e3e3 80%, #deddde 100%);
	background: -o-linear-gradient(top, white 0%, #cac8c8 78%, #ebeaeb 79%, #e4e3e3 80%, #deddde 100%);
	background: -ms-linear-gradient(top, white 0%, #cac8c8 78%, #ebeaeb 79%, #e4e3e3 80%, #deddde 100%);
	background: linear-gradient(top, white 0%, #cac8c8 78%, #ebeaeb 79%, #e4e3e3 80%, #deddde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#deddde',GradientType=0 );
}


ul.tabNavChild li a::after {
    background: url("/img/share/mark_01_bottom.png") no-repeat center bottom;
	-o-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
  
    bottom: 4px;
    content: "";
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
}


ul.tabNavChild li a.active::after {
    background-image: url("/img/share/mark_02_bottom.png");
}
ul.tabNavChild li[class^="search-"] a {
    min-height: 5em;
}
@media all and (orientation: landscape) {
	ul.tabNavChild li[class^="search-"] a {
		min-height: 1em;
	}
}

ul.tabNavChild li[class^="search-"] a:before {
    background: url("/img/share/icon_zipcode.png") no-repeat left 0.1em;
    content: "";
    padding-left: 20px;
	
	-o-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

ul.tabNavChild li[class^="search-"] a.active:before {
    background-image: url("/img/share/icon_zipcode_active.png");
}

ul.tabNavChild li.search-shopName a:before {
    background-image: url("/img/share/icon_shop_name.png");
    padding-bottom: 3px;
    padding-left: 23px;
	-o-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
}

ul.tabNavChild li.search-shopName a.active:before {
    background-image: url("/img/share/icon_shop_name_active.png");
}

ul.tabNavChild li.search-station a:before {
    background-image: url("/img/share/icon_station.png");
    padding-bottom: 3px;
    padding-left: 23px;
	background-repeat: no-repeat;
	
	-o-background-size: 14px auto;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}

ul.tabNavChild li.search-station a.active:before {
    background-image: url("/img/share/icon_station_active.png");
}
ul.tabNavChild.textShort li a {
    min-height: 1em;
}
ul.tabNavChild.tab2 {
    padding: 10px 7px 0;
}
ul.tabNavChild.tab2 li {
    width: 50%;
	padding:0 3px;
}
.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 {
	font-size:12px;
}
	.list_ui_ticker li a {
		padding-left:5em;
		position:relative;
	}
		.shop_list_ticker {
			position:absolute;
			top:1em;
			left:0.6em;
			width:4.8em;
			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:#ee431b;
			border:1px solid #d80c02;
		}
		.shop_list_ticker_today_end {
			background-color:#00a3d0;
			border:1px solid #007cb6;
		}
		.shop_list_ticker_today_limited {
			background-color:#ff9336;
			border:1px solid #df6f07;
		}
		.shop_list_ticker_publishing {
			background-color:#6ba72c;
			border:1px solid #478509;
		}
	
		.shop_list_ticker_new {
			display:inline-block;
			width:5em;
			color:#fff;
			font-weight:normal;
			text-align:center;
			font-size:10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background-color:#ffa500;
			border:1px solid #ff8900;
		}
	
/*--------------------------------------------------
 	リストのアラート、エラーメッセージ
--------------------------------------------------*/

p.list_msg {
    color: #471700;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

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