/*pc*/

  .page-heading{
    display: none;
  }

  #top_wrap{
    margin-bottom: 30px;
  }

  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  body {
    font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    color: #333;
    background-color: #ffffff;
    background-image: url({{ app.config.user_data_urlpath }}/img/pc/bg_header.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
  }

  #container {
    width: 1017px;
    margin: 20px auto 0 auto;
    padding: 0 80px;
  }
  #logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
  }
  p {
      color: #333;
      line-height: 1.6;
  }
  #header_new {
    height: 120px;
    width: 1017px;
    position: relative;
  }
  #footer {
    text-align: center;
    width: 895px;
    margin: 0 auto;
    padding-top: 30px;
  }
  #footer address {
    font-size: 10px;
    font-style: normal;
    line-height: 1.2;
    color: #737373;
  }
  /*entry page*/
  .page-heading, .heading02{
    display: none;
  }
  #top_wrap, #confirm_wrap, #complete_wrap, #detail_wrap, #deliver_wrap, #activate_box, #complete_box{
    background: #fff url({{ app.config.user_data_urlpath }}/img/pc/bg_contents.png) repeat-x; */
    width: 955px;
    padding: 20px 30px 50px 30px;
    /* border-right: 1px solid #dbdbdb; */
    /* border-left: 1px solid #dbdbdb; */
  }
  #flow{
    margin-bottom: 15px;
  }
  #top_box, #deliveradd_input, {
    width: 955px;
    margin: 0 auto 20px auto;
  }
  #complete_flow_box, #confirm_flow_box{
      display: none;
  }
  #top_box__title, #deliveradd_box__title{
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    background-color: #f26fa9;
    background: -webkit-linear-gradient(top, #ff93c3 0%, #ff8cbf 1%, #f26fa9 100%);
    background: -moz-linear-gradient(top, #ff93c3 0%, #ff8cbf 1%, #f26fa9 100%);
    background: linear-gradient(top, #ff93c3 0%, #ff8cbf 1%, #f26fa9 100%);
    height: 25px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #5791cc;
    background: -webkit-linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
    background: -moz-linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
    background: linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
  }
  #top_box__title h2, #deliveradd_box__title h2{
    font-weight: bold;
  }
  #top_box__body, #deliveradd_input_box, #detail_box__body, #activate_box__body, #deliveradd_input{
    background-color: #ddedff;
    width: 945px;
    padding: 5px;
    border-radius: 10px;
  }
  #top_box__job, #top_box__fax, #top_box__company_name, #top_box__agreement, #detail_box__company_name, #detail_box__fax, #detail_box__job{
    display: none;
  }
  form, #complete_box__body{
    padding-bottom: 0;
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #top_box__footer, #deliveradd_input_box__top_button{
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    margin-top: 20px;
    width: 903px;
  }


  .thead{
      background: #fff!important;    
      padding: 10px 15px;
      border:none;
      font-size: 15px;
      font-weight: bold;
      color: #205dce;
      text-align: left;
      font-style: normal;
      border: 1px solid #ccc;
      border-bottom: none;
  }
  .thead span.attention{
      font-weight: bold;
      color: #c00;
      font-size: 13px;
      padding-left: 20px;
  }
  .thead span{
      font-size: 13px;
      font-weight: normal;
      color: #737373;
      padding-left: 20px;
  }
  .dl_table, .column, .table{
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    margin-bottom: 20px;
    width: 902px;
    border-collapse: collapse;
    border: 1px solid #ccc;
  }

  .dl_table tbody, .column tbody {
      display: table-row-group;
      vertical-align: middle;
      border-color: inherit;
  }
  .dl_table dd, .dl_table dt, .column dd, .column dt{
    display: table-cell;
    vertical-align: inherit;
  }
  .dl_table dl, .column dl{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .dl_table dt, .column dt{
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #ce2a73;
    background-color: #ffadd1;
    background: -webkit-linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
    background: -moz-linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
    background: linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #205dce;
    background-color: #8cc2ff;
    background: -webkit-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
    background: -moz-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
    background: linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
    width:20%;
  }
  .dl_table dd, .column dd{
    display: table-cell;
    vertical-align: inherit;  
    background: #fff none;
  }



  .dl_table_header{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;

    background: #fff!important;
    border-right: none;
    border-left: none;
  }
  .dl_table_header dt{
  }
  .dl_table_header dt span.attention {
      font-weight: bold;
      color: #c00;
  }
  .attention {
      font-weight: bold;
      color: #c00;
      vertical-align: middle;
  }
  .dl_table .attention, .column .attention, .table .attention {
      font-weight: bold;
      color: #c00;
      text-align: center;
      background-color: #f4f4f4;
      width: 20px;
      vertical-align: middle;
  }

  .dl_table dd, .column dd, .table dd{
      color: #737373;
      background-color: #fff;
      background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
      background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
      background: linear-gradient(top, #fff 0%, #f4f4f4 100%);
      padding: 10px 15px;
      border-bottom: 1px solid #ccc;
  }
  .dl_table dd, .column dd, .table dd {
      background: #fff none;
  }

  .dl_table dd .text_s, .column dd .text_s, .table dd .text_s {
      width: 80px;
  }

  .text, .text_ss, .text_s, .text_m, .text_l, .text_ll, .textarea, .textarea_l, .textarea_ll {
      color: #333;
      padding: 5px;
      border: 1px solid #ccc;
      box-shadow: inset 1px 1px 1px 0 #ccc;
      border-radius: 3px;
  }
  .select, .select_s, .select_m, .select_l, .select_y, .select_md {
      color: #333;
      padding: 2px;
      border: 1px solid #ccc;
      border-radius: 3px;
  }
  .ml_5 {
      margin-left: 5px;
  }
  .mr_5 {
      margin-right: 5px;
  }
  .mr_10 {
      margin-right: 10px;
  }
  .mb_5 {
      margin-bottom: 5px;
  }
  .mb_10 {
      margin-bottom: 10px;
  }
  .inline {
      display: inline;
  }
  .text_l {
      width: 370px;
  }
  .text_m {
      width: 200px;
  }
  .example {
      font-size: 12px;
      color: #989898;
      margin-top: 10px;
  }
  .inline_alert {
      font-size: 11px;
      color: #565656;
      background-color: #fee8f2;
      margin-top: 10px;
      padding: 2px;
      border-radius: 3px;
  }


  .btn-primary, .btn.selected {
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,0.5);
      background-color: #57af01;
      background-image: -webkit-linear-gradient(top, #b8e061 0%, #93d100 1%, #57af01 100%);
      background-image: -moz-linear-gradient(top, #b8e061 0%, #93d100 1%, #57af01 100%);
      background-image: linear-gradient(top, #b8e061 0%, #93d100 1%, #57af01 100%);
      border: 1px solid #438400;
  }
  .btn_large, .btn_xlarge, .btn_xxlarge, .btn_full {
      font-size: 17px;
      font-weight: bold;
      line-height: 38px;
      height: 38px;
  }
  .btn_full {
      width: auto;
      padding: 0 10px;
      zoom: 1;
  }
  input.btn_full{
      line-height: 40px;
      height: 40px;
  }
  .btn_group{
    background-color: #eceef3;
    color: #737373;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 881px;
  }
  .btn-info{
    font-size: 17px;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
  }
  .btn-primary:hover{
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,0.7);
      background-color: #57a201;
      background: -webkit-linear-gradient(top, #a6ca57 0%, #7cb800 1%, #57a201 100%);
      background: -moz-linear-gradient(top, #a6ca57 0%, #7cb800 1%, #57a201 100%);
      background: linear-gradient(top, #a6ca57 0%, #7cb800 1%, #57a201 100%);
      border: 1px solid #3c6414;
  }
  .left {
      float: left;
  }
  .right {
      float: right;
  }
  .radio, .check {
      vertical-align: middle;
      margin-right: 5px;
      display: inline;
  }
  .form-group .errormsg {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    padding: 5px 5px 5px 28px;
    border-radius: 3px;
  }
  dd.form-group .errormsg {
      margin-bottom: 0;
  }
  .text-danger {
    color: #c00;
    background: #fcf2f2 url({{ app.config.user_data_urlpath }}/img/pc/alert.png) no-repeat 5px center;
  }
  #privacy_area {
      color: #333;
      height: 140px;
      margin-bottom: 10px;
      padding: 5px;
      border: 1px solid #ccc;
      box-shadow: inset 1px 1px 1px 0 #ccc;
      border-radius: 3px;
      overflow-y: scroll;
      font-size: 12px;
  }
  #privacy_area h3 {
      font-size: 14px;
      font-weight: bold;
      color: #424242;
      line-height: 1.6;
      margin-bottom: 10px;
  }
  #privacy_check {
      font-size: 18px;
      font-weight: bold;
      color: #ce2a73;
      background-color: #fff2be;
      padding: 10px 20px;
  }
  h3, .h_section_in, .table_login th, .table_form th, .table_list th, .table_cart thead th, .table_cart tfoot td, #table_mail th, #privacy_check, .p_arrow_bottom, .bold {
      color: #205dce;
  }

  #contact_message{
    display: none;
  }

  .contact_message_box #contact_message{
    display: block;
  }
  .contact_message_box #contact_message textarea{
    width: 100%;
  }

  /*confirm page ( shopping page )*/
  #confirm_box__quantity_edit_button{
    display: none;
  }
  #confirm_wrap dt{
    width: 25%;
  }
  /*complete page*/
  #deliveradd_input_box__message p {
      font-size: 108%;
      color: #424242;
      line-height: 1.6;
      margin: 0 0 20px 10px;
  }
  #deliveradd_input_box__message h2 {
      margin: 0 0 5px 10px;
  }
  /*complete entry page*/
  #complete_box__message p {
      font-size: 108%;
      color: #424242;
      line-height: 1.6;
      margin: 0 0 20px 10px;
  }
  #complete_box__message h2 {
      margin: 0 0 5px 10px;
  }
  /*entry page*/
  #entry_mailmaga_flg .radio{
    vertical-align: middle;
    margin-right: 5px;
    display:inline;
    color: #333;
    line-height: 1.6;
  }
  #entry_mailmaga_flg .radio input{
    vertical-align: middle;
  }

  /*entry activate page*/
  #activate_box__message p {
      font-size: 108%;
      color: #424242;
      line-height: 1.6;
      margin: 0 0 20px 10px;
  }
  #activate_box__message h2 {
      margin: 0 0 5px 10px;
  }

  /*entry page*/
  #entry_mailmaga_flg .radio{
    vertical-align: middle;
    margin-right: 5px;
    display:inline;
    color: #333;
    line-height: 1.6;
  }

  /*mypage page*/
  nav{
      display: none;
  }
  #welcome_message{
      display: none;
  }
  #deliv_toggle_area input, #deliv_toggle_area select{
      background-color: rgb(255, 255, 221);
      padding: 4px;
      border-radius: 4px;
      width: auto;
  }

  /*shipping page*/
  .btn_wrapper{
      background-color: #eceef3;
      color: #737373;
      text-align: center;
      padding: 10px;
      border: 1px solid #ccc;
  }
  #deliver_wrap form{
    background-color: #ddedff;
    width: 945px;
    padding: 5px;
    border-radius: 10px;
  }
  #deliver_wrap #deliveradd_select{  
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-bottom: 0;
  }
  /*spike checkout*/
  .ChooseUser .background-f0f0f0{
      vertical-align: inherit;
      font-style: normal;
      font-weight: normal;
      text-align: left;
      font-size: 15px;
      font-weight: bold;
      color: #ce2a73;
      background-color: #ffadd1;
      background: -webkit-linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
      background: -moz-linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
      background: linear-gradient(top, #ffadd1 0%, #fca3ca 100%);
      padding: 10px 15px;
      border: 1px solid #ccc;
      color: #205dce;
      background-color: #8cc2ff;
      background: -webkit-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
      background: -moz-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
      background: linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
      width: 25%;
  }
  .ChooseUser td{
    border: 1px solid #ccc;
  }


  /*fix */

  #form_shopping_shipping, #form_cart{
    border: none;
  }
