<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#header_search_box {
    border: 5px solid #FFDAED !important;
    background-color:#fff !important;
    border-radius:3px;
}
/* 人気タグ */
.hot_tags{
	margin:0;
	padding:0;
}

.hot_tags li, .hot_tags a{
	float:left;
	height:30px;
	line-height:30px;
	position:relative;
	font-size:14px !important;
	font-weight:normal !important;
}

.hot_tags a{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#efead8;
	color:#483512 !important;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
} 

.hot_tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #efead8 transparent transparent;
	border-style:solid;
	border-width:15px 12px 15px 0;		
}

.hot_tags a:after{
	content:"";
	position:absolute;
	top:13px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #544221;
	-webkit-box-shadow:-1px -1px 2px #544221;
	box-shadow:-1px -1px 2px #544221;
}

/* 人気のある検索キーワード */
#header_search_box div.search-word-tag {
    float:left;
    width:auto;
    height:auto;
    padding: 5px 5px 5px 0;
}
#header_search_box div.search-word-tag a {
    display:inline-block;
    text-decoration:none;
    padding:5px;
    color:#fff;
    font-weight:normal;
    background-color:#ef7372;
    border-radius:3px;
}
.modal_header_search_title {
    margin: 30px 0 0 0;
    border-bottom: 3px solid #df4592;
}
.filter-parent {
    position: relative;
    font-size: 18px;
    padding-top: 40px;
    margin: -20px auto 10px;
}
.filter-parent label {
    position: absolute;
    left: 17px;
    top: 53px;
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
}
.filter-parent #filter-by {
    display: block;
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
    width:100%;
    height: 46px;
    font-size: 18px !important;
    line-height: 1.33 !important;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-parent #filter-clear {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 53px;
}
.hide {
    display: none !important;
}
</pre></body></html>