.walk_user_box *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:22px;}
.walk_user_box{
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.walk_user_box .walk_user_ava{
    float: left;
    margin-right: 15px;
    position: relative;
}
.walk_user_box .walk_user_ava > a{display:block;line-height:0}
.walk_user_box .walk_user_ava > a img{
    width: 125px;
    border: 1px solid #e74c3c;
    padding: 4px;
}
.walk_user_box .walk_user_data{
    float: left;
}
.walk_user_box .walk_user_data .walk_user_nick{
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}
.walk_user_box .walk_user_data .walk_user_nick a, .walk_user_categories span a{color: #e74c3c;}
.walk_user_box .walk_user_data .walk_user_nick a:hover, .walk_user_categories span a:hover{color:#d0210e}
.walk_user_categories span:after{content: ",";}
.walk_user_categories span:last-child:after{content: "";}

.walk_user_walking{
    border: 1px solid #e74c3c;
    background: #f55b4b;
    margin: -1px 0 0 0;
    text-align: center;
}
.walk_user_walking a{color: #fff;display: inline-block;width: calc(100% - 35px);padding: 4px;text-decoration: none;}
.walk_user_walking a.is_walked{cursor:default}
.walk_user_walking a img{vertical-align: -2px;}
.walk_user_walking a:nth-child(2){width: 30px;}
.walk_user_walking:hover{background: #e74c3c;}
.walk_user_walking a:nth-child(2):hover{background: rgb(0 0 0 / 34%);}

.tool-container.tool-bottom.toolbar-is_walk_toolbar {
    height: 38px;
    min-width: 73px;
    border-radius: 0;
    text-align: center;
	background: #f55b4b;
}
.tool-container.tool-bottom.toolbar-is_walk_toolbar .arrow{border-color: transparent transparent #f55b4b}
.toolbar-is_walk_toolbar .tool-items {display: inline-block}

.toolbar-is_walk_toolbar .tool-item {
    width: 32px;
    height: 32px;
    padding: 3px 0 3px 3px
}
.toolbar-is_walk_toolbar .tool-item:hover {background: 0 0}
.toolbar-is_walk_toolbar .tool-item:last-child {
    padding-right: 3px;
    color: #fff;
    line-height: 26px;
    font-family: sans-serif;
    text-decoration: none;
    height: 26px;
    width: 26px;
    margin: 3px;
	text-transform: lowercase;
}

.toolbar-is_walk_toolbar .tool-item:last-child:hover {background: rgba(0, 0, 0, 0.28);border-radius: 0;}

.toolbar-is_walk_toolbar .tool-item img {vertical-align: middle}

.walk_notice_select{
    width: 125px;
    height: 73px;
    padding: 5px;
    background: #f55b4b;
    color: #fff;
    position: absolute;
    bottom: 32px;
    text-align: center;
    font-size: 13px;
    line-height: 0;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.25);
    display:none;
}
.walk_notice_select p{
    margin: -5px -5px 0px;
    background: #FFC107;
    line-height: 16px;
    padding: 5px 0;
}
.walk_notice_select p.wl_checkbox{
    margin: 0 -5px;
    text-align: left;
    background: none;
    padding: 0;
    line-height: 0;
    height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.walk_notice_select p.wl_checkbox:last-child{border: none;height: 20px;}
.walk_notice_select p input{
    vertical-align: middle;
    margin: 0 5px 0;
}
#walkeds_info_window {
    max-width: 290px;
    line-height: 0;
    padding: 10px;
    overflow: hidden
}
#walkeds_info_window a {
    margin: 2px;
    display: block;
    float: left
}
#walk_map_toggle{cursor:pointer}

@media screen and (max-width: 540px) {
	.walk_user_box .walk_user_ava {
		float: none;
		margin: 0 auto 10px;
		display: inline-block;
	}
	.walk_user_box .walk_user_data{float:none}
}