.search div#header_search {
  /* width: 70%; */
  width: 310px;
  margin: 0 0 0 auto;
}
.search div#header_search form#header_search_form {
  /* height: 40px; */
  height: 45px;
  position: relative;
  /* margin-bottom: 0.5rem; */
  margin-bottom: 14px;
  margin-top: 20px;
}
.search div#header_search form#header_search_form #hsf_keyword {
  position: absolute;
  left: 0;
  top: 0;
  /* font-size: 0.85em; */
  font-size: 14px;
}
.search div#header_search form#header_search_form #hsf_keyword_form_submit {
  /* height: 40px; */
  height: 45px;
  position: absolute;
  right: 10px;
  top: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 15px;
}
.search div#header_search form#header_search_form #hsf_keyword_form_submit:hover {
  color: #f01d4f;
}
.search div#header_search div#hot_words {
  display: flex;
  font-size: 0.6rem;
}
.search div#header_search div#hot_words ul {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.search div#header_search div#hot_words ul li a {
  text-decoration: underline;
}

/*# sourceMappingURL=st.style.css.map */


.header_nav_sns {
	width: 100%;
}
.social_list {
    display: inline-block;
    margin-right: 20px;
}
.social_list:last-child {
    margin-right: 0;
}
.social_list img {
	width: 30px;
	height: auto;
	vertical-align: middle;
}