@charset "utf-8";

/* RESET
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead  {
    border  : 0;
    margin  : 0;
    padding : 0;
}
caption, th, td {
    border-spacing : 0px;
    empty-cells    : show;
    text-align     : left;
    font-weight    : normal;
}
a img,
iframe {
    border : none;
}
ol,ul,li {
    list-style : none;
}
input,textarea,select,button {
    font-size   : 100%;
    font-family : inherit;
}

/* DEFAULT
----------------------------------------------- */
body {
    color       : #333;
    font-family : "Helvetica", "Arial", "Verdana", sans-serif, "メイリオ", "Mairyo", "ヒラギノ角ゴPro" ;
    font-size   : 80%;
    line-height : 150%;
    word-wrap   : break-word;
    -webkit-text-size-adjust : none;
}
select {
    height  : 25px;
    padding : 3px;
    border  : 1px solid #ccc;
    border-radius: 3px;
}
/*写真*/
.picture {
    border : none;
}
/* 全体を包括 */
.frame_outer {
    margin     : 0 auto;
    text-align : center;
    width      : 100%;
    background : #ededed;
}
/* コンテンツ */
#container {
    padding    : 0 0 10px;
    text-align : left;
    clear      : both;
}
#maincolumn_wrapper{
    width      : 1100px;
    margin     : 0 auto;
}
/* リンク設定 */
a {
    color : #333;
    text-decoration: none;
}
a:hover {
    color : #000;
    text-decoration: underline;
}
/* フォント */
h1,h2,h3,h4,h5 {
    font-size   : 100%;
    line-height : 150%;
}
.sale_price {
    color       : #333;
    font-weight : bold;
}
.normal_price {
    font-size   : 85%;
    font-weight : bold;
}
.point, .price {
    color       : #CC0000;
    font-weight : bold;
}
.user_name {
    font-weight : bold;
}
.price_strong {
    font-size   : 140%;
}
.recommend_level {
    font-size   : 120%;
    padding     : 0 10px 0 0;
    color       : #ffcf11;
    width       : 85px;
    display     : block;
    float       : left;
}
.voice_title_name {
    display     : block;
    float       : left;
    word-break  : break-all;
}
.attention {
    color: #CC0000;
    font-weight:bold;
    clear : both;
}
.attentionSt {
    color: #CC0000;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 85%;
}
.more {
    padding: 0 25px 0 0;
    text-align: right;
    font-size: 70%;
}
.bold_red {
    font-weight: bold;
    color: #CC0000;
}
.caution {
    padding: 20px;
    border: 1px solid #CCCCCC;
    background: #FFDDDD;
}
.errorbox {
    margin: 10px 0;
    padding: 20px;
    color: #CC0000;
    font-weight: bold;
    font-size: 110%;
    border: 5px solid #FFB2B2;
    background: #FFF8F8;
    clear: both;
    overflow: hidden;
}
/* ボタン */
.btn_area {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    clear:both;
}
.entry_area .btn_area, .login_area .btn_area {
    margin: 0 auto;
}
/* フロート回り込み解除 */
.clearfix:after {
    height: 0px;
    display: block;
    clear: both;
    line-height: 0px;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
/* 行揃え */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}
/* フォームパーツ */
input[type="text"],
input[type="password"] {
    height: 20px;
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
textarea {
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    margin: -1px;
    outline: none;
    border: 2px solid #999999;
}
#form1 h3 {
    margin: 0 0 15px;
    border-bottom:dotted 1px #333333;
}

/* COLUMN
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#footerbottomcolumn {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
}
#bottomcolumn{
    padding: 0 0 20px;
    text-align: left;
}
/* サイドカラム */
#leftcolumn {
    width: 210px;
    float: left;
}
#rightcolumn {
    width: 210px;
    float: right;
}
/* 1カラム設定 */
#one_maincolumn {
    width: 100%;
    margin: 0 auto;
}
/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    width: 710px;
    padding-left: 1.5%;
    float: left;
}
/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 860px;
    float: right;
}
/* 3カラム設定 */
#three_maincolumn {
    width: 500px;
    padding-left: 20px;
    float: left;
}
/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    font-size: 95%;
}
#under01column {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}

/* FORM
----------------------------------------------- */
.select {
    border: 1px solid #ccc;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box175 {
    width: 175px;
}
.box180 {
    width: 180px;
}
.box190 {
    width: 190px;
}
.box200 {
    width: 200px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box410 {
    width: 410px;
}
#h12 {
    height: 12px;
}
.h200 {
    height: 200px;
}
/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px!important;
}
ul.top {
    margin: 0 0 10px;
    line-height: 2.1;
    display: block;
    clear: both;
    overflow: hidden;
}
ul.top li {
    float: left;
}
.ng_top {
    margin-bottom: 0 !important;
}

/* TITLE
----------------------------------------------- */
h2.title {
    margin: 10px 0 15px;
    padding: 10px 5px;
    font-size: 120%;
}
#under01column h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#undercolumn_shopping h2 {
    padding: 0 0 10px;
    font-size: 130%;
}

/* TABLE
----------------------------------------------- */
table {
    width: 100%;
    margin: 15px auto 20px;
    border-top: 1px solid #CCC;
    border-collapse: collapse;
}
table th {
    padding: 15px;
    border-bottom: 1px solid #CCC;
    background-color: #F5F5F5;
    vertical-align: top;
}
table td {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}
.bg_gray {
    background: #F5F5F5;
}
.white_headline {
    background:none;
}
.border_dotted {
    border-bottom: 1px dotted #CCC;
}
.noborder {
    border: none;
}
/* マイページ */
#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}
#mycontents_area .btn {
    margin:0 0 20px 0;
    text-align: right;
    float:right;
}
/* その他 */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* HEADER
----------------------------------------------- */
/* レイアウト */
#header_wrap {
    margin: 0 0 10px;
    padding-top: 20px;
}
#header {
    width: 1100px;
    height:138px;
    margin: 0 auto;
    padding:5px 0 0;
    background: #fff;
    position: relative;
    font-family: Helvetica , Arial Black;
}
#logo_area {
    /*width: 304px;
    float: left;*/
    text-align: center;
    position:absolute;
    top:30px;
    left:390px;
    margin:0 auto;
    width:304px;;
    z-index: 200;
}
#header_utility {
    /*padding: 25px 0 0;*/
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 199;
}
#errorHeader {
    padding: 5px;
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
}
/* ロゴ */
#description_wrap{
    /*background: #EEE;*/
    display: block;
    height:20px;
    width:100%;
}
#site_description {
    width: 1100px;
    /*min-height: 17px;*/
    margin: -2px auto 0;
    padding: 2px 0 2px 0;
    font-size: 80%;
    text-align: left;
}
#logo {
    /*padding: 30px 0;*/
    display: block;
    overflow: hidden;
}
/* テキストロゴ非表示 */
#logo_area p span {
    display: none;
}
/* メインイメージ */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* NAVIGATION
----------------------------------------------- */
/* ヘッダーナビ */
#header_navi {
    width: 409px;
    height: 38px;
    float: right;
}
#header_navi ul li {
    display: block;
    float: left;
}
#header_navi ul li.mypage,
#header_navi ul li.entry {
    margin-top: 6px;
}
/* サブナビ */
#header_subnavi {
    /*width: 450px;*/
    clear: both;
    height:138px;
}
#header-shippingto{
    font-weight:bolder;
    position:absolute;
    top:5px;
    left:10px;
}
div#header-shippingto a img {
  vertical-align: middle;
  margin-right: 5px;
}
#subnavi_left {
    /*width: 210px;
    float: left;*/
    position: absolute;
    text-align: right;
    top: 5px;
    right: 12px;
    /*width: 50%;*/
    font-weight:bolder;
}
#login_btn_area {
    /*padding: 0 0 10px;*/
    clear: both;
    /*overflow: hidden;*/
    text-align: right;
}
#login_btn_area .left {
    float: left;
    overflow: hidden;
}
#login_btn_area .right {
    float: right;
    overflow: hidden;
}
.btn_area p {
    margin:0 0 20px;
    text-align:center;
}
#header_search {
    margin: 0;
    border: none;
    width: 377px;
    float: left;
}
#header_search td {
    padding: 0;
    border: none;
}
#header_search input[type="text"]{
    padding: 7px 7px;
    border-radius: 0;
}
.block_outer {
    overflow: hidden;
}
#subnavi_left .block_outer {
    /*width: 210px;*/
    padding: 0;
    /*float: left;
    overflow: hidden;*/
}
#subnavi_right {
  position: absolute;
  right: 5px;
  bottom:0;
  z-index: 250;
}
#subnavi_right .block_outer {
    width: 40px;
    /*padding: 4px;*/
    border: 1px solid #EAEAEA;
    /*float: right;*/
    overflow: hidden;
}
#header_cart_area .information {
    width: 150px;
    height: 50px;
    padding: 0 0 0 5px;
    font-size: 80%;
    letter-spacing: -0.05em;
    float: left;
    overflow: hidden;
    line-height: 1.8;
}
#header_cart_btn {
    float: right;
    overflow: hidden;
}
#totalquantity{
  text-align: center;
  background: #db0000;
  color: #fff;
  font-weight: 900;
  padding: 10px 0;
}

