@charset "utf-8";

/* -----------------------------------------------
 * ブラウザ解釈値リセット＆設定ファイル
 *
 * Author     : sue
 * LastUpdate : 09/06/11
----------------------------------------------- */

/* ----------------------------------------------
 * リセット
---------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, pre, code, form, fieldset, input, textarea,
p, blockquote, table, th, td { 
	margin: 0;
	padding: 0;
}

address, caption,
cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */
/* html { */
	/* min-width: 760px;  */
	/* Mozillaのみ */
/* } */

body {
	margin: 0;
	padding: 0;
	color: #404040;
	/* font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;/* default@font-size: 13px; */
	font: 14px "Yu Gothic UI",arial,helvetica,clean,sans-serif;/* default@font-size: 13px; */
	text-align: center; /* box centering */
	background: #ffffff;
	background-color: #eaeaea;
}

/* ----------------------------------------------
 * 一般的なパラメーターの設定
---------------------------------------------- */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;/* base line height */
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption,th {
	text-align: left;
}

img {
	vertical-align: bottom;
	border: none;
}

p {
	margin-bottom: 1em;
	line-height: 1.4;
}

li {
	list-style: none;
}

table {
	font-size:inherit;
	font:100%;
}

acronym,abbr {
	cursor: help;
}

hr {
	height: 1px;
	color: #cccccc;
	border: 0;
	background: #cccccc;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
	color: #00A5DE;

	#text-decoration: none;
}
a:visited {
	color: #FF6633;
	#text-decoration: none;
}

a:hover {
	#text-decoration: underline;
}

a:active {
	color: #FF6633;
	#color: #4f4f4f;
}
#searchBtn {
	background: #328be8 !important;
	border-color: #328be8;
	color: #fff;
}

#deleteBtn {
	background: #ccc !important;
	border-color: #ccc;
	margin-left: 5px;
}

.searchForm {
	width: 293px;
	display: initial;
}

.searchForm .button_group {
	margin: 5px 0 0 20px;
	display: flex;
}

.searchForm input {
	width: 90%;
	height: 35px;
	margin: 20px 15px 6px 20px;
	border: 1px solid #ccc;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #eaeaea;
}

.searchForm button {
	width: 80px;
	height: 30px;
	border-radius: 2px;
}

.searchForm button img{
	width: 14px;
}

.highlight {
	background-color: #fff700;
}

.hidden {
	display: none;
}
.icon-img {
	font-size: 10px;
	display: inline-block;
	margin: 0 3px 4px 0;
	vertical-align: middle;
}