﻿@charset "UTF-8";
/* =============================================================================
#
# INFORMATION
#
# FileName:	head_smp.css
# Created:	2018-10-04
# UpdatedBy:2018-10-04
#
============================================================================= */
/* =============================================================================
 気になる
============================================================================= */
/* Base layout
------------------------------------------ */

@media only screen and (max-width: 599px) {

    .member-favorites {
        position: relative;
		display: inline-block!important;
        top: 6px;
        width: 75px;
    }

    .member-applications {
        overflow: inherit!important;
    }

    .button-favorites-list {
        display: inline-block;
        overflow: hidden;
        width: 68px;
        height: 44px;
        border-radius: 4px;
        background: url("../images/common/btn_favorited_list.png") center no-repeat;
        background-color: #6cb450;
        background-size: 60px auto;
        text-indent: 100%;
        white-space: nowrap;
    }

    .button-applications {
        width: 51px!important;
        height: 44px!important;
        border-radius: 4px!important;
        background: url("../images/common/btn_mypage.png") center no-repeat!important;
        background-color: #0f5a84!important;
        background-size: 44px auto!important;
    }

}