@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
Theme Name: 千倉書房
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License:
License URI:
*/
/* *****************************
 *
 * Import CSS file.
 *
 **************************** */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 1040px;
  margin: 0 auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 100%;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 100%;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

main {
  /* Remove the stupid outer glow in Webkit */
    /* Box Sizing Reset
-----------------------------------------------*/
  /* All of our custom controls should be what we expect them to be */
  /* These elements are usually rendered a certain way by the browser */
    /* Text Inputs
-----------------------------------------------*/
    /* Button Controls
-----------------------------------------------*/
    /* File Uploads
-----------------------------------------------*/
    /* Search Input
-----------------------------------------------*/
  /* Make webkit render the search input like a normal text field */
  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
    /* Buttons
-----------------------------------------------*/
  /* IE8 and FF freak out if this rule is within another selector */
    /* Textarea
-----------------------------------------------*/
    /* Selects
-----------------------------------------------*/
}
main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
main table tbody{
	width:100% !important;}
main table td {
  padding:5px 0 5px 10px;
  width: auto;
}
td.tdicon {
    width: 40px;
}
main table th {
  padding: 5px 0;
  width: auto;
}
main label {
  margin: 0 0 0px 0;
}
main input,
main select,
main textarea {
  margin: 0;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 6px 8px;
  display: inline-block;
  background: #fff;
  line-height: 100%;
  vertical-align: middle;
}
main input:focus {
  outline: 1px #C6D6C5 solid;
  background-color: #FEFCE7;
}
main input,
main textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
main button,
main input[type=reset],
main input[type=button],
main input[type=submit],
main input[type=checkbox],
main input[type=radio],
main select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 100%;
  vertical-align: middle;
}
main input[type=checkbox],
main input[type=radio] {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
main input[type=file] {
  background: #eee;
  border: 1px solid #ccc;
}
main input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
main ::-webkit-search-decoration {
  display: none;
}
main button,
main input[type="reset"],
main input[type="button"],
main input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  vertical-align: middle;
  color: #fff;
  background: #EF8F57;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #ccc;
}
main button:hover,
main input[type="reset"]:hover,
main input[type="button"]:hover,
main input[type="submit"]:hover {
  background: #EFA657;
}
main input[type="reset"] {
  background: #555;
}
main input[type="reset"]:hover {
  background: #888;
}
main form div.submitWrap {
  text-align: center;
  display: block !important;
  margin: 20px 0 0 0;
}
main ::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
main textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}
main select {
  padding: 4px 4px 9px;
  line-height: 100%;
}
main select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

input[type="image"] {
  border: none;
}
p.btn_edit input {
    width: 162px;
    height: auto;
	background-color:#5DA437;
}

.flex_nowrap, header div.headerTop form .searchWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_wrap, .recommendWrap .recommend_pdt_layout, .ctg_list_layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex_leftalign, header div.headerTop, .pan, .pdtWrap .artwork_txt .put_cart_wtap, .productContainer .pdtWrap .artwork_txt .put_cart_wtap, .page_navi_wrap .number, footer .footer_bottom_wrap, footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

.flex_alignright, .page_navi_wrap .navi, footer .footer_bottom_wrap .footer_bottom_left .footer_sns_wrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.flex_Justify, header div.headerTop2, ul#tabMenu, footer .footer_bottom_wrap .footer_bottom_left {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_Justify_wrap, .pdt_list_layout, .page_navi_wrap, .bnrWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.clearfix, #contents .detailFrame_wide, #contents .detailFrame, #contents .fullFrame, .page_sitmap .fullFrame ul li ul, .fullFrame p,
.fullFrame table,
.fullFrame div.divTXT, header, nav.global_nav_bar, ul.nav-menu, .mainvisual, .middleWrap, .pdtWrap h2.togetherTTL, .pdtWrap .artwork_txt .cart_sns_wrap, .toprightWrap, .toprightWrap .topixWrap, .toprightWrap .snsWrap, .recommendWrap, .leftWrap, .leftWrap h1, .leftWrap h2, #acMenu dd ul, #acMenu2 ul li.level_0 ul li, .rightWrap, .productContainer, .productContainer .pdtWrap h2.togetherTTL, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap, ul#tabMenu, #tabBoxes, #tabBoxes p, dl.aboutWrap, dl.aboutWrap_dx, footer, div.divtext2column, div.divtext2column div.textBox,
div.divtext2column div.textBox_tate, div.divtext2column div.Artwork_wrap, div.divtext2column div.Artwork_wrap_tate, #formWrap {
  *zoom: 1;
}
.clearfix:after, #contents .detailFrame_wide:after, #contents .detailFrame:after, #contents .fullFrame:after, .page_sitmap .fullFrame ul li ul:after, .fullFrame p:after,
.fullFrame table:after,
.fullFrame div.divTXT:after, header:after, nav.global_nav_bar:after, ul.nav-menu:after, .mainvisual:after, .middleWrap:after, .pdtWrap h2.togetherTTL:after, .pdtWrap .artwork_txt .cart_sns_wrap:after, .toprightWrap:after, .toprightWrap .topixWrap:after, .toprightWrap .snsWrap:after, .recommendWrap:after, .leftWrap:after, .leftWrap h1:after, .leftWrap h2:after, #acMenu dd ul:after, #acMenu2 ul li.level_0 ul li:after, .rightWrap:after, .productContainer:after, .productContainer .pdtWrap h2.togetherTTL:after, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap:after, ul#tabMenu:after, #tabBoxes:after, #tabBoxes p:after, dl.aboutWrap:after, dl.aboutWrap_dx:after, footer:after, div.divtext2column:after, div.divtext2column div.textBox:after,
div.divtext2column div.textBox_tate:after, div.divtext2column div.Artwork_wrap:after, div.divtext2column div.Artwork_wrap_tate:after, #formWrap:after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------*/
/*基本HTMLタグ
/*-------------------------------------------------*/
/*body{margin:0;background:#F9FAFB url(../images/bg_body.png) repeat-x;text-align:center;color:#505050;font-size: 73%;font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, Arial,sans-serif;line-height:1.65em;}
*/
  h1,h2,h3,h4,h5,h6,h7,p{margin:0;padding:0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*a{color:#376EAA;}
a:visited,a:active{color:#376EAA;}
a:hover{color:#376EAA;text-decoration: none;}
img{border:0;}
ul,ol,dl{margin:0;padding:0;list-style-type:none;}
li,dt,dd{margin:0;padding:0;}
form{margin:0;padding:0;}
input,select,textarea{font-family:Arial, Verdana, Helvetica, sans-serif;}
*/
/*-------------------------------------------------*/
/*基本レイアウトタグ(変更不可）
/*-------------------------------------------------*/
.clear {
  clear: both;
}

.red {
  color: #FF0000;
}

.blue {
  color: #0066FF;
}

.green {
  color: #009900;
}

.orange {
  color: #FF6600;
}

.clearfix:after, #contents .detailFrame_wide:after, #contents .detailFrame:after, #contents .fullFrame:after, .page_sitmap .fullFrame ul li ul:after, .fullFrame p:after,
.fullFrame table:after,
.fullFrame div.divTXT:after, header:after, nav.global_nav_bar:after, ul.nav-menu:after, .mainvisual:after, .middleWrap:after, .pdtWrap h2.togetherTTL:after, .pdtWrap .artwork_txt .cart_sns_wrap:after, .toprightWrap:after, .toprightWrap .topixWrap:after, .toprightWrap .snsWrap:after, .recommendWrap:after, .leftWrap:after, .leftWrap h1:after, .leftWrap h2:after, #acMenu dd ul:after, #acMenu2 ul li.level_0 ul li:after, .rightWrap:after, .productContainer:after, .productContainer .pdtWrap h2.togetherTTL:after, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap:after, ul#tabMenu:after, #tabBoxes:after, #tabBoxes p:after, dl.aboutWrap:after, dl.aboutWrap_dx:after, footer:after, div.divtext2column:after, div.divtext2column div.textBox:after,
div.divtext2column div.textBox_tate:after, div.divtext2column div.Artwork_wrap:after, div.divtext2column div.Artwork_wrap_tate:after, #formWrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.clearfix, #contents .detailFrame_wide, #contents .detailFrame, #contents .fullFrame, .page_sitmap .fullFrame ul li ul, .fullFrame p,
.fullFrame table,
.fullFrame div.divTXT, header, nav.global_nav_bar, ul.nav-menu, .mainvisual, .middleWrap, .pdtWrap h2.togetherTTL, .pdtWrap .artwork_txt .cart_sns_wrap, .toprightWrap, .toprightWrap .topixWrap, .toprightWrap .snsWrap, .recommendWrap, .leftWrap, .leftWrap h1, .leftWrap h2, #acMenu dd ul, #acMenu2 ul li.level_0 ul li, .rightWrap, .productContainer, .productContainer .pdtWrap h2.togetherTTL, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap, ul#tabMenu, #tabBoxes, #tabBoxes p, dl.aboutWrap, dl.aboutWrap_dx, footer, div.divtext2column, div.divtext2column div.textBox,
div.divtext2column div.textBox_tate, div.divtext2column div.Artwork_wrap, div.divtext2column div.Artwork_wrap_tate, #formWrap {
  display: inline-block;
}

.clearfix, #contents .detailFrame_wide, #contents .detailFrame, #contents .fullFrame, .page_sitmap .fullFrame ul li ul, .fullFrame p,
.fullFrame table,
.fullFrame div.divTXT, header, nav.global_nav_bar, ul.nav-menu, .mainvisual, .middleWrap, .pdtWrap h2.togetherTTL, .pdtWrap .artwork_txt .cart_sns_wrap, .toprightWrap, .toprightWrap .topixWrap, .toprightWrap .snsWrap, .recommendWrap, .leftWrap, .leftWrap h1, .leftWrap h2, #acMenu dd ul, #acMenu2 ul li.level_0 ul li, .rightWrap, .productContainer, .productContainer .pdtWrap h2.togetherTTL, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap, ul#tabMenu, #tabBoxes, #tabBoxes p, dl.aboutWrap, dl.aboutWrap_dx, footer, div.divtext2column, div.divtext2column div.textBox,
div.divtext2column div.textBox_tate, div.divtext2column div.Artwork_wrap, div.divtext2column div.Artwork_wrap_tate, #formWrap {
  display: block;
}

.block {
  display: block;
}

.border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BBBBBB;
  padding-top: 3px;
  padding-bottom: 3px;
}

.small {
  font-size: 9px;
  line-height: 12px;
}

.pdt_price{
	color:#ed9100;
	font-weight:bold;}

/*-------------------------------------------------*/
/*基本左右セット(変更不可）
/*-------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

.icon {
  vertical-align: top;
}

/*-------------------------------------------------*/
/*結果メッセージ出力(変更不可）
/*-------------------------------------------------*/
.msg_error {
  font-size: 12px;
  color: #000000;
  background-color: #FFE1E1;
  background-image: url(../images/stop.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #FF0000;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  margin-bottom: 5px;
}

.msg_success {
  font-size: 12px;
  color: #000000;
  background-color: #E1FFE1;
  background-image: url(../images/check.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #009900;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  margin-bottom: 5px;
}

.msg_worning {
  font-size: 12px;
  color: #000000;
  background-color: #FFF7E1;
  background-image: url(../images/alert.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #FF8040;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  margin-bottom: 5px;
}

.msg_hint {
  font-size: 12px;
  color: #000000;
  background-color: #E8FFFC;
  background-image: url(../images/light.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #ABD6FF;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  margin-bottom: 5px;
}

/*-------------------------------------------------*/
/*ページ幅
/*-------------------------------------------------*/
#page {
  width: 100%;
}

/*-------------------------------------------------*/
/*共通ヘッダー
/*-------------------------------------------------*/
#header {
  position: relative;
  width: 942px;
  text-align: left;
}

#header h1 {
  position: absolute;
  top: 16px;
  left: 0px;
}

#header .search {
  position: absolute;
  top: 19px;
  left: 570px;
}

#header .search p.textarea {
  float: left;
  margin-right: 5px;
  padding-top: 2px;
}

