@charset "utf-8";
/* CSS Document */


div.search-block {
	margin: 0px 0px 0px 20px;
}

.searchform-block01 {
	background: url(../images/search/search_bg__area.jpg) no-repeat 0px 0px;
	width: 312px;
	height: 72px;
	float:left;
}
.searchform-block02 {
	margin: 0px 0px 0px 10px;
	background: url(../images/search/search_bg_name.jpg) no-repeat 0px 0px;
	width: 312px;
	height: 72px;
	float:left;
}
.searchform-box {
	padding: 36px 0px 0px 20px;
}
.searchform1 {
	position: relative;
}
div.keywords-box {
	width: 202px;
	height: 25px;
	background: url(../images/search/search_input_bg.jpg) no-repeat 0px 0px;
}

.keywords1	{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	width: 172px;
	height: 25px;
	border: 0px solid #CCC;
}
.searchBtn1	{
	position: absolute;
	top: 2px;
	left: 208px;
}

.search-area {
    padding: 5px 10px 10px 10px;
}

.search-area-text {
    display: inline-block;
    color: #ffffff;
    padding: 3px 5px;
    background: -moz-linear-gradient(top, #ffa0be 0%, #ff87af);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa0be), to(#ff87af));
}

.search-area-aicon {
    border: 6px solid transparent;
    border-left-color: #ffc6a9;
    border-right-width: 0;
    width: 0;
    float: left;
    margin: 3px 5px;
}

.area-label {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}

.search-area-check {
    display: none;
}

.search-area-check + div.area-box {
    display: none;
    clear: both;
}

.search-area-check:checked + div.area-box {
    display: block;
    margin: 10px 0;
    width: 100%;
    clear: both;
}

.area-box2 {
    display: table;
    width: 100%;
}

.area-element {
    display: table-cell;
    width: 18%;
    padding: 5px;
}

/**
 * New Customize Expand List City for SP
 */
@media (max-width: 700px) {
    .search-area.area-box {
        margin-top: 0px !important;
    }

    .area-label {
        font-weight: bold;
        font-size: 14px;
    }
}

.area-box .text-label-area {
    font-weight: bold;
    margin: 5px 0;
    border-left: 3px solid #ff3366;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.search-area-aicon.search-area-actived {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #ffc6a9;
    margin-top: 5px;
}
div.banner-search-results img {
    margin: 0 0 10px;
}