/* エラーのあった入力項目 */
div.fieldWithErrors {
  color: #C00;
  display: inline;
}


/* エラー項目一覧 */
div#errorExplanation {
  border: 1px solid #ccc;
  background: white;
  padding: 10px;
  margin: 0 0 10px 0;
}

div#errorExplanation h2 {
  font-size: 100%;
}

div#errorExplanation ul {
  margin: 10px 0 0 0;
}

div#errorExplanation ul li {
  list-style: none;
  color: #C00;
}


/* メッセージ */
p.message {
  margin: 10px 0px 10px 10px;
}

p.notice {
  margin: 0;
}

p.error {
  margin: 0;
  color: #C00;
}

p.not_found {
  margin: 0;
  font-weight: bold;
}

.flash_message {
  float:right;
  width:740px;
}

#home .flash_message {
  float: none;
  width: auto;

  background-color: white;
  margin-top: 20px;
  padding: 10px;

  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.flash_message div {
}


/* 検索サジェスト */
div.ac_results li {
	text-align: left;
}


/* 検索ヒット */
.target_item {
  background: #faa;
}


/* ユーザー登録トップの調整 */
#login #users_index .btn03 {
  margin-top: 10px;
  display: inline;
}

#users_index .login {
  margin: 0 auto;
  width: 380px;
}

#password_index .login {
  margin: 0 auto;
  width: 450px;
}


/* 折り返し */
.wordBreak {
  word-break:break-all;
  display: inline-block;
}


/* 中古品の動画 */
#mecha-use .movie {
  text-align: center;
}


/* 中古商品の値引き表示 */
#mecha-use li p span.discount_price,
#mecha-use li p span.discount_ratio,
#mecha-use .list p span.discount_price,
#mecha-use .list p span.discount_ratio,
.discount_price,
.discount_ratio {
  display: inline;
  color: #C00;
}

select.discount_ratio {
  color: inherit;
}


/*
 * 打ち消し線に色を付ける場合
.discount_strike {
  color: #C00;
}

#mecha-use li p strike.discount_strike,
#mecha-use .list p strike.discount_strike {
  color: #999;
}
*/


#mecha-use li p span.start_price,
#mecha-use .list p span.start_price {
  display: inline;
}

.start_price {
  color: #333;
}


/* タブページ付きの新品 */
#mecha #original table.layout-table td {
  height: auto;
}


/* カートのエラー */
.cart_error_line td {
  color: #C00;
}

/* マイページの修正 */
#radio-box ul li .radio {
  float: left;
  margin: 4px 0 0;
  padding: 0;
  width: 20px;
}

#cart .btn-buy.credit_button_box {
    width: 640px;
}

#cart .btn-buy.credit_button_box .before-box {
    width: 310px;
}

#cart .btn-buy.credit_button_box .buy-box {
    width: 310px;
}

/* クレジットカードから戻る */
#cart .btn-buy.credit_button_box .before {
    width: 310px;
    height: 45px;
    background: url(../img/btn-credit.gif?ts=20111121) no-repeat 0 0;
    border: none;
}
#cart .btn-buy.credit_button_box .before:hover {
  background-position: 0 -50px;
}


/* クレジットへ進む */
#cart .btn-buy .credit {
	background:url("../img/btn-credit.gif?ts=20111121") no-repeat scroll -350px 0 transparent;
	border:medium none;
	height: 45px;
	width: 310px;
}
#cart .btn-buy .credit:hover {
  background-position: -350px -50px;
}

/* 保管する */
#cart .btn-buy .keeping {
	background: url("../img/btn-keep.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 45px;
	width: 250px;
}
#cart .btn-buy .keeping:hover {
  background-position: 0 -50px;
}

/* このまま購入する */
#cart .btn-buy .nokeeping {
  background:url("../img/btn-keep.gif") no-repeat scroll -290px 0 transparent;
  border:medium none;
  height:45px;
  width:250px;
}
#cart .btn-buy .nokeeping:hover {
  background-position: -290px -50px;
}

/* 保管商品に追加する */
#cart .btn-buy .add_keeping {
	background: url("../img/btn-hokan.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 45px;
	width: 250px;
}
#cart .btn-buy .add_keeping:hover {
  background-position: 0 -50px;
}

/* 一緒に購入する */
#cart .btn-buy .with_keeping {
  background:url("../img/btn-hokan.png") no-repeat scroll -290px 0 transparent;
  border:medium none;
  height:45px;
  width:250px;
}
#cart .btn-buy .with_keeping:hover {
  background-position: -290px -50px;
}

