@import url("/html/user_data/assets/css/common.css");
@import url("/html/user_data/assets/css/files_common.css");
@import url("/html/user_data/assets/css/style.css");
@import url("/html/user_data/assets/css/files_pc.css");

body{
  background: url(/html/user_data/assets/img/files/body_bg.jpg) no-repeat center top / 100% !important;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}
#main_teaser{
  min-width: 1200px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #fff !important;
}
.ec-drawerRole {
  padding-bottom: 30vw;
}
.ec-layoutRole__contentTop{
  margin-top: 70px;
}
#footer_block {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 100px;    
  background: url(/html/user_data/assets/img/files/footer_bg.jpg) repeat-x center top;  
}
#footer_box {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
#footer_sitemap_block {
  width: 960px;
  margin: 0 auto;
}
#footer-widget-area {
  display: table-cell;
  font-size: 12px;
  line-height: 1.6;
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000000;
  color: #000000;
  border-left: none !important;
  border-right: none !important;
}
#footer-widget-area .widget-area {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
#footer-widget-area .widget-area ul.menu {
  border-left: 1px solid #999999;
  list-style: none outside none;
  margin-left: 0;
}
#footer-widget-area .widget-area .menu-item {
  float: left;
  margin: 0 0 5px;
}
#footer-widget-area .widget-area .menu-item a {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  display: block;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 0 -1px;
  padding: 0 15px;
  text-decoration: none;
}
#footer-widget-area .widget-area .menu-item a:hover {
  text-decoration: underline;
}
#footer_information {
  margin: 0;
  padding: 0;
}
#footer_information .entry-post .post-data p {
    font-size: 12px;
    line-height: 1.6;
}
#copyright {
  clear: both;
  color: #000000;
  font-size: 70%;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}
.fixed_btn {
  bottom: 150px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.fixed_btn div {
  height: 60px;
  margin-bottom: 10px;
  right: 0;
  width: 63px;
}
.fixed_btn div a {
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 63px;
}
.ec-blockTopBtn{
  display: none !important;
}
div#access .menu-item a, div#access .menu-item a:hover{
  padding: 0;
  text-indent: -9999px;
}
#site-description {
  font-size:12px;
}
#site-description a {
  text-decoration: none;
}
.ec-layoutRole{
  background:none;   
}
#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}
#access ul, 
#access li {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ec-borderedDefs dd{
  line-height: 2;
}
/*関連商品
------------------------------------------------------------------------------------------------------------------- */
#RelatedProduct-product_title{
  background: #525263;
  color: #fff;
  padding: 10px 10px 10px 20px;
  font-size: 21px;
  margin: 50px 0 30px;
}
/*カテゴリ一覧
------------------------------------------------------------------------------------------------------------------- */
.ec-itemNav__nav li a{
  padding: 6px;
  margin: 5px;
  background:#eee;
}
/*PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) { 
.ec-headerRole,
.ec-footerRole{ 
  display:none;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}
}
/*SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) { 
#main_teaser,
#access,
#site-description,
.fixed_btn,
#footer_block,
.main_header,
.ec-headerNaviRole,
.ec-footerTitle__logo{ 
  display:none !important;
}
body { 
  background:none !important;
}
.ec-layoutRole__contentTop{
  margin-top: 0px;
}
.ec-layoutRole .ec-layoutRole__contents{
  margin-top: 0;
}
.ec-footerRole{
  display: block;
}
#branding_box{
  height: 0 !important;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
  height: auto;
}
}