@charset "euc-jp";
/*
Name:         colorstore theme
Written by:   TetraThemes - (http://tetra-themes.net)
*/
/**
 *  img-responsive
 */
.img-responsive {
  display: block;
  max-width: 90%; /*¿¹ËÜ½¤Àµ¡¡¢ª 80%*/
  height: auto;
}

/**
 *  breadcrumb
 */
.breadcrumb {
  padding: 0px 0px 8px 0;/*¿¹ËÜ½¤Àµ*/
  margin: 0;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/**
 *  helper
 */
hr {
  margin-top: 20px;
  margin-bottom:20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/**
 *  grid responsive
 */
.container {
  width: 90% ; /*¿¹ËÜ½¤Àµ¡¡¢ª90%*/
  margin-bottom:0px;
}

.row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.col {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media (max-width: 980px) {
  [class*="col-md-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (max-width: 768px) {
  [class*="col-sm-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (max-width: 480px) {
  [class*="col-xs-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (min-width: 769px) {
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible-phone {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hidden-phone {
    display: none !important;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

/* Column ordering */
.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

/* Offsetting columns */
.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* sm: tablet ~ PC */
@media (min-width: 481px) {
  .col-sm-pull-12 {
    right: 100%;
        background-color:gray;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* middle pc ~ PC */
@media (min-width: 769px) {
  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* large pc */
@media (min-width: 981px) {
  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ------------------------------------- */
/*  Global area Style
/*    - typo
/*    - form
/*    - table
/*    - header
/*    - section
/*    - footer
/* ------------------------------------- */
/**
 *	body
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "¡¦Ää#¡¦£çáãïä2¡¦¡¦ProN W3", "¡¦¡ã£âáã¡¦£å , "Meiryo", "ï¼­ï¼³ ï¼°ã£êáâ·ã¥ã¡¦°Ä, "MS PGothic", sans-serif;
  color: #555;
  font-size: 12px;
  background-color: #fff;
}

/**
 *	link
 */
a {
  transition: .2s;
  color: #000;/*777*/
}
a:hover {
text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: .8;
}

/**
 *	headline
 */
h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:30px;
    padding-top:0px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

/**
 *  list-inline
 */
.list-inline > li {
  padding-right: 0;
}

/**
 *  dl
 */
.ui-side dl {
  margin-bottom: 10px;
}

/**
 *	well
 */
.well {
  margin-bottom: 40px;
  border-radius: 0px;/*¿¹ËÜ½¤Àµ¡¡0¢ª*/
  box-shadow: none;
  color: #444;
  background-color: #f4f4f4;
}
.well p {
  margin-bottom: 0;
}

/**
 *  form
 */
.form-control {
  border-radius: 2px;
  background: url(https://www.buff-aida.com/shopping/img/common/serch-back.png) no-repeat right top;  
}

/**
 *  table
 */
.table tbody tr th {
  background-color: #f4f4f4;
}
.table tbody tr td {
  padding: 10px;
}

/**
 *  table calendar
 */
.ui-side .table caption {
  text-align: center;
}
.ui-side .table > thead > tr > th {
  background-color: #f4f4f4;
}
@media (min-width: 769px) {
  .ui-side .table > thead > tr > th {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .table > tbody > tr > td {
  text-align: center;
  border: none;
}
.ui-side .table > tbody > tr > td.off {
  background-color: #FFCFCF;
}
@media (min-width: 769px) {
  .ui-side .table > tbody > tr > td {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > tbody > tr > td {
    padding: 6px;
  }
}

/**
 *  header_wrap
 */
.ui-header {
  position: relative;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .ui-header {
    text-align: center;
  }
}

/**
 *  logo_area
 */
.block-head-logo {
  text-align: center;
}
.block-head-logo .logo {
  display: inline-block;
  margin: 0;
}

@media (max-width: 768px) {
  .block-head-logo {
    text-align: right;
    margin-bottom: 0px;
  }
  .ui-header {
  padding: 0px 0;
}

}

/**
 *  header_utility
 */
.block-head-content {
  display: inline-block;
  float: right;
}

/**
 *  ui-content-bottom
 */
.ui-content-bottom {
  margin-bottom: 60px;
}

/**
 *  ui-section
 */
.ui-main-top .ui-section {
  margin-bottom: 10px;/*¤­¤«¤Ê¤¤morimoto½¤Àµ60px¢ª30px*/
  margin-bottom: -10px;/*morimotoÄÉ²Ã*/
}

.ui-main .ui-section {
  /*width:1200px;morimoto8/5ÄÉ²Ã¤­¤«¤Ê¤¤*/
  margin-bottom: 20px;/*¤­¤¯morimoto½¤Àµ60px¢ª30px*/
  /*background-color: red;morimoto½¤Àµ red¢ª*/
  /*margin-right: auto;morimoto8/5ÄÉ²Ã*/
  /*margin-left: auto;morimoto8/5ÄÉ²Ã*/
}

.ui-side .ui-section {
  margin-bottom: 40px;/*morimoto½¤Àµ40px¢ª*/
}

.ui-content-bottom .ui-section {
  margin-bottom: 30px;/*morimoto½¤Àµ30px¢ª*/
}

/**
 *  ui-pagetop
 */
.ui-pagetop {
  text-align: right;
  margin-bottom: -1px;
}
.ui-pagetop a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #222;
  font-size: 12px;
}
.ui-pagetop a:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #ccc;
}

/**
 *  copyright
 */
.ui-footer .copy {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-size: 10px;
}

/* ------------------------------------- */
/*  Components
/*    - navmenu
/*    - buttons
/*    - title
/*    - contentbox
/*    - list
/* ------------------------------------- */
/**
 *  ui-nav / tablet,pc style
 */
@media (min-width: 769px) {
  .ui-nav {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .ui-nav a {
    color: #333;
  }
  .ui-nav a:hover {
    text-decoration: none;
  }
  .ui-nav .nav-body {
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ui-nav .nav-body > li > a {
    display: block;
    padding: 10px 15px;
    color: #222;
  }
  .ui-nav .nav-body > li > a:hover {
    background-color: #eee;
  }
  .ui-nav .nav-dropdown {
    position: relative;
    display: block;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
    padding: 0px 7px;
    font-size: 12px;
  }
  .ui-nav .nav-dropdown:hover > a {
    background-color: #eee;
  }
  .ui-nav .nav-dropdown:hover > .nav-menu {
    display: block;
  }
  .ui-nav .nav-body > .nav-dropdown {
    float: left;
  }
  .ui-nav .nav-menu {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130px;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .ui-nav .nav-menu > li {
    display: block;
    clear: both;
  }
  .ui-nav .nav-menu > li > a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .ui-nav .nav-menu > li > a:hover {
    background-color: #eee;
  }
  .ui-nav .nav-menu > .nav-dropdown > .nav-menu {
    top: 0;
    left: 100%;
  }
}

/**
 *  ui-nav / mobile style
 */
.ui-header .inner {
  position: relative;
}

@media (max-width: 768px) {
  .nav-btn-open {
    cursor: pointer;
    position: absolute;
    z-index: 998;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .nav-icon-bar {
    display: block;
    width: 24px;
    height: 4px;
    margin-bottom: 4px;
    background-color: #222;
  }
  .nav-icon-bar:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ui-nav .nav-btn-close {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: bold;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    background-color: #111;
  }
  .ui-nav .nav-btn-close .nav-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .ui-nav .nav-btn-close .nav-icon-bar {
    background-color: #fff;
  }
  .ui-nav .nav-wrapper {
    direction: rtl;
    position: fixed;
    z-index: 999;
    left: -75%;/*¿¹ËÜ½¤Àµ¡¡85%¢ª*/
    top: 0;
    width: 75%;/*¿¹ËÜ½¤Àµ¡¡85%¢ª*/
    height: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    color: #fff;
    background-color: #252525;
  }
  .ui-nav .nav-wrapper.active {
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    overflow-y: scroll;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.5);
  }
  .ui-nav .nav-wrapper * {
    direction: ltr;
  }
  .ui-nav .nav-wrapper.nav-right-side {
    direction: ltr;
    left: auto;
    right: -75%;/*¿¹ËÜ½¤Àµ¡¡85%¢ª*/
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-wrapper.nav-right-side.active {
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-title {
    margin-bottom: 0;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #2f2f2f; /*¿¹ËÜ½¤Àµ¡¡#2£æ2£æ2£æ¢ª*/
  }
  .ui-nav .nav-body {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .ui-nav .nav-body li > a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    padding-right: 50px;
    color: #FFF;
    border-bottom: 1px solid #111;
    border-top: 1px solid #333;
  }
  .ui-nav .nav-body li > a:hover, .ui-nav .nav-body li > a:focus {
    background-color: #202020;
    text-decoration: none;
  }
  .ui-nav .nav-dropdown {
    position: relative;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
  }
  .ui-nav .nav-dropdown > a.active ~ .nav-menu {
    display: block;
  }
  .ui-nav .nav-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #000;
    background-color: #1E1E1E;
  }
  .ui-nav .nav-menu-toggle .icon-triangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #FFFFFF;
  }
  .ui-nav .nav-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .ui-nav .nav-menu li a {
    padding-left: 20px;
  }
  .ui-nav .nav-menu .nav-menu li a {
    padding-left: 30px;
  }
}
.a-ph-navi{	/*¥¹¥Þ¥ÛMENU ¥Þ¡¼¥¯*/
    padding:5px;
    font-weight:bold;
    border-radius: 5px;
    border:solid 2px #000;
  ¡¡clear:both;
}

.btn-main {
  color: #fff;
  background-color: #222;/*¿¹ËÜ½¤Àµ¡¡#222¢ª*/
  border-color: #222;/*¿¹ËÜ½¤Àµ¡¡#222¢ª*/
  border-bottom-color: #090909;/*¿¹ËÜ½¤Àµ¡¡#090909¢ª*/
}
.btn-main:hover, .btn-main:focus, .btn-main.focus, .btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
  color: #222;
  background-color: transparent;
  border-color: #222;
}
.btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
  background-image: none;
}
.btn-main.disabled, .btn-main.disabled:hover, .btn-main.disabled:focus, .btn-main.disabled.focus, .btn-main.disabled:active, .btn-main.disabled.active, .btn-main[disabled], .btn-main[disabled]:hover, .btn-main[disabled]:focus, .btn-main[disabled].focus, .btn-main[disabled]:active, .btn-main[disabled].active, fieldset[disabled] .btn-main, fieldset[disabled] .btn-main:hover, fieldset[disabled] .btn-main:focus, fieldset[disabled] .btn-main.focus, fieldset[disabled] .btn-main:active, fieldset[disabled] .btn-main.active {
  background-color: #222;
  border-color: #222;
}
.btn-main .badge {
  color: #222;
  background-color: #fff;
}

.btn-key {
  color: #fff;
  background-color: #DD2C2C;
  border-color: #DD2C2C;
  border-bottom-color: #b81e1e;
}
.btn-key:hover, .btn-key:focus, .btn-key.focus, .btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
  color: #fff;
  background-color: #b81e1e;
  border-color: #b01c1c;
}
.btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
  background-image: none;
}
.btn-key.disabled, .btn-key.disabled:hover, .btn-key.disabled:focus, .btn-key.disabled.focus, .btn-key.disabled:active, .btn-key.disabled.active, .btn-key[disabled], .btn-key[disabled]:hover, .btn-key[disabled]:focus, .btn-key[disabled].focus, .btn-key[disabled]:active, .btn-key[disabled].active, fieldset[disabled] .btn-key, fieldset[disabled] .btn-key:hover, fieldset[disabled] .btn-key:focus, fieldset[disabled] .btn-key.focus, fieldset[disabled] .btn-key:active, fieldset[disabled] .btn-key.active {
  background-color: #DD2C2C;
  border-color: #DD2C2C;
}
.btn-key .badge {
  color: #DD2C2C;
  background-color: #fff;
}

/**
 *  button-layout
 */
.btn {
  border-radius: 5px;/*¿¹ËÜ½¤Àµ¡¡0¢ª*/
  font-size: 13px;
}

/**
 *  ui-title
 */





.entry-title .title,
.section-title .title,
.side-title .title {
display: inline-block;
margin-bottom: 0px;
margin-top: -5px;
color: #222;

}



/**
 *  entry-title
 */
.entry-title {
  margin-bottom: 20px;
}
.entry-title .title {
  font-size: 20px;
  font-weight: bold;
  margin:-20px 0px;
}
.entry-title .title a {
  font-weight: bold;
}

/**
 *  section-title
 */
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.section-title:before {
  content: "";
  display: block;
  border-top: 0px solid #222;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.section-title .title {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  font-size: 13px;
  font-weight: bold;
}

/**
 *  content-title
 */
.content-title {
  margin-bottom: 15px;
}
.content-title .title {
  font-size: 14px;
  font-weight: bold;
}
.content-title .title a {
  font-size: 14px;
  font-weight: bold;
}

/**
 *  side-title
 */
.side-title {
  margin-bottom: 15px;
  padding: 8px 0;
}
.side-title .title {
  padding-left: 8px;
  border-left: 3px solid #222;
  font-size: 14px;
  font-weight: bold;
}
.side-title .title a {
  font-size: 14px;
  font-weight: bold;
}

/**
 *  ui-box-item PC
 */
@media (min-width: 769px) {
.ui-box-item {
  text-align: center;
  margin-bottom: 20px;
  background-color:#F5F5F5;
  min-height:280px;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
}

.ui-box-item .box-image {
  margin-bottom: 15px;
  display: inline-block;
}
.ui-box-item .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  width:93%;
}
.ui-box-item .box-title .title a {
  display: inline-block;
  color: #222;
  font-weight: bold;
}
.ui-box-item .box-title .title a:hover {
  color: #222;
}
.ui-box-item .review {
  color: #333;
}
.ui-box-item .review .count {
  color: #555;
}
}

/**
 *  ui-box-item ¥¿¥Ö¥ì¥Ã¥È
 */
@media (min-width: 481px) {
.ui-box-item {
  text-align: center;
  margin-bottom: 20px;
  background-color:#F5F5F5;
  min-height:280px;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
}

.box-image {
  border-bottom:solid 2px #DCDBDB;
  border-right:solid 2px #DCDBDB;
}

  
.ui-box-item .box-image {
  margin-bottom: 5px;
  display: inline-block;
}
.ui-box-item .box-title .title {
  /*margin-top: 0;*/
  margin-bottom: 5px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  width:93%;
}
.ui-box-item .box-title .title a {
  display: inline-block;
  color: #222;
  font-weight: bold;
}
.ui-box-item .box-title .title a:hover {
  color: #222;
}
.ui-box-item .review {
  color: #333;
}
.ui-box-item .review .count {
  color: #555;
}
}


/**
 *  ui-box-item PH
 */
@media (max-width: 480px) {
.ui-box-item {
  text-align: center;
  min-height:280px;
  padding-bottom : 15px;
}

.ui-box-item .box-image {
  margin-bottom: 5px;
  display: inline-block;
}
.ui-box-item .box-title .title {
  margin-bottom: 5px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  width:93%;
}
.ui-box-item .box-title .title a {
  display: inline-block;
  color: #222;
  font-weight: bold;
}
.ui-box-item .box-title .title a:hover {
  color: #222;
}
.ui-box-item .review {
  color: #333;
}
.ui-box-item .review .count {
  color: #555;
}
}


/**
 *  ui-box-list
 */
.ui-box-list {
  margin-bottom: 15px;
}
.ui-box-list .box-image {
  margin-bottom: 10px;
}
.ui-box-list .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-weight: bold;
}
.ui-box-list .box-title .title a {
  display: inline-block;
  color: #222;
  font-weight: bold;
}
.ui-box-list .box-title .title a:hover {
  color: #222;
}

.ui-side .ui-box-list > div.row {
  margin-left: -5px;
  margin-right: -5px;
}
.ui-side .ui-box-list > div.row > * {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 *  ui-list-menu
 */
.ui-list-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ui-list-menu li p {
  margin: 0;
}
.ui-list-menu li a {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i {
  margin-top: 2px;
}
.ui-list-menu li ul {
  padding-left: 15px;
  list-style: none;
}

/* ------------------------------------- */
/*  CMS - blocks
/* ------------------------------------- */
/**
 *  header_login_area
 */
.block-header-login {
  padding: 10px 0;/*morimoto8/5 3px¢ª*/
  background-color: #190F11;/*morimoto8/5#222¢ª*/
}
.block-header-login .site-description {
    vertical-align: middle;/*morimoto8/11 ÄÉ²Ã¢ª*/
  margin-bottom: 0;
  color: #ccc;
  font-size: 12px;
}
.block-header-login ul {
  margin-bottom: 0;
}
.block-header-login ul li {
  padding-right: 13px;
}
.block-header-login ul li a {
  color: #ccc;
}
.block-header-login ul li a.btn {
  color: #ccc;
}
.block-header-login ul li:last-child {
  border-right: none;
  padding-right: 0;
}

/**
 *  news
 */
.block-news .section-body {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #ccc;
}
.block-news .rss {
  float: none !important;
  position: relative;
  top: -2px;
  z-index: 5;
  padding: 0 10px;
  margin-left: -20px;
  background: #fff;
}

/**
 *  block-banner
 */
.block-banner {
  margin-bottom: 10px;
}

/**
 *  block-shopping-guide
 */
.block-shopping-guide {
  margin-bottom: 40px;
  font-size: 12px;
}
.block-shopping-guide .content-title {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #ccc;
}
.block-shopping-guide .content-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.block-shopping-guide .content-title .title span {
  font-size: 12px;
  font-weight: normal;
}
.block-shopping-guide .section-body {
  padding: 15px;
  border: 1px solid #ccc;
}
.block-shopping-guide .guide-title {
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .block-shopping-guide .guide-title {
    margin-top: 20px;
  }
}
.block-shopping-guide .guide-body ul li {
  margin-bottom: 5px;
}
.block-shopping-guide .guide-body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*  CMS - pages
/* ------------------------------------- */
/* ------------------------------------- */
/*  product product: ¡¦¡¦3¢æŽ§³ç´°¡¦Ôä#¼ã£ìáá¡¦£í¥â¿ã£âáã¡¦/*		- product
/* ------------------------------------- */
#page-detail .product-title {
  margin: 0;
}
@media (max-width: 768px) {
  #page-detail .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-detail .product-title .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #222;
  font-size: 17px;
  font-weight: bold;
}
#page-detail .photo-column {
  margin-bottom: 40px;
}
#page-detail .photo-column .main-img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
#page-detail .photo-column .thumb-src {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#page-detail .photo-column .thumb-src:hover {
  cursor: pointer;
}
#page-detail dl dt {
  width: 60px;
  text-align: left;
}
@media (min-width: 769px) {
  #page-detail dl dd {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  #page-detail dl dt {
    display: inline-block;
  }
  #page-detail dl dd {
    display: inline-block;
  }
}
#page-detail .price-area,
#page-detail .option-area,
#page-detail .cart-area,
#page-detail .guide-area,
#page-detail .sns-area {
  margin-bottom: 15px;
}
#page-detail .price-area dl {
  margin-bottom: 5px;
}
#page-detail .price-area .dl-horizontal dd {
  margin-left: 0;
}
#page-detail .price-area .price {
  font-size: 12px;
  font-weight: bold;
}
#page-detail .price-area .sale-price {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #page-detail .option-area .dl-horizontal dd {
    margin-left: 0;
    min-width: 300px; /*¿¹ËÜ½¤Àµ 100px¢ª*/
  }
}
#page-detail .option-table {
  padding: 15px 0;
}
#page-detail .option-table table {
  width:100%;
  border: 1px solid #ccc;
}
#page-detail .option-table table th {
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
#page-detail .option-table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#page-detail .option-table table td.none {
  background-color: #f4f4f4;
}
#page-detail .cart-area {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
#page-detail .cart-area input[type="text"] {
  width: 50px;
  padding-bottom: 3px;
}
#page-detail .cart-area .btn-default {
  color: #333 !important;
  background-color: #fff;
}
#page-detail #product-description .section-title {
  margin-bottom: 25px;
}
#page-detail .description-body {
  color: #222;
}
#page-detail .description-body h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
}
#page-detail .description-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}
#page-detail .description-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-detail .description-body img {
  margin-top: 10px;
  margin-bottom: 20px;
}
#page-detail .description-body p, #page-detail .description-body ul, #page-detail .description-body ol {
  font-size: 14px;
}
#page-detail .description-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#page-detail .description-body table thead > tr > th,
#page-detail .description-body table tbody > tr > th,
#page-detail .description-body table tfoot > tr > th,
#page-detail .description-body table thead > tr > td,
#page-detail .description-body table tbody > tr > td,
#page-detail .description-body table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
@media (max-width: 980px) {
  #page-detail .description-body table thead > tr > th,
  #page-detail .description-body table tbody > tr > th,
  #page-detail .description-body table tfoot > tr > th,
  #page-detail .description-body table thead > tr > td,
  #page-detail .description-body table tbody > tr > td,
  #page-detail .description-body table tfoot > tr > td {
    padding: 4px;
  }
}
#page-detail .description-body table th {
  background-color: #f4f4f4;
}

