﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    /* font-family: Verdana,Arial,Helvetica,sans-serif; */
    font-family: 'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    color: #555555;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 150%;
    letter-spacing:1px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: none; }
a:link { color: #ff6600; }
a:visited { color: #999; }
a:hover {
    text-decoration:underline;
    color: #36B3E3;
}
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 10px; }
em {
    font-style: normal;
    color: #ff0000;
}
div#red01 {
color:#ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    background: url("../img/header/bg_h.jpg");
    width: 1000px;
    height: 100px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 20px 0 0 10px;
    width: 200px;
    height: 70px;
    background: url("../img/header/logo.jpg");
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 60px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}

/* ブロックヘッダー
----------------------------------------------- */
div#bloc_head {
    padding: 15px 0 0 0;
    margin:0 auto 5px auto;
}

/* フレーム
----------------------------------------------- */
div#container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
    background-color: #fff;
    text-align: left;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#leftcolumn {
    float: left;
    width: 200px;
}

div#rightcolumn {
    float: right;
    width: 166px;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 420px;
	margin:0 15px;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 594px;
    padding: 0;
	margin:15px 15px 0 15px;
}
/* 2カラム設定の1カラム */
div#one-two {
    margin-left: -230px;
    margin-top: -70px;
}
/* 1カラム設定 */
div#one_maincolumn {
    padding: 0;
	margin:15px 15px 0 15px;
}

div#test{
    font-size:12px;
    font-weight:bold;
}



/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 188px;
    padding: 5px;
    border: solid 1px #ccc;
text-align: center;
}

div#cartarea p {
    padding: 5px 0 5px 0px;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 153px;
    padding: 5px;

    border: solid 1px #febf6f;
    background-color: #fff;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_or.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_gr.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: normal;
}
div#categoryarea li.level1 li {
     font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a { text-decoration: none; }
a:link { color: #ff6600; }
a:visited { color: #757575; }
a:hover {
    text-decoration:underline;
    color: #36B3E3;
}

/* ガイドリンク
----------------------------------------------- */
#guidearea {
	margin:15px auto;
    line-height: 0;
}

#guidearea li {
	margin:0 auto 5px auto;
    line-height: 0;
}


/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 188px;
    margin:5px 0 0 0;
    padding: 5px;
    border: solid 1px #ccc;
text-align: center;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 120px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
	width:166px;
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    /* padding: 2px; */
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #0071BC;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #fff6ce;
    color: #ff0000;
}

#block-calendar caption {
    color: #DD4400;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
    width: 764px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}

#footer {
    color:#333;
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    /*border-top: 1px solid gold;*/
    background-color: #ffffff;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}

#footer a {
    color:#ccc;
    font-size: 10px;
    text-decoration:none;
}

#footer a:hover {
    color:#999;
    font-size: 10px;
    text-decoration: none;
}

#footer ul {
    margin-left: 260px;
    padding:0;
}

#footer ul li {
    margin:0 10px 0 0;
    padding:0;
    float:left;
}


/* Q&Aページ */
#tmp-page {
    color: white;
}
#tmp-page ul li{
    list-style: url(../img/tmp/icon_q.gif) inside;
}
.q_a-h1 {
    font-size: 14px;
    font-weight: bold;
    color: #009900;
}
#q_a-left_column {
    width: 380px;
    float: left;
}
#tmp-page h1 {
    width: 780px;
    height: 46px;
    line-height: 46px;
    padding-left: 32px;
    font-size: 16px;
    background: url(../img/tmp/tmp2.jpg) no-repeat;

}


#tmp-page h2 {
    margin-top: 8px;
    color: #212121;
    font-size: 18px;
    color: #004400;
}
#tmp-page p {
    color: #212121;
}
/* review_pop */
#review_pop{width: 780px;height:351px;overflow:hidden;position:relative;}/* 表示個数 x 117px */
#review_pop .box{background: #fff;border: 1px solid #ccc; margin-bottom:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
#review_pop .box_body{padding:10px;}
#review_pop .img{float:left;width:90px;height:90px;}
#review_pop .txt{float:left;width:640px;height:90px;position: relative;line-height:1.2;}
#review_pop .user{position:absolute;bottom:0;right:0;font-size:10px;color:#999;}
.price-pop { font-weight: bold;color: red; }


/*confirm_btn */

div.tblareabtn .btn_rpst2 .btn_next a {
display: block;
padding:15px;
margin:15px auto;
width:250px;
background :#ff0000;
color:#fff;
font-weight:bold;
font-size:18px;
border-radius: 10px;	
}

div.tblareabtn .btn_rpst2 .btn_next a:hover{
background :#960000;
}