.item {
    font-size:100%;
}
.total {
    font-size:100%;
}
.postage {
    font-size: 85%;
}
/* グローバルナビ */
#global_navi {
    width: 1100px;
    /*text-align: left;*/
    clear: both;
    /*overflow: hidden;*/
    position: absolute;
    bottom:0px;
    z-index: 201;
}
#global_navi>li {
    display: inline;
    /*float: left;*/
    text-align: center;
    font-weight: 900;
    position: relative;

}
#global_navi>li{
   display: inline-block;
}
#global_navi>li:hover{
  background: #000;
}
#global_navi>li.cur{
  background: #000;
}
#global_navi>li.cur a{
  color:#fff;
}
#global_navi>li>a{
     padding:10px 30px;
     display: inline-block;
}
#global_navi>li>a:hover{
  text-decoration: none;
}

#global_navi>li:hover a{
  color:#fff;
}
#global_navi>li ul.lv2{
  display: none;
  position: absolute;
  top:31px;
  left: 0;
  width: 230px;
  background: #000;
  z-index: 2000;
  text-align: left;
  padding:13px;
}
#global_navi>li.srch ul.lv2{
  width: 450px;
  z-index: 1999;
}
#global_navi>li ul.lv2>li{
  font-weight: normal;
}
#global_navi>li ul.lv2>li a{
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
    width: 100%;
}
#cls{
  float:right;
  margin: 5px 0 0 0;
  cursor: pointer;
}
#navi01 {
    /*width: 200px;*/
}
#navi02 {
    /*width: 201px;*/
}
#navi03 {
    /*width: 180px;*/
}
#navi04 {
    /*width: 190px;*/
}
#navi05 {
    /*width: 189px;*/
}

/* インヘッダーブロック
----------------------------------------------- */
#headerInternalColumn {
    /*width: 450px;
    float: right;*/
}

/* HEADER LOGIN
----------------------------------------------- */
#header_login_area {
    /*width: 210px;
    height: 35px;
    letter-spacing: -0.075em;*/
}
#header_login_area a{
  margin:0 0 0 20px;
}
#header_login_area ul.formlist {
    margin-top: 5px;
}
#header_login_area ul.formlist li {
    float: left;
}
#header_login_area ul.formlist li.mail {
    width: 155px;
    padding-left: 28px;
    background: url("../img/common/ico_arrow_login.gif") no-repeat left;
    font-size: 90%;
}
#header_login_area ul.formlist li.password {
    padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory {
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.forgot {
    margin-top: 3px;
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.btn {
    width: 53px;
    padding-right: 5px;
}
#header_login_area p.btn {
    display: block;
    vertical-align: middle;
    font-size: 80%;
    letter-spacing: -0.1em;
    line-height: 1.6;
    float: left;
    overflow: hidden;
}
#header_login_area .point {
    color: #000;
}
#header_login_area .btn_utility {
    /*width: 60px;*/
    float: right;
    overflow: hidden;
}
#header_login_area input[type=image] {
    padding: 2px 0 0;
    vertical-align: middle;
}

/* FOOTER
----------------------------------------------- */
#footer_wrap {
    margin: 0 auto;

}
#footer {
    margin: auto;
    padding: 0px 0 0px;
    width: 1100px;
    margin: 0 auto;
}
#pagetop {
    width: 1100px;
    margin: 0 auto 20px;
    text-align: center;
}
#pagetop a{
  padding: 10px 0;
  background: #fff;
  width: 100%;
  display: block;
}
#pagetop a img {
    /*width: 93px;*/
}
#copyright {
    /*float:right;*/
    text-align: right;
    font-size: 85%;
    letter-spacing: 0;
    clear:both;
}
#footer_line {
    text-align: left;
    background: #fff;
    overflow: hidden;
    padding:27px 40px;
    margin-bottom:20px;
}
#footer_line ul{
  width: 176px;
  float: left;
}
#footer_line ul.big{
  width: 208px;
  float: left;
}
#footer_line ul.end{
  width: 176px;
  float: right;
}
#footer_line li{
  margin-bottom: 8px;
}
#footer_line li>h2{
  padding-bottom: 10px;
  font-size:110%;
}
#footer_line ul.end li div {
  height:47px;
  line-height: 47px;
}
#footer_line ul.end li a img{
  margin-right: 12px;
  float:left;
}
#footer_line li>a{
  font-size: 85%;
}
#footer_guide {
    font-size: 90%;
    text-align: left;
    float: left;
}
#footer_guide li {
    border-right: 1px solid #333;
    display: inline;
}
#footer_guide li.end {
    border-right: none;
}
#footer_guide li a {
    padding: 0 5px 0 0;
}