/* ------------------------------------- */
/*  product list: ¡¦¡¦3¢äŽ¶&#128;è¦§ã&#128;¢åŽ¢ØæS¢ç¡¦åüØä#Ôä#¼ã£ìáá¡¦£í¥â¿ã£âáã¡¦/*		- list
/* ------------------------------------- */
/**
 *	page-list
 */
#page-list .list-pager {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#page-list .list-pager ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
  }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom-color: transparent;
}

/* ------------------------------------- */
/*  privacy: ¡¦Îä#¡¦£âáãÀä"·ã¥îáãÚä#¡¦£ì¥ã¼ã¡¦¡¦¼ã£ìáá¡¦£í¥â¿ã£âáã¡¦/* ------------------------------------- */
/**
 *	privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

/**
 *  header
 */
@media (max-width: 768px) {
  .block-header-login {
    padding: 0;
  }
  .block-header-login {
    padding: 0;
  }
  .block-head-logo .logo {
    max-width: 200px;
    margin-top: 10px;/*¿¹ËÜÄÉ²Ã 8/14*/
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .block-head-logo .logo {
  }
}
/**
 *  eyecatch
 */
.eyecatch {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 *	tbl_calendar
 */
.tbl_calendar {
  margin-bottom: 10px;
}
.tbl_calendar caption {
  padding: 4px 0;
  font-size: 14px;
}
.tbl_calendar tbody th {
  text-align: center;
  padding: 4px 12px;
  background-color: #eee;
}
.tbl_calendar tbody td {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #eee;
}
@media (max-width: 1199px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 2px 6px;
  }
}
@media (max-width: 980px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 1px 2px;
  }
}
@media (max-width: 768px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 4px 12px;
  }
}

