body {
    color: #333333;
    background: #ffffff;
    font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    -webkit-text-size-adjust: none;
}

/*header*/
.fs-p-headerNavBar {
    border-bottom: 2px solid #c99350;
    padding: 10px 0;
}
/*sitekokuchitxt*/
.fs-p-messageBoard .fs-p-messageBoard__heading {
    margin-top: 8px;
}
/*midashi*/
h2.fs-p-heading--lv2 {
  border-bottom: 5px dotted #45312d;
  padding:12px;
}

/*oshirase*/
ul.fs-p-dateList{
    padding-left: 30px;
}
.fs-p-dateList > li,
.fs-p-dateList > li:last-child {
    border: none;
    padding: 20px 0;
}
.fs-p-dateList > li time:first-child {
    padding: 10px;
}

/※商品詳細 DETAIL*/
.fs-p-productDescription.fs-p-productDescription--full h2 {
    background: none;
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
    padding: 20px 0 5px;
    line-height: 2;
    margin-bottom: 16px;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

.page_movie img {
    display: none;
}

/※商品詳細 見出し*/
.cell .explanation .series_txt h2,
.series_txt h2{
  border-bottom: 5px dotted #45312d;
  padding:12px;
}
.fs-l-main .item_txt01 h2,
.series_txt h2{
    border-bottom: 8px dotted #daada4;
    padding: 15px;
}
.fs-p-productDescription table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #ddd;
    padding:20px;
}
.fs-p-productDescription table th {
    width: 5%;
    border-bottom: dashed 1px #ddd;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    padding: 15px;
}
.fs-p-productDescription table td {
    width: 20%;
    border-bottom: dashed 1px #ddd;
    font-size: 1.5rem;
    text-align: left;
    padding: 15px;
}
/*会社概要*/
table.cp_con_tbl th {
    width: 30%;
    background-color: #dd9a80;
    color: #ffffff;
    border: #dfc5c5 1px solid;
    padding: 20px;
    font-size: 1.4rem;
    text-align: left;
}
.cp_con_tbl td {
    border: #dfc5c5 1px solid;
    padding: 20px;
    font-size: 1.4rem;
    text-align: left;
}
p.cp_con_tbl-logo {
    width: 20%;
    margin: 10px 0 10px 0;
}
.imgmax {
    width: 100%;
    height: auto;
    display: block;
}
.cp_con_tbl-asakusalogo {
    max-width: 65px;
}