/* FOOTER SHOPPING GUIDE
----------------------------------------------- */
#shoppingguide_area {
    padding: 20px 0;
    font-size: 90%;
    border-top: 2px solid #EBEBEB;
}
#shoppingguide_box {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: left;
}
#shoppingguide_area h2 {
    padding: 0 0 10px;
}
#shoppingguide_area h3 {
    padding: 0 0 5px;
    font-size: 110%;
}
#shoppingguide_area p {
    padding: 0 0 10px;
}
#shoppingguide_area .block_body_left {
    width: 280px;
    padding: 0 60px 0 0;
    float: left;
    overflow: hidden;
}
#shoppingguide_area .block_body_right {
    width: 280px;
    float: right;
    overflow: hidden;
}
#shoppingguide_area .gray {
    padding: 10px 10px 0;
    background: #EAEAEA;
}
#shoppingguide_area table {
    margin: 0 0 20px;
}
#shoppingguide_area th,
#shoppingguide_area td{
    padding: 4px 8px;
}

/* COMPLETE MESSAGE
----------------------------------------------- */
#undercolumn_shopping #complete_area {
    width: 45%;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#complete_area .shop_information {
    padding: 10px 0 0;
}
#complete_area .message,
#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
#undercolumn_shopping #shop_information {
    width: 47%;
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
    float: right;
}
#undercolumn_shopping #shop_information th {
    background: #F5F5F5;
}
#undercolumn_shopping #shop_information td {
    border-bottom: 1px solid #CCC;
}
#undercolumn_shopping #shop_information .name {
    margin-bottom: 10px;
}
#completepage_entry {
    padding: 15px;
    background: #FFE6E6;
}
#completepage_entry .entry_attention {
    font-size: 150%;
    color: #FF0000;
    text-align: left;
}
#completepage_entry td {
    background: #FFF;
}
#completepage_entry .btn_agree_n_entry {
}
#undercolumn_shopping .information {
    width: 67%;
    float: left;
    overflow: hidden;
}
#completepage_entry p {
    text-align:center;
}

/* BLOCK
----------------------------------------------- */
/* ブロック共通 */
#container .block_body {
}
.side_column {
    overflow-x: hidden;/* IE6 表示乱れ防止 */
}
.side_column .block_outer {
    margin: 0 0 20px;
    border: 1px solid #EEEEEE;
}
.side_column .block_body {
}
.main_column .block_body {
    padding: 0 0 30px;
    overflow: hidden;
}
.side_column .block_body .box {
    width: 145px;
}
.main_column .block_outer {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    clear: both;
}
.main_column h2 {
    margin: 0 0 20px;
    border-bottom: 2px solid #444;
}
.main_column h2 span {
    padding: 5px 0 5px 10px;
    font-size: 125%;
    color: #000;
    display: block;
}
.main_column #undercolumn_list h2 {
    margin: 0 0 20px;
    border-bottom: 0px solid #444;
    font-size:150%;
    text-align: center;
    background: #fff;
}
.side_column h2 {
    border-bottom: 2px solid #999;
}
/* リスト */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 85%;
    background: url("../img/icon/ico_arrow.gif") no-repeat left center;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}
/* タイトルの背景 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2,
#category_area h2,
#recommend_area h2,
#ranking_area h2,
#inquiry_area h2,
#news_area h2,
#newitem_area h2,
#favorite_area h2,
#eventandcampaign_area h2,
#guide_area h2 {
    padding: 7px 0 7px 5px;
    border-style: solid;
}
/* ヘッダー上、フッター下のブロックエリア */
#topcolumn {
    margin: 0px;
    clear: both;
}
#bottomcolumn {
    margin: 0px;
    clear: both;
}
/* メインカラム用画像 */
.main_column #ranking_area .block_body .productImage,
.main_column #inquiry_area .block_body .productImage {
    width: 90px;
    margin-bottom: 10px;
    float: left;
}
#newitem_area .productImage,
#recommend_area .productImage,
#whobought_area .productImage,
.listphoto {
    width: 200px;
    height: 200px;
    /*margin: 0 0 10px;*/
    text-align: center;
    position: relative;
}
/* サイドカラム用画像 */
.side_column #recommend_area .block_body .productImage,
.side_column #inquiry_area .block_body .productImage {
    width: auto;
    float: none;
    text-align: center;
}
.side_column #ranking_area .block_body .productImage {
    width: 50px;
    float: left;
    text-align: center;
}
.productImage a:hover img,
.listphoto a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* 左右の割り振り  */
.main_column #newitem_area .product_item,
.main_column #recommend_area .product_item,
.main_column #ranking_area .product_item,
.main_column #inquiry_area .product_item,
.main_column #top-items .product_item,
#whobought_area .product_item {
    width: 200px;
    height:350px;
    margin: 0 25px 20px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
.main_column #newitem_area img.picture,
.main_column #recommend_area img.picture,
.main_column #ranking_area img.picture,
.main_column #inquiry_area img.picture,
.main_column #top-items img.picture,
#whobought_area img.picture{
   max-width: 200px;
}
.main_column #newitem_area .product_item_end,
.main_column #recommend_area .product_item_end,
.main_column #ranking_area .product_item_end,
.main_column #inquiry_area .product_item_end,
.main_column #top-items .product_item_end,
#whobought_area .product_item_end {
    width: 200px;
    height: 350px;
    margin: 0 0 20px 0;
    float: right;
    overflow: hidden;
    position: relative;
}
.productContents{
  position: absolute;
  bottom:0;
  width:100%;
  height:150px;
  color: #fff;
}
.productContents h3{
  font-size:95%;
  height:60px;
  text-align: center;
  padding:10px 10px;
}
.productContents h3 a{
  color: #fff;
  font-weight: normal;
}
.productContents .pricebox{
  padding:0 0px 10px;
  text-align: center;
  font-size:125%;
  font-weight: bold;
  white-space: nowrap;
}
.main_column #top-items .block_body .newitem_contents .large-thumb .productContents h3 a {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.main_column #top-items .block_body .newitem_contents .large-thumb .productContents .pricebox {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.creator-name{
  border-top: 2px solid #fff;
  position: absolute;
  bottom:0;
  width:100%;
  height:20px;
  padding:10px 0px 10px 10px;
}