#header .search p.btn {
  float: left;
}

#header .search p img {
  vertical-align: top;
}

#header .search input.text {
  width: 200px;
  border: 1px solid #A9B8C5;
}

#header .select_lang {
  position: absolute;
  top: 21px;
  right: 0px;
}

#header .select_lang select {
  border: 1px solid #A9B8C5;
}

/*-------------------------------------------------*/
/*共通ヘッダーテキストメニュー
/*-------------------------------------------------*/
#header #usernavi {
  padding: 64px 0 8px;
}

#header #usernavi ul {
  background: url(../images/bg_usernavi.png) repeat-y right top;
}

#header #usernavi li {
  float: right;
  padding: .2em 1em .2em .6em;
  background: url(../images/bg_usernavi.png) repeat-y left top;
}

#header #usernavi .myaccount a {
  background: url(../images/icon_myacount.gif) no-repeat left center;
}

#header #usernavi .cart a {
  background: url(../images/icon_cart.gif) no-repeat left center;
}

#header #usernavi .wishlist a {
  background: url(../images/icon_wishlist.gif) no-repeat left center;
}

#header #usernavi .register a {
  background: url(../images/icon_register.gif) no-repeat left center;
}

#header #usernavi .currency a {
  background: url(../images/icon_currency.gif) no-repeat left center;
}

#header #usernavi .review a {
  background: url(../images/icon_review_title.png) no-repeat left center;
}

#header #usernavi a {
  display: block;
  padding-left: 25px;
}

/*-------------------------------------------------*/
/*共通ヘッダーグローバルナビゲーション（メニュー）
/*-------------------------------------------------*/
#globalnavi {
  position: relative;
  width: 942px;
  height: 55px;
  background: url(../images/bg_globalnavi.png) no-repeat;
  _background: url(../images/bg_globalnavi.gif) no-repeat;
}

/*-------------------------------------------------*/
/*共通パンくずリスト(変更不可）
/*-------------------------------------------------*/
#header .topiclist {
  padding-bottom: .5em;
}

#header .topiclist li {
  display: inline;
  margin-right: 5px;
}

/*-------------------------------------------------*/
/*共通コンテンツ本文
/*-------------------------------------------------*/
/*#contents{width:942px;background:#F9FAFB url(../images/bg_contents.png) no-repeat;padding-top:14px;min-height:480px;}*/
#contents {
  width: 1040px;
  background: none;
  padding-top: 40px;
  min-height: 480px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 160%;
}

#contents .leftWrap {
  width: 260px;
}

#contents .subFrame {
  float: left;
  width: 203px;
}

#contents .mainFrame {
  float: left;
  display: inline;
  width: 689px;
  margin: 0 22px 0 15px;
}

#contents .mainFrame .main_banner {
  width: 689px;
  padding-bottom: 15px;
}

#contents .mainFrame .menu {
  float: left;
  display: inline;
  width: 260px;
  margin-right: 26px;
  _margin-right: 23px;
}

#contents .mainFrame .contents {
  float: left;
  display: inline;
  width: 463px;
}

#contents .menuFrame {
  float: left;
  display: inline;
  width: 260px;
  margin: 0 26px 0 15px;
}

#contents .contentsFrame {
  float: left;
  display: inline;
  width: 463px;
  margin-right: 22px;
}

#contents .detailFrame_wide {
  position: relative;
  z-index: 1;
  width: 100%;
  float: none;
}
#contents .detailFrame_wide h1 {
  border-bottom: 2px solid #5DA437;
  padding: 0px 0 10px 0px;
  margin: 0 0 40px 0;
  color: #5DA437;
  font-size: 28px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
  position: relative;
}
#contents .detailFrame_wide h1 small {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
}
#contents .detailFrame_wide h1 small.subctg {
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
}
#contents .detailFrame_wide h1 p {
  display: block;
  font-size: 12px;
  font-family: "notosansjapanese";
  font-weight: normal;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
}

#contents .detailFrame {
  position: relative;
  z-index: 1;
  width: 740px;
  float: right;
}
#contents .creaetacc{
	float:none;}
#contents .detailFrame h1 {
  border-bottom: 2px solid #5DA437;
  padding: 0px 0 10px 0px;
  margin: 0 0 40px 0;
  color: #5DA437;
  font-size: 28px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
  position: relative;
}
#contents .detailFrame h1 small {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
}
#contents .detailFrame h1 small.subctg {
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
}
#contents .detailFrame h1 p {
  display: block;
  font-size: 12px;
  font-family: "notosansjapanese";
  font-weight: normal;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
}

#contents .fullFrame {
  position: relative;
  z-index: 1;
  width: 100%;
  float: none;
}
#contents .fullFrame h1 {
  border-bottom: 2px solid #5DA437;
  padding: 0px 0 10px 0px;
  margin: 0 0 40px 0;
  color: #5DA437;
  font-size: 28px;
  /*font-family: "Noto Serif Japanese";*/
  font-weight: 500;
  position: relative;
}
#contents .fullFrame h1 small {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
}
#contents .fullFrame h1 small.subctg {
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
}
#contents .fullFrame h1 p {
  display: block;
  font-size: 12px;
  font-family: "notosansjapanese";
  font-weight: normal;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
}

#contents #mainSide {
  display: inline;
  margin: 0 25px 0 15px;
}

.fullFrame ul {
  margin-left: 5px;
}
.fullFrame ul li {
  margin-left: 20px;
  list-style-type: disc;
}
.fullFrame ul li ul li {
  list-style-type: circle;
}
.fullFrame ul.pagelist li{
	list-style-type:none;
	background:url(../images/icon_list.png) no-repeat left 6px;
	padding-left:20px;
	margin-left:0;
	
	}
a.adlink{
	color:#5DA437;
	text-decoration:underline;}
.fullFrame ol {
  margin-left: 5px;
}
.fullFrame ol li {
  margin-left: 20px;
  list-style-type: decimal;
}
.fullFrame ol li ol li {
  list-style-type: circle;
}

.fullFrame ol.upper-alpha {
  margin-left: 5px;
}
.fullFrame ol.upper-alpha li {
  margin-left: 20px;
  list-style-type: upper-alpha;
}
.fullFrame ol.upper-alpha li ol li {
  list-style-type: circle;
}

.page_sitmap .fullFrame ul li {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 5px 15px 5px;
  text-align: left;
  cursor: pointer;
}
.page_sitmap .fullFrame ul li::before {
  content: url(../images/point_list.png);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
.page_sitmap .fullFrame ul li ul li::before {
	content:normal;}
.page_sitmap .fullFrame ul li ul li:hover::before {
	content:normal;}


.page_sitmap .fullFrame ul li:hover::before {
  content: url(../images/point_list_g.png);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
.page_sitmap .fullFrame ul li ul {
  margin-top: 10px;
}
.page_sitmap .fullFrame ul li ul li {
  font-weight: normal;
  margin: 0;
  padding: 3px 0;
}
.page_sitmap .fullFrame ul li ul li {
  background: url(../images/icon_list.png) no-repeat left 6px;
	padding-left:20px;
	margin-left:10px;
	list-style-type:none;
}
/*
.page_sitmap .fullFrame ul li ul li:hover::before {
  content: url(../images/icon_subctg.svg);
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 10px 0 0;
}*/

.page_sitmap .fullFrame ul li a {
    padding-left: 7px;
}

#contents .detailFrame .categoryFrame h2 {
  /*font-size: 14px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #D5D5D5;*/
  padding-bottom: 3px;
	color: #5DA437;
    border-left: 5px solid #5DA437;
    padding-left: 10px;
    border-bottom: 1px solid #5DA437;}

#contents .mainFrame .contents #rss_feed {
  margin-bottom: 20px;
  height: 80px;
  overflow: auto;
}

#contents .mainFrame .contents #rss_feed li {
  padding-bottom: 3px;
  padding-left: 20px;
  background-image: url(../images/page.png);
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
}

#contents .mainFrame .contents #rss_feed .rssDate {
  color: #666666;
}

#contents .mainFrame .contents #rss_feed .rssDescription {
  color: #999999;
}

/*-------------------------------------------------*/
/*共通フッター
/*-------------------------------------------------*/
/*#footer {background:#DCE7F3 url(../images/bg_footer.png) repeat-x;padding:20px 0 30px;text-align:center;}
#footer .contents{background:#DCE7F3 url(../images/bg_footer_contents.png) no-repeat;width:942px;margin:0 auto;padding:74px 0 20px;text-align:left;}
#footer .copyright{float:left;display:inline;width:70%;margin-left:16px;padding-top:0px;font-size:90%;color:#646464;}
#footer .logo{float:right;display:inline;margin-right:16px;text-align:right;}
*/
.flex_nowrap, header div.headerTop form .searchWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_wrap, .recommendWrap .recommend_pdt_layout, .ctg_list_layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex_leftalign, header div.headerTop, .pan, .pdtWrap .artwork_txt .put_cart_wtap, .productContainer .pdtWrap .artwork_txt .put_cart_wtap, .page_navi_wrap .number, footer .footer_bottom_wrap, footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

.flex_alignright, .page_navi_wrap .navi, footer .footer_bottom_wrap .footer_bottom_left .footer_sns_wrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.flex_Justify, header div.headerTop2, ul#tabMenu, footer .footer_bottom_wrap .footer_bottom_left {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_Justify_wrap, .pdt_list_layout, .page_navi_wrap, .bnrWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.clearfix, #contents .detailFrame_wide, #contents .detailFrame, #contents .fullFrame, .page_sitmap .fullFrame ul li ul, .fullFrame p,
.fullFrame table,
.fullFrame div.divTXT, header, nav.global_nav_bar, ul.nav-menu, .mainvisual, .middleWrap, .pdtWrap h2.togetherTTL, .pdtWrap .artwork_txt .cart_sns_wrap, .toprightWrap, .toprightWrap .topixWrap, .toprightWrap .snsWrap, .recommendWrap, .leftWrap, .leftWrap h1, .leftWrap h2, #acMenu dd ul, #acMenu2 ul li.level_0 ul li, .rightWrap, .productContainer, .productContainer .pdtWrap h2.togetherTTL, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap, ul#tabMenu, #tabBoxes, #tabBoxes p, dl.aboutWrap, dl.aboutWrap_dx, footer, div.divtext2column, div.divtext2column div.textBox,
div.divtext2column div.textBox_tate, div.divtext2column div.Artwork_wrap, div.divtext2column div.Artwork_wrap_tate, #formWrap {
  *zoom: 1;
}
.clearfix:after, #contents .detailFrame_wide:after, #contents .detailFrame:after, #contents .fullFrame:after, .page_sitmap .fullFrame ul li ul:after, .fullFrame p:after,
.fullFrame table:after,
.fullFrame div.divTXT:after, header:after, nav.global_nav_bar:after, ul.nav-menu:after, .mainvisual:after, .middleWrap:after, .pdtWrap h2.togetherTTL:after, .pdtWrap .artwork_txt .cart_sns_wrap:after, .toprightWrap:after, .toprightWrap .topixWrap:after, .toprightWrap .snsWrap:after, .recommendWrap:after, .leftWrap:after, .leftWrap h1:after, .leftWrap h2:after, #acMenu dd ul:after, #acMenu2 ul li.level_0 ul li:after, .rightWrap:after, .productContainer:after, .productContainer .pdtWrap h2.togetherTTL:after, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap:after, ul#tabMenu:after, #tabBoxes:after, #tabBoxes p:after, dl.aboutWrap:after, dl.aboutWrap_dx:after, footer:after, div.divtext2column:after, div.divtext2column div.textBox:after,
div.divtext2column div.textBox_tate:after, div.divtext2column div.Artwork_wrap:after, div.divtext2column div.Artwork_wrap_tate:after, #formWrap:after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------*/
/*ページコンテンツのマークアップタグ定義
/*-------------------------------------------------*/
.detailFrame p, .detailFrame h2, .detailFrame h3, .detailFrame h4, .detailFrame h5, .detailFrame h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

