html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

small {
  font-size: 12px;
}

input,
select {
  margin: 0;
  vertical-align: middle;
}

/* 共通 */

body {
  background: #ffffff none repeat scroll 0 0;
  color: #404040;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
}
input[type="text"]:not(.keyword_),
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #959595;
  max-width: 90%;
  min-height: 20px;
}
textarea {
  border: 1px solid #959595;
  border-radius: 5px;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  padding: 1px;
}
input[type="text"]:not(.keyword_),
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  border: 1px solid #959595;
  border-radius: 5px;
  height: 1em;
  margin: 5px 0;
  padding: 0.6em;
}
input[type="text"]:focus:not(.keyword_),
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #eea34a;
}
select {
  border-radius: 5px;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 28px;
  line-height: 28px;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #666666;
}

/* 文字サイズ */
.large_ {
  font-size: 16px;
}
.xlarge_ {
  font-size: 18px;
}
.small_ {
  font-size: 12px;
}
.xsmall_ {
  font-size: 10px;
}
/**/

.leftfloat_ {
  float: left;
}
.rightfloat_ {
  float: left;
}
.clear_ {
  clear: both !important;
}
.lefttext_ {
  text-align: left;
}
.righttext_ {
  text-align: right;
}
.centertext_ {
  text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
  color: #cc0000;
  font-size: 14px;
}
.error_ a {
  color: #009ecd;
  text-decoration: underline;
}
.notice_ {
  color: #993300;
}
.info_ {
  font-weight: bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_,
table.error_ {
  background-color: #ffffff;
  border: solid 1px #ff5500;
  padding: 4px;
  margin: 4px 0;
}
div.notice_,
table.notice_ {
  background-color: #ffffff;
  border: solid 1px #996666;
  padding: 4px;
  margin: 4px 0;
}
div.info_,
table.info_ {
  background-color: #ffffff;
  border: solid 1px #666666;
  padding: 4px;
  margin: 4px 0;
}
ul.error_ {
  margin-left: 16px;
}
.box_ {
  padding: 0 10px 10px;
}
/**/

.message_ {
  padding: 0 10px 10px;
}

/* 入力フォーム */
.hidden_ {
  display: none;
}
li.title_ {
  background-color: #e5f3ff;
  border-left: 5px solid #e5f3ff;
  padding: 1px 10px;
  margin-top: 3px;
}

.input_must_ input,
.input_must_ textarea,
.input_must_ select {
  background-color: #ffebeb;
}
li.must_ {
  border-left: 5px solid #ff6666;
}
span.must_ {
  color: #ffc0cb;
  background-color: #ffc0cb;
  padding: 0 2px;
}
.hiddenEnter_ {
  width: 0;
  height: 0;
}
.classrequired {
  background: #ffeeee;
}
.classerror {
  background: #ffeeee;
}
.efo_icon_ {
  vertical-align: middle;
}

/**/

/* ボタン */
.button_ {
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 5px;
  text-align: center;
  font-size: 12px;
  border: none;
}

.large_button_ {
  width: 100%;
  font-size: 16px;
  margin: 5px 0;
}
.large_button_s_ {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 5px 0;
  padding: 7px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
}

.small_button_ {
  font-size: 14px;
  text-align: center;
}

.auto_small_button_ {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.orange_button_ {
  background-color: #ff9300;
}

.green_button_ {
  background-color: #a2d700;
}

.purple_button_ {
  background-color: #dfbfff;
}

.gray_button_ {
  background-color: #cccccc;
}

/*
.blue_button_ {
	background: #40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background: #40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
*/
/**/

.common_headline1_ {
  margin: 0 10px 10px;
  padding: 0px 10px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  border-left: solid 5px #009fcc;
  color: #009fcc;
}

.common_headline2_ {
  margin-bottom: 10px;
  padding: 5px 10px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  background: #009fcc;
  color: #ffffff;
}
.common_headline3_ {
  margin-bottom: 5px;
  padding: 5px;
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.disp_none_ {
  display: none;
}
.disp_block_ {
  display: block;
}

/* 価格表示 */
.price_pop_ {
  color: #cc0000;
  font-size: 12px;
}
.price_ {
  color: #cc0000;
  font-weight: bold;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */

div.wrapper_ {
}
div.contents_ {
  margin-bottom: 20px;
}
header {
}
header .header_top_ {
  width: 100%;
  margin: 0;
  min-height: 45px;
  display: flex;
  display: -webkit-box;
  box-pack: justify;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
}
header .header_top_ #top_guest_area_ {
  min-height: 45px;
  flex: 1 1 auto;
}
header .header_top_ #top_guest_area_ #sitelogo {
  margin: 0 0 0 0;
  vertical-align: top;
  padding-left: 5px;
}
header .header_top_ #top_guest_area_ #sitelogo img {
  width: 56px;
}
header .header_top_ #top_guest_area_ #welcomeMessage {
  font-size: 10px;
  vertical-align: middle;
  padding-left: 10px;
}

