/* 製品詳細ページ - 自由枠セクション用スタイル */
#free_detail{
  word-break: break-all; box-sizing: inherit; background-color: transparent; color: rgb(51, 151, 255); text-decoration: underline; outline: 0px !important;
}


/* 画像・テキスト配置の共通スタイル */
.detail .info .left,
.detail .info .right {
  /* インラインスタイル style="" で指定されていた空のスタイル */
}

.detail .info .left figure,
.detail .info .right figure {
  /* インラインスタイル style="" で指定されていた空のスタイル */
}

.detail .info .left figure img,
.detail .info .right figure img {
  width: 100%;
  height: auto;
}

.detail .info .text_part {
  /* インラインスタイル style="" で指定されていた空のスタイル */
}

.detail .info .text_part p {
  /* インラインスタイル style="" で指定されていた空のスタイル */
}

/* ファイルリンクリスト */
.detail .info ul.file {
  margin-top: 1rem;
}

.detail .info ul.file li {
  margin-bottom: 0.5rem;
}

.detail .info ul.file li a {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 3rem;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
}