/*-------------------------------------------------*/
/*1カラムレイアウト
/*-------------------------------------------------*/
/*H1タグ文字装飾*/
/*-------------------------------------------------*/
/*基本HTMLタグ
/*-------------------------------------------------*/
.mainFrame .menu .banner, .mainFrame .menu .pr, .mainFrame .menu .information, .menuFrame .information {
  margin-bottom: 15px;
}

.mainFrame .menu .banner img, .mainFrame .menu .pr img {
  display: block;
}

/*-------------------------------------------------*/
/*BOXレイアウト
/*-------------------------------------------------*/
.mainFrame .menu .information h2, .menuFrame .information h2 {
  background: url(../images/bg_information_title.png) no-repeat center left;
  padding: .2em 18px;
  font-size: 100%;
  color: #3C739B;
}

.mainFrame .menu .information ul, .menuFrame .information ul {
  background: url(../images/bg_information.png) no-repeat top left;
  padding-top: 12px;
}

.mainFrame .menu .information li, .menuFrame .information li {
  background: url(../images/bg_information_arrow.png) no-repeat center left;
  border-bottom: 1px solid #D8DFE7;
  padding: .3em 15px;
}

.mainFrame .menu .information li.lastline, .menuFrame .information li.lastline {
  border-bottom: 0px solid #D8DFE7;
  padding: .3em 15px 0;
}

/*-------------------------------------------------*/
/*トップページ左下住所表記
/*-------------------------------------------------*/
.mainFrame .menu .shop_address, .menuFrame .shop_address {
  background: url(../images/bg_shop_address.png) no-repeat;
  padding: 11px 11px 7px;
}

.mainFrame .menu .shop_address h2, .menuFrame .shop_address h2 {
  background: url(../images/bg_shop_address_title.png) no-repeat bottom left;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 100%;
  color: #3C739B;
}

/*-------------------------------------------------*/
/*トップページ 新着商品のレイアウト
/*-------------------------------------------------*/
.mainFrame .contents .new_arrival h2, .contentsFrame .new_arrival h2 {
  padding-bottom: 9px;
}

.mainFrame .contents .new_arrival .item, .mainFrame .contents .new_arrival .item_last, .mainFrame .contents .new_arrival .item_right, .mainFrame .contents .new_arrival .item_right_last, .contentsFrame .new_arrival .item, .contentsFrame .new_arrival .item_last, .contentsFrame .new_arrival .item_right, .contentsFrame .new_arrival .item_right_last {
  width: 220px;
  height: 124px;
  float: left;
  border-bottom: 1px solid #D8DFE7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.mainFrame .contents .new_arrival .item_last, .mainFrame .contents .new_arrival .item, .contentsFrame .new_arrival .item_last, .contentsFrame .new_arrival .item {
  margin: 0 20px 15px 0;
}

.mainFrame .contents .new_arrival .item_last, .mainFrame .contents .new_arrival .item_right_last, .contentsFrame .new_arrival .item_last, .contentsFrame .new_arrival .item_right_last {
  border-bottom: 0px solid #D8DFE7;
}

.mainFrame .contents .new_arrival .image, .contentsFrame .new_arrival .image {
  float: left;
  border: 1px solid #EBEBEB;
}

.mainFrame .contents .new_arrival .image img, .contentsFrame .new_arrival .image img {
  display: block;
}

.mainFrame .contents .new_arrival .text, .contentsFrame .new_arrival .text {
  float: left;
  width: 130px;
  margin-left: 8px;
}

.mainFrame .contents .new_arrival .text h3, .contentsFrame .new_arrival .text h3 {
  padding: 1em 0 .3em;
  font-size: 100%;
  font-weight: normal;
}

.mainFrame .contents .new_arrival .text p, .contentsFrame .new_arrival .text p {
  color: #DC7A00;
}
span.slidePDTphoto img{border: 1px solid #ccc;}

/*-------------------------------------------------*/
/*トップページの右上ログインバナーのレイアウト
/*-------------------------------------------------*/
#contents .subFrame .member {
  margin-bottom: 10px;
}

#contents .subFrame .member .title {
  background: url(../images/bg_member.png) no-repeat;
  padding: 10px 8px 0 10px;
  font-size: 95%;
}

#contents .subFrame .member .title p {
  background: url(../images/bg_member_title.png) no-repeat bottom left;
  padding-bottom: 5px;
}

/*-------------------------------------------------*/
/*トップページ右上ベストセラーのレイアウト
/*-------------------------------------------------*/
#contents .subFrame .ranking {
  padding-bottom: 30px;
}

#contents .subFrame .ranking h3 {
  border-top: 1px solid #D8DFE7;
  margin: 10px 0;
  padding: 15px 10px 0 26px;
  font-size: 100%;
}

.ranking .number1 {
  background: url(../images/bg_ranking01.png) no-repeat bottom left;
}

#contents .subFrame .ranking h3.number1 {
  border-top: 0px solid #D8DFE7;
  margin: 0 0 10px;
  padding: 5px 10px 0 26px;
}

.ranking .number2 {
  background: url(../images/bg_ranking02.png) no-repeat bottom left;
}

.ranking .number3 {
  background: url(../images/bg_ranking03.png) no-repeat bottom left;
}

.ranking .number4 {
  background: url(../images/bg_ranking04.png) no-repeat bottom left;
}

.ranking .number5 {
  background: url(../images/bg_ranking05.png) no-repeat bottom left;
}

.ranking .images {
  float: left;
  border: 1px solid #EBEBEB;
  width: 38px;
}

.ranking .images img, .calendar h2 img {
  display: block;
}

.ranking .text {
  float: left;
  width: 150px;
  margin-left: 8px;
  font-size: 80%;
  line-height: 1.5em;
}

/*-------------------------------------------------*/
/*トップページ右下タグクラウドのレイアウト
/*-------------------------------------------------*/
#contents .subFrame .calendar .contents {
  background: url(../images/bg_calendar.png) no-repeat bottom left;
  padding: 0 15px 12px 12px;
}

/*-------------------------------------------------*/
/* 全ページ共通部分
/*-------------------------------------------------*/
.calendar .contents .date {
  padding: .5em 0;
  font-weight: bold;
  color: #50738C;
}

.calendar .contents .notes {
  padding: .7em 0 0;
  font-size: 90%;
  color: #646464;
}

.calendar .contents .notes span {
  color: #B8B896;
}

.calendar .contents table {
  border-left: 1px solid #E6E9EC;
  border-top: 1px solid #E6E9EC;
  text-align: center;
}

.calendar .contents th {
  background: #C8C8C8;
  border-right: 1px solid #E6E9EC;
  border-bottom: 1px solid #E6E9EC;
  font-weight: normal;
  color: #FFF;
}

.calendar .contents td {
  border-right: 1px solid #E6E9EC;
  border-bottom: 1px solid #E6E9EC;
  color: #646464;
}

.calendar .contents th.sunday {
  background: #AC3A3A;
}

.calendar .contents th.saturday {
  background: #3A70AC;
}

.calendar .contents td.holiday {
  background: #B8B896;
  color: #FFF;
}

.contentsFrame .categoryFrame {
  background: url(../images/bg_category_title.png) no-repeat;
  width: 460px;
}

/*-------------------------------------------------*/
/*全ページメインタイトル部分
/*-------------------------------------------------*/
/*.categoryFrame h1{background:url(../images/bg_category_title_hl.png) repeat-x bottom left; margin-bottom:15px; padding:20px 14px 18px; font-size:140%; color:#2B445D}*/
.categoryFrame .sub_category_list {
  padding: 15px 0 25px;
}

.categoryFrame .sub_category_list .item, .categoryFrame .sub_category_list .item_right {
  float: left;
  background: url(../images/bg_sub_category_list_item.png) no-repeat;
  width: 220px;
  margin: 0 0 10px;
  padding-bottom: 7px;
}

.categoryFrame .sub_category_list .item_last, .categoryFrame .sub_category_list .item_right_last {
  float: left;
  background: url(../images/bg_sub_category_list_item.png) no-repeat;
  width: 220px;
  padding-bottom: 7px;
}

.categoryFrame .sub_category_list .item_last, .categoryFrame .sub_category_list .item {
  margin-right: 20px;
}

.categoryFrame .sub_category_list .image {
  float: left;
  display: inline;
  border: 1px solid #EBEBEB;
  width: 46px;
  margin: 7px 9px 0 7px;
}

.categoryFrame .sub_category_list .image img {
  display: block;
}

.categoryFrame .sub_category_list .text {
  padding: 23px 9px 0 0;
}

.menuFrame .navigation dl {
  width: 198px;
  margin: 0 1px;
  line-height: 1.0em;
}

.menuFrame .navigation dt {
  background: url(../images/bg_localnavi_dt.png) no-repeat center left;
  border-bottom: 1px solid #D6DEE9;
  padding: 10px 30px 10px 17px;
  font-weight: bold;
  color: #466E82;
}

.menuFrame .navigation dd {
  background: url(../images/bg_localnavi_dd.png) no-repeat center left;
  border-bottom: 1px solid #D6DEE9;
  padding: 9px 7px 6px 20px;
}

.menuFrame .navigation dd.current {
  background: #DCE6F0 url(../images/bg_localnavi_dd_current.png) no-repeat center left;
  border-bottom: 1px solid #D6DEE9;
  padding: 9px 7px 6px 20px;
}

.categoryFrame .user_navi h2, .fullFrame h2 {
  border-left: 5px solid #5DA437;
  margin-bottom: 12px;
  padding: .2em 10px .2em;
  font-weight: bold;
  background-color: #c0ddc6;
  color: #2e9043;
  font-size: 1.4rem;
  padding: 15px 14px 15px 14px;
}

.categoryFrame .user_navi h3, .fullFrame h3 {
  border-bottom: 1px dotted #555;
  margin-bottom: 12px;
  padding: .2em 0px .2em;
  font-size: 120%;
  font-weight: bold;
  color: #333;
}
.categoryFrame .user_navi h3::before, .fullFrame h3::before {
  float: left;
  margin: 0 6px 0 0;
  display: inline-block;
}