.c h3{background: #FF6699;}
.c .pricebox{background: #FF6699;}
.c .creator-name{background: #FF6699;}
.large-thumb .c h3{background: none;}
.large-thumb .c .pricebox{background: none;}


.c1 h3{background: #D70060;}
.c1 .pricebox{background: #D70060;}
.c1 .creator-name{background: #D70060;}
.large-thumb .c1 h3{background: none;}
.large-thumb .c1 .pricebox{background: none;}

.c2 h3{background: #00A1CB;}
.c2 .pricebox{background: #00A1CB;}
.c2 .creator-name{background: #00A1CB;}
.large-thumb .c2 h3{background: none;}
.large-thumb .c2 .pricebox{background: none;}

.c3 h3{background: #616161;}
.c3 .pricebox{background: #616161;}
.c3 .creator-name{background: #616161;}
.large-thumb .c3 h3{background: none;}
.large-thumb .c3 .pricebox{background: none;}

.c4 h3{background: #E54028;}
.c4 .pricebox{background: #E54028;}
.c4 .creator-name{background: #E54028;}
.large-thumb .c4 h3{background: none;}
.large-thumb .c4 .pricebox{background: none;}

.c5 h3{background: #D0D102;}
.c5 .pricebox{background: #D0D102;}
.c5 .creator-name{background: #D0D102;}
.large-thumb .c5 h3{background: none;}
.large-thumb .c5 .pricebox{background: none;}

.c6 h3{background: #FF9966;}
.c6 .pricebox{background: #FF9966;}
.c6 .creator-name{background: #FF9966;}
.large-thumb .c6 h3{background: none;}
.large-thumb .c6 .pricebox{background: none;}

.c7 h3{background: #CCCC66;}
.c7 .pricebox{background: #CCCC66;}
.c7 .creator-name{background: #CCCC66;}
.large-thumb .c7 h3{background: none;}
.large-thumb .c7 .pricebox{background: none;}

.c8 h3{background: #666666;}
.c8 .pricebox{background: #666666;}
.c8 .creator-name{background: #666666;}
.large-thumb .c8 h3{background: none;}
.large-thumb .c8 .pricebox{background: none;}

.large-thumb .productContents {
  height:auto;
}
.large-thumb .productContents h3{
  height:auto;
  bottom: 0;
  position: absolute;
  left:0;
  bottom:65px;
  text-align: left;
  font-size: 100%;
}
.large-thumb .productContents h3 a{
  font-weight: bold;
}
.large-thumb .productContents .pricebox{
  height:auto;
  bottom: 0;
  position: absolute;
  left:10px;
  bottom:40px;
  text-align: right;
}
.main_column #top-items .block_body .newitem_contents .large-thumb{
  width: 425px;
}
.main_column #top-items .block_body .newitem_contents .large-thumb img.picture {
  max-width: 425px;
}

/* サイドカラム用テキスト */
.side_column #recommend_area .block_body .productContents,
.side_column #inquiry_area .block_body .productContents {
    clear: both;
}
.side_column #ranking_area .block_body .productContents {
    width: 130px;
    float: right;
    overflow: hidden;
}

/* NEWS
----------------------------------------------- */
#news_area {
    /*padding: 0 0 30px;*/
    margin:10px 0 0 0;
    background: #fff;
}
#news_area .rss {
    float: right;
    overflow: hidden;
}
#news_area .block_body {
    padding: 0 0 10px;
}
#news_area .news_contents {
    height: auto !important;
    height: 260px;
    max-height: 260px;
    /*padding-right: 10px;*/
    overflow: auto;
    /*overflow-y: scroll;*/
}
#news_area .newslist {
    width : 100%;
    /*padding: 10px 0 3px;
    border-bottom: 1px dotted #999;*/
    clear: both;
}
#news_area dl.newslist dt {
    color: #990000;
    font-weight: bolder;
    display: block;
    float: left;
}
#news_area dl.newslist dd {
    /*width: 590px;
    display: block;
    float: right;*/
}
#news_area dl.newslist dd a {
    font-weight: bolder;
}
#news_area dl.end {
    padding: 10px 0;
}
.news_title{
    /*display: block;*/
    font-weight: bold;
}
#news_area dd .mini{
    color: #666;
}
/* NEWITEM
----------------------------------------------- */
#newitem_area .block_body {
    padding: 10px 0;
}
.statusicons {
    padding: 5px 0 0;
    clear: both;
    overflow: hidden;
}
.statusicons li {
    width: 48px;
    height: 12px;
    margin: 0 2px 5px 0;
    padding: 0px 2px 6px 0;
    text-align: center;
    font-size: 80%;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    float: left;
}
/* 商品ステータスアイコン背景色 */
.status1 {
    background: #F5974A;
}
.status2 {
    background: #388DD1;
    letter-spacing: -1px;
}
.status3 {
    background: #FF5983;
    letter-spacing: -3px;
}
.status4 {
    background: #80AF20;
}
.status5 {
    background: #913982;
}
.status6 {
    background: #CC0000;
}
.status7{
    background: #FF3366;
}
.status8{
    background: #667DD9;
}
.status9{
    background: #F23442;
}
.status10{
    background: #61955D;
}

.comment{
    font-size: 90%;
    color: #575757;
}




/* CART
----------------------------------------------- */
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding: 5px;
    background: #EEE;
}
#cart_area .btn {
    padding: 10px 0;
    text-align: center;
}

/* CATEGORY
----------------------------------------------- */
#category_area #categorytree {
    padding: 5px 10px;
}
#category_area li a {
    padding: 0;
    color: #333;
    display: block;
}
#category_area li.level1 p {
    margin: 5px 0;
    padding: 5px 10px;
}
#category_area li.level1 p {
    font-weight: bold;
    background: #EBEBEB;
}
#category_area li.level1 li.level2 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 95%;
    font-weight: lighter;
    border-bottom: 1px dotted #ccc;
    background: url("../img/icon/arr_guide.png") no-repeat left center;
}
#category_area li.level1 li.level3 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 85%;
    background: none;
}
#category_area li.level1 li.level4 p {
    margin:  0 0 5px;
    padding: 0 0 0 20px;
    font-size: 80%;
    background: none;
}
#category_area li.level1 li.level5 p {
    margin:  0 0 5px;
    padding: 0 0 0 25px;
    font-size: 75%;
    background: none;
}
.onlink:link {
    text-decoration: underline;
}
.onlink:visited {
    color: #666;
}
.onlink:hover {
    color: #000;
}

/* CATEGORY LIST
----------------------------------------------- */
#undercolumn_categorylist .root_category {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 120%;
    background: #EBEBEB;
}
#undercolumn_categorylist .child_category {
    padding: 5px 15px 15px;
    font-size: 110%;
}
#undercolumn_categorylist .child_category li {
    padding: 0 0 10px;
}

/* GUIDE
----------------------------------------------- */
#guide_area .block_body {
    padding: 5px 10px 10px;
}
.guidelist li {
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}
.guidelist a {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.guidelist a:hover {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot_on.png") no-repeat left center;
}

/* LOGIN
----------------------------------------------- */
#container #login_area .block_body {
    padding: 10px;
}
#container #login_area .block_body p {
    margin-bottom: 5px;
}
#container #login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    width: 420px;
    margin: 10px auto;
}
#container .login_area dl.formlist dt {
    margin-bottom: 5px;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    text-align: left;
}
#container #login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}
.login_memory {
    margin: 5px auto 0;
    text-align: center;
}

/* SEARCH
----------------------------------------------- */
#search_area .block_body {
    padding: 10px;
}
#search_area .block_body .btn {
    text-align: center;
}

/* CALENDAR
----------------------------------------------- */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .block_body {
    padding: 10px 0;
}
#calender_area table {
    width: 190px;
    margin: 0 auto;
    border: none;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align: center;
}
#calender_area th {
    padding: 1px 3px;
    background: #CCC;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    font-size: 90%;
    text-align: center;
}
#calender_area .off {
    color: #FFF;
    background: #C03A3A;
}
#calender_area .today {
    background-color: #D7D7D7;
    font-weight: bold;
}
#calender_area .information {
    margin-left: 10px;
    padding: 0 0 15px;
    font-size: 90%;
}
#calender_area .attention{
    width: 190px;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 80%;
}
#calender_area .border caption,
#calender_area .last caption {
    border-top: 1px dotted #999999;
    padding: 16px 0 0;
    margin: 20px 0 5px;
}



