﻿@charset "UTF-8";

#search_list_wrap {
	font-size: 16px;
	padding: 20px;
}
@media screen and (max-width: 640px) {
	#search_list_wrap {
		padding: 20px 8px;
	}
}
#search_list_wrap h1 {
	font-weight: bold;
	font-size: 20px;
}
#search_list_wrap h2 {
	font-weight: bold;
	background-color: #DCEEFA;
	margin: 12px 0;
	padding: 8px;
}
#search_list_wrap h3 {
	font-weight: bold;
}
#search_list_wrap ul {
}
#search_list_wrap li {
	display: inline-block;
	margin-right: 12px;
}
#search_list_wrap li a {
	background-color: #FFF33F;
	display: inline-block;
	border-radius: 2em;
	padding: 4px 12px;
	text-align: center;
	margin-bottom: 12px;
}


a:link,
a:active,
a:visited{
	color: #207FDD;
	color: #00A5E3;
	text-transform: none;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FF0000;
	text-transform: none;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 400px) {
}