h1#sitelogo,
#welcomeMessage {
  display: table-cell;
  padding-top: 7px;
  line-height: 1.4;
}
#welcomeMessage span {
  color: #f00;
  font-size: 10px;
}
header .header_top_ #top_gnav_area_ {
  min-height: 45px;
  text-align: right;
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  flex: 0 1 140px;
}
header .header_top_ #top_gnav_area_ > div {
  height: 38px;
  max-height: 100%;
  text-align: center;
  cursor: pointer;
  width: 35px;
  vertical-align: middle;
  border-left: dotted 1px #dddddd;
  display: table-cell;
  padding-top: 7px;
}
.icon_menu {
  background-image: url(../../wwwroot/img/usr/sp/bg_icon_menu.jpg);
}
.icon_menu a {
  text-decoration: none;
}
.icon_menu span {
  font-size: 10px;
  display: block;
  margin-top: -3px;
}

/* 20160406 メニュー改修 */

h1#sitelogo {
  padding-top: 0;
  vertical-align: middle;
  width: 28%;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1001;
}
header .header_top_ #top_gnav_area_ > div {
  padding-top: 0;
  width: auto;
}
header .header_top_ #top_guest_area_ #sitelogo img {
  /* height: 62px; */
  width: 100%;
}
.search_bg_ {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  background-color: #fff !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header .header_top_ #top_gnav_area_ {
  /* position: relative; */
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  min-width: 100%;
  border-bottom: 1px solid #eee;
  line-height: 0;
}
header .header_top_ #top_gnav_area_.active_ {
  z-index: 1002;
}
header .header_top_ #top_gnav_area_ > div {
  width: 13%;
}
#top_gnav_area_ a img {
  /* height: 62px; */
  width: 100%;
}
#search_title {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 62px;
  left: -70%;
  z-index: 1001;
  background: #fff;
  width: 70%;
  border: 1px solid #ccc;
  --webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: scroll;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  transition: all 0.3s ease;
  animation-duration: 0.5s;
  animation-name: fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
}
#search_title.active_ {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  transition: all 0.3s ease;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in70 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}
@-moz-keyframes fade-in70 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}
@-webkit-keyframes fade-in70 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}
mask:@keyframes fade-out {
  100% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  0% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  100% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  0% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  100% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  0% {
    display: none;
    opacity: 0;
  }
}
#search_title h2 {
  padding: 0 5px 0 10px;
  margin: 5px 5px 5px 10px;
  border-left: 5px solid #009fcc;
  color: #009fcc;
  font-weight: bold;
  font-size: 16px;
}
#search_title .search_title_inner_ ul.index_ > li {
  margin-top: -1px;
}
#search_title li a {
  text-decoration: underline;
}
#search_title .search_title_inner_ ul.index_ > li > a {
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #ccc;
  background: url(../img/usr/plus.png) left top no-repeat;
  display: block;
  text-decoration: none;
}
#search_title .search_title_inner_ ul.index_ > li > a.active_ {
  background: url(../img/usr/minus.png) left top no-repeat;
}
#search_title .search_title_inner_ ul.index_ li {
  /* border-top: 1px solid #ccc; */
}
#search_title .search_title_inner_ ul.index_ li ul {
  display: none;
}
#search_title .search_title_inner_ ul.index_ li li a {
  display: block;
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid #ccc;
}
header .header_top_ #top_gnav_area_ > div {
  border-left: none;
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
  margin-bottom: 2px;
  padding: 10px 95px 10px 10px;
  position: relative;
  background: #009fcc;
}