/* RECOMMEND
----------------------------------------------- */
/* 共通 */
#recommend_area .block_body {
    margin-bottom: 10px;
    padding: 10px 0;
    border: none;
}
#whobought_area .product_item {
    /*margin-bottom: 10px;
    padding: 0 23px 0 0;
    border: none;*/
    float: left;
    height: 350px;
    margin: 0 25px 20px 0;
    overflow: hidden;
    position: relative;
    width: 200px;
}
#inquiry_area .block_body,
#guide_area .block_body {
    padding: 5px 10px 10px;
}
#ranking_area .block_body {
    padding: 10px 10px 0;
}
#recommend_area .block_body img,
#ranking_area .block_body img,
#inquiry_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}
#recommend_area .block_body h3,
#inquiry_area .block_body h3,
#ranking_area .block_body h3 {
    font-size: 90%;
    font-weight: bold;
}
#whobought_area h3{
    margin: 0;
    border: none;
}
/* サイドカラム用 */
.side_column #recommend_area .product_item,
.side_column #inquiry_area .product_item {
    margin-bottom: 10px;
}
.side_column #ranking_area .product_item {
    margin: 0 0 10px;
    border-bottom: 1px dotted #999;
}

/* RANKING
----------------------------------------------- */
#ranking_area .sale_price {
    color: #000;
    font-size: 80%;
}
#ranking_area .price {
    color: #000;
    font-weight: normal;
}

/* ENQUETE
----------------------------------------------- */
#inquiry_area .inquirylist li{
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}
#inquiry_area .inquirylist a {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
#inquiry_area .inquirylist a:hover {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot_on.png") no-repeat left center;
}

/* SHOP INFO
----------------------------------------------- */
#shopinformation_area #table_left {
    width: 325px;
    margin: 0;
    float: left;
}
#shopinformation_area .right {
    float: right;
    overflow: hidden;
}
#shopinformation_box {
    padding: 10px 0 0;
}
#table_left th,
#table_left td{
    padding: 4px 8px;
}
#shopinformation_area p{
    font-size: 90%;
    color: #666;
}

/* ADDED BLOCK
----------------------------------------------- */
/* 共通 */
#container .block_outer #banner_area .block_body {
    border: none;
}
.main_column .block_outer #banner_area .block_body ul {
    width: 100%;
}
.main_column .block_outer #banner_area .block_body ul li {
    float: left;
}
.main_column .block_outer #banner_area .block_body ul li.sub_01 {
    padding-right: 8px;
}
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}
#eventandcampaign_area a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner_left {
    float: left;
}
.banner_right {
    float: right;
}
/* お気に入り */
#favorite_area .block_body {
    padding: 10px;
    text-align: center;
}

/* ぱんくず
----------------------------------------------- */
#pan {
    height: 1.5em;
    margin: 0 0 13px;
    /*padding: 2px 0 2px 30px;*/
    font-size: 80%;
    /*background: #EEE url("../img/icon/ico_pan.png") no-repeat 10px 5px;*/
}
#pan li{
    display: inline;
}
#pan a{
    text-decoration: none;
    color: #666;
}

/* LIST
----------------------------------------------- */
#category_img {
    /*padding: 0 0 10px;*/
}
#category_info {
    padding:18px 20px;
    margin: 0 0 20px;
}
#list-category-search{
  background: #fff;
}
#product_numbers {
    float: left;
}
/* ページ送り */
.pagenumber_area {
    clear: both;
    overflow: hidden;
}
.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
    background: #EEE;
    border: 1px solid #CCC;
}
.pagenumber_area .change {
    padding: 0 0 10px;
    float: right;
    text-align: right;
    white-space: nowrap;
}
#narrow_down {
    padding: 5px 0 0;
    white-space: normal;
}
.pagenumber_area .select_numbers {
    padding: 0 0 0 10px;
}
#page_navi_top_outer{
    margin: 0 0 20px;
    border-bottom: 1px dotted #CCC;
}
#page_navi_top {
    clear: both;
}
#page_navi_bottom {
    /*border-top: 1px dotted #CCC;*/
    clear: both;
}
#page_navi_top .navi{
    padding: 10px 0 20px;
    text-align: center;
}
#page_navi_bottom .navi{
    padding: 20px 20px;
    text-align: center;
}
#page_navi_top .navi a,
#page_navi_bottom .navi a{
    margin: 0 3px 0 0;
    padding: 14px 16px;
    display: inline;
    border: 1px solid #CCC;
    color:#fff;
    background: #999;
    font-weight:bold;
    font-size:120%;
}
#page_navi_top .navi a:hover,
#page_navi_bottom .navi a:hover{
    text-decoration: none;
    color:#fff;
    background: #010101;
}
#page_navi_top .navi strong,
#page_navi_bottom .navi strong{
    margin: 0 3px 0 0;
    padding: 14px 16px;
    display: inline;
    color:#fff;
    border: 1px solid #CCC;
    background: #010101;
    font-size:120%;
}
/* レイアウト（リストタイプ） */
/*
.list_area {
    padding: 0 0 30px;
    overflow: auto;
}
.listphoto {
    float: left;
}
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
    width: 530px;
    float: right;
}
.listrightbloc_head {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}
.listrightbloc_head h3 {
    width: 350px;
    float: left;
    overflow: hidden;
}
.listrightbloc_head .price_area {
    width: 170px;
    float: right;
    overflow: hidden;
}
.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
}
.listphoto .detail_btn {
    padding: 5px 0 0;
}
.listrightbloc .detail_btn {
    margin-bottom: 20px;
}
.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}
.listrightbloc .cart_area {
    padding: 10px;
    background: #EBEBEB;
}*/
/* レイアウト（グリッドタイプ） */
.list_area {
    width: 200px;
    float: left;
    height: 350px;
    margin: 0 25px 20px 0;
    overflow: hidden;
    position: relative;
}
.list_area_end {
    width: 200px;
    height: 350px;
    margin: 0 0 20px;
    float: right;
    overflow: hidden;
    position: relative;
}
.list_area a img.picture,
.list_area_end a img.picture
{
    overflow: hidden;
    width: 200px;
}
.listrightbloc .pricebox{
    font-size: 125%;
    font-weight: bold;
    padding: 0 10px 10px;
    text-align: center;
}