/**
 *  search-form
 */
.ui-side input[type="text"] {
  width: 90%;
  margin-bottom: 10px;
}

/**
 *  theme edit
 */
.ui-list-menu li a, .ui-list-menu li span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i, .ui-list-menu li span i {
  margin-top: 2px;
}
.ui-list-menu li a img, .ui-list-menu li span img {
  max-width: 32px;
  margin-right: 10px;
}
.ui-list-menu li ul {
  padding: 0;
  margin: 0;
}
.ui-list-menu li.level2 a {
  padding-left: 15px;
}

.block-history {
  margin-top: 15px;
}

.block-news .section-body {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  border: 1px solid #ccc;
}
.block-news .section-body .newslist {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.block-news .section-body .newslist dd {
  margin-left: 0;
}

.ui-footer .footer-list {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.ui-footer .footer-list a {
  font-size: 10px;
}
.ui-footer .copy {
  text-align: center;
  padding: 10px 0;
  border: none;
  font-size: 10px;
}

/*¿¹ËÜÄÉ²Ã*/

.bold{
  font-weight:bold;
  font-size:110%;
  padding-top:10px;
}

.mottomiru{
  width:100%;
  text-align:right;
  padding : 25px
  margin-top:-10px;
  margin-bottom:-40px;
  font-size:110%;
}


.box-body{
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: 75%;
  height: 20px;
  text-align : right ;
}


@media (min-width:1180px) {
  .container {
  width: 1140px ; /*¿¹ËÜÄÉ²Ã*/
  }
}


.page-wrapper {
  margin-left:-8px;/*¿¹ËÜÄÉ²Ã*/
}

.white{
  color: #ccc;/*¿¹ËÜÄÉ²Ã*/
}


/*---¡¡Saff Recommend --*/

.recommend-main{
  font-size:14px;
  padding:0px 15px 20px 15px;
  line-height:28px;
}
.recommend-main h2{
 margin-left:0px;
  padding-right:0px;
}
.recommend-main .title{
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:30px;
    padding-top:0px;
}

.recommend-cart{
  width:100%;
  text-align:right;
  font-size:12px;
  padding : 0px 0px 5px 0px;
  line-height:20px;
}


.recommend-subtitle{
  width:98%;
  font-size:15px;
  font-weight:bold;
  padding : 10px 10px 10px 10px;
  border-radius:10px;
  background-color:#F5F5F5;/*¤¦¤¹¥Ù¡¼¥¸¥å*/
  margin : 30px 0px 30px -10px;
}
.recommend-subtitle-left{
  width:98%;
  font-size:15px;
  font-weight:bold;
  padding : 10px 10px 10px 10px;
  border-radius:10px;
  background-color:#F5F5F5;/*¤¦¤¹¥Ù¡¼¥¸¥å*/
  margin : 30px 0px 30px -10px;
  text-align:right;
}
.gift-subtitle{
  width:98%;
  font-size:15px;
  font-weight:bold;
  padding : 10px 10px 10px 10px;
  border-radius:10px;
  background-color:#F5F5F5;/*¤¦¤¹¥Ù¡¼¥¸¥å*/
  margin : 30px 0px 0px -10px;
}

.recommend-subtitle-green{
  width:98%;
  font-size:15px;
  font-weight:bold;
  padding : 10px 10px 10px 10px;
  border-radius:10px;
  background-color:#D5E1D8;/*¥°¥ê¡¼¥ó*/
  margin : 30px 0px 30px -10px;
}

.recommend-back{
  text-align:right;
  font-size:15px;
  margin-bottom:20px;
  padding-top:20px;
  padding-bottom:20px;
}

.recommend-back:before{
      content: url(https://www.buff-aida.com/shopping/img/common/arrow-r.png) ;
        position : relative ;
      bottom : -5px ;
      margin:0px;
      padding:5px 10px 5px 10px;
  	  display:inline;
}
.k_pick{
    margin-top:20px;
    margin-bottom:20px;
    padding:15px 15px 15px 15px;
    width:90%;
    height:100%;
    font-size:13px;
    line-height:20px;
    background-color:#F5F5F5;
    border-radius: 10px;
    display:block;
}

  .k_pick img{
  margin-bottom:10px;
  width:100%;
  display:block;
}

.titleno{
   font-weight: bold;
   padding-bottom:2px;
}

@media (min-width: 769px) {
  .k_pick img{
  width:300px;
  float:left;
  margin-right:15px;
}
  
  .k_pick{
    margin-bottom:20px;
    padding:15px 15px 0px 15px;
    width:90%;
    height:120px;
    font-size:13px;
    color:#4b4b4b;
    background-color:#F5F5F5;
    border-radius: 10px;
    display:block;
}
}

.recommend-kukuri{
  border-top:solid 2px #000;
  margin-top:20px;
  margin-bottom:20px;
  padding-top:20px;
}



.recomend-ichiran4 {
  width:100%;
}


.recomend-ichiran4 li{
  float:left;
  display:block;
  margin:5px;
  padding:5px;
  font-size:11px;
}
.recomend-ichiran4 li p{
  padding-top:10px;
  padding-left:25px;
  font-size:11px;
  text-align:left;
  line-height:15px;
  text-indent:0px;
}


/*---¥ª¡¼¥À¡¼¥¬¥¤¥É--*/

.orderguide-main{
  font-size:12px;
  padding:0px auto 20px auto;
  line-height:28px;
  margin:auto;
}

.orderguide-main .title{
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:30px;
    padding-top:0px;
}

@media (min-width: 769px) {
.a-orderguide{
	overflow: hidden;
}
  
.a-orderguide-in{
  width:70%;
  margin-left:30px;
  }

.a-orderguide-right{
  float:right;
  text-align:left;
  padding-left:-20px;
  width:50%;
}

.a-orderguide-left{
  float:left;
  text-align:left;
  width:50%;
}
}

@media (max-width: 768px) {
.a-orderguide{
	overflow: hidden;
}


.a-orderguide-right{
  clear:both;
  text-align:left;
   width:100%;
}

.a-orderguide-left{
  clear:both;
   text-align:left;
   width:100%;
}
}


.orderguide-subtitle{
  font-size:14px;
  font-weight:bold;
  padding : 10px 10px 20px 20px;
  border-radius:10px;
  background-color:#F5F5F5;/*¤¦¤¹¥Ù¡¼¥¸¥å*/
  line-height:40px;
  margin-bottom:50px;
  margin-top:30px;
}

.orderguide-subtitle h2{
  font-size:16px;
  margin:15px 0px 5px 10px;
}

.a-orderguide2{
  padding:2.5%;
  border-top:solid 1px #CCC;
  margin-top:15px;
  /*background-color:#F5F5F5;¤¦¤¹¥Ù¡¼¥¸¥å*/
}


.a-orderguide2 h3{
  width:80%;
  font-size:15px;
  font-weight:bold;
  padding : 0px 1% 1% 2%;
  /*background-color:#F5F5F5;¤¦¤¹¥Ù¡¼¥¸¥å*/
  margin : 5% 1% 1% 1%;
  border:dot 1px #CCC;
}


.a-orderguide2 h4{
  width:80%;
  font-size:12px;
  margin-top : 5%;
  margin-left : 2%;
}




.a-orderguide2 h5{
  width:80%;
  font-weight: normal;
  font-size:13px;
  margin-top : 25px;
  margin-left : 2.2%;
  margin-bottom : 0px;
  padding:0px;
}

.a-orderguide2 img{
  margin-left : 2.2%;
}


.a-orderguide-contents{
  width:98%;
  font-weight: normal;
  font-size:13px;
  margin-left : 4%;
  padding:0px;
}
.a-orderguide-table{
width: 95%;
border-collapse: collapse;
margin-left:4%;
}
.a-orderguide-table th{
/*width: 25%; */
padding: 5px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.a-orderguide-table td{
padding: 5px;
background-color: #fff;
border: 1px solid #b9b9b9;
}



/*---¥é¥ó¥­¥ó¥°--*/

.a-ranking {
  width:100%;
}


.a-ranking li{
  float:left;
  display:block;
  margin:5px;
  padding:5px;
  font-size:11px;
  text-indent:-1em;
}
.a-ranking li p{
  padding-top:10px;
  padding-left:25px;
  font-size:11px;
  text-align:left;
  line-height:15px;
  text-indent:0px;
}
.a-rankingmott{
  text-align:right;
  size:13px;
  margin:30px 0px 30px 0px;
  padding-top:15px;
  clear:both;
}
.a-rankingmott:before{
      content: url(https://www.buff-aida.com/shopping/img/common/arrow-r.png) ;
      position : relative ;
      bottom : -5px ;
      margin:0px;
      padding:5px 10px 5px 10px;
  	  display:inline;
}


/*-- ­¡ --*/
.a-ranking {
  counter-reset: wpp-ranking;
}
/*-- ­¢­£ --*/
.a-ranking li:before {
  color:#000;
  font-size:12px;
  font-weight:bold;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  text-align:center;
  opacity:0.999;
  line-height:20px;
  padding-left:5px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  float:left;
  background-color:yellow;
  margin-top:10px;
}



/*--¥Ê¥Ó¥²¡¼¥·¥ç¥ó--*/

	/*º¸¥¤¥é¥¹¥È*/
.a-illusts-accessary:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-accessary.png) ;
}
.a-illusts-bag:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-bag.png) ;
}
.a-illusts-bath:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-bath.png) ;
}
.a-illusts-cut:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-cut.png) ;
}
.a-illusts-food:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-food.png) ;
}
.a-illusts-furniture:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-furniture.png) ;
}
.a-illusts-gardening:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-gardening.png) ;
}
.a-illusts-hardware:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-hardware.png) 
}
.a-illusts-interior:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-interior.png) ;
}
.a-illusts-knit:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-knit.png) ;
}
.a-illusts-living:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-living.png) ;
}
.a-illusts-onepiece:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-onepiece.png) ;
}
.a-illusts-outer:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-outer.png) ;
}
.a-illusts-pants:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-pants.png) ;
}