form.search_form_ input.keyword_ {
  padding: 5px 0;
  height: 20px;
  font-size: 16px;
  width: 100%;
  text-indent: 5px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form.search_form_ .placeholder_ {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #999;
}
form.search_form_ .search_button_ {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  font-size: 16px;
  width: 80px;
  height: 30px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff9300;
  color: #ffffff;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
  max-width: 95%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
ul.buttons_ {
  margin-bottom: 20px;
  text-align: center;
}
ul.buttons_ li {
  display: inline;
}
ul.buttons_ li a {
}
ul.buttons_ li a img {
  vertical-align: middle;
}
footer {
  border-top: 1px solid #dddddd;
}

footer .change_mode_ {
  margin: 0 0 10px;
  text-align: center;
}
/* ボタン */
footer nav#footernav01 {
}
footer nav#footernav01 > ul {
  background: #f9f9f9;
  border-bottom: solid 1px #dddddd;
}
footer nav#footernav01 > ul li {
  width: 32%;
  display: inline-block;
  border-left: solid 1px #dddddd;
}
footer nav#footernav01 > ul a {
  background: url(../img/usr/sb/common/icon_arrow01.png) right no-repeat;
  line-height: 30px;
  font-size: 10px;
  color: #333333;
  display: block;
  padding: 0 15px 0 10px;
}
footer nav#footernav01 > div > a:first-child {
  border: none;
}
/* テキスト */
footer nav#footernav02 {
  margin-bottom: 20px;
  text-align: center;
}
footer nav#footernav02 ul li {
  display: inline-block;
  white-space: nowrap;
}
footer nav#footernav02 ul li a {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 11px;
}
footer #copyright {
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

#pageTop {
  background: url(../img/usr/link_pagetop.png) center center no-repeat #009fcc;
  background-size: 15px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
  white-space: nowrap;
  text-align: right;
  float: right; /* */
}
div.search_ {
  white-space: nowrap;
}