/* 追加注文しないで進む */
#cart .btn-buy .noseries {
  background: url("../img/bt-noadd.gif") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 45px;
  width: 250px;
}
#cart .btn-buy .noseries:hover {
  background-position: 0 -50px;
}

/* 追加注文する */
.btn-series {
  background: url("../img/btn-add.gif") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 25px;
  width: 60px;
}
.btn-series:hover {
  background-position: 0 -50px;
}

/* 以上の内容をカートへ追加 */
.btn-special-order-cart {
	background: url("../img/btn-special-order-cart.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 24px;
	width: 200px;
}
.btn-special-order-cart:hover {
  background-position: 0 -50px;
}

#cart .btn-order-next {
	background: url("../img/btn_order_next.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 45px;
	width: 250px;

  float: right;
}
#cart .btn-order-next:hover {
  background-position: 0 -50px;
}

#cart .btn-order-prev {
	background: url("../img/btn_order_prev.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 45px;
	width: 250px;

  float: left;
}
#cart .btn-order-prev:hover {
  background-position: 0 -50px;
}

#cart .confirmation li {
  list-style:none outside none;
  margin:0;
  padding:0;
}
#cart .confirmation ul {
  margin:0 !important;
  padding:0;
  width: 135px;
}

#cart .btn-prev-next {
  list-style-type:none;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  width:540px;
}

/* クレジットカード決済処理 */
#cart .btn-buy .credit_auth {
  background: url("../img/btn-buy-simple.gif") no-repeat scroll -290px 0 transparent;
  border: medium none;
  height: 45px;
  width: 250px;
}
#cart .btn-buy .credit_auth:hover {
  background-position: -290px -50px;
}

#cart .btn-buy .credit_auth.disabled {
  cursor: wait;
  opacity: 0.5;
  background-color: #999;
  background-position: -290px -50px;
}

/* 更新ボタン */
#cart .btn-estimate-update {
  width: 60px;
  height: 22px;
  background: url(../img/btn-update-active.gif) no-repeat;
  border:none;
}
#cart .btn-estimate-update:hover {
  width: 60px;
  height: 22px;
  background: url(../img/btn-update-active.gif) no-repeat 0 -50px;
  border:none;
}


.btn-change-point {
  width: 164px;
  height: 24px;
  background: url(../img/btn-change-point.gif)
  no-repeat; border:none;
}

.btn-change-point:hover {
  background-position: 0 -50px;
}


.btn-estimate-create {
  width: 141px;
  height: 24px;
  background: url(../img/btn-estimate-create.gif)
  no-repeat; border:none;
}

.btn-estimate-create:hover {
  background-position: 0 -50px;
}

.btn-estimate-create-active {
  width: 141px;
  height: 24px;
  background: url(../img/btn-estimate-create-active.gif)
  no-repeat; border:none;
}

.btn-estimate-create-active:hover {
  background-position: 0 -50px;
}

.btn-estimate-divide {
  width: 160px;
  height: 24px;
  background: url(../img/btn-estimate-divide.gif)
  no-repeat; border:none;
}

.btn-estimate-divide:hover {
  background-position: 0 -50px;
}


.btn-estimate-dodivide {
  width: 86px;
  height: 24px;
  background: url(../img/btn-estimate-dodivide.gif)
  no-repeat; border:none;
}

.btn-estimate-dodivide:hover {
  background-position: 0 -50px;
}


.btn-estimate-allocate {
  width: 154px;
  height: 24px;
  background: url(../img/btn-estimate-allocate.gif)
  no-repeat; border:none;
}

.btn-estimate-allocate:hover {
  background-position: 0 -50px;
}

.btn-estimate-select-number {
  width: 154px;
  height: 24px;
  background: url(../img/btn-estimate-select-number.gif)
  no-repeat; border:none;
}

.btn-estimate-select-number:hover {
  background-position: 0 -50px;
}

.btn-estimate-back {
  width: 40px;
  height: 24px;
  background: url(../img/btn-estimate-back.gif)
  no-repeat; border:none;
}

.btn-estimate-back:hover {
  background-position: 0 -50px;
}


.btn-estimate-confirm {
  width: 142px;
  height: 24px;
  background: url(../img/btn-estimate-confirm.gif)
  no-repeat; border:none;
}

.btn-estimate-confirm:hover {
  background-position: 0 -50px;
}


