@charset "utf-8";
/*
 * CSS Document
 * name   :base.css v1.0
 * author :Gongwj
 * time   :2018-08-21 
 */
#wh_a {width:100%;}
#wh_b {max-width:640px;margin-left: auto;margin-right: auto;}
#wh_c {width:auto;margin-left: 10px;margin-right: 10px;position:relative;}

#logo {width:100px;height:30px;text-indent: -99em;background:url(/style/images/public/logo_200x60.png) no-repeat center;background-size: 100%;-moz-background-size: 100%;margin-left: auto;margin-right: auto;margin-top:10px;}

#searchbar {margin-top:10px;}

#hot_ttl {
	font-size:12px;
	display: inline;
	background: #fff;
	text-align: center;
	padding: 6px 15px 6px 15px;
	height: 30px;
}
#hot_block {
	text-align: center;
	padding: 15px 0 5px 15px;
	background-color: #fff;
	width:100%;
	display: inline-block;
}
.hot_text {
    float: left;
	margin:0 15px 10px 0;
}
.hot_text_block {
    float: left;
	margin:0 15px 10px 0;
}
.hot_text_none {
    display: none;
}
.hot_text_a {
	color: #009933;
	font-size:14px;
    font-weight: 500;
}


#hotinfo_ttl {
}
.hotinfo_ttlitem_default {
	font-size:12px;
	display: inline;
	background: #fff;
	text-align: center;
	padding: 6px 15px 6px 15px;
	margin: 0 8px 0 8px;
	height: 30px;
	cursor:pointer;
}
.hotinfo_ttlitem {
	font-size:12px;
	display: inline;
	font-weight: 500;
	text-align: center;
	padding: 6px 7px 6px 7px;
	height: 30px;
	cursor:pointer;
}


#more_block {
	text-align: center;
	padding: 12px 0 2px 15px;
	background-color: #fff;
	width:100%;
	display: inline-block;
}
.more_item_button_text {
    float: left;
	padding: 0 10px 0 10px;
	border:1px solid #ccc;border-radius:20px;
	margin:0 10px 10px 0;
}
.more_item_button_text_a {
	color: #009933;
	font-size:14px;
    font-weight: 800;
}



.b_searchboxForm {
	background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 1px 3px 1px rgba(0,0,0,.16);
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 1px 3px 1px rgba(0,0,0,.16);
    height: 44px;
    border-radius: 0px;
    z-index: 1;
}

.b_searchbox {
    min-width: auto;
    width: 150px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    height: 44px;
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0;
    flex: 1 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-hyphens: manual;
    padding: 0 7px 0 12px;
}

.b_searchboxSubmit {
    width: 20px;
    height: 20px;
    border: 0;
    margin: 12px 12px 12px 11px;
    text-indent: -99em;
    background-position: -31px 0;
}

.b_searchboxSubmit {
    background: url(/style/images/public/SharedSpriteMobile_2018_07_12.png) no-repeat -75px 0;
    background-size: 320px 38px;
}

.reslutItem{
    display: block;
	margin-top:10px;
	padding: 15px;
	background-color: #fff;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 1px 3px 1px rgba(0,0,0,.16);
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 1px 3px 1px rgba(0,0,0,.16);
    border-radius: 0px;
}

.reslutItem_Ttl {
    display: block;
}


#wh_bottom_bar {margin-top:10px;margin-bottom:10px;font-size:10px;}
