#topLoader {
	display: none;
	text-align: center;
	background: #fff;
	height: 300px;
	line-height: 300px;
	z-index: 100;
}

#bottomLoader {
	display: none;
	text-align: center;
	background: #fff;
	height: 100px;
	line-height: 100px;
	z-index: 100;
}

#fade {
	display: none;
}

.pagination {
	background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.pagination ul li {
	background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    margin: 2px 2px;
    padding: 10px 5px;
    width: auto;
    min-width: 25px;
}
@media only screen and (max-width: 350px) {
    .pagination ul li {
        min-width: 20px;
    }
}

.pagination ul li.current {
	background: #318acc none repeat scroll 0 0;
    color: #fff;
}

.pagination ul li a{
	color: #318acc;
}

.pagination ul li.current a{
	color: #318acc;
}

#mybike_list .not_found, #diary_list .not_found {
	font-size: 14px;
    margin: 50px 0 50px;
    text-align: center;
}

#mybike_list .not_found span, #diary_list .not_found span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.mygarage {
    padding: 30px !important;
}

/* browsers: UI select appearance */
#diary_list.fixed .model_info .box_group #kaitori_check #kaitori_bike_list .select-box .custom > select ,
#mybike_list.fixed .model_info .box_group #kaitori_check #kaitori_bike_list .select-box .custom > select ,
#mygarage_list.fixed .model_info .box_group #kaitori_check #kaitori_bike_list .select-box .custom > select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#w_comm_sp #contents ul.list .thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 500px;
    max-height: 250px;
}

#w_comm_sp.sx_slide.sx_out {
    display: none;
}

#w_comm_sp.sx_slide.sx_reverse.sx_in {
    -webkit-transform: unset;
    -webkit-animation-name: none;
}