/* 編集ボタン */
#mypage .btn-edit {
  width: 40px;
  height: 22px;
  background: url(../img/btn-edit.gif) no-repeat;
  border:none;
}
#mypage .btn-edit:hover {
  width: 40px;
  height: 22px;
  background: url(../img/btn-edit.gif) no-repeat 0 -50px;
  border:none;
}

/* 更新ボタン */
#mypage .btn-update {
  width: 60px;
  height: 22px;
  background: url(../img/btn-update.gif) no-repeat;
  border:none;
}
#mypage .btn-update:hover {
  width: 60px;
  height: 22px;
  background: url(../img/btn-update.gif) no-repeat 0 -50px;
  border:none;
}

/* キャンセルボタン */
#mypage .btn-cancel {
  width: 75px;
  height: 22px;
  background: url(../img/btn-cancel.gif) no-repeat;
  border:none;
}
#mypage .btn-cancel:hover {
  width: 75px;
  height: 22px;
  background: url(../img/btn-cancel.gif) no-repeat 0 -50px;
  border:none;
}

/* 商品テーブル */
#mecha #contents table.full-width {
	width: 100%;
}

#mecha-use .use-conditions-icon {
  vertical-align: middle;
}


#original .btn-buy2 .buy_agree {
  width: 168px;
  height: 45px;
  background: url(../img/btn_buy_agree.jpg) no-repeat;
  border: none;
}
#original .btn-buy2 .buy_agree:hover {
  background-position: 0 -50px;
}

#original .btn-buy2 .buy_notagree {
  width: 190px;
  height: 45px;
  background: url(../img/btn_buy_notagree.jpg) no-repeat;
  border: none;
}
#original .btn-buy2 .buy_notagree:hover {
  background-position: 0px -50px;
}

#cart .customer td span.address_city {
	font-size: 100%;
}

.validate_zipcode input {
  display: none;

  width: 108px;
  height: 22px;
  border:none;
  background: url(../img/validate_zipcode.gif?v=20110408) no-repeat;
}

.validate_zipcode input:hover {
  background-position: 0px -50px;
}

#search .search_more {
  text-align: right;
  margin-bottom: 0px;
}

#search .search_more input {
  width: 90px;
  height: 22px;
  background: url(../img/search_more.gif) no-repeat;
  border: none;
}
#search .search_more input:hover {
  background-position: 0 -50px;
}

#mypage .link-btn-request {
    width: 110px;
    margin: 0;
    padding: 0;
}

#mypage .link-btn-request a {
    display: block;
    width: 110px; height: 30px;
    background: url(../img/btn-request.gif) no-repeat;
    text-decoration: none;
    text-indent: -99999px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    outline: none;
}

#mypage .link-btn-request a:hover {
    background-position: 0 -30px;
}

/*
.btn-findzipcode {
    width: 84px;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
*/

.find_zipcode input {
    width: 104px;
    height: 22px;
    background: url(../img/btn-findzipcode.gif) no-repeat;
    border:none;
}
.find_zipcode input:hover { 
    background-position: 0 -50px;
}

.find_zipcode.mozilla {
    display: inline-block;
    width: 104px;
    height: 22px;
    background: url(../img/btn-findzipcode.gif) no-repeat;
    text-decoration: none;
    text-indent: -99999px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    outline: none;
    vertical-align: bottom;
}
.find_zipcode.mozilla:hover { 
    background-position: 0 -50px;
}

.long_input_message {
    margin-top: 5px;
}


div.product_unit_header {
    padding: 0 10px;
}

div.product_unit_header h3 {
    margin: 0;
    border-width: 0px;
}


.mypage_histories .pagination {
    font-size: 100%;
    margin: 10px 0 0 0;
}

.mypage_estimates .pagination {
    font-size: 100%;
    margin: 0;
}


.conditions_has_stock {
    text-align: right;
}


.product_unit_long_description {
    margin: 0 0 10px 0;
}

p.product_unit_header_buttons {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
}