.categoryFrame .user_navi .style_navi {
  position: relative;
  background: url(../images/bg_tag_category_menu.png) no-repeat bottom left;
  width: 685px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.fullFrame p,
.fullFrame table,
.fullFrame div.divTXT {
  margin: 0 0 40px 0;
}

.fullFrame table.commonTBL {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.fullFrame table.commonTBL th, .fullFrame table.commonTBL td {
  width: auto;
  width: 100vw;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
}
.fullFrame table.commonTBL th.topTTL {
  background: #5DA437;
  font-weight: bold;
  color: #fff;
}
.fullFrame table.commonTBL th.sideTTL {
  font-weight: bold;
  background: #eee;
  color: #5DA437;
}

.categoryFrame .user_navi .style_navi p {
  position: absolute;
  top: 5px;
  right: 0px;
}

.categoryFrame .user_navi .style_navi li {
  float: left;
  background: url(../images/tag_category_menu.png) no-repeat;
  width: 147px;
  margin-right: 5px;
}

.categoryFrame .user_navi .style_navi li.current {
  background: url(../images/tag_category_menu_on.png) no-repeat;
  color: #FFF;
}

.categoryFrame .user_navi .style_navi li a, .categoryFrame .user_navi .style_navi li span {
  display: block;
  padding: 10px 5px 7px;
  text-align: center;
}

/*-------------------------------------------------*/
/* ページ送りのリンク
/*-------------------------------------------------*/
.page_navi {
  background: url(../images/bg_category_pagenavi.png) no-repeat;
  padding: 8px 13px 4px;
}

.page_navi {
  background: url(../images/bg_frame_pagenavi.png) no-repeat;
  margin-top: 15px;
  padding: 8px 13px 4px;
}

.page_navi .number {
  float: left;
  width: 15em;
  padding: 5px 0 0;
}

.page_navi .number dt, .page_navi .number dd {
  display: inline;
}

.page_navi .navi {
  float: right;
  text-align: right;
}

.page_navi .navi li {
  float: left;
  border-top: 1px solid #D8DFE7;
  border-right: 1px solid #D8DFE7;
  border-bottom: 1px solid #D8DFE7;
  line-height: 1.0em;
}

.page_navi .navi li.prev {
  background: url(../images/btn_arrrow_prev.png) no-repeat center left;
  border: 0px solid #D8DFE7;
  padding: 5px 13px 2px 17px;
}

.page_navi .navi li#top li#bottom {
  border: 1px solid #D8DFE7;
}

.page_navi .navi li.current {
  background: #7EA8D4;
  padding: 5px 5px 2px;
  color: #FFF;
}

.page_navi .navi li.next {
  background: url(../images/btn_arrrow_next.png) no-repeat center right;
  border: 0px solid #D8DFE7;
  padding: 5px 17px 2px 13px;
}

.page_navi .navi li a {
  display: block;
  padding: 5px 5px 2px;
  text-decoration: none;
}

.page_navi .navi li.prev a, .page_navi .navi li.next a {
  display: inline;
  padding: 0;
  text-decoration: underline;
}

.page_navi .navi li a:hover {
  display: block;
  background: #7EA8D4;
  color: #FFF;
}

.page_navi .navi li.prev a:hover, .page_navi .navi li.next a:hover {
  text-decoration: none;
  background: none;
  color: #376EAA;
}

/*-------------------------------------------------*/
/*ページTOPへのリンク
/*-------------------------------------------------*/
.bottom_navi .pagetop {
  background: url(../images/btn_pagetop.png) no-repeat center right;
  margin-top: 15px;
  padding-right: 12px;
  text-align: right;
}

/*-------------------------------------------------*/
/*データレンダリンク画面
listing_default.php / listing_window.php /
recommend_default.php / recommend_window.php
search_default.php / search_window.php
review-listing.php
/*-------------------------------------------------*/
.itemlist .item {
  border-top: 1px solid #D8DFE7;
  padding: 18px 0 10px;
}

.itemlist div#itemtop {
  border-top: 0px solid #D8DFE7;
}

.itemlist .item .image {
  display: block;
  float: left;
  text-align: center;
  width: 120px;
  margin-right: 13px;
}

.itemlist .item .image img {
  border: 1px solid #EBEBEB;
}

.itemlist .item .data {
  float: left;
  width: 550px;
}

.itemlist .item .data h2 {
  font-size: 120%;
}

.itemlist .item .data h3 {
  background: url(../images/bg_dotline.png) repeat-x bottom left;
  margin-bottom: 8px;
  padding: 3px 0 8px;
  font-size: 110%;
}

.itemlist .item .data .datalist li {
  float: left;
}

.itemlist .item .data .datalist li.price {
  width: 40%;
  font-weight: bold;
  color: #DC7A00;
}

.itemlist .item .data .datalist li.maker {
  width: 40%;
  text-align: right;
}

.itemlist .item .data .datalist li.id_number {
  width: 20%;
  text-align: right;
}

.itemlist .item .data .text {
  margin: 6px 0;
}

.itemlist .item .data .wishlist {
  background: url(../images/icon_wishlist_put.png) no-repeat center left;
  float: left;
  padding: 3px 23px;
}

.itemlist .item .data .cart {
  float: right;
  margin-top: -3px;
}

.catearea{
	width:100%;
	    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;}

/*-------------------------------------------------*/
/*商品画像他部分
/*-------------------------------------------------*/
.itemlist_img .item {
  float: left;
  background: #FFF;
  border: 1px solid #D8DFE7;
  width: 213px;
  height: 264px;
  margin: 15px 20px 0 0;
  padding: 10px 0 0;
  text-align: center;
}

.itemlist_img .end {
  margin: 15px 0 0 0;
}

.itemlist_img .item .image {
  margin: 0 auto 10px;
}

.itemlist_img .item .image img {
  border: 1px solid #EBEBEB;
}

.itemlist_img h3 {
  padding: 0 8px 8px;
  font-size: 110%;
}

.itemlist_img .price {
  font-weight: bold;
  color: #DC7A00;
}

.itemlist_img .item ul {
  border-top: 1px solid #D8DFE7;
  margin-top: 5px;
  padding: 10px 0 0;
}

.itemlist_img .item .wishlist {
  background: url(../images/icon_wishlist_put.png) no-repeat center left;
  width: 13.5em;
  margin: 0 auto 10px;
  text-align: left;
  text-indent: 23px;
}

.itemlist_img .item .account {
  padding: 0 10px 10px;
  font-size: 110%;
  color: #C83232;
}

/*-------------------------------------------------*/
/*商品詳細画面  商品名文字装飾(product.php 81/ review-write.php)
/*-------------------------------------------------*/
.categoryFrame .title_item {
  background: url(../images/bg_recommend_add_cart.png) repeat-x bottom left;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.categoryFrame .title_item h2 {
  float: left;
  border-left: 5px solid #466E82;
  padding: 3px 8px 0;
  font-size: 125%;
  color: #2C445D;
}

.categoryFrame .title_item p {
  float: right;
  background: url(../images/btn_arrrow_prev.png) no-repeat center left;
  width: 8.5em;
  text-indent: 15px;
  text-align: right;
}

/*-------------------------------------------------*/
/*商品詳細画面  商品画像メインのレイアウト(product.php 88)
/*-------------------------------------------------*/
.categoryFrame .item_detail .imageFrame {
  float: left;
  display: inline;
  width: 300px;
  margin-right: 20px;
}

.item_detail .imageFrame .image {
  width: 298px;
  margin-bottom: 20px;
  text-align: center;
}

.item_detail .imageFrame .image img, .item_detail .imageFrame .others dd img {
  border: 1px solid #E4E9EE;
  display: block;
}

/*-------------------------------------------------*/
/*商品詳細画面  商品画像のサムネイルレイアウト(product.php 94)
/*-------------------------------------------------*/
.item_detail .imageFrame .others dt {
  margin-bottom: 5px;
  color: #505050;
}

.item_detail .imageFrame .others dd {
  float: left;
  border: 1px solid #E4E9EE;
  width: 38px;
  margin-right: 6px;
}

/*-------------------------------------------------*/
/*商品詳細画面  商品スペック情報文字装飾(product.php 107)
/*-------------------------------------------------*/
.categoryFrame .item_detail .textFrame {
  float: left;
  width: 364px;
}

.item_detail .textFrame .data th {
  background: url(../images/bg_item_detail_th_top.png) no-repeat;
  width: 160px;
  color: #FFF;
  padding-top: 11px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}

.item_detail .textFrame .data td {
  background: url(../images/bg_item_detail_td_top.png) no-repeat;
  width: 204px;
  padding-top: 11px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}

.item_detail .textFrame .data th.number, .item_detail .textFrame .data th.stock {
  background: url(../images/bg_item_detail_th_middle.png) no-repeat;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
}

.item_detail .textFrame .data td.number, .item_detail .textFrame .data td.stock {
  background: url(../images/bg_item_detail_td_middle.png) no-repeat;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
}

.item_detail .textFrame .data p {
  padding: 0 8px;
}

.point {
  float: right;
  color: #508C32;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

/*-------------------------------------------------*/
/*商品詳細画面  ユーザー向けのリンク文字装飾(product.php 133)
/*-------------------------------------------------*/
.item_detail .textFrame .user_menu {
  margin: 10px 0 20px;
}

.item_detail .textFrame .user_menu li {
  background: url(../images/bg_dotline.png) repeat-x bottom left;
  padding: 6px 0 4px;
}

.item_detail .textFrame .user_menu li a {
  display: block;
  text-indent: 25px;
}

.item_detail .textFrame .user_menu li span {
  float: left;
  display: inline;
  margin-left: 5px;
}

.item_detail .textFrame .user_menu .review a {
  float: left;
  display: inline;
  background: url(../images/icon_wishlist_put.png) no-repeat center left;
}

.item_detail .textFrame .user_menu .friend a {
  background: url(../images/icon_friend.png) no-repeat center left;
}

.item_detail .textFrame .user_menu .wishlist a {
  background: url(../images/icon_wishlist_put.png) no-repeat center left;
}

.item_detail .textFrame .user_menu .web a {
  background: url(../images/web.png) no-repeat center left;
}

.item_detail .textFrame .user_menu .contact2 a {
  background: url(../images/icon_email.png) no-repeat center left;
}

/*-------------------------------------------------*/
/*商品オプション画面 (product-option.php)
/*-------------------------------------------------*/
.item_detail .orderform {
  clear: both;
  text-align: left;
}

.item_detail .orderform h4 {
  border-left: 5px solid #A3B7CA;
  margin-bottom: 8px;
  padding: 2px 5px 0;
  font-size: 90%;
  color: #A3B7CA;
}

.item_detail .orderform .option {
  margin-bottom: 10px;
}

.item_detail .orderform .option dt {
  float: left;
  width: 10em;
  font-size: 90%;
}

.item_detail .orderform .option dd {
  margin-bottom: 2px;
  color: #376EAA;
}

.item_detail .orderform .option select {
  border: 1px solid #DBDFE5;
}

.item_detail .orderform .put_cart .number {
  float: right;
  padding: 12px 0 0;
}

.item_detail .orderform .put_cart .number input.text {
  border: 1px solid #DBDFE5;
  width: 50px;
  margin-left: 5px;
}

.item_detail .orderform .put_cart .cart {
  float: right;
  padding-left: 22px;
}

.item_detail .orderform .pr_text {
  border-top: 1px solid #D8DFE7;
  margin-top: 10px;
  padding: 10px 0;
}

.item_detail .orderform .registration_date {
  color: #508C32;
}

/*-------------------------------------------------*/
/*支払手順ステップ表示部分のレイアウト (cart.php / create-account-success.php / create-account.php)
/*-------------------------------------------------*/
.subFrame .cart_contener {
  background: url(../images/bg_cart_contener.png) repeat-y;
  width: 200px;
  margin-bottom: 15px;
}

.cart_contener h2 {
  background: url(../images/bg_title_cart_contener.png) no-repeat;
  padding: 9px 9px 6px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  color: #FFF;
}

.cart_contener table {
  margin: 0px 1px;
  font-size: 90%;
}

.cart_contener table tr {
  vertical-align: top;
}

.cart_contener table th {
  border-top: 1px solid #E0E4EA;
  border-right: 1px solid #E0E4EA;
  padding: 5px;
  font-weight: bold;
  color: #505050;
  white-space: nowrap;
}

.cart_contener table td {
  border-top: 1px solid #E0E4EA;
  padding: 5px;
  color: #C83232;
}

.cart_contener table td.add_cart {
  background: url(../images/bg_cart_contener_add.png) repeat-x bottom left;
  padding: 5px 5px 10px;
}

.cart_contener table td.add_cart p {
  background: url(../images/bg_cart_contener_add_arrow.png) no-repeat center left;
  text-indent: 10px;
  color: #505050;
}

.cart_contener .amount {
  background: url(../images/bg_cart_contener_bottom.png) no-repeat bottom left;
  border-top: 1px solid #E0E4EA;
  padding: 6px;
}

.cart_contener .amount dl {
  border: 1px solid #E5E9ED;
  margin-bottom: 10px;
}

.cart_contener .amount dt {
  float: left;
  background: #91A3B5;
  border-right: 1px solid #E5E9ED;
  padding: 4px 5px 2px;
  color: #FFF;
}

.cart_contener .amount dd {
  background: #FFF;
  padding: 4px 5px 2px;
  text-align: right;
  font-weight: bold;
  color: #DC7A00;
}

/*-------------------------------------------------*/
/*ショッピングカート画面オススメ商品一覧 (cart.php)
/*-------------------------------------------------*/
.categoryFrame .cart_explain {
  background: url(../images/bg_cart_explain.png) no-repeat;
  padding: 20px 10px 10px 99px;
}

.categoryFrame .cart_explain .lead {
  padding-bottom: 8px;
  font-size: 120%;
  color: #CA5A00;
}

.categoryFrame .cart_explain .keep_shopping {
  background: url(../images/btn_arrrow_prev.png) no-repeat center left;
  text-indent: 15px;
  line-height: 1.0em;
}

.categoryFrame .title_recommend_add_cart {
  background: url(../images/bg_recommend_add_cart.png) repeat-x bottom left;
  margin-top: 20px;
  padding-bottom: 20px;
}

.categoryFrame .title_recommend_add_cart h2 {
  border-left: 5px solid #466E82;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  color: #466E82;
}

.categoryFrame .title_recommend_user {
  margin-top: 35px;
  padding: 9px 0 6px;
}

.categoryFrame .title_recommend_user h2 {
  font-size: 12px;
  font-weight: bold;
  color: #466E82;
}

.categoryFrame .title_recommend_user h2.review {
  float: left;
}

.categoryFrame .title_recommend_user p.try_review {
  float: right;
  background: url(../images/icon_review_title.png) no-repeat center left;
  width: 14.5em;
  text-align: right;
  text-indent: 15px;
}

/*-------------------------------------------------*/
/* レビュー表示部分
/*-------------------------------------------------*/
.categoryFrame .pr_text {
  padding-top: 8px;
}

.categoryFrame .review_list {
  padding-top: 8px;
}

.categoryFrame .review_list .poster {
  float: left;
}

.categoryFrame .review_list .date {
  float: right;
  font-size: 90%;
  color: #618E5B;
}

.categoryFrame .review_list .poster dt, .categoryFrame .review_list .poster dd {
  float: left;
  margin-right: 5px;
}

.categoryFrame .review_list .date dt, .categoryFrame .review_list .date dd {
  float: left;
  margin-left: 5px;
}

.categoryFrame .review_list .poster .account {
  color: #C83232;
}

.categoryFrame .review_list .review_text {
  border-bottom: 1px solid #D8DFE7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/*-------------------------------------------------*/
/* 関連商品/最近見た商品の表示レイアウト（sidebarR.php)
/*-------------------------------------------------*/
#contents .subFrame .itemtable {
  padding-bottom: 30px;
}

.itemtable .title {
  background: url(../images/title_itemtable.png) no-repeat center left;
  padding: 0px 9px;
}

.title h2 {
  padding: 9px 0px 5px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1em;
  color: #405A8C;
}

.itemtable .title h2.with_link {
  float: left;
}

.itemtable .title p {
  float: right;
  padding: 9px 0px 5px;
  line-height: 1.0em;
  text-align: right;
}

#contents .subFrame .itemtable h3 {
  border-top: 1px solid #D8DFE7;
  margin: 10px 0;
  padding: 10px 10px 0 0px;
  font-size: 100%;
}

#contents .subFrame .itemtable h3.top {
  border-top: 0px solid #D8DFE7;
  margin: 0 0 10px;
  padding: 10px 10px 0 0px;
}