.listrightbloc_head h3 {
    font-size: 95%;
    height: 60px;
    padding: 10px;
    text-align: center;
}
.listrightbloc_head h3 a{
    color: #FFFFFF;
    font-weight: normal;
}
.listrightbloc_head .price_area {
    overflow: hidden;
}
/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
    /*width: 100%;
    float: right;*/
    bottom: 0;
    color: #FFFFFF;
    height: 150px;
    position: absolute;
    width: 100%;
}
/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
    width: 74%;
    float: right;
}
/* 商品ステータス */
.listrightbloc ul.status_icon {
    width: 100%;
    margin-bottom: 10px;
}
.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
}
/* コメント */
.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 90%;
    color: #575757;
}
/* 規格 */
.listrightbloc .classlist {
    overflow: hidden;
}
.listrightbloc dl {
    width: 100%;
}
.listrightbloc dt {
    margin: 3px 0 0;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc dd {
    display: inline-block;
}
.listrightbloc dd p.attention {
    margin-top: 5px;
}
/* カートに入れる */
.classcat_list_left {
    width: 63%;
    float: left;
    overflow: hidden;
}
.listrightbloc .cartin {
    width: 37%;
    margin: 0;
    float :right;
}
.list_cart_btn {
    padding: 0 0 5px;
}
.listrightbloc .quantity {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc input.box {
    width: 40px;
}
.listrightbloc .cartin .quantity .box {
    width: 70px;
}
.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}
/* 検索結果 */
.condition_area {
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}
/* SOLDOUTアイコン */
.overlay-sold {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/soldout.png") center center;
}
* html .overlay-sold {
    width: 150px;
    height: 150px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/soldout.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
.large-thumb .overlay-sold {
    width: 425px;
    height: 350px;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/soldout.png") center center;
}
.overlay-new {
    width: 42px;
    height: 42px;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/new.png");
}
* html .overlay-new {
    width: 42px;
    height: 42px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/new.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
/* DETAIL COMMON
----------------------------------------------- */
#detailarea {
    padding: 20px 34px 30px 20px;
    background: #fff;
}
#detailphotobloc .photo img{
    max-width: 500px;
}
#subdetail_area {
    /*clear:both;*/
    width:55px;
    overflow: hidden;
    padding:0 0 0 20px;
}
.sub_area {
    width: 52px;
    height:52px;
    margin: 0px 0px 13px 0;
    /*float: left;*/
    overflow: hidden;
}
.sub_area:first-child {
    /*margin: 2px 1px 0 0px;*/
}
.sub_area:last-child {
    /*margin: 2px 1px 0 0;*/
}
.sub_area a{
  width:50px;
  height:50px;
}
.sub_area img {
    max-width: 50px;
    border: 1px solid #fff;
}
.sub_area a.current img {
    max-width: 50px;
    border: 1px solid #000;
}


/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 575px;
    float: left;
}
#one_maincolumn div#detailphotobloc .photo{
  width: 500px;
  float:left;
  margin:0px 0 40px 0;
}
#one_maincolumn #detailrightbloc {
    width: 386px;
    float: right;
}
#one_maincolumn div.subtext {
    width: 69%;
    margin-bottom: 20px;
    float: left;
}
#one_maincolumn div.subphotoimg {
    /*width: 50px;
    height:50px;*/
    /*width: 25%;
    float: right;
    text-align: right;*/
}
#one_maincolumn p.subtext {
    margin-bottom: 20px;
}
/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
    width: 360px;
    float: left;
}
#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
    width: 330px;
    float: right;
}
#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
    margin-bottom: 10px;
}
#two_maincolumn_left div.subphotoimg,
#two_maincolumn_right div.subphotoimg {
    width: 50px;
}
#two_maincolumn_left div.subphotoimg img,
#two_maincolumn_right div.subphotoimg img {
    max-width: 50px;
    max-height: 50px;
}
#two_maincolumn_left .subtext,
#two_maincolumn_right .subtext {
    padding: 5px 0 0;
    display: block;
    font-size: 80%;
    line-height: 1.2;
}
/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
    width: 49%;
    float: left;
}
#three_maincolumn #detailrightbloc {
    width: 50%;
    float: right;
}
#three_maincolumn div.subtext {
    width: 63%;
    margin-bottom: 20px;
    float: left;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
    width: 35%;
    float: right;
    text-align: right;
}

/* DETAIL
----------------------------------------------- */
#detailrightbloc h2 {
    margin: 0;
    font-weight: bold;
    font-size: 170%;
    border: none;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px;
    padding: 0 0 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
    margin-bottom: 20px;
    font-size: 85%;
}
/* カテゴリーネーム */
.category_name{
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 32px;
}
/* 商品コード */
.product_code {
    display: inline;
    /*font-size: 80%;*/
}
#classcat_matrix {
    font-size: 80%;
}
#classcat_matrix th,
#classcat_matrix td {
    text-align: center!important;
}
/* ソーシャルチェック */
#socialcheck_area {
    margin: 0 0 30px;
    padding: 7px;
    border: 1px solid #CCC;
    background: #EFEFEF;
    clear: both;
}
#socialcheck_table {
    margin: 0;
    border: none;
}
#socialcheck_table td {
    padding: 0;
    border: none;
}
#socialcheck_thumbnail {
    float: left;
    overflow: hidden;
}
#socialcheck_area li {
    padding: 0 10px 0 0;
    display: inline;
    float: left;
}
#socialcheck_area li img {
    vertical-align: bottom;
}
#socialcheck_area .twitter-btn {
    width: 90px;
}
#socialcheck_area .google-btn {
    width: 60px;
}
/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    font-size: 120%;
    display: inline;
}
/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    padding: 0 0 25px;
    font-size: 160%;
}
#detailrightbloc .sale_price .zeikomi{
  font-size: 60%;
  color:#666;
  font-weight: normal;
  margin:0 0 0 10px;
}
/* ポイント */
#detailrightbloc .detail_point {
    padding: 0 0 2px;
    font-size: 85%;
}
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}
#point_default,
.point_unit_default {
    color: #C00;
}
#point_dynamic {
    color: #C00;
}
/* 発送日目安 */
#detail_deliverydate{
    padding: 0 0 20px;
    font-size: 85%;
}
/* 規格 */
#detailrightbloc div.classlist {
    width: 100%;
    /*margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;*/
}
#detailrightbloc .classlist {
    /*margin-bottom: 5px;*/
}
#detailrightbloc ul {
    width: 100%;
    margin-bottom: 10px;
}
#detailrightbloc ul li {
    vertical-align: top;
    float: left;
}
/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}
/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}
/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}
/* カート */
#detailrightbloc .cart_area {
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 18px 0 15px;
    margin-bottom: 15px;
}
#detail_cart_area dt,
#detail_cart_area dd {
    padding: 0 0 5px;
    display: inline-block;
}
#detail_cart_area dt{
  width: 80px;
}
#detailrightbloc .quantity {
    padding: 0 0 5px;
    display: inline-block;
}

#detailrightbloc .cartin {
    padding: 10px 0 5px;
}
#detailrightbloc .cartin_btn {
}
#detailrightbloc #btn_contact {
    width: 160px;
    /*float: left;*/
}
#detailrightbloc .favorite_btn {
    width: 160px;
    /*float: right;*/
}
#detailspecarea{
  clear: both;
}
#detailspecarea th,
#detailspecarea td{
    padding: 5px 10px;
}

#socialcheck_box ul li{
  margin:0 10px 0 0;
}
#socialcheck_box ul li.google-btn{
  width:60px;
}
/* 会員様限定ページ */
.product_member_only_btn .btn_enter_color:first-child{
    float: left;
}

/* CUSTOMERS' VOICE
----------------------------------------------- */
#customervoice_area {
    padding: 35px 0 0;
    clear: both;
}
#customervoice_area .review_bloc {
    margin-bottom: 20px;
    text-align: right;
}
#customervoice_area .review_bloc p {
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}
#customervoice_area li {
    margin-bottom: 20px;
}
.voicetitle-information {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}
#customervoice_area .voicetitle {
    color      : #333;
    float      : left;
    font-size  : 110%;
    font-weight: bold;
    padding    : 10px 0 8px 15px;
    width      : 60%;
}
#customervoice_area .voicedate {
    color      : #666;
    font-size  : 95%;
    padding    : 10px 15px 8px 0px;
    text-align : right;
    word-break : break-all;
}
#customervoice_area .voicedate a{
    color: #666;
}
#customervoice_area .voicecomment{
    background : #fff;
    color      : #666;
    clear      : both;
    padding    : 10px 15px 0 11px;
}

