@charset "Shift_JIS";
/* ----------------------------------------------------------
  TITLE : CLUB MIZUNO
  Copyright (C) MIZUNO
---------------------------------------------------------- */

/*----------------------------
    1. ログイン・パスワードリマインダ共通設定
    2. ログイン
    3. パスワードリマインダ
    4. ログイン：購入手続き前
------------------------------ */

/*   1. 共通設定
---------------------------------------------------- */
/* 基本レイアウト */
#wrap #container3 .noside {
    width: 850px;
    margin: 35px auto 0;
}

/* リンク設定 */
#wrap #container3 .noside a {
    color: #00a0c6;
}

#wrap #container3 .noside a:link {
    text-decoration: underline;
}

#wrap #container3 .noside a:visited {
    text-decoration: underline;
}

#wrap #container3 .noside a:hover {
    text-decoration: none;
}

#wrap #container3 .noside a:focus {
    text-decoration: none;
}

#wrap #container3 .noside a:active {
    text-decoration: underline;
}

/* フォームの長さ設定 */
#wrap #container3 .noside .inputForm {
    width: 170px;
    margin-right: 10px;
}

/* ボタンの配置設定 */
#wrap #container3 .noside p.buttom {
    width: 780px;
    text-align: center;
    margin-top: 20px;
}


/* テーブル */
#wrap #container3 .noside h3 {
    margin-top: 25px;
    font-weight: bold;
}

#wrap #container3 .noside table {
    border: 1px solid #b8b8b8;
    width: 780px;
    margin-top: 20px;
    border-collapse:collapse;
    border-spacing:0;
}

#wrap #container3 .noside table th,
#wrap #container3 .noside table td {
    padding: 15px;
    border: 1px solid #b8b8b8;
    text-align: left;
}

#wrap #container3 .noside table th {
    font-weight: normal;
    width: 150px;
    background: #f2f2f2;
}


/*   2. ログイン
---------------------------------------------------- */
#wrap #container3 .noside .loginArea ul {
    margin: 5px 0 0 0;
}

#wrap #container3 .noside .loginArea ul li {
    display: inline;
    margin: 0 10px 0 0;
}

#wrap #container3 .noside .loginArea ul li input {
    position: relative;
    top: -2px;
}

#wrap #container3 .noside .entryArea h4 {
    width: 768px;
    border: 1px solid #b8b8b8;
    color: #000099;
    margin-top: 35px;
    padding: 5px;
}

#wrap #container3 .noside .entryArea h4 span {
    border-left: 4px solid #000099;
    font-weight: bold;
    padding-left: 5px;
}

#wrap #container3 .noside .entryArea {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 5px;
}

#wrap #container3 .noside .entryArea .mtop {
    margin: 10px 0 10px;
}

#wrap #container3 .noside .entryArea a {
    display: block;
    padding-left: 10px;
    background: url(../images/parts/common/point_lightgray.gif) 0px 5px no-repeat;
}

#wrap #footer {
    margin-top: 40px;
}

/*   3. パスワードリマインダ
---------------------------------------------------- */
#wrap #container3 .noside p.remText {
    margin: 1em 0 0 0;
}

#wrap #container3 .noside .remCpArea ul {
    margin: 1em 0 0 0;
}

#wrap #container3 .noside .remCpArea ul li {
    list-style:none outside none;
    display: inline;
    margin: 0 2em 0 0;
    padding-left: 10px;
    background: url(../images/parts/common/point_lightgray.gif) left center no-repeat;
}

#wrap #container3 .noside .remCpArea p {
    margin: 2em 0 0 0;
}

#wrap #container3 .noside .remCpArea p.buttom {
    margin: 20px 0 0 0;
}

#wrap #container3 .noside .remCpArea p.buttom img {
    margin: 0 10px;
}

#wrap #container3 .noside .remCpArea table {
    border: 1px solid #b8b8b8;
    width: 780px;
    margin-top: 2em;
    border-collapse:collapse;
    border-spacing:0;
}

#wrap #container3 .noside .remCpArea table th,
#wrap #container3 .noside .remCpArea table td {
    padding: 8px;
    text-align: left;
}

#wrap #container3 .noside .remCpArea table th {
    width: auto;
}


#wrap #container3 .noside .reminderPass p span {
    font-size: 10px;
}

#wrap #container3 .noside .reminderPass p.confirm {
    margin: 5px 0 0 0;
}

/*   4. ログイン：購入手続き前
---------------------------------------------------- */
/* 基本レイアウト */
#wrap #footer {
    margin-top: 80px;
}

#wrap #container3 .noside .loginAreaWith {
    float: left;
    width: 470px;
}

#wrap #container3 .noside .firstArea {
    float: right;
    width: 330px;
}

/* 共通見出し */
#wrap #container3 .noside .loginAreaWith h3,
#wrap #container3 .noside .firstArea h3.rv {
    margin: 4px;
    padding: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #000099;
    border-left: 4px solid #000099;
}

/* 会員の方はこちら */
#wrap #container3 .noside .loginAreaWith h4 {
    margin: 10px 0 0;
}

#wrap #container3 .noside .loginAreaWith table {
    width: 470px;
    border-collapse:collapse;
    border-spacing:0;
}

#wrap #container3 .noside .loginAreaWith table th {
    width: 70px;
}

#wrap #container3 .noside .loginAreaWith table td p {
    margin: 10px 0 0;
    line-height: 1;
}

#wrap #container3 .noside .loginAreaWith p.buttom {
    width: 470px;
}

/* はじめての方はこちら */
#wrap #container3 .noside .firstArea .explain {
    margin: 20px 0 0;
    padding: 15px;
    border: 1px solid #EA8F03;
    background-color: #FEF2DC;
}

#wrap #container3 .noside .firstArea .notice {
    color: #C00000;
    margin: 0 0 0 5px;
}

#wrap #container3 .noside .firstArea .notice em {
    font-weight: bold;
    color: #C00000;
}

#wrap #container3 .noside .firstArea h4 {
    margin: 10px 0 0;
}

#wrap #container3 .noside .firstArea h5 {
    margin: 5px 0 5px 5px;
    font-weight: bold;
}

#wrap #container3 .noside .firstArea h6 {
    margin: 10px 0 0;
    padding: 10px 10px 10px 25px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    background-color: #F2F2F2;
    border: 1px solid #02019A;
}

#wrap #container3 .noside .firstArea h6 em {
    font-weight: bold;
    color: #C00000;
}

#wrap #container3 .noside .firstArea p.buttom {
    width: 300px;
}

#wrap #container3 .noside .firstArea p.rv {
    width: 330px;
}