img.top_banner_ {
  max-width: 100%;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.loginform_ {
  margin-bottom: 10px;
}

div.login_ div.loginform_ div.form_text_ {
  margin: 5px 0;
}
div.login_ div.askpass_ {
  margin: 10px auto;
}
.login-list {
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #9fb7d4;
  margin-bottom: 10px;
}
.login-list li.inputimage_ {
  width: 100%;
}
.login-list li.inputimage_ a {
  display: block;
  padding-left: 50px;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #9fb7d4;
  color: #000;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

div.customer_sociallogin_ {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
div.mymenu_sociallogin_ {
  display: inline;
  float: left;
  margin: 5px 10px 10px 10px;
  text-align: center;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
  margin: 0 10px 10px;
  padding: 4px;
  border: 1px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

div.customer_ table.customer_,
div.customer_ table.customerconfirm_ {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
div.customer_ table.customer_ th,
div.customer_ table.customerconfirm_ th {
  width: 30%;
  background-color: #e5f3ff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 3px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
div.customer_ table.customer_ td,
div.customer_ table.customerconfirm_ td {
  border-bottom: 1px solid #cccccc;
  padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */

div.customer_status_ {
  margin: 0 10px 10px;
  padding: 5px;
  border: 1px solid #009cff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
  font-weight: bold;
}

#mypagenav {
  margin-bottom: 10px;
}
#mypagenav li {
  border-bottom: 1px solid #ccc;
}
#mypagenav li:first-child {
  border-top: 1px solid #ccc;
}
#mypagenav li a {
  display: block;
  padding: 5px 25px 5px 10px;
  text-decoration: none;
  background: url(../img/usr/link_goods.png) 97% center no-repeat;
}
#mypagenav li img {
  margin-right: 5px;
  width: 40px;
  vertical-align: middle;
}
#mypagenav #dest_change a {
  cursor: pointer;
  background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
  border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
  padding-left: 30px;
  background: #f0f0f0 url(../img/usr/link_dest.png) right center no-repeat;
}

.customer_ {
  margin-bottom: 10px;
}

.customer_ p {
}

.submit_ {
  margin: 0 10px 20px;
  text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
  padding: 5px;
  border: 1px solid #cccccc;
  margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
  margin-bottom: 10px;
}

div.sales_info_ {
  margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.historydetail_ th {
  text-align: left;
  width: 40%;
  font-weight: normal;
  padding: 3px;
  white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.historydetail_ td {
  border-left: none;
  padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_ {
  border: none !important;
}
table.sales_ td,
table.method_ td {
  text-align: right;
}
table.purchase_ {
  margin-bottom: 10px;
  width: 100%;
}
table.purchase_ th {
  width: 22%;
}
table.ship_ {
  margin: 0 0 10px;
  width: 100%;
}

/* 購入履歴 */
div.history_table_ {
  margin: 0 10px;
}
table.history_ {
  margin: 0 0 10px;
  width: 100%;
  border: 1px dotted #009cff;
  border-bottom: none;
}
table.history_ td {
  padding: 1px 5px;
  border-bottom: 1px dotted #009cff;
}
table.history_ th {
  background-color: #f0f4f6;
  vertical-align: middle;
  width: 35%;
  font-weight: normal;
  text-align: left;
  padding: 1px 5px;
  border-bottom: 1px dotted #009cff;
  white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
  padding: 0px;
}
table.history_ td.order_detail_ ul {
  width: 100%;
}
table.history_ td.order_detail_ ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
}
table.history_ td.order_detail_ ul li div.name_ {
  margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
  margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
  padding: 5px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
  background: #dfdfdf -moz-linear-gradient(top, #fff, #dfdfdf);
  background: #dfdfdf -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: #dfdfdf linear-gradient(top, #fff, #dfdfdf);
}
table.history_ td.status_ {
  padding-top: 5px;
}
table.history_ td.status_ img {
  width: 160px;
}
table.history_ td.total_ {
  font-size: 16px;
}
div.historydetail_ {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

/**/
div.estimate_box_content_ {
  margin-left: 10px;
  margin-bottom: 10px;
}
table.formlist_ td.cancel_ {
  background-color: #f6f6f6;
}
table.destgoodslist_ {
  width: 100%;
  margin-bottom: 10px;
}
table.destgoodslist_ th.name_,
table.destgoodslist_ td.name_ {
}
table.destgoodslist_ th.qty_,
table.destgoodslist_ td.qty_ {
}
table.destgoodslist_ th.sales_detail_append_spec_,
table.destgoodslist_ td.sales_detail_append_spec_ {
}
table.destgoodslist_ th.cancel_dt_,
table.destgoodslist_ td.cancel_dt_ {
}
table.destgoodslist_ td.cancel_dt_ {
  color: #cc0000;
}

div.processimage_ {
  margin: 0 10px 10px;
  text-align: center;
}
div.processimage_ img {
  max-width: 320px;
  width: 100%;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
  margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
  padding: 10px 0;
  vertical-align: top;
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
div.customer_ li.bookmark_item_:first-child {
  border-top: 1px dotted #ccc;
}

li.bookmark_item_ div.cartgoods_ {
  padding: 5px;
  display: inline;
  width: 20px;
  display: table-cell;
  vertical-align: top;
}
li.bookmark_item_ div.img_ {
  padding: 5px;
  display: inline;
  overflow: hidden;
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
li.bookmark_item_ div.img_ img {
  width: 100px;
}
li.bookmark_item_ div.desc_ {
  padding: 5px;
  width: auto;
  display: table-cell;
  vertical-align: top;
}
li.bookmark_item_ div.name_ {
  display: inline;
}
li.bookmark_item_ div.spec_ {
  margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
  margin-top: 5px;
  font-weight: bold;
}
li.bookmark_item_ .comment_ {
  margin-bottom: 10px;
  width: 100%;
}
li.bookmark_item_ .comment_ textarea {
  width: 100%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
  word-break: break-all;
}
div.customer_ div.del_ {
  text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
  margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
  border-bottom: 1px solid #ccc;
}
div.contact_ ul.contactlist_ li:first-child {
  border-top: 1px solid #ccc;
}
div.contact_ ul.contactlist_ li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  background: url(../img/usr/link_goods.png) 97% center no-repeat;
}
div.contact_ table.detaillistline_ {
  border: dotted 1px;
  margin: 2px auto;
}
div.contact_ .contact_body_ {
  word-break: break-all;
}
/* お問合せ詳細 */
.contactdetail_title_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
  margin-left: 10px;
  float: left;
}
.contactdetail_title_ .id_ {
  margin-right: 10px;
  float: right;
}
div.goods_info_ {
  margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
  margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
  margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
  margin: 0 0 0 20px;
}
dl.contactlist_line_ {
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
  background: #f0f4f6;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
  width: 100%;
  overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
  padding: 5px;
  float: left;
  display: inline;
  font-weight: bold;
  width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
  padding: 5px;
  float: right;
  display: inline;
  text-align: right;
  width: 40%;
}
dl.contactlist_line_ .comment_ {
  padding: 10px;
  background: #fff;
}
.contact_reform_comment_ {
  margin: 0 10px 10px;
  padding: 10px;
  border: 1px solid #ccc;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
  text-align: center;
  margin: 0 10px 10px;
}
div.order_flow_ img {
  width: 100%;
  max-width: 660px;
}

table.cartlist_ {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #cccccc;
}
table.cartlist_ tr.list_ {
  border-bottom: 1px solid #cccccc;
}
table.cartlist_ td {
  padding: 5px;
}
table.cartlist_ td.img_ {
  width: 52px;
}
table.cartlist_ td.img_ img {
  width: 48px;
}
table.cartlist_ td.name_ {
  vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
  font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
  font-size: 12px;
}
table.cartlist_ td.price_box_ {
  vertical-align: top;
  text-align: right;
  width: 90px;
}
table.cartlist_ td.money_ {
  width: 90px;
  text-align: right;
}
table.cartlist_ .price_box_ li.money_ {
  width: 90px;
  text-align: right;
  padding: 2px;
}
table.cartlist_ .price_box_ li.qty_ {
  text-align: right;
  width: 90px;
  padding: 2px;
}
table.cartlist_ td.button_ {
  vertical-align: middle;
  text-align: center;
  width: 64px;
}
table.cartlist_ td.total_ {
  text-align: right;
}
table.cartlist_ .qty_ input {
  text-align: right;
}

input.calc_ {
  width: 0px;
  height: 0px;
}

div.postage_comment_ {
  padding: 5px 5px 0 5px;
  margin: 5px 0 0 auto;
  text-align: right;
  font-weight: bold;
  color: #ff0000;
}

div.postage_comment2_ {
  padding: 0 5px 0 5px;
  margin: 0 0 0 auto;
  text-align: right;
  color: #ff0000;
}

/* 2014.10.30 追加 */
div.coupon_flg_comment_ {
  padding: 5px 5px 0 5px;
  margin: 5px 0 0 auto;
  text-align: left;
  font-weight: bold;
  color: #ff0000;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}

div.method_host_ div.host_info_ {
  margin: 0 10px 10px;
  padding: 5px;
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.method_host_ .host_name_ {
  padding-bottom: 5px;
}
div.method_host_ address {
  padding: 10px;
  background: #fff;
  font-style: normal;
}
table.method_host_ {
  margin-bottom: 20px;
  width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
  width: 300px;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
  margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
  margin-bottom: 5px;
  padding-left: 10px;
}
div.sender_change_ {
  padding: 5px;
  margin: 0 10px 10px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  width: auto;
}
div.method_sender_ ul.method_sender_ {
  width: 90%;
  padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
  margin: 0 10px 10px;
  padding: 5px;
}
div.address_item_ .address_title_ {
  padding-bottom: 5px;
  background: #f0f4f6;
}
div.address_item_ .dest_disp address {
  padding: 10px;
  font-style: normal;
}
div.address_item_ .address_change_ {
  margin-top: 5px;
  text-align: right;
  padding: 0 0 10px;
  border-bottom: dotted 1px #cccccc;
}
div.address_bottom_ {
  padding: 0 10px;
  text-align: right;
}
div.address_bottom_ input {
  margin-bottom: 10px;
}
/**/
/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  background: #f0f0f0;
}
div.method_box_ div.method_box_content_ {
  padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ input[type="radio"] {
  padding: 5px 0;
  display: inline-block;
  vertical-align: baseline;
}
div.method_box_ div.method_box_content_ label {
  padding: 5px 0;
  margin-right: 20px;
  display: inline-block;
}

/**/
/* 配送希望日時指定 */
#method_date dl {
  margin: 0 0 10px 0;
}
#method_date dl dt {
  margin-bottom: 5px;
  float: left;
  display: inline;
  font-weight: bold;
}
#method_date dl dd {
  margin-left: 8em;
  margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
  margin-bottom: 10px;
}
div.point_use_ {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
  display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
  display: block;
  float: left;
  clear: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
  display: block;
  clear: none;
  margin-left: 20px;
}
/**/

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
  width: 100%;
}

/* ご注文の商品 */
table.estimate_ {
  border: 1px dotted #009cff;
  margin-bottom: 10px;
  width: 100%;
}
table.estimate_ th {
  border-bottom: 1px dotted #009cff;
  background-color: #f8f8f8;
  padding: 3px;
  font-weight: normal;
  text-align: left;
}
table.estimate_ td {
  padding: 3px;
}
table.estimate_ td textarea {
  max-width: 95%;
}
table.estimate_.sales_,
table.estimate_method_ {
  border-top: 1px dotted #009cff;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
  width: 40%;
  text-align: left;
  border-bottom: 1px dotted #009cff;
  border-left: 1px dotted #009cff;
  border-right: 1px dotted #009cff;
  white-space: nowrap;
  background-color: #f0f4f6;
  padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
  width: 60%;
  padding: 3px;
  text-align: right;
  border-bottom: 1px dotted #009cff;
  border-right: 1px dotted #009cff;
}
table.estimate_.sales_ td.nocell_ {
  border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
  text-align: left;
}
table.goodslist_ {
  border: 1px dotted #009cff;
}

table.goodslist_ td {
  padding: 3px;
  border-right: 1px dotted #009cff;
  border-bottom: 1px dotted #009cff;
}
table.goodslist_ .goods_ {
  width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
  width: 16%;
  text-align: right;
}
table.goodslist_ .amt_ {
  width: 20%;
  text-align: right;
}
table.goodslist_ .money_ {
  width: 20%;
  text-align: right;
}
table.goodslist_ th,
table.goodslist_ .title_ {
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px dotted #009cff;
  border-right: 1px dotted #009cff;
  background-color: #f0f4f6;
  padding: 3px;
}
/* 配送情報 */
table.host_,
table.sender_ {
  border: 1px dotted #009cff;
  margin-bottom: 10px;
}
table.host_ th,
table.sender_ th {
  border-bottom: 1px dotted #009cff;
  background-color: #f0f4f6;
  padding: 3px;
  font-weight: normal;
  text-align: left;
}
table.host_ td,
table.sender_ td {
  padding: 3px;
}

div.order_ .method_addr_ {
  margin: 0 10px 10px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #009cff;
}

table.card_,
table.convinience_ {
  width: 100%;
}
table.card_ label {
  margin: 0 20px 0 5px;
}
table.convinience_ th {
  width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
  width: 40%;
  text-align: left;
  background-color: #f0f4f6;
  font-weight: normal;
}
div.order_ table.estimate_method_ td {
  width: 60%;
  text-align: right;
}
div.order_ table.method_sales_detail_append_ {
  border: none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
  margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
  padding: 5px 0;
  display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
  margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_ {
  margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
  border: none;
}
div.estimate_card_form_ {
}

/* お届け先 */
div.order_ table.dest_ {
  width: 100%;
}
div.destgoodslist_ {
  padding: 0 10px 10px;
}
table.destgoodslist_ {
  width: 100%;
}
table.destgoodslist_ {
  margin-bottom: 10px;
  border-bottom: 1px dotted #009cff;
  border-left: 1px dotted #009cff;
  border-right: 1px dotted #009cff;
}
table.destgoodslist_ th {
  width: 30%;
  border-top: 1px dotted #009cff;
  border-right: 1px dotted #009cff;
  padding: 3px;
  background-color: #f0f4f6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
table.destgoodslist_ td {
  border-top: 1px dotted #009cff;
  vertical-align: top;
  padding: 3px;
}
table.destgoodslist_ span.img_s_ {
  float: left;
  width: 20%;
}
table.destgoodslist_ span.img_s_ img {
  width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_,
table.destgoodslist_ th.dest_comment_ {
  text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input,
table.destgoodslist_ td.method_comment_detail_ textarea {
  width: 95%;
}
table.destgoodslist_ td.method_qty_,
td.dest_qty_ {
}
table.destgoodslist_ td.sublist_ {
  margin: 0;
  padding: 0;
}
table.destgoodslist_ input[type="text"],
table.destgoodslist_ textarea {
  width: 95%;
}
table.approval_purchase_ th {
  border-right-style: none;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
}
div.order_ ul.card_ {
  padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
  width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
  text-align: left;
}
/* order order.aspx */
div.order_ table.order_ {
  width: 100%;
  margin-bottom: 20px;
  vertical-align: middle;
  border-top: 1px dotted #009ece;
}
div.order_ table.order_ td {
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px dotted #009ece;
}
div.order_ table.order_ th {
  text-align: left;
  padding: 5px 10px;
  background: #f0f4f6;
  border-bottom: 1px dotted #009ece;
  width: 30%;
  box-sizing: border-box;
}

/* カードで支払う */
div.order_ table.formdetailcard_ {
  margin-bottom: 10px;
  padding: 3px;
}
div.order_ table.formdetailcard_ th {
  width: 12em;
  background-color: #e5f3ff;
  font-weight: normal;
  text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
  padding: 5px 0;
  display: inline-block;
  vertical-align: baseline;
}
div.order_ dl.card_ dd label {
  padding: 5px 0;
  margin-right: 20px;
  display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea {
  max-width: 95%;
}

/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 10px;
	color: #777;
}
.discount_ {
	margin: 5px 0;
}
.discount_message_ {
	text-indent: 0.5em;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 10px 0;
}
.return_agree_ {
	font-size: 12px;
	padding: 10px 0;
	margin: 5px 0;
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
  margin: 0 10px;
  margin-bottom: 10px;
}
div.box_ dl.formdetail_ {
  margin-left: 0;
  margin-right: 0;
}
dl.formdetail_ dt {
  padding: 1px 6px;
  background-color: #009fcc;
  color: #ffffff;
}
dl.formdetail_ dt img.must_ {
  margin-left: 5px;
  vertical-align: middle;
}
dl.formdetail_ dd {
  padding: 10px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
  max-width: 95%;
}

.chumoku {
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #009fcc;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.chumoku ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.chumoku ul li {
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  font-size: 12px;
}

/* --------------------------------------------------------------------
information
-------------------------------------------------------------------- */
.informationWrap {
  font-size: 12px;
  padding: 4px 6px 0;
}
.informationWrap a {
  display: block;
  margin-bottom: 6px;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 98%;
}

/* --------------------------------------------------------------------
common genre
-------------------------------------------------------------------- */
.genre_h3 {
  border-bottom: 2px solid #009fcc;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 10px 6px 10px;
  padding-bottom: 3px;
}
ul.genre_att {
  border: 1px solid #ccc;
  margin: 10px 10px 20px;
  padding: 10px;
}
ul.genre_att li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.genre_title_txt {
  border-left: 3px solid #009fcc;
  margin: 0 10px 10px;
  font-size: 20px;
  padding: 0 10px;
}
.genre_period_txt {
  margin: 0 10px 10px;
  padding: 0 10px;
}
.genre_period_txt span {
  font-size: 16px;
}
.genre_txt_wrap {
  font-size: 12px;
  padding: 10px;
}
.genre_txt_wrap dl {
  background: #e6f8fd;
  margin: 0 0 10px;
  padding: 6px;
}
.genre_txt_wrap dl dt {
  font-weight: bold;
}
.genre_txt_wrap dl dd {
  margin: 0;
  padding: 0;
}
.genre_txt_wrap dl dt + dd {
  margin-top: 6px;
}
.genre_txt_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.genre_txt_wrap ul li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.genre_txt_wrap ul li em {
  font-style: normal;
  font-weight: bold;
}

/*----- アコーディオンメニュー:閉開ボタン -----*/
.genreAttTitle.close .slide {
  display: none;
}
.genreAttTitle .btn {
  margin-bottom: 6px;
  position: relative;
  text-align: center;
}
.genreAttTitle.open .btn {
  background: url(../img/icon/icon_minus.png) no-repeat right 10px center;
}
.genreAttTitle.close .btn {
  background: url(../img/icon/icon_plus.png) no-repeat right 10px center;
}
.genreAttTitle.style01 .btn {
  border: 1px solid #cccccc;
  font-weight: bold;
  padding: 0 10px;
  line-height: 30px;
}

/* --------------------------------------------------------------------
common genreLink
-------------------------------------------------------------------- */
.GenreStyle_ {
  margin: 0 10px 10px;
}
.GenreStyle_ .GenreStyle_Item_ h3.name_ a {
  text-decoration: underline;
  color: #009fcc;
}

/* --------------------------------------------------------------------
news info
-------------------------------------------------------------------- */
.blockNo10_ .info_block {
  padding: 0 10px;
}
.blockNo10_ .info_block p {
  margin-bottom: 20px;
}
.blockNo10_ .info_block .link_area {
  border-radius: 8px;
  background: #e6f8fd;
  margin: 20px 0;
  padding: 16px;
  text-align: left;
}
.blockNo10_ .info_block .link_area a {
  word-break: break-all;
}
.blockNo10_ .info_block dl:not(:last-child) {
  margin-bottom: 16px;
}
/* --------------------------------------------------------------------
.icon_area_ フェア対象
-------------------------------------------------------------------- */
.icon_area_ {
  padding-left: 10px;
}