p.product_unit_header_message {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

p.product_unit_header_buttons a {
    font-size: 1px;
    line-height: 1px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    overflow-x: hidden;
    overflow-y: hidden;
    text-decoration: none;
    text-indent: -99999px;

    float: left;
}

a.product_unit_button_order {
    display: block;
    width: 310px;
    height: 35px;
    background: url(../img/original/btn2.gif) no-repeat;

    margin-left: 13px;
}
a.product_unit_button_order:hover {
    background-position: 0 -90px;
}
.product_unit_no_options a.product_unit_button_order {
    margin-left: 184px;
}
.product_unit_no_options a.product_unit_button_options {
    margin-left: 184px;
}

a.product_unit_button_keepings {
    display: block;
    width: 310px;
    height: 35px;
    background: url(../img/original/btn3.gif) no-repeat;

    margin-left: 13px;
}
a.product_unit_button_keepings:hover {
    background-position: 0 -90px;
}
.product_unit_no_options a.product_unit_button_keepings {
    margin-left: 184px;
}

a.product_unit_button_options {
    display: block;
    width: 310px;
    height: 35px;
    background: url(../img/original/btn2.gif) no-repeat 0 -40px;

    margin-left: 30px;
}
a.product_unit_button_options:hover {
    background-position: 0 -130px;
}


div.estimates-divide-instruction-action {
    margin-bottom: 50px;
}

div.estimates-divide-instruction-action h4 {
    margin-top: 30px;
}

div.estimates-divide-instruction-action table {
    margin: 20px auto 20px auto;
}

div.estimates-divide-instruction-action .estimate-fig {
    /*
    width: 468px;
    */
    width: 510px;
    vertical-align: bottom;
}

div.estimates-divide-instruction-action .estimate-divide-button {
    vertical-align: bottom;
}

.btn-estimate-go-allocate {
  width: 146px;
  height: 24px;
  background: url(../img/btn-estimate-go-allocate.gif)
  no-repeat; border:none;
}

.btn-estimate-go-allocate:hover {
  background-position: 0 -50px;
}

.btn-estimate-go-divide {
  width: 146px;
  height: 24px;
  background: url(../img/btn-estimate-go-divide.gif)
  no-repeat; border:none;
}

.btn-estimate-go-divide:hover {
  background-position: 0 -50px;
}



table.confirmation {
    table-layout: fixed;
}

table.confirmation .code {
    font-size: 90%;
}

table.confirmation .genre {
    padding-bottom: 0.5em;
}

table.confirmation .line_name input {
    width: 100%;
}


#cart table.confirmation ul,
#cart table.confirmation ol,
#cart table.confirmation dl {
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
    font-size: 100%;
    line-height: 130%;
    width: auto;
}

#cart table.confirmation li.customize_remarks {
    list-style: square outside;
    margin: 0 0 0 1.5em;
}


.product_demand_choice_price {
    font-size: 90%;
}


#used_detail {
    margin: 0 0 30px 0;
}

#used_detail h4 {
    margin: 5px 0 5px 0;
}


.full_width {
    width: 100%;
}

.mediaplayer-wrapper > div {
    margin: auto auto;
}

/* incoming ページの表示 */
#rec_update {
    border: none;
    background-image: url(/img/rec_update.jpg);
    background-repeat: no-repeat;
    height: 172px;
    margin-bottom: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
    #rec_update {
        background-image: url(/img/rec_update@2x.jpg);
        -webkit-background-size: 740px 171px;
        -moz-background-size: 740px 171px;
        background-size: 740px 171px;
    }
}

#rec_update #countdown02 {
    border: none;
    padding-top: 128px;
}

#mecha-use #contents .rnk-list_useds p.price {
    font-weight: normal;
    font-size: 95%;
}

#mecha-use .list p span.stock_in_index {
    float: right;
    display: inline;
    font-weight: normal;
    line-height: 175%;
    padding-right: 5px;
}

#mecha-use .list p.price.stock_price {
    margin: 0;
}

#datatabels .table_used_marks {
    text-align: right;
    padding-right: 5px;
}

#datatabels .table_used_marks_multi {
    width: 83px !important;
}

#sns-buttons-container {
    position: relative;
    width: 740px;
    height: 25px;
    overflow: hidden;
}

#sns-buttons {
    position: absolute;
    width: 740px;
    text-align: right;
    top: 3px;
    right: -500px;
}

#contents .fb_iframe_widget {
    display: inline-block !important;
    width: auto !important;
}

/*トップページの文字の色 */
#home #home_main_banner,
#home #home_main_banner a,
#home #box,
#home #box a,
#home #home_useds_images,
#home #home_useds_images a,
#home #home_goods_images,
#home #home_goods_images a,
#home #home_information_container,
#home #home_information_container dt,
#home #home_information_container dd,
#home #home_information_container a {
    color: rgb(110, 110, 110);
}

.product_demand_remarks {
    margin-left: 1em;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
}
