
/*
 お問合せ ＆ マイアカウント ＆ 友達に教える ＆ メルマガ の共通CSS
*/

.p-page__wrap .p-shop__header {
    background-color: #000;
    padding: 35px;
}

a {
    color: #ee7a00;
}

/* 登録ボンタなど */
.c-button--primary {
    background: #ee7a00;
}
.c-button--primary:hover {
    background: #ec9841;
}

/* 解除ボタン */
.c-button--danger {
    background: #000000;
}
.c-button--danger:hover {
    background: #333333;
}
.c-button--danger, .c-button--danger:link, .c-button--danger:hover, .c-button--danger:active, .c-button--danger:visited {
    color: #ffffff;
}

.c-alert {
    color: #111111;
    background: #f5f5f5;
}

.c-form__title {
    color: #111111;
    vertical-align: middle;
}

.p-page__title {
    color: #111111;
}

.c-input--text {
    font-size: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    border: 2px solid #999;
}

.view_smartphone h1 {
    margin-top:0px;
    background-color: #000;
    padding: 35px;
}

h1 { font-size:10px; }

@media (max-width: 768px) {
}