.itemtable .images {
  float: left;
  border: 1px solid #EBEBEB;
  width: 38px;
}

.itemtable .images img {
  display: block;
}

.itemtable .text {
  float: left;
  width: 130px;
  margin-left: 8px;
  font-size: 80%;
  line-height: 1.5em;
}

.box {
  overflow: auto;
  height: 280px;
  width: 195px;
  position: absolute;
  margin-top: 5px;
}

/*-------------------------------------------------*/
/* レビュー表示部分（review.php)
/*-------------------------------------------------*/
.review_star {
  color: #b39400;
  font-size: 10px;
  background-image: url(../images/review/review_star.png);
  background-repeat: no-repeat;
}

.review_star .icon {
  vertical-align: top;
}

.review_star span {
  margin-left: 20px;
}

.review_date {
  font-size: 10px;
  font-weight: bold;
  color: #ff6f4e;
}

#review_update {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #4e8cda;
  position: relative;
  top: -25px;
  margin-bottom: -10px;
}

.ranking .rnumber1 {
  background-image: url(../images/review/review_ranking1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 69px;
}

.image_border {
  border: 1px solid #EBEBEB;
}

.ranking_border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D8DFE7;
}

.review_rank {
  display: block;
  position: relative;
  top: -22px;
  font-size: 10px;
  font-weight: bold;
  color: #063;
  font-style: italic;
}

/* ************************************************
*   基本設定
* ************************************************ */
body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

.clearfix, #contents .detailFrame_wide, #contents .detailFrame, #contents .fullFrame, .page_sitmap .fullFrame ul li ul, .fullFrame p,
.fullFrame table,
.fullFrame div.divTXT, header, nav.global_nav_bar, ul.nav-menu, .mainvisual, .middleWrap, .pdtWrap h2.togetherTTL, .pdtWrap .artwork_txt .cart_sns_wrap, .toprightWrap, .toprightWrap .topixWrap, .toprightWrap .snsWrap, .recommendWrap, .leftWrap, .leftWrap h1, .leftWrap h2, #acMenu dd ul, #acMenu2 ul li.level_0 ul li, .rightWrap, .productContainer, .productContainer .pdtWrap h2.togetherTTL, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap, ul#tabMenu, #tabBoxes, #tabBoxes p, dl.aboutWrap, dl.aboutWrap_dx, footer, div.divtext2column, div.divtext2column div.textBox,
div.divtext2column div.textBox_tate, div.divtext2column div.Artwork_wrap, div.divtext2column div.Artwork_wrap_tate, #formWrap {
  *zoom: 1;
}
.clearfix:after, #contents .detailFrame_wide:after, #contents .detailFrame:after, #contents .fullFrame:after, .page_sitmap .fullFrame ul li ul:after, .fullFrame p:after,
.fullFrame table:after,
.fullFrame div.divTXT:after, header:after, nav.global_nav_bar:after, ul.nav-menu:after, .mainvisual:after, .middleWrap:after, .pdtWrap h2.togetherTTL:after, .pdtWrap .artwork_txt .cart_sns_wrap:after, .toprightWrap:after, .toprightWrap .topixWrap:after, .toprightWrap .snsWrap:after, .recommendWrap:after, .leftWrap:after, .leftWrap h1:after, .leftWrap h2:after, #acMenu dd ul:after, #acMenu2 ul li.level_0 ul li:after, .rightWrap:after, .productContainer:after, .productContainer .pdtWrap h2.togetherTTL:after, .productContainer .pdtWrap .artwork_txt .cart_sns_wrap:after, ul#tabMenu:after, #tabBoxes:after, #tabBoxes p:after, dl.aboutWrap:after, dl.aboutWrap_dx:after, footer:after, div.divtext2column:after, div.divtext2column div.textBox:after,
div.divtext2column div.textBox_tate:after, div.divtext2column div.Artwork_wrap:after, div.divtext2column div.Artwork_wrap_tate:after, #formWrap:after {
  content: "";
  display: table;
  clear: both;
}

.flex_nowrap, header div.headerTop form .searchWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_wrap, .recommendWrap .recommend_pdt_layout, .ctg_list_layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex_leftalign, header div.headerTop, .pan, .pdtWrap .artwork_txt .put_cart_wtap, .productContainer .pdtWrap .artwork_txt .put_cart_wtap, .page_navi_wrap .number, footer .footer_bottom_wrap, footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

.flex_alignright, .page_navi_wrap .navi, footer .footer_bottom_wrap .footer_bottom_left .footer_sns_wrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.flex_Justify, header div.headerTop2, ul#tabMenu, footer .footer_bottom_wrap .footer_bottom_left {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex_Justify_wrap, .pdt_list_layout, .page_navi_wrap, .bnrWrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.flex_space-around {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedtransition {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.underLine {
  display: inline;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fcff00 0%);
}

.notice {
  color: #FF1B61;
}

p.ptext {
  font-size: 14px;
  line-height: 160%;
}

/* リンク */
a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  pointer: cursor;
}

a:hover {
  color: #7FC859;
  text-decoration: underline;
}

a:active,
a:focus {
  outline: 0;
}

/* 画像 */
img {
  border: 0;
  padding: 0px;
  margin: 0px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}

/* フロート */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

/* リスト */
ol {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  list-style: decimal;
}

ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

li {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
}

li a {
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

li a:hover {
  color: #7FC859;
}

.note {
  color: #5DA437;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.linecommon {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cec9b4;
  margin: 30px 0;
}

header {
  width: 100%;
  min-width: 1040px;
  line-height: 100%;
  height: auto;
  padding: 0;
}
header div.headerTop {
  background: #fff;
  padding: 20px 30px;
  width: 100%;
  height: auto;
}
header div.headerTop div.siteLogo {
  margin: 5px 65px 0 0;
  height: 30px;
}
header div.headerTop div.siteLogo img {
  height: 30px;
}
header div.headerTop form {
  width: 650px;
  display: block;
  padding: 0;
  position: relative;
  top: 0px;
}
header div.headerTop form .searchWrap {
  max-width: 650px;
  width: 100%;
  margin: 0 0px 0 0px;
}
header div.headerTop form .searchWrap input[type=search] {
  max-width: 990px;
  min-width: 300px;
  width: 100%;
  padding: 9px 20px;
  height: 21px;
  border-radius: 6px 0 0 6px;
  border: none;
  border: 1px solid #ccc;
  margin: 0;
}
header div.headerTop form .searchWrap input[type=image] {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: 30px;
  height: 21px;
  background: #5DA437;
  border-radius: 0 6px 6px 0;
}
.toplink {
    width: 200px;
    margin: 0 0 0 40px;
}
.toplink ul li {
    width: 70px;
    float: left;
    padding-top: 12px;
    font-size: 0.85em;
}
.toplink ul li a{
	color:#777;
	}
.toplink ul li a:hover{
	color:#5DA437;
	text-decoration:underline;}
	

header div.headerTop .mypageWrap {
  font-size: 12px;
  width: 120px;
  min-width: 120px;
  height: 25px;
  line-height: 120%;
  float: right;
  padding: 5px 10px 0 0;
  margin: 0;
}
header div.headerTop .mypageWrap .icon_mypage {
  float: left;
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 10px 10px 0;
  position: relative;
  top: 3px;
}
header div.headerTop .mypageWrap b {
  line-height: 100%;
}
header div.headerTop #cart a {
  background: url(../images/icon_cart.svg) no-repeat;
  font-size: 14px;
  font-weight: bold;
  width: 32px;
  min-width: 30px;
  height: 30px;
  line-height: 100%;
  white-space: nowrap;
  padding: 0px 0 0 0;
  margin: 6px 0 0 0;
  position: relative;
  display: block;
}
header div.headerTop #cart a .cart-count {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  text-align: center;
  position: absolute;
  z-index: 1000;
  top: -0px;
  left: 9px;
  color: #EF8F57;
}
header div.headerTop #wishlist a {
  background: url(../images/icon_wishlist.svg) no-repeat;
  font-size: 12px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 100%;
  white-space: nowrap;
  padding: 0px 0 0 0;
  margin: 6px 0 0 10px;
  position: relative;
  display: block;
}
header div.headerTop #wishlist a .wish-count {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  text-align: center;
  position: absolute;
  z-index: 1000;
  top: 7px;
  left: 9px;
  color: #fff;
}
header div.headerTop2 {
  background: #fff;
  padding: 20px 30px;
  width: 100%;
  height: auto;
}
header div.headerTop2 div.siteLogo {
  margin: 5px auto 0;
  height: 30px;
}
header div.headerTop2 div.siteLogo img {
  height: 30px;
}

