/* var */
/* mixin */
/* extend */
/* %foams_flow {
	margin: 5px 0;
	dt {
		margin-top: 10px;
		padding: 10px 5px;
		background-color: $color_G_1;
		text-align: center;
		position: relative;
		&:before {
			margin-left: -(30px / 2);
			margin-top:  -30px;
			width: 30px;
			height: 30px;
			background: url(../images/steppe_number.png) no-repeat;
			position: absolute;
			left: 50%;
			content: "";
			}
		&.step_1 {
			margin-top: 25px;
		}
		&.step_2 {
			&:before {
				background-position: -30px top;
			}
		}
		&.step_3 {
			&:before {
				background-position: -(30px * 2) top;
			}
		}
	}
	dd {
		padding: 10px 5px;
		.notes {
			margin: 0;
		}
	}
} */
/* %input[type="checkbox"] {
	margin: 0;
	display: none;
	& + label {
		margin-bottom: 5px;
		padding: 9.5px;
		padding-left: 28px;
//			width: 49%;
		border: 1px solid $color_G_3;
		background-color: $color_G_4;
		display: block;
//			display: inline-block;
		position: relative;
		cursor: pointer;
		@include border_radius(5);
		@include box_shadow(rgba(0, 0, 0, 0.2) 0px 2px 0px 0px);
		@include box_sizing(border-box);
		@include font_size(14px);
		&:before {
			margin-top: -9px;
			width: 18px;
			height: 18px;
			border: 2px solid $color_G_5;
			background-color: $color_F;
			display: block;
			position: absolute;
			left: 6px;
			top: 50%;
			@include border_radius(3);
			@include box_shadow(rgba(0,0,0,0.2) 1px 1px 1px 0px inset);
			@include box_sizing(border-box);
		}
	}
	&:checked {
		& + label {
			background-color: rgba(107, 164, 57, 0.2);
			&:after {
				margin-top: -5px;
				width: 13px;
				height: 7px;
				border-left: 3px solid $color_G_6;
				border-bottom: 3px solid $color_G_6;
				content: "";
				display: block;
				position: absolute;
				top: 50%;
				left: 9px;
				@include box_sizing(border-box);
				@include transform_rotate(-45deg);
			}
		}
	}
} */
/* %pagetop {
	width: 40px;
	height: 40px;
	background-color: $color_0;
	display: none;
//	display: block;
	position: fixed;
	right: 10px;
    bottom: 10px;
	z-index: 4;
	@include border_radius(4);
	&:before {
		font-family: "MS PGothic", "Euphemia UCAS", Arial, sans-serif;
		color: $color_F;
		font-weight: bold;
		position: absolute;
		left: 10px;
		top: 8px;
		content: ">";
		@include font_size(38px);
		@include transform_rotate(-90deg);
	}
	&:hover {
		@include opacity(0.75);
	}	
} */
#add_search ul {
  padding: 5px;
  width: 100%;
  table-layout: fixed;
  display: table;
}
#add_search ul li {
  font-size: 11px;
  display: table-cell;
  font-size: 11px;
}
#add_search ul li a {
  margin: 5px;
  padding-top: 35px;
  height: 60px;
  border: 1px solid #CCC;
  border-bottom: 3px solid #CCC;
  background: #F5F5F5 url(../images/article_search_line.png) center 10px no-repeat;
  background-size: auto 22px;
  color: #454545;
  text-align: center;
  text-decoration: none;
  display: block;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#add_search ul li a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
#add_search ul li a:active {
  margin-top: 5px;
  height: 58px;
  border: 1px solid #CCC;
  color: #454545;
}
#add_search ul .area a {
  background-image: url(../images/article_search_area.png);
}
#add_search ul .map a {
  background-image: url(../images/article_search_map.png);
}

/*# sourceMappingURL=add_search.css.map */