/* RELATED ITEMS
----------------------------------------------- */
#whobought_area {
    padding: 0px 0 0 0;
    clear: both;
    overflow: hidden;
}

/* CONTACT
----------------------------------------------- */
#undercolumn_contact {
    width: 100%;
    margin: 0 auto;
}
#undercolumn_contact table br {
    margin:0 0 20px;
}
.zipimg img {
    vertical-align: middle;
}

/* MYPAGE
----------------------------------------------- */
/* 共通設定 */
#mypagecolumn h2,
#mypage h2 {
    margin: 0 0 20px;
}
#mypagecolumn h3,
#mypage h3 {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #CCC;
}
#mypagecolumn h3 strong,
#mypage h3 strong {
    padding: 0 0 0 10px;
    border-left: 5px solid #333;
}
#mypagecolumn .order_information {
    padding: 10px 0;
    border-top: 1px solid #CCC;
}
#mypagecolumn .order_statement {
    width: 500px;
    padding: 5px 0 0;
    float: left;
    overflow: hidden;
}
#mypagecolumn .mypage_detailbtn_area {
    float: right;
    overflow: hidden;
}
#mypagecolumn .btn_reorder {
    margin: 0 0 30px;
    text-align: right;
    clear: both;
    overflow: hidden;
}
#mypagecolumn .pagenumber_area {
    border-top: 1px dotted #CCC;
    background: none;
}
#mynavi_area {
    width: 210px;
}
#mynavi_area ul {
    border-bottom: 1px solid #CCC;
}
#mynavi_area .mynavi_list {
    margin-bottom: 20px;
}
#mynavi_area .mynavi_list li {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.mynavi_list a {
    height:20px;
    padding: 15px 10px 10px;
    display: block;
    background:#FFF;
}
.mynavi_list a:hover,
.mynavi_list .selected{
    background:#EFEFEF;
}
#mypage_point_announce {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 5px #EEE;
}
#mycontents_area .inforamtion {
    width: 420px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#mycontents_area .add_address {
    float: right;
    overflow: hidden;
}
#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}
.mypage_detailbtn_area.btn_back_color a{
    height: 40px;
}
#btn_delete_favorite a{
    background: none repeat scroll 0 0 #999999;
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 25px;
    width: 65px;
}
#btn_delete_favorite a:hover{
    background: #7A7A7A;
}
#mycontents_area .refusal_btn{
    margin: 0 auto 10px;
    float: none;
}

/* カート、ログイン共通ボタン */
.single_btn,
.single_btn li {
    width: 350px;
}
.single_btn_250,
.single_btn_250 li {
    width: 250px;
}
.double_btn {
    width: 520px;
}
.double_btn li {
    width: 250px;
}

.triple_btn {
    width: 770px;
}
.triple_btn li {
    width: 250px;
}
.triple_btn .single {
    margin: 0 10px;
}


.btn_back_color,
.btn_area .refusal_btn .btn_enter_color {
    float: left;
}
.btn_enter_color,
.btn_area .refusal_btn .btn_back_color {
    float: right;
}
.btn_back_color a,
.btn_back_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color_slim a,
.btn_back_color_slim input {
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color a:hover,
.btn_back_color input:hover,
.btn_back_color_slim a:hover,
.btn_back_color_slim input:hover
 {
    background: #7A7A7A;
}
.btn_enter_color a,
.btn_enter_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #900;
    display: block;
}
.btn_enter_color a:hover,
.btn_enter_color input:hover {
    background:#7A0000;
}
#deliv_label .btn_back_color {
    padding: 0 0 10px;
}
.deliv_label_text{
    display: block;
}
#undercolumn_customer .btn_back_color{
    padding: 0 0 10px;
    display: block;
}
/* 購入履歴一覧/詳細 */
#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: 1px solid #CCC;
    background: #F9F9F9;
}
#mycontents_area div.mycondition_area p {
    text-align: center;
}
#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
#mycontents_area .text {
    margin:0 40px 0 0;
}
.add_address {
    margin-bottom: 20px;
}
/* 会員登録内容変更/退会 */
#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #CCC;
    text-align: center;
}
#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ENTRY PAGE
----------------------------------------------- */
#undercolumn_entry .kiyaku_text {
    width: 94%;
    height: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
}

/* LOGIN PAGE
----------------------------------------------- */
#undercolumn_login {
    clear: both;
    overflow: hidden;
}
#undercolumn_login h3 {
    text-align: center;
}
#undercolumn_login .login_area {
    width: 420px;
    padding: 15px;
    border: 1px solid #BBB;
    float: left;
    overflow: hidden;
}
#undercolumn_login .entry_area {
    width: 420px;
    min-height: 208px;
    padding: 15px 15px 30px;
    border: 1px solid #BBB;
    float: right;
    overflow: hidden;
}
.entry_area .btn_area {
    margin:0 auto;
}
#undercolumn_login .merit {
    margin: 20px 0 30px;
    font-size:150%;
    color:#990000;
}
#undercolumn_login .login_area .inputbox {
    margin: 15px auto;
}
#undercolumn_login a {
    text-decoration:underline;
}
#undercolumn_login .btn_entry {
    margin: 20px 0 10px;
}
.login_area .single_btn,
.entry_area .single_btn{
    margin: 0 auto;
}
/* ERROR
----------------------------------------------- */
#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}
#undercolumn_error .message_area .error {
    padding: 120px 0;
}

/* CART PAGE
----------------------------------------------- */
#undercolumn_cart .point_announce {
    width:560px;
    margin: 20px 0;
    line-height: 140%;
    float: left;
}
#undercolumn_cart .btn_back_next {
    width:390px;
    margin:20px 0;
    float:right;
    text-align:right;
}
#undercolumn_cart .btn_back_next .btn_enter_color {
    width:190px;
    height:45px;
    float:right;
}
#undercolumn_cart .btn_back_next .btn_back_color {
    width:190px;
    height:45px;
    float:left;
}
#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}
#undercolumn_cart p {
    margin: 10px 0;
}
#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}
#undercolumn_cart dt {
    float: left;
}
#undercolumn_cart .delete_btn {
    padding: 5px 0 0;
}
#undercolumn .empty {
    text-align: left;
}
.form_area {
    margin-bottom: 30px;
}
.free_shipping_text {
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFDDDD;
    font-size: 120%;
}
.free_shipping_text .price {
    font-size: 120%;
    letter-spacing: -1px;
}
.free_shipping_text a {
 text-decoration: underline;
}
#form1 {
    margin-bottom: 20px;
}
#undercolumn_list #form1 {
    display: none;
}