.a-illusts-shirt:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-shirt.png) ;
}
.a-illusts-stole:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-stole.png) ;
}
.a-illusts-shoes:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-shoes.png) ;
}
.a-illusts-skirt:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-skirt.png) ;
}
.a-illusts-stationery:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-stationery.png) ;
}
.a-illusts-table:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-table.png) ;
}
.a-illusts-hut:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-hut.png) ;
}
.a-illusts-cap:before {
content: url(https://www.buff-aida.com/shopping/img/common/illust-cap.png) ;
}
.a-illusts-socks:before {
content: url(https://www.buff-aida.com/shopping/img/common/illust-socks.png) ;
}
.a-illusts-miton:before {
  content: url(https://www.buff-aida.com/shopping/img/common/illust-miton.png) ;
}

.a-illusts-accessary:before,.a-illusts-bag:before,.a-illusts-bath:before,.a-illusts-cut:before,.a-illusts-food:before,.a-illusts-furniture:before,.a-illusts-gardening:before,.a-illusts-hardware:before,.a-illusts-interior:before,.a-illusts-knit:before,.a-illusts-living:before,.a-illusts-onepiece:before,.a-illusts-outer:before,.a-illusts-pants:before,.a-illusts-shirt:before,.a-illusts-stole:before,.a-illusts-shoes:before,.a-illusts-skirt:before,.a-illusts-table:before,.a-illusts-stationery:before,.a-illusts-hut:before,.a-illusts-cap:before,.a-illusts-socks:before,.a-illusts-miton:before {
      position : relative ;
      bottom : -5px ;
      margin:0px;
      padding:5px 10px 5px 10px;
  	  display:inline;
}
.a-illusts-brand:before {
      content: url(https://www.buff-aida.com/shopping/img/common/illust-brand.png) ;
      position : relative ;
      bottom : -5px ;
      margin:0px;
      padding:5px 10px 5px 10px;
  	  display:inline;
}
/*--¶¦ÄÌ--*/
.a-crear{
    clear:both;
}
.a-margin-top30{
  margin-top:30px;
}
.a-main-description{
  width:90%;
  margin:auto;
  line-height:20px;
}

.a-attention-red{
  margin:auto;
  font-size:15px;
  color:#B3321E;/*ÀÖÃã¿§*/
}

.a-font-red{
  font-size:11px;
  color:#B3321E;/*ÀÖÃã¿§*/
}


.a-font-red-11b{
  font-size:11px;
  font-weight:bold;
  color:#B3321E;/*ÀÖÃã¿§*/
}


.a-font-red-13b{
  font-size:13px;
  font-weight:bold;
  color:#B3321E;/*ÀÖÃã¿§*/
  line-height:20px;
}


.a-gotop{
text-align:right;
padding: 5px;
margin:80px 0;
/*Àþ¤Ä¤±¤ë¤Ê¤éÉü³èborder-bottom: 1px solid #b9b9b9;*/
}

.a-gotop2{
text-align:right;
padding: 5px;
margin:40px 0px 50px 0;
/*Àþ¤Ä¤±¤ë¤Ê¤éÉü³èborder-bottom: 1px solid #b9b9b9;*/
}

.a-gotop2:before {
      content: url(https://www.buff-aida.com/shopping/img/kiyaku/gotop-befor.gif) ;
      position : relative ;
      bottom : -3px ;
      margin-right:2px;
}
.a-gotop:before {
      content: url(https://www.buff-aida.com/shopping/img/kiyaku/gotop-befor.gif) ;
      position : relative ;
      bottom : -3px ;
      margin-right:2px;
}

.a-gotop img{
float:left;
}


.a-top-title{
  text-align:left;
  padding : 10px 5px 10px 5px;
  font-size:15px;
  font-weight:bold;
  margin-bottom:20px;
  color:#000;
  border-bottom:solid 2px #000;
}

.a-top-title-new{
  text-align:left;
  padding : 10px 5px 10px 5px;
  font-size:15px;
  font-weight:bold;
  margin-bottom:20px;
  color:#000;
  border-bottom:solid 2px #000;
}
@media (max-width: 320px) {
.a-ph-navi {	/*¥¹¥Þ¥ÛMENU ¥Þ¡¼¥¯¤º¤ì¤ë¤Ê¤é*/
    margin-top:-15px;
}
}

/*--¥Ö¥é¥ó¥É¥Ú¡¼¥¸*/
/*

.a-brand-list {
  margin: 0px;
  padding: 0px 0px;/*¿¹ËÜ½¤Àµ0px¢ª*/
  border-top: 0px solid #000000;/*¿¹ËÜ½¤Àµ1px solid #aaa¢ª*/
  font-size: 12px;
  list-style-type: none;
  background-color:red;
}


/*clearfix*/
.a-brand-list:after {
  content: "";
  clear: both;
  display: block;
}

.a-brand-list li {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color:#FFF;¿¹ËÜÄÉ²Ã*/
  padding:20px;
  list-style: none;
 /*margin:19px;*/
}

/*´ñ¿ô¤ÎliÍ×ÁÇ¤ËÅ¬±þ*/
.a-brand-list li:nth-child(odd) {
  border-right: 10px solid white;
}

.a-brand-list a {
  display: block;
  /*line-height: 100px;*/
  color: #000;
}


/*²£Éý769px°Ê¾å¤ËÅ¬±þ*/
@media screen and (min-width: 769px) {
.a-brand-space{
  margin-top:10px;
  }
.a-brand-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  /*border-top: none;*/
  border-collapse: collapse;
  border-bottom: solid 10px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-right: solid 10px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-top: solid 0px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-left: solid 10px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  margin: 0px;
}
  
  
.a-brand-list li {
  float: none;
  display: table-cell;
  width: 100%;
  height: 100%;
  /*border-bottom: none;*/
  border-top: 3px solid #FFF5;
  border-bottom: 10px solid white;
  border-right: 10px solid white;
  border-left: 10px solid white;
  background-color:#FFF;/*¿¹ËÜÄÉ²Ã*/
  margin: 0px;
}
  
  .a-brand-list li:nth-child(odd) {
  border-collapse: collapse;
  border-bottom: solid 10px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-right: solid 10px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-top: solid 0px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  border-left: solid 0px white;/*¿¹ËÜ½¤Àµ border-right: solid 0px white;*/
  background-color:#FFF;/*¿¹ËÜÄÉ²Ã*/
  margin: 0px;
}
}

.brandmain h2{/*9/9½¤ÀµÉ¬Í×*/
  margin-top:50px;
  border-bottom:solid 2px #000;
}


.a-brand-l-minus{
  margin-top:-40px;
}

	/*¥Ö¥é¥ó¥Éº¸¥¤¥é¥¹¥È*/

.a-brand-description{
  font-weight:bold;
  width:95%;
  size:13px;
  padding:0px 0px 15px 0px;
  line-height:20px;
}
.a-brand-img{
  font-weight:bold;
}
.a-brand-description p{
  font-weight:normal;
  margin-top:5px;
}

@media (max-width: 480px) {
	.entry-title .title {
font-size : 85% ;
margin : 1em 0 0.8em 0 ;
  }
}




/**
 *	link
 */
.a-linkblue a {
  transition: .2s;
  color: #19469E;/*777*/
  text-decoration: underline;
}

.a-concept {
  width:70%;
  margin:50px auto;
  /*background-color:red;*/
  font-size: 12px;
}
.a-concept h1{
  margin-top:20px;
  text-align:left;
¡¡font-size: 12px;
}
.a-concept h2{
  margin-top:30px;
  text-align:left;
¡¡size:12px;
}
.a-concept p{
  text-align:left;
  size:14px;
  margin-bottom:40px;
  line-height:30px;
  /*background-color:yellow;*/
}

.ui-content-top{
  text-align:center;
  size:12px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
}

.a-zakka h1{
  font-size:15px;
  margin-bottom:30px;
}


.a-zakka h2{
 font-size:13px;
}


.a-zakka ul{
  font-size:13px;
  margin-bottom:40px;
  line-height:40px;
  list-style:none;
}

.a-zakkabrand{
  padding-left:12px;
}

.a-illusts-serch:before {
      content: url(https://www.buff-aida.com/shopping/img/common/serch.png) ;
        position : relative ;
      bottom : -10px ;
      margin:0px;
      padding:0px 10px 5px 10px;
  	  display:inline;
}

/*¥¹¥é¥¤¥À¡¼*/
.slider {
      margin:0px;
      padding:0px;
}

/*SNS CSS*/

.m-sns{
width:100%; 
margin-bottom:50px;
display: table;
table-layout: fixed;
text-align: center;
margin-left:-20px;
}


.m-sns li{
  list-style:none;
  display: inline-block;
}


.left-banner{
  max-width:100%;
}

/*¤Õ¤­¤À¤·*/
.commentlist{
    list-style-type:none;
}
.commentlist li{
    overflow:hidden;
    margin-top:15px;
}
.commentlist .author{
    text-align:center;
    width:100px;
}
.commentlist .balloon{
    position:relative;
    font-size:12px;
    line-height:20px;
    padding:15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;    
}
.commentlist .balloon-lef .balloon{
    margin-left:110px;
    background-color:#F5F5F5;
}
.commentlist .balloon-lef .author{
    float:left;
}
.commentlist .balloon-rig .balloon{
    margin-right:110px;
    background-color:#F5F5F5;
}
.commentlist .balloon-rig .author{
    float:right;
}
.commentlist .balloon:before, .commentlist .balloon:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
}
.commentlist .balloon-lef .balloon:before{
    top:10px;
    left:-20px;
    border-top:10px solid transparent;
    border-left:10px solid transparent;
    border-right:10px solid #F5F5F5;
}
.commentlist .balloon-lef .balloon:after{
    top:20px;
    left:-10px;
    border-top:10px solid #F5F5F5;
    border-left: 10px solid  transparent;
    border-right: 10px solid transparent;
}
.commentlist .balloon-rig .balloon:before{
    top:10px;
    right:-20px;
    border-top:10px solid transparent;
    border-left:10px solid #F5F5F5;
    border-right: 10px solid transparent;
}
.commentlist .balloon-rig .balloon:after{
    top:20px;
    right:-10px;
    border-top:10px solid #F5F5F5;
    border-left: 10px solid  transparent;
    border-right: 10px solid transparent;
}