@charset "UTF-8";
/*=========================================*/
/* スピードプリントサービス */
/*=========================================*/
@media screen and (min-width: 641px) {
  /*-- MAIN IMAGE --*/
  #print_slider_area {
    margin: 0px auto;
    min-width: 1000px;
    background-color: #eb87a5;
  }
  #print_slider_box {
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
    width: 960px;
  }
  /*-- SUB TITLE --*/
  .sub_title_print {
    margin: 0px auto 12px auto;
    width: 960px;
    background-color: #eb87a5;
    text-align: left;
  }
  .sub_title_print {
    border-radius: 3px;
  }
  .sub_title_print p {
    padding: 12px 20px 8px 20px;
    font-size: 120%;
    line-height: 120%;
    color: #ffffff;
  }
  /*-- CONTENTS --*/
  .print_sub_text {
    margin: 20px auto 15px auto;
    width: 950px;
    text-align: left;
  }
  #print_other_area {
    margin: 0px auto 20px auto;
    width: 970px;
    overflow: hidden;
  }
  #print_other_area_under {
    margin: 0px auto 50px auto;
    width: 970px;
    overflow: hidden;
  }
  .print_other {
    float: left;
    margin: 0px 5px 10px 5px;
    width: 473px;
    border: 1px solid #cccccc;
    /* radius */
    border-radius: 3px;
  }
  .print_other_box {
    padding: 10px 25px;
    overflow: hidden;
  }
  .print_other_box .main {
    padding: 2px 0px 0px 0px;
    text-align: left;
  }
  .print_other_box .text {
    padding: 2px 0px 0px 0px;
    text-align: left;
  }
  .print_bo_text {
    margin: 20px auto 0px auto;
    width: 950px;
    text-align: center;
  }
  .print_bo {
    margin: 20px auto 50px auto;
    width: 400px;
  }
  .print_bo p {
    margin: 0px;
    width: 400px;
    text-align: center;
    font-size: 120%;
    line-height: 150%;
    color: #333333;
  }
  .print_bo p a {
    padding: 12px 10px 9px 10px;
    background: #141482;
    /* radius */
    border-radius: 3px;
  }
  .print_bo p a {
    display: block;
    text-decoration: none;
  }
  .print_bo p a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .print_bo p a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .print_bo p a:hover, active {
    color: #ffffff;
    text-decoration: none;
    background-color: #3cb4dc;
  }
}

@media screen and (max-width: 640px) {
  /*-- MAIN IMAGE --*/
  #print_slider_area {
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
    background-color: #eb87a5;
  }
  #print_slider_box {
    margin: 0px auto;
    padding: 10px 0px 5px 0px;
    width: 100%;
  }
  #print_slider_box img {
    width: 100%;
    height: auto;
  }
  /*-- SUB TITLE --*/
  .sub_title_print {
    margin: 0px auto 10px auto;
    width: 100%;
    background-color: #eb87a5;
    text-align: left;
  }
  .sub_title_print p {
    padding: 12px 15px 8px 15px;
    font-size: 100%;
    line-height: 120%;
    color: #ffffff;
  }
  /*-- CONTENTS --*/
  .print_sub_text {
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
  #print_other_area {
    margin: 0px auto 20px auto;
    width: 100%;
    border-top: 1px dotted #aaaaaa;
  }
  #print_other_area_under {
    margin: 0px auto 40px auto;
    width: 100%;
    border-top: 1px dotted #aaaaaa;
  }
  .print_other {
    padding: 0px;
    width: 100%;
    border-bottom: 1px dotted #aaaaaa;
  }
  .print_other_box {
    padding: 10px 15px;
    overflow: hidden;
  }
  .print_other_box .main {
    padding: 2px 0px 0px 0px;
    text-align: left;
  }
  .print_other_box .text {
    padding: 2px 0px 0px 0px;
    text-align: left;
  }
  .print_bo_text {
    padding: 10px 20px 0px 20px;
    text-align: left;
  }
  .print_bo {
    margin: 20px 30px 0px 30px;
  }
  .print_bo p {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 150%;
    color: #333333;
  }
  .print_bo p a {
    padding: 10px;
    background: #141482;
    /* radius */
    border-radius: 3px;
  }
  .print_bo p a {
    display: block;
    text-decoration: none;
  }
  .print_bo p a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .print_bo p a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .print_bo p a:hover, active {
    color: #ffffff;
    text-decoration: none;
    background-color: #3cb4dc;
  }
}