/* under01column, under02column
----------------------------------------------- */
#undercolumn .flow_area,
#under01column .flow_area,
#under02column .flow_area {
    margin: 0 0 40px;
}
#under01column th img,
#mypagecolumn th img,
#windowcolumn th img {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#under01column th th em {
    color: #000;
    font-weight: bold;
}
#under01column .email,
#under01column .address,
#mypagecolumn .email,
#mypagecolumn .address {
    margin: 0 0 5px;
}

/* UNDERCOLUMN_SHOPPING
----------------------------------------------- */
#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
}
#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px;
}
#undercolumn_shopping .pay_area02 .txtarea {
    width: 97.5%;
    height: 150px;
    margin: 5px auto 0;
    padding: 9px;
    border: 1px solid #ccc;
}
#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}
#undercolumn_shopping .point_area {
    margin: 40px auto 0;
}
#undercolumn_shopping .point_announce th {
    border-bottom: none;
}
#undercolumn_shopping .point_attention {
    border: none;
}
#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}
#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}
#undercolumn_shopping .point_on {
    padding: 0 15px 0 0;
}
#address_area {
    width: 100%;
    margin: 20px 0;
}
#address_area .information {
    width: 50%;
    padding: 15px;
    float: left;
    border: 5px solid #F0F0F0;
}
#multipule_delivdata {
    overflow: hidden;
}
#multipule_delivdata li {
    margin: 7px 10px 0 0;
    float: left;
}
#multipule_delivdata .image {
    margin: 0;
    overflow: hidden;
}
.btn_area ul {
    margin: 0 auto;
    overflow: hidden;
}
.btn_area .btn_back_color {
    float: left;
}
.address_choice li {
    display: inline;
}
.addbtn {
    margin: 20px 0 0;
    float: right;
    overflow: hidden;
}
.addr_change img,
.addr_del img {
     margin: 2px 0 0;
}

#undercolumn_shopping table {
    margin: 30px 0 60px;
}
#undercolumn_shopping .point_announce {
    width: 27%;
    margin: 0;
    float: left;
}
#undercolumn_shopping .point_use {
    width: 65%;
    padding: 20px;
    border: 1px solid #CCC;
    float: right;
}
#undercolumn_shopping .confirm_btn_area {
    text-align: right;
    float: right;
    overflow: hidden;
}
#undercolumn_shopping .btn_back_color,
#undercolumn_entry .btn_back_color {
    width: 250px;
}
#undercolumn_shopping #shippingaddress_choice .btn_back_color {
    width: 125px;
}
#confilm_information {
    float: left;
    overflow: hidden;
}
#payment .payment_image{
    margin: 0 0 5px;
}

/* プライバシーポリシー
----------------------------------------------- */
#undercolumn_privacy h3 {
    margin: 15px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_privacy .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_privacy li{
    list-style-type: disc;
    list-style-position: inside;
}

/* ご利用ガイド
----------------------------------------------- */
#undercolumn_shoppingguide p {
    padding: 0 0 20px;
}
#shoppingguide_naviarea {
    width: 690px;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 110%;
    font-weight: bold;
    overflow: hidden;
}
#shoppingguide_naviarea li {
    padding: 0 15px 10px 0;
    float: left;
    overflow: hidden;
}
#shoppingguide_naviarea li.end {
    padding: 0 0 10px;
    float: right;
    overflow: hidden;
}
#shoppingguide_naviarea li a {
    width: 176px;
    min-height: 25px;
    padding: 12px 12px 8px 32px;
    background: #EBEBEB url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
    text-decoration: none;
    display: block;
}
#shoppingguide_naviarea li a:hover {
    text-decoration: underline;
    background: #CCC url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
}
#undercolumn_shoppingguide h3 {
    margin: 30px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_shoppingguide .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_shoppingguide .shopping_flow {
    width: 670px;
    margin: 0 auto 10px;
    padding: 10px;
    border: 3px solid #EBEBEB;
}
#undercolumn_shoppingguide .shopping_flow h4 {
    font-size: 120%;
}
.arrow_guide {
    padding: 0 0 10px;
    text-align: center;
}
.creditcard_image {
    padding: 20px 0;
}
.creditcard_image li {
    display: inline;
}
#conveniencestore_information {
    border-top: none;
}
#conveniencestore_information th {
    background: none;
    text-align: center;
}
#conveniencestore_end th,
#conveniencestore_end td {
    border-bottom: none;
}
.information_box h4 {
    margin: 10px 0;
    padding: 0 0 0 20px;
    background: url("../img/icon/ico_gray.gif") no-repeat left center;
    font-size: 115%;
}
.information_box h5 {
    padding: 0 0 0 15px;
}
#undercolumn_shoppingguide .information_box p {
    padding: 15px;
}
.information_box table {
    width: 690px;
    margin: 20px auto;
}
.tel_infobox {
    width: 260px;
    margin: 10px 0 0 45px;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: left;
    overflow: hidden;
}
.tel_infobox strong {
    font-size: 150%;
}
.mail_infobox {
    width: 260px;
    margin: 10px 45px 0 0;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: right;
    overflow: hidden;
}

/* POPUP WINDOW
----------------------------------------------- */
/* 共通設定 */
#windowcolumn {
    height: 100%;
    margin: 15px 10px 0;
    padding: 10px;
    border-top: 3px solid #666;
    background: #FFF;
}
#window_area {
    width: 910px;
    height: auto !important;
    min-height: 300px;
    margin: 15px auto 0;
    padding-bottom: 20px;
}
#window_area p.information {
    margin-bottom: 20px;
}
#window_area .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 140%;
}
/* お客様の声の書き込み、新しいお届け先の追加・変更 */
#review{

}
#window_area #forgot {
    width: 440px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #CCC;
    text-align: left;
}
#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}
/* 商品詳細拡大写真、カート拡大写真 */
#bigimage,
#cartimage {
    margin-top: 15px;
    background-color: #FFF;
    text-align: center;
}
#bigimage img,
#cartimage img {
    padding: 10px;
    background-color: #FFF;
}
/* 郵便番号検索 */
#zipsearchcolumn {
    width: 460px;
    margin: 15px auto 0;
    border-top: 5px solid #FFA85C;
    border-bottom: 5px solid #FFA85C;
    background-color: #FFF;
}
#zipsearchcolumn h2 {
    width: 460px;
    margin: 0 0 15px 0;
}
#zipsearch_area {
    width: 460px;
    margin: 15px auto 0;
}
#zipsearchcolumn .btn {
    margin: 15px 0 30px;
    text-align: center;
}
#zipsearch_area #completebox p {
    padding: 60px 5px;
    text-align: center;
}

/* スマートフォンで見るボタン
----------------------------------------------- */
.change-sp-box {
    padding: 40px 0;
    text-align: center;
    background: #333;
    color: #FFF;
    font-size: 200%;
    font-weight: lighter;
}
.change-sp-box a {
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
}

/* TIPSY
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    width: 9px;
    height: 5px;
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
}
.tipsy-n .tipsy-arrow {
    margin-left: -4px;
    top: 0;
    left: 50%;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    margin-left: -4px;
    left: 50%;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    left: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    right: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    right: 0;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    left: 0;
}

/* 印刷用
----------------------------------------------- */
@media print {
    body {
        zoom: 75%;
    }
}