nav.global_nav_bar {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

ul.nav-menu {
  line-height: 100%;
  width: 1040px;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
  padding: 0px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
}
ul.nav-menu li {
  line-height: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  white-space: nowrap;
  margin: 0 auto;
  width: 100%;
}
ul.nav-menu li:last-child {
  border-right: 1px solid #ccc;
}
ul.nav-menu li a {
  text-decoration: none;
  display: block;
  height: 100%;
  margin: auto;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
}
ul.nav-menu li a:hover {
  background: #F8FFE2;
  color: #5DA437;
}
ul.nav-menu li a.index::before {
  content: url("../images/icon_home.svg");
  width: 16px;
  float: left;
  position: relative;
  left: 30px;
}
ul.nav-menu li a.index:hover {
  background: #F8FFE2;
  fill: #FF4433;
  fill-opacity: 1;
}
ul.nav-menu li a.index:hover::before {
  fill: #FF4433;
  fill-opacity: 1;
}
ul.nav-menu li a.orderguide {
  position: relative;
  background: #fff;
  color: #333;
  
}
ul.nav-menu li a.orderguide::before {
  display: block;
  content: url("../images/icon_arrow_bottom.svg");
  width: 10px;
  margin: 0 auto;
  position: absolute;
  left: 45%;
  top: 8px;
}
ul.nav-menu li a.orderguide:hover {
  background: #A2C635;
}
ul.nav-menu li a.orderguide:hover::before {
  position: absolute;
  left: 45%;
  top: 11px;
}
ul.nav-menu li .active {
  background: #F8FFE2;
}

.pan {
  margin: 15px 0 25px;
  font-size: 12px;
}
.pan a {
  display: inline-block;
  margin: 0 6px 0 0;
}
.pan a::after {
  content: '｜';
  display: inline-block;
  margin: 0 0 0 6px;
}

main {
  min-width: 1040px;
  padding: 0 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
}

.mainvisual {
  background: #EAF1E7;
  padding: 30px 0;
  margin: 0 0 20px 0;
}
.mainvisual h1 {
  font-size: 26px;
  display: table;
  margin: 0 auto 25px;
}
.mainvisual h1::before {
  content: url("../images/icon_new.svg");
  width: 34px;
  height: 40px;
  float: left;
  margin: 0 20px 0 0;
  display: block;
}
.mainvisual h1 span {
  padding: 3px 0;
  display: inline;
  border-bottom: 2px solid #5DA437;
}

.middleWrap {
  margin: 0 0 40px 0;
}

.topleftWrap {
  width: 610px;
  float: left;
  overflow: hidden;
  margin: 0 0 40px 0;
}
.topleftWrap h1 {
  line-height: 100%;
  font-size: 26px;
  text-align: left;
  padding: 18px 0;
  display: block;
  border-bottom: 2px solid #5DA437;
  margin: 0 0 20px 0;
}
.topleftWrap h1::before {
  content: url("../images/icon_pickup.svg");
  width: 26px;
  height: 36px;
  margin: 0 18px 0 0;
  display: inline-block;
  position: relative;
  top: 8px;
}

.pdtWrap h2 {
  font-size: 21px;
  margin: 0 0 10px 0;
  line-height: 160%;
}
.pdtWrap h2.togetherTTL {
  padding: 6px 0;
  font-size: 21px;
  margin: 0 0 30px 0;
  line-height: 160%;
  border-bottom: 2px solid #EFBA57;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
}
.pdtWrap img {
  width: 200px;
  height: auto;
  float: left;
}
.pdtWrap .artwork_txt {
  font-size: 14px !important;
  line-height: 160%;
  padding: 0 0 10px 30px;
  overflow: auto;
  zoom: 1;
}
.pdtWrap .artwork_txt .pdt_author {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 10px 0;
}

.pdtWrap .artwork_txt .pdt_list {
  margin: 0 0 8px 0;
}
.pdtWrap .artwork_txt .ctg_icon {
  margin: 0 0 4px 0;
}
.pdtWrap .artwork_txt .ctg_icon::before {
  content: url("../images/icon_categoly.svg");
  width: 12px;
  height: 16px;
  margin: 0 10px 0 3px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.pdtWrap .artwork_txt .ctg_icon a {
  color: #5DA437;
  font-weight: bold;
}
.pdtWrap .artwork_txt .ctg_icon a:hover {
  text-decoration: underline;
}
.pdtWrap .artwork_txt .ctg_wishlist {
  margin: 0 0 4px 0;
}
.pdtWrap .artwork_txt .ctg_wishlist::before {
  content: url("../images/icon_wishlist.svg");
  width: 12px;
  height: 16px;
  margin: 0 10px 0 3px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.pdtWrap .artwork_txt .ctg_wishlist a {
  color: #5DA437;
  font-weight: bold;
}
.pdtWrap .artwork_txt .ctg_wishlist a:hover {
  text-decoration: underline;
}
.pdtWrap .artwork_txt .link_author {
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -1.5em;
}
.pdtWrap .artwork_txt .link_author::before,/*.catearea .link_author a.chosaku::before*/ {
  content: url("../images/icon_chosaku.svg");
  width: 18px;
  height: 18px;
  margin: 0 0px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 12px;
}
 .catearea .link_author a.chosaku::before {
	 margin-right:15px;
	 left:3px;}
 .recommendbook .link_author a.chosaku::before {
	 left:0px;}
.recommendbook .link_author a.chosaku {
    line-height: 180%;
		font-size:0.9em;

}
.catearea p{
	font-size:0.85em;
	line-height:160%;}
.pdtWrap .artwork_txt .link_author a {
  white-space: nowrap;
  margin: 0 0px 0 0;
  padding: 0;
  color: #3DA4A4;
  font-weight: bold;
}
.pdtWrap .artwork_txt .link_author a:hover {
  text-decoration: underline;
}
.pdtWrap .artwork_txt .link_author a:hover::after {
  content: " / ";
  text-decoration: none;
}
.pdtWrap .artwork_txt .link_author a::after {
  content: " / ";
  text-decoration: none;
}
.pdtWrap .artwork_txt .cart_sns_wrap {
  margin: 0 0 20px 0;
}
.pdtWrap .artwork_txt .put_cart_wtap {
  margin: 20px 0;
  vertical-align: middle;
}
.pdtWrap .artwork_txt .put_cart_wtap .quantity {
  padding: 10px 10px 13px 0;
}
.pdtWrap .artwork_txt .put_cart_wtap input[type=text].qty {
  padding: 15px 0px 14px 0;
  text-align: center;
  margin: 0 6px 0 0;
}
.pdtWrap .artwork_txt .put_cart_wtap input[type=button].inc,
.pdtWrap .artwork_txt .put_cart_wtap input[type=button].dec {
  background: #EFBA57;
  padding: 11px 15px;
  text-align: center;
  margin: 0 6px 0 0;
  border-radius: 0;
  font-size: 21px;
}
.pdtWrap .artwork_txt .put_cart_wtap input[type=button].inc:hover,
.pdtWrap .artwork_txt .put_cart_wtap input[type=button].dec:hover {
  background: #EFD157;
}
.pdtWrap .artwork_txt .put_cart_wtap input[type=submit].btn_pkup_cart {
  font-weight: bold;
  color: #fff;
  background: #EF8F57;
  padding: 15px 20px;
  margin: 0px 0;
  border: 1px solid #ccc;
  border-radius: 0;
}
.pdtWrap .artwork_txt .put_cart_wtap input[type=submit].btn_pkup_cart:hover {
  background: #EFA657;
}

.toprightWrap {
  width: 390px;
  float: right;
  overflow: hidden;
  margin: 0 0 0px 0;
}
.toprightWrap h1.ttl_topix {
  line-height: 100%;
  font-size: 21px;
  text-align: left;
  padding: 12px 0;
  display: block;
  border-bottom: 2px solid #5DA437;
  margin: 0 0 20px 0;
}
.toprightWrap h1.ttl_topix::before {
  content: url("../images/icon_topix.svg");
  width: 40px;
  height: 39px;
  margin: 0 16px 0 0;
  display: inline-block;
  position: relative;
  top: 8px;
}
.toprightWrap .topixWrap {
  overflow-x: auto;
  height: 160px;
  padding: 0 16px 0 0;
  margin: 0 0 20px 0;
}
.toprightWrap .topixWrap ul li {
  border-bottom: 1px dotted #ccc;
  padding: 4px 0;
}
.toprightWrap .topixWrap ul li .date {
  display: block;
  float: left;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.toprightWrap .topixWrap ul li .item_topic {
  font-size: 13px;
  display: block;
  overflow: auto;
  zoom: 1;
  line-height: 130%;
  padding: 2px 0 2px;
  margin: 0;
}
.toprightWrap h1.ttl_sns {
  line-height: 100%;
  font-size: 21px;
  text-align: left;
  padding: 12px 0;
  display: block;
  border-bottom: 2px solid #5DA437;
  margin: 0 0 20px 0;
}
.toprightWrap h1.ttl_sns::before {
  content: url("../images/icon_sns.svg");
  width: 33px;
  height: 30px;
  margin: 0 16px 0 0;
  display: inline-block;
  position: relative;
  top: 8px;
}
.toprightWrap .snsWrap {
  overflow-x: auto;
  height: 180px;
  padding: 0 16px 0 0;
  margin: 0 0 20px 0;
}

.recommendWrap {
  width: 100%;
  padding: 60px 30px 10px;
  background: #fff;
  border-radius: 6px;
  float: none;
  box-shadow: 0px 0px 12px 0px #dddddd;
}
.recommendWrap h1 {
  font-size: 26px;
  display: table;
  margin: 0 auto 30px;
}
.recommendWrap h1::before {
  content: url("../images/icon_recommend.svg");
  width: 34px;
  height: 40px;
  float: left;
  margin: 0 20px 0 0;
  display: block;
}
.recommendWrap h1 span {
  padding: 3px 0;
  display: inline;
  border-bottom: 2px solid #5DA437;
}
.recommendWrap .recommend_pdt_layout:last-child {
  border: none;
  margin: 0 0 0px 0;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap {
  /*display: block;
  width: 33.333%;*/
  background: #fff;
  margin: 0 0 20px 0;
  padding: 20px 0px 30px 0;
  border-bottom: 1px solid #ccc;
}
.recommendbook {
    width: 33.3%;
	position:relative;
	min-height:180px;
}
.recommendbook p.link_author,.recommendbook p.recprice {
	padding-left: 12px;
}
.recommendbook p.recprice,p.rechacco{
	font-size:0.8em;}
.recommendbook p.recprice {
	top:100px;
	height:15px;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap:hover {
  text-decoration: none;
  cursor: pointer;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap img {
  float: left;
  width: 100px;
  height: auto;
  margin: 0 0 0 10px;
  margin-right:15px;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap h2 {
/*  padding: 0 10px 5px 0;*/
  overflow: auto;
  zoom: 1;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap .pdt_author {
  font-size: 14px;
  line-height: 140%;
  padding: 0 10px 5px 10px;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap .ctg_icon {
  padding: 0 5px 8px 10px;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap .ctg_icon::before {
  content: url("../images/icon_categoly.svg");
  width: 12px;
  height: 16px;
  margin: 0 8px 0 0px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap .ctg_icon a {
  color: #5DA437;
  font-weight: bold;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap .ctg_icon a:hover {
  text-decoration: underline;
}
.recommendWrap .recommend_pdt_layout .recommend_pdt_wrap p {
  padding: 0 10px 5px 10px;
  font-size: 14px;
  line-height: 140%;
  overflow: auto;
  zoom: 1;
}

.whiteBar {
  display: block;
  width: 100%;
  background: #fff;
  height: 10px;
  z-index: 999;
  position: relative;
  top: -25px;
  margin: 0;
  padding: 0;
}

.leftWrap {
  width: 260px;
  float: left;
}
.leftWrap h1 {
  border-top: 2px solid #5DA437;
  border-bottom: 2px solid #5DA437;
  padding: 40px 0 40px 10px;
  margin: 0 0 20px 0;
  color: #5DA437;
  font-size: 30px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
}
.leftWrap h2 {
  border-top: 1px solid #5DA437;
  border-bottom: 1px solid #5DA437;
  padding: 20px 0 20px 10px;
  margin: 0 0 10px 0;
  color: #5DA437;
  font-size: 20px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
}
span.rssDate {
    display: block;
    font-size: 0.9em;
    padding-bottom: 7px;
	margin-top: 5px;
}
span.rssDescription,.rssTitle{
	font-size:0.85em;}
.rssTitle a{
	text-decoration:underline;
	color:#3b94d9;
	line-height:2em;
	}
	
	
#acMenu dt {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 10px 15px 10px;
  text-align: left;
}
#acMenu dt::before {
  content: url(../images/icon_ctg_off.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
#acMenu dt:hover::before {
  content: url(../images/icon_ctg_on.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}

#acMenu a.singleMenu {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 10px 15px 10px;
  text-align: left;
  cursor: pointer;
}
#acMenu a.singleMenu::before {
  content: url(../images/icon_ctg_off.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
#acMenu a.singleMenu:hover::before {
  content: url(../images/icon_ctg_on.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}

#acMenu dd {
  width: 100%;
  line-height: 100%;
  padding: 10px 15px 25px;
  margin: 0 0 40px 0;
  text-align: left;
  display: none;
}
#acMenu dd ul li {
  font-weight: normal;
  margin: 0;
  padding: 8px 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type:none;
}
#acMenu dd ul li a{
	text-decoration:underline;
	}

#acMenu dd ul li::before {
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 10px 0 0;
}

#acMenu dt.active {
  background: #5DA437;
  color: #fff;
  font-weight: bold;
}
#acMenu dt.active::before {
  content: url(../images/icon_ctg_on.svg);
}

#acMenu dd.active {
  display: block;
  font-weight: bold;
}
#acMenu dd.active ul li.onpage {
  font-weight: bold;
}

#acMenu2 ul li.level_0 a {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 10px 15px 10px;
  text-align: left;
  cursor: pointer;
}
#acMenu2 ul li.level_0 a::before {
  content: url(../images/icon_ctg_off.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
#acMenu2 ul li.level_0 a:hover::before {
  content: url(../images/icon_ctg_on.svg);
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}

#acMenu2 ul li.level_0 ul {
  width: 100%;
  line-height: 100%;
  padding: 10px 15px 25px;
  margin: 0 0 0px 0;
  text-align: left;
  display: none;
}
#acMenu2 ul li.level_0 ul li a,
#acMenu2 ul li.level_0 ul li a.active {
  font-weight: normal;
  margin: 0;
  padding: 8px 0;
  background: #fff;
}
#acMenu2 ul li.level_0 ul li a::before,
#acMenu2 ul li.level_0 ul li a.active::before {
  content: url(../images/icon_subctg.svg);
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 10px 0 0;
}
#acMenu2 ul li.level_0 ul li a:hover::before,
#acMenu2 ul li.level_0 ul li a.active:hover::before {
  content: url(../images/icon_subctg.svg);
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 10px 0 0;
}

