#searchBox {
    width: 30vw !important;
	position: relative;
/*    ’Ç‰Á 2024-09-27*/
    margin-right: 10px;
}
#searchBox input {
	width: 100% !important;
    padding: 0px 5px !important;
}
#searchSubmit {
	position: absolute;
	top: 2px;
	right: -6px;
	height: 28px;
	width: 28px;
	background-color: #fff !important;
}
#suggestBox {
	margin-top: .5rem;
	border: solid 1px #ccc;
	padding: 0px 5px;
	background-color: #fff;
	opacity: 0.9;
	z-index: 1000;
	position: absolute;
	width: 30vw;
	font-size: 13px;
}
#suggestBox p {
	font-weight: bold;
	padding: 0.5rem;
	margin: 0;
	background-color: #f0f0f0;	
}
#suggestBox ul {
	padding: 0;
	margin: 0px -5px;
}
#suggestBox li:before {
	position: relative;
	top: 0.1rem;
	display: inline-block;
	/*content: url(./time_innovativegray.png);*/
	margin-right: 0.5rem;
	width: 1rem;
	height: 1rem;
}
#suggestBox li:first-child {
	border-top: none;
}
#suggestBox li {
	list-style-type: none;
	margin: 0;
	padding: 1px 5px;
	border-top: solid 1px #ddd;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
#suggestBox li:hover {
	background-color: #eee;
}
#suggestBox li:focus {
	background-color: #eee;
	outline: none;
	border-left: solid 3px #B33B69;
}
#suggestBox li.suggestFocus {
	background-color: #eee;
	outline: none;
	border-left: solid 3px #B33B69;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #aaa;
    text-align: center;
    color: #000;
	font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#contentsBodyArea h1 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#contentsBodyArea h2 {
	color: #1a0dab;
	font-size: 20px;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	line-height: 1.2rem;
}
#contentsBodyArea a {
	color: #B33B69;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#contentsBodyArea a h2 {
	color: #B33B69;
	display: inline-block;
	padding-top: 2px;
}
#contentsBodyArea a h2:hover {
	text-decoration: underline;
}
.linkCategory {
	display: block;
	position: absolute;
    left: 0;
    top: 0;
	color: #5f6368;
	font-size: 14px;
	display: inline-block;
}
#contentsBodyArea p {
	margin: 0;
	padding: 0;
	color: #4d5156;
	font-size: 14px;
}
#contentsBodyArea a:hover {
	text-decoration: underline;
}
#contentsBodyArea p {
	padding: 0.2rem;
}
#contentsBodyArea p b {
	color: #000;
	background-color: rgba(255, 255, 2, 0.493);
	line-height: 1.1rem;
}
#search_box button#searchSubmit {
	border: none;
	background-image: url(./search_innovativegray.png);
	background-size: contain;
	width: 28px;
	height: 28px;
	vertical-align: middle;
}
#search_box button#searchSubmit:hover {
	box-shadow:none;
}
.result {
	width:100%;
	text-align: right;
}

.resultItem {
	margin: 30px;
	position: relative;
}

.searchResultHeader {
	margin-bottom: 50px;
}
.deleteButton {
	position: absolute;
	right: 16px;
	display: inline-block;	
	margin-top: 7px;
	width: 16px;
	height: 16px;
	background-image: url(./garbage_bin_innovativegray.png);
	background-size: contain;
	color: #555;
	cursor: pointer;
	opacity: 0;
}
#suggestBox li.suggestFocus .deleteButton {
	opacity: 1;
}

#suggestBox li:hover .deleteButton {
	opacity: 1;
}

@media screen and (max-width:768px) {
	#suggestBox {
		width: 80vw;
	}

	#searchBox {
		width: 80vw !important;
		margin-right : 5vw !important;
	}
}