@charset "euc-jp";
/*龠龠龠*/

/* フォーム */
input {
    margin: 0;
    padding: 1px;
}

select {
    border: 1px solid #7f9db9;
    background-color: #fff;
}

input.default {
    border: 1px solid #7f9db9;
    width: 250px;
    height: 16px;
    background-color: #fff;
}

/* IE6 only */
* html input.default {
    height: 14px;
}
/* IE7 only */
*:first-child+html input.default {
    height: 14px;
}

textarea.default {
    border: 1px solid #7f9db9;
    width: 400px;
    height: 150px;
    background-color: #fff;
}

/* エラー */
#error {
    border: 1px solid #ff9191;
    background-color: #fff8f8;
}
#error h3#notice {
    margin: 10px auto;
    text-align: center;
    color: #ff3b3b;
    font-weight: bold;
}
#error ul {
    margin: 10px 0 10px 10px;
}
#error ul li {
    line-height: 20px;
    vertical-align: middle;
    list-style: none;
    background: transparent url(../image/icon/error.gif) no-repeat left center;
}
#error ul li a {
    margin-left: 25px;
    text-decoration: none;
    color: #ff3b3b;
    font-weight: bold;
}

span.error {
    color: #ff3b3b;
    font-weight: bold;
}

/* エラーになったテキストボックス */
input.error {
    border: 1px solid #ff9191;
    background-color: #fff8f8;
}
/* エラーになったセレクトボックス */
select.error {
    border: 1px solid #ff9191;
    background-color: #fff8f8;
}
/* エラーになったテキストボックス以外のもの（例：セレクトボックスなど） */
div.error {
    border: 1px solid #ff9191;
    width: 0;
}

/* ナビゲーション */
#navigation {
    height: 25px;
}
#navigation p.result {
    float: left;
}
#navigation p.result span.red {
    color: #f33;
    font-weight: bold;
}
#navigation p.registration {
    float: right;
}

/* ページャー */
#pager {
    clear: both;
    margin-bottom: 10px;
}
#pager ul {
    text-align: center;
}
#pager ul li {
    display: inline;
    padding: 5px;
    font-size: 107.8%;
}
#pager ul li a {
    text-decoration: none;
    color: #00f;
}
#pager ul li span.now {
    font-size: 120%;
    color: #f33;
    font-weight: bold;
    width: 20px;
}

/* メインカラム-トップバナー- */
#banner {
    border: 0px solid #00f;
    width: 438px;
}

#banner img {
    border: 0px solid #f00;
    margin: 0 0 10px 0;
}

/* 右カラム-バナー広告- */
#ad {
    width: 170px;
}

#ad img {
    margin: 0 5px 5px 0;
}

/* 右カラム-カレンダー- */
table.calendar td.back_red {
    border: 1px solid #b5b3b3;
    padding: 3px;
    background-color: #a00;
    color: #fff;
}

/* 商品詳細ページの価格表示 */
div#main div.main_box3 form table.cat-list tr th.price2 span.through {
    color: #000;
    text-decoration: line-through;
}

/* 会員登録フォーム */
input#sei, input#mei, input#seiKana, input#meiKana {
    width: 90px;
}

input#mei, input#meiKana, select#prefId, input#address1, input#address2 {
    margin-top: 5px;
}

input#zip1, input#zip2 {
    width: 50px;
}

input#tel1, input#tel2, input#tel3 {
    width: 50px;
}

input#contact1, input#contact2, input#contact3 {
    width: 50px;
}

/* 購入フォーム */
input#deliverySei, input#deliveryMei, input#deliverySeiKana, input#deliveryMeiKana {
    width: 90px;
}

input#deliveryZip1, input#deliveryZip2 {
    width: 50px;
}

input#deliveryTel1, input#deliveryTel2, input#deliveryTel3 {
    width: 50px;
}

div#page div#page2 div#order_bk div#order_box form table tr td.code {
    width: 100px;
}

div#page div#page2 div#order_bk div#order_box form table tr td.price {
    width: 100px;
}

div#page div#page2 div#order_bk div#order_box form table tr td.number {
    width: 50px;
}

/* 在庫不足ページ */
div#main div.main_box3 form p.button {
    text-align: center;
}