#acMenu2 ul li.level_0 a.active {
  background: #5DA437;
  color: #fff;
  font-weight: bold;
}
#acMenu2 ul li.level_0 a.active::before {
  content: url(../images/icon_ctg_on.svg);
}

#acMenu2 ul li.active {
  display: block;
  font-weight: bold;
}
#acMenu2 ul li.active ul li.onpage {
  font-weight: bold;
}

.rightWrap {
  position: relative;
  z-index: 1;
  width: 740px;
  float: right;
}
.rightWrap h1 {
  border-bottom: 2px solid #5DA437;
  padding: 20px 0 10px 0px;
  margin: 0 0 40px 0;
  color: #5DA437;
  font-size: 28px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
  position: relative;
  clear:both;
}
.rightWrap h1 small {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
}
.rightWrap h1 small.subctg {
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
}
.rightWrap h1 p {
  display: block;
  font-size: 12px;
  font-family: "notosansjapanese";
  font-weight: normal;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
}

.productContainer {
  position: relative;
  z-index: 1;
  width: 1040px;
}
.productContainer h1 {
  border-bottom: 2px solid #5DA437;
  padding: 0px 0 10px 0px;
  margin: 0 0 40px 0;
  color: #5DA437;
  font-size: 28px;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
  position: relative;
}
.productContainer h1 small {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
}
.productContainer h1 small.subctg {
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  text-indent: 3px;
}
.productContainer h1 p {
  display: block;
  font-size: 12px;
  font-family: "notosansjapanese";
  font-weight: normal;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
}
.productContainer .pdtWrap {
  position: relative;
}
.productContainer .pdtWrap h2 {
  font-size: 21px;
  margin: 0 0 10px 0;
  line-height: 160%;
}
.productContainer .pdtWrap h2.togetherTTL {
  padding: 6px 0;
  font-size: 21px;
  margin: 0 0 30px 0;
  line-height: 160%;
  border-bottom: 2px solid #EFBA57;
  font-family: "Noto Serif Japanese";
  font-weight: 500;
}
.productContainer .pdtWrap img {
  width: auto;
  height: auto;
  float: left;
  border: 1px solid #eee;

}
.productContainer .pdtWrap div#tabBox1 p.ptext img {
	border:0;
	width:auto;
	padding-right:3px;}

.productContainer .pdtWrap .artwork_txt {
  font-size: 14px !important;
  line-height: 160%;
  padding: 0 0 10px 30px;
  overflow: auto;
  zoom: 1;
}
.productContainer .pdtWrap .artwork_txt .pdt_author {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 10px 0;
}

.productContainer .pdtWrap .artwork_txt .pdt_list {
  margin: 0 0 8px 0;
}
.productContainer .pdtWrap .artwork_txt .ctg_icon {
  margin: 0 0 10px 0;
}
.productContainer .pdtWrap .artwork_txt .ctg_icon::before {
  content: url("../images/icon_categoly.svg");
  width: 12px;
  height: 16px;
  margin: 0 10px 0 3px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.productContainer .pdtWrap .artwork_txt .ctg_icon a {
  color: #5DA437;
  font-weight: bold;
}
.productContainer .pdtWrap .artwork_txt .ctg_icon a:hover {
  text-decoration: underline;
}
.productContainer .pdtWrap .artwork_txt .link_author {
  padding-left: 2em;
  text-indent: -1.5em;
}
.productContainer .pdtWrap .artwork_txt .link_author::before,.rightWrap .searchlist .pdt_list_wrap .link_author::before, .searchlist .pdt_list_wrap .link_author::before,.recommendbook .link_author::before, .rightWrap .pdt_list_layout .catearea .link_author::before, .catebox1 .link_author::before{
  content: url("../images/icon_chosaku.svg");
  width: 18px;
  height: 18px;
  margin: 0 0px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 12px;
}
.rightWrap .pdt_list_layout .catearea .link_author::before{
	left:0px;}
.rightWrap .pdt_list_layout .catearea .link_author{
	margin-bottom:5px;}
.rightWrap .searchlist .pdt_list_wrap .link_author::before {
	left:2px;}
.recommendbook .link_author::before,.catebox1 .link_author::before {
	left:0px;}
.productContainer .pdtWrap .artwork_txt .link_author a, .rightWrap .searchlist .pdt_list_wrap .link_author a, .recommendbook .link_author a,.link_author a.chosaku{
  white-space: nowrap;
  margin: 0 0px 0 0;
  padding: 0;
  color: #3DA4A4;
  font-weight: bold;
}

.productContainer .pdtWrap .artwork_txt .link_author a:hover {
  text-decoration: underline;
}
.productContainer .pdtWrap .artwork_txt .link_author a:hover::after {
  content: " / ";
  text-decoration: none;
}
.productContainer .pdtWrap .artwork_txt .link_author a::after {
  content: " / ";
  text-decoration: none;
}
.productContainer .pdtWrap .artwork_txt .put_cart_wtap {
  margin: 20px 0 10px;
  vertical-align: middle;
}
.productContainer .pdtWrap .artwork_txt .put_cart_wtap .quantity {
  padding: 5px 10px 5px 0;
}
.productContainer .pdtWrap .artwork_txt .put_cart_wtap input[type=text].qty {
  padding: 9px 0px 8px 0;
  text-align: center;
  margin: 0 6px 0 0;
}
.productContainer .pdtWrap .artwork_txt .put_cart_wtap input[type=button].inc,
.productContainer .pdtWrap .artwork_txt .put_cart_wtap input[type=button].dec {
  background: #EFBA57;
  padding: 5px 10px;
  text-align: center;
  margin: 0 6px 0 0;
  border-radius: 0;
  font-size: 21px;
}
.productContainer .pdtWrap .artwork_txt .put_cart_wtap input[type=button].inc:hover,
.productContainer .pdtWrap .artwork_txt .put_cart_wtap input[type=button].dec:hover {
  background: #EFD157;
}
.productContainer .pdtWrap .artwork_txt form.add_cart_block {
  position: absolute !important;
  top: 35px !important;
  right: 0 !important;
  display: inline-block;
  border: 1px solid #ccc;
  z-index: 1000;
  float: right;
  padding: 0px 30px 30px;
}
.productContainer .pdtWrap .artwork_txt hr.styleHR {
  border-top: 1px solid #ccc;
}
.productContainer .pdtWrap .artwork_txt input[type=submit].btn_pkup_cart {
  width: 260px;
  font-weight: bold;
  color: #fff;
  background: #EF8F57;
  padding: 15px 0px;
  margin: 0px 0 15px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.productContainer .pdtWrap .artwork_txt input[type=submit].btn_pkup_cart:hover {
  background: #EFA657;
}
.productContainer .pdtWrap .artwork_txt .ctg_wishlist_cart a {
  display: block;
  margin: 0 0 4px 0;
  text-align: center;
  font-weight: bold;
  width: 260px;
  color: #fff;
  background: #efefef;
  padding: 10px 0px;
  margin: 15px 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #5DA437;
  font-weight: bold;
}
.productContainer .pdtWrap .artwork_txt .ctg_wishlist_cart a::before {
  content: url("../images/icon_wishlist.svg");
  width: 12px;
  height: 16px;
  margin: 0 10px 0 3px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.productContainer .pdtWrap .artwork_txt .ctg_wishlist_cart a:hover {
  text-decoration: underline;
}
.productContainer .pdtWrap .artwork_txt .cart_sns_wrap {
  margin: 10px 0 20px 0;
}
p.gaiyo{
	font-size:0.9em;}

ul#tabMenu {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 999;
}
ul#tabMenu li {
  width: 100%;
}
ul#tabMenu li span {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 50px;
  text-align: center;
  border-bottom: #ccc 3px solid;
}
ul#tabMenu li span.active {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 50px;
  text-align: center;
  border-bottom: #5DA437 3px solid;
  font-weight: bold;
  color: #5DA437;
}

#tabBoxes {
  position: relative;
  z-index: 980;
  box-shadow: 0px 0px 12px 0px #dddddd;
  border-radius: 0 0 6px 6px;
  padding: 30px;
  margin: 0 0 60px 0;
  width: auto;
  font-size: 14px;
}
#tabBoxes p {
  margin: 0 0 20px 0;
}
#tabBoxes p:last-child {
  margin: 0 0 0px 0;
}

#tabBox1,
#tabBox2,
#tabBox3 {
  width: 100%;
  height: auto;
}

#tabBox2 {
  display: none;
}

#tabBox3 {
  display: none;
}

.pdt_list_layout {
  width: 100%;
}
.pdt_list_layout:last-child {
  margin: 0 0 0px 0;
}
.pdt_list_layout .pdt_list_wrap {
  width: 48%;
  margin: 0 0 40px 0;
  padding: 0;
}
.pdt_list_wrap img {
    width: 100px;
    height: auto;
    display: block;
    float: left;
}
.catebox {
    overflow: hidden;
}
.catebox .catebox1{
	margin-left:5px;
	height:auto;
	margin-bottom:20px;
	width: 32%;
    float: left;
	margin-right: 15px;
    min-height: 210px;}
.catebox .catebox1:first-child {
    position: absolute;
    left: 10px;
    width: auto;
}
.catebox .pdt_list_wrap {
	width:100px;}
.catebox .link_author{
	width:auto;
	margin-bottom:10px;} 
.catebox1 h2 a{
	font-weight:bold;
	line-height:2em;}
.catebox .catebox1 p span{
	color:#ed9100;
	font-weight:bold;}
.catebox .catebox1 p{
	line-height:1.5em;}


.searchlist .pdt_list_wrap {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  padding-bottom:20px;
  border-bottom:1px dotted #ccc;
}
.catebox .pdt_list_wrap:hover {
  text-decoration: none;
  cursor: pointer;
}
.catebox .pdt_list_wrap img {
  float: left;
  width: 100px;
  height: auto;
  margin: 0 10px 0 0px;
}
.catearea .pdt_list_wrap img {
	margin-right:20px;}

.pdt_list_layout .pdt_list_wrap h2 {
  padding: 0 10px 5px 10px;
  overflow: auto;
  zoom: 1;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}
.catearea  .pdt_list_wrap h2{
	padding-left:0;}
.pdt_list_layout .pdt_list_wrap .pdt_author {
  font-size: 14px;
  line-height: 140%;
  padding: 0 10px 5px 10px;
}
.pdt_list_layout .pdt_list_wrap .ctg_icon {
  padding: 0 5px 8px 10px;
}
.pdt_list_layout .pdt_list_wrap .ctg_icon::before {
  content: url("../images/icon_categoly.svg");
  width: 12px;
  height: 16px;
  margin: 0 8px 0 0px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.pdt_list_layout .pdt_list_wrap .ctg_icon a {
  color: #5DA437;
  font-weight: bold;
}
.pdt_list_layout .pdt_list_wrap .ctg_icon a:hover {
  text-decoration: underline;
}
.pdt_list_layout .pdt_list_wrap p {
  padding: 0 0px 5px 10px;
  font-size: 14px;
  line-height: 140%;
  overflow: auto;
  zoom: 1;
}
p.description {
        margin-bottom: 20px;
    margin-top: 5px;
    font-size: 0.8em;}

.ctg_list_layout {
  width: 100%;
}
.ctg_list_layout:last-child {
  margin: 0 0 0px 0;
}
.ctg_list_layout .ctg_list_wrap {
  width: 31%;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #5DA437;
  padding: 20px;
  text-align: center;
  margin: 0px 7px 12px 7px;
  border-radius: 6px;
}
.ctg_list_layout .ctg_list_wrap:hover {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #7FC859;
}
.ctg_list_layout .ctg_list_wrap img {
  display: none;
}
.ctg_list_layout .ctg_list_wrap h2 {
  padding: 0 10px 5px 10px;
  overflow: auto;
  zoom: 1;
  font-size: 17px;
}
.ctg_list_layout .ctg_list_wrap::before {
  content: url("../images/icon_categoly.svg");
  width: 12px;
  height: 16px;
  margin: 0 8px 0 0px;
  display: inline-block;
  position: relative;
  top: 3px;
  float: left;
}

.page_navi_wrap {
  width: 100%;
  margin: 20px 0 40px 0;
  font-size: 13px;
  vertical-align: baseline;
}
.page_navi_wrap .number {
  padding: 6px 0px;
}
.page_navi_wrap li {
  padding: 6px 6px 7px;
  margin: 0 0px;
  border: 1px solid #fff;
  line-height: 100%;
  vertical-align: baseline;
}
.page_navi_wrap .current {
  background: #5DA437;
  padding: 6px 8px 7px;
  margin: 0 5px;
  color: #fff;
  border: 1px solid #ccc;
}
.page_navi_wrap .prev {
  font-family: "LigatureSymbols";
  position: relative;
  top: 2px;
}
.page_navi_wrap .prev::before {
  content: '\E080';
  color: #5DA437;
  display: inline-block;
  margin: 0 10px 0 0;
}
.page_navi_wrap .next {
  font-family: "LigatureSymbols";
  position: relative;
  top: 2px;
}
.page_navi_wrap .next::after {
  content: '\E112';
  color: #5DA437;
  display: inline-block;
  margin: 0 0 0 10px;
}

.bnrWrap {
  margin-bottom: 60px;
}
.bnrWrap a {
  display: block;
  width: 330px;
  height: auto;
}
.bnrWrap a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

dl.aboutWrap {
  margin: 0 0px 40px 5px;
}
dl.aboutWrap dt {
  float: left;
  width: 150px;
  margin: 0 10px 0 0;
  display: block;
  font-weight:bold;
}
dl.aboutWrap dt.listTTL2 {
    width: 100px;
}
dl.aboutWrap dd {
  overflow: hidden;
  zoom: 1;
  display: block;
  margin-bottom: 5px;
}

dl.aboutWrap_dx {
  margin: 0 0px 40px 0;
}
dl.aboutWrap_dx dt {
  font-weight: bold;
  float: left;
  width: 200px;
  margin: 0 0px 0 0;
  padding: 10px 0 10px 0px;
  display: block;
  height: 100%;
  line-height: 200%;
  border-top: 2px solid #5DA437;
}
dl.aboutWrap_dx dd {
  padding: 10px 0 10px 20px;
  overflow: auto;
  zoom: 1;
  display: block;
  margin-bottom: 5px;
  line-height: 200%;
  border-top: 1px dotted #ccc;
}
figure.rekishiimg{
	float:right;
	padding-left:15px;}
figure.rekishiimg figcaption{
	font-size:0.75em;
	color:#888;
	line-height: 1.7em;
    padding-top: 3px;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../webfont/NotoSerifCJKjp-Bold.otf") format("opentype");
}
footer {
  min-width: 1040px;
  text-align: center;
}
footer img.ft_logo {
  margin: 0 auto 14px;
  width: 126px;
  display: block;
}
footer h1 {
  margin: 0 auto 30px;
  color: #5DA437;
  font-family: 'Noto Serif Japanese', serif;
}
footer .footer_bottom_wrap {
  padding: 0px;
  line-height: 100%;
  margin: 0;
  color: #fff;
  width: 100%;
}
footer .footer_bottom_wrap .footer_bottom_left {
  width: 100%;
  background: #5DA437;
  padding: 30px;
}
footer .footer_bottom_wrap .footer_bottom_left .copyright_txt {
  font-size: 12px;
  display: inline-block;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li a span{font-size:12px;}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li {
  font-size: 10px;
  position: relative;
  margin: 0 auto;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li:first-child {
  text-align: left;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li:last-child {
  text-align: right;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li a {
  color: #fff;
  margin: 0 10px;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenuindex a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenuaboutus a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenucontact a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenusitepolicy a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenuprivacypolicy a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul li.gmenusitemap a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul .active {
  background-position: 0 0px;
}
footer .footer_bottom_wrap .footer_bottom_left nav.global_footer_nav ul .active::before {
  content: "";
  text-align: center;
  position: absolute;
  display: block;
  font-size: 0px;
  line-height: 0;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto 0;
  color: none;
}
footer .footer_bottom_wrap .footer_bottom_left .footer_sns_wrap li a img {
  display: block;
  height: 16px;
  margin: 0 10px 0;
}
footer .footer_bottom_wrap .footer_bottom_left .footer_sns_wrap li a img.icon_fb {
  margin: 0 0px 0 5px;
}
footer .footer_bottom_wrap .footer_bottom_right {
  width: auto;
}
footer .footer_bottom_wrap .footer_bottom_right .btn_pagetop {
  width: 120px;
  background: #8DAF27;
  padding: 30px;
  line-height: 100%;
  margin: 0;
  display: block;
}
footer .footer_bottom_wrap .footer_bottom_right .btn_pagetop:hover {
  background: #A5CB31;
}
footer .footer_bottom_wrap .footer_bottom_right .btn_pagetop img {
  width: 16px;
}
footer .footer_under_bar {
  height: 1px;
  width: 100%;
  max-width: 900px;
}
footer .message_txt {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 180%;
}

img.artwork_wide {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}

.yellowline {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff000 0%);
  font-weight: bold;
}

ul.noticeList li {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  font-family: "Noto Sans Japanese", sans-serif;
}
ul.noticeList li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

div.linkBnrWrap {
  text-align: center;
  margin: 50px 0 0;
}
div.linkBnrWrap p {
  line-height: 150%;
}
div.linkBnrWrap img {
  margin: 0 10px;
}

h1.h1housing {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

div.divtext2column {
  position: relative;
  line-height: 240%;
}
div.divtext2column div.textBox,
div.divtext2column div.textBox_tate {
  float: left;
}
div.divtext2column div.Artwork_wrap {
  margin: 0px 0 0 30px;
  width: 266px;
  float: right;
}
div.divtext2column div.Artwork_wrap img {
  width: 100%;
  display: block;
}
div.divtext2column div.Artwork_wrap_tate {
  margin: 0px 0 0 30px;
  width: 140px;
  float: right;
}
div.divtext2column div.Artwork_wrap_tate img {
  width: 100%;
  display: block;
}

#formWrap {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 3px #f1f7fe;
  -moz-box-shadow: 0px 0px 20px 3px #f1f7fe;
  -webkit-box-shadow: 0px 0px 20px 3px #f1f7fe;
}

.Required {
  margin: 0 0 0 5px;
  display: inline-block;
  color: #ff0000;
}

.newMark {
  display: inline-block;
  background: #aa0000;
  padding: 0px 2px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 0px 0;
  font-family: helvetica, sans-serif;
}

.widthIMGsmall {
  width: 46px;
  width-min: 46px;
  height: auto;
}


/*サイトポリシー・お問い合わせ*/
dl.tesuryo dt {
    width: 45%;
    float: left;
    /* font-weight: bold; */
}
dl.tesuryo dd {
    width: 50%;
    float: left;
}
dl.tesuryo {
    margin-bottom: 40px;
}
ul.pagelist {
    margin-bottom: 40px;
}
