
/*　カートに入れるを柿色に　*/
.button.button2:not(:hover) {background:#f39800 !important;border-color: #f39800 !important;}




body {
    color:#000;
    font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
    font-size: 15px;
}
h2 {
    font-size: 1.4em;
}
a:hover {color:#00CC00 !important;}

/*header area */
.header-area-1 .site-title, .header-area-2 .site-title {color:#000;display:inline-block;vertical-align:top;font-size:14px;font-weight:600;text-align:left;position:relative;top:3px}
.header-area-1 .site-number, .header-area-2 .site-number {color: #FF3B00;font-size: 20px;font-weight: 600;display: block;line-height: 15px;}
h2.page-title-s1 .title_divider, h2.section-title .title_divider {position: absolute;height: 0px;background-color: #ffffff;}
.cart-text {
    color: #fff;
    font-size: 12px;
}
.cart-total ul li a i {color:#ffd900 !important; font-size: 50px !important;}
.cart-total ul li a span.cart-count {color:#ffd900 !important; font-weight: 600; font-size:20px;}



/*wordpress title list*/
#wordpress h3 {
    color:#0000FF;
    font-size: 18px;
    padding: 0 0 6px 10px;
}
#wordpress ul#catList {
    /*float: right;*/
    text-align: right;
    /*display: inline;*/
    margin-bottom: 20px;
    font-weight: bold;
    list-style-type: none;
    list-style-position: outside;
    text-indent: 0;
}
#wordpress ul#catList li {
    /*float: left;*/
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    border-right: #3E4E82 solid 2px;
}

#catList:after {
    clear: both;
    display: block;
}

#wordpress .navigation {
    text-align: center;
    overflow: hidden;
    margin: 20px auto 10px;
    display: block;
}

#wordpress .navigation .list {
    margin: 0 10px;
}
.post-foot {
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;

 }
 #wordpressDefaultHeading {
     margin-bottom:20px;
 }
 /*wordpress page*/
 #wordpressBody h2#wordpressDefaultHeading {
 	border-bottom: #CCCCCC solid 1px;
 	font-size: 1.5em;
 	font-weight: bold;
 	line-height: 2;
 	margin: 0 0 10px;
 }
 #wordpressBody h2#wordpressDefaultHeading span{
 	border-left: #4265AE solid 3px;
 	padding-left: 5px;
 }
 #wordpressBody #content h4 {
 	border-bottom: #3A5998 solid 1px;
 	font-size: 1.1em;
 	font-weight: bold;
 	padding: 6px 0 0 0;
 	margin-bottom: 10px;
 }
 #wordpressBody #content .left {
 	float: left;
 	margin-left: 10px;
 	display: inline;
 	width: 90%;
 }
 #wordpressBody #content .right {
 	float: right;
 }
 #wordpressBody #content .itemlist {
 	clear: both;
 	overflow: hidden;
 	border-bottom: #CCCCCC solid 1px;
 	padding-bottom: 5px;
 	margin-bottom: 10px;
 }
 #wordpressBody #content .itemlist a{
 	font-size: 1.1em;
 	font-weight: bold;
 }
 #wordpressBody #content .itemlist p.itemImage {
 	float: left;
 }
 #wordpressBody #content .itemlist p.authorName {
 	padding: 0;
 }
 #wordpressBody #content .itemlist p.productsPrice {
     color: #B3424A;
     font-weight: bold;
     text-align: right;
 }
 #wordpressBody #content .itemlist p.itemBtn {
 	margin-top: 10px;
 }
 #wordpressBody #content .itemlist p.itemBtn a {
     display: block;
     float: left;
     height: 20px;
 	text-indent: -9999px;
 	outline: 0px;
     width: 69px;
 }
 #wordpressBody #content .itemlist p.itemBtn a.itemDetail {
     background: url("../images/btn-to-detail.gif") no-repeat scroll left top transparent;
     margin: 0 8px 0 0;
 }
 #wordpressBody #content .itemlist p.itemBtn a.listingBuyNowButton {
     background: url("../images/btn-to-cart.gif") no-repeat scroll left top transparent;
 }
 #wordpressBody #content .itemlist p.itemBtn a:hover {
     background-position: 0 -20px;
 }

/*ez-pages*/
#ezPageDefault .contentsBox {
    margin: 10px 4px 20px 4px;
}

/*ez-pages id3*/
#deliveryContents ul.deliveryTime {
	margin: 0 0 10px 30px;
}
#deliveryContents ul dl ol li {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
}
#ezPageDefault h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 0.4em 0.5em;
    color: #000000;
    background: #f4f4f4;
    border-left: solid 5px #0000FF;
    border-bottom: solid 3px #d7d7d7;
}
#ezPageDefault h4 {
  position: relative;
  padding: 10px 0 0 30px;
}
#ezPageDefault h4:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #0000FF;
}
#ezPageDefault h4:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 10px;
  width: 98%;
  border-bottom: solid 3px #0000FF;
}

/*ez-pages id4*/
#campanyProfile table{
	margin: 120px;
}
#campanyProfile th,
#campanyProfile td{
	border: #FFFFFF solid 1px;
	padding: 10px;
}
#campanyProfile th{
	background: #D7D7D7;
	width: 30%;
	vertical-align: middle;
}
#campanyProfile td{
	width: 70%;
}
#campanyPhilosophy td{
	border: #E4E4E4 solid 1px;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.2em;
      padding: 0.5em;
      display: inline-block;
      line-height: 1.3;
      vertical-align: middle;
      border-radius: 5px 5px 5px 5px;
      width:100%;
    }
#campanyPhilosophy td:before {
      content: '■';
      color: #0000FF;
      margin-right: 8px;
}

/*ez-pages id5*/
#ezPageDefault .alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
#ezPageDefault #buttonRow {
    text-align: center;
}

/*ez-pages id6*/
#ezPageDefault .section p {
    line-height: 1.5;
    margin: 20px 10px;
}
#paymentTable td {
    text-align: center;
    background: #FFDDBB;
    border: #FFFFFF solid 1px;
    color: #DD5800;
    padding: 5px;    width: 50%;
}

/*ez-pages id6*/
#guide li {
	margin: 0 0 10px 30px;
    list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
}

/*ez-pages id9*/
#ezPageDefault .policyList li {
	margin: 0 0 0 50px;
    list-style-type: square;
	list-style-position: outside;
	text-indent: 0;
}

/*privacy*/
#privacyDefaultMainContent .contentsBox {
    margin: 30px 4px 20px 4px;
}
#privacyDefaultMainContent h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 0.4em 0.5em;
    color: #000000;
    background: #f4f4f4;
    border-left: solid 5px #0000FF;
    border-bottom: solid 3px #d7d7d7;
}
#privacyDefaultMainContent h4 {
  position: relative;
  padding: 10px 0 0 30px;
}

#privacyDefaultMainContent h4:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #0000FF;
}
#privacyDefaultMainContent h4:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 10px;
  width: 98%;
  border-bottom: solid 3px #0000FF;
}
#privacyDefaultMainContent .policyList li {
	margin-left: 20px;
    list-style-type: square;
	list-style-position: outside;
	text-indent: 0;
}
#privacyDefaultMainContent .policyList-2 li {
	margin-left: 30px;
    list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
}

/*productlist*/
#productListing .product-name {
font-size: 1.15em;
font-weight:600;
color: #000000;
}
#productListing .productSubtitle {
margin: -10px 0 0 0;
font-size: 1em;
font-weight:600;
color: #666
}
#productListing .productAuthername {
font-size: 1em;
color: #000000;
margin: 8px 0;
}
#productListing .productPublishdate {
font-size: 1em;
margin: 4px 0;
}
#productListing .productIsbn {
font-size: 1em;
margin: 4px 0 10px 0;
}
#productListing .normalPricetitle {
    font-size: 0.8em;
    color: #666;
}
.productNetprice {
    font-size: 0.8em;
    color: #666;
}
.productSpecialPrice {
    font-size: 1.1em;
}

/*product book info*/
@media only screen and (max-width: 520px) {
  .spResize {
    max-width: 50%;
  }
}
#productPrices .productPoint {
    font-size: 14px;
    color: #FF3B00;
}

/*top page news headline*/
.news-headline {
    text-indent: -1em;
    margin-left: 3em;
    line-height: 1.6em;
}
.news-headline li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
}

/*point info*/
#productName {
    color: #000000;
    font-weight: 600;
}
.productAuthername {
    color:#000000;
}
.productYomi {
    font-size:12px;
}
.product-main-image-item {
    text-align: center;
}
#productPrices .productBasePrice{
    color:#000000;
}

/*point list*/
#pointHistory .poinLeft {
font-weight:600;
color: #0000FF;
margin: -6px 0 10px 0;
}

#pointHistory th {
    background-color: #f5f5f5
}

/*whats New*/
#whatsNew .product-name {
    color: #000000;
    font-weight: 600;
}

/*specials*/
#specialsDefault .product-name {
    color: #000000;
    font-weight: 600;
}
#specialsDefault .productSubtitle {
    color: #666;
    font-size: 14px;
}
#specialsDefault .productAuthername {
    color: #000000;
    font-size: 14px;
}

/*related Products*/
#relatedProducts .product-name {
    color: #000000;
    font-weight: 600;
}

/*left colum*/
.product-content .product-name {
    color: #000000;
    font-weight: 600;
}

/*account top*/
#accountDefault .plainBoxHeading {
    font-size: 1.286em;
    margin-bottom: 20px;
}
#accountDefault .main {
    font-size: 1em;
}

/*checkout*/
#otusepoint .lineTitle, #otgivepoint .lineTitle {
    float: left;
    font-weight: 600;
    line-height: 24px;
    margin: 0 10px 0 0;
}
#otusepoint .totalBox, #otgivepoint .totalBox {
color: #0000FF;
display: inline-block;
font-size: 1.286em;
font-weight: 600;
width: auto;
}
#ottotal {
border-top: 1px solid #ddd;
margin: 5px 0;
padding: 5px 0;
}
#ottotal .totalBox {
    font-size:1.8em;
}

#checkoutShippingContentChoose LABEL.checkboxLabel, #checkoutConfirmDefault LABEL.radioButtonLabel {
    font-weight: 600;
}

#upcomingProducts .date_field {
    width:100px;
    text-align:center;
}

#upcomingProducts .upcoming_buynow {
    width:90px;
}

#upcomingProducts .upcoming_buynow a
{
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../../bensei01/images/reserve.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: left;
  background-position-y: top;
  background-size: auto auto;
  display: block;
  width: 69px;
  height: 20px;
  text-indent: -9999px;
  outline-width: 0px;
  outline-style: none;
  outline-color: currentcolor;
}

/* ライン 660 */
#upcomingProducts .upcoming_buynow a:hover
{
  background-position-x: 0px;
  background-position-y: -20px;
}

/*top page */
#fixBanner1 img {
    margin-top: 20px !important;
}
#fixBanner1 {
    text-align: center;
}

.tab-menu {
    font-size: 14px;
    padding: 0.4em 0.4em;
    border-left: solid 5px #0000FF;
    border-bottom: solid 3px #d7d7d7;
}

.tab-menu ul li {
    margin-right: 0px;
}

.tab-menu li {
    padding: 0 20px;
}

#indexHomeBody .tab-menu ul li.active a {
    color: #FF3B00 !important;
}

/*header menu*/
.navbar-nav li {
    font-size:16px;
    font-weight: 600;
}

.breadcrumb-ul li {
    font-weight: 600;
    color: #000;
}


/*　サイドボックスに背景色を　*/

/*sidebox*/
.col-sidebar .box > .title {
    background:#90ee90;
}

.leftBoxContainer {
    background: #d6ffd6;
    border-style: solid ;
    border-color: #90ee90;
    border-width: 1px;
}
.rightBoxContainer {
    background: #d6ffd6;
    border-style: solid ;
    border-color: #90ee90;
    border-width: 1px;
}

.sideBoxContent {
    padding:0 5px;
}
/*serach sidebox*/

#sideBox_search.leftBoxContainer {
    background: #fff1cf;
    border-style: solid ;
    border-color: #eecd73;
    border-width: 1px;
    text-align: center;
}

#sideBox_search .title {
    background:#eecd73;
}

#sideBox_search .button_search {
    background: #FF3B00;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 25px;
}

#searchHeading label{
        font-weight:600;
}

#sideBox_search .go_adv_search {
    padding:10px;
}

.blankSidebox {
    text-align: center;
}

.page-title-s1 {
    font-size: 16px;
font-weight: 400;
padding: 0.4em 0.5em;
color: #494949;
background: #f4f4f4;
border-left: solid 5px #0000FF;
border-bottom: solid 3px #d7d7d7;
}

#indexCategories .subcatList {
   color:#fff;
   background-color:#0000FF;

  }
  a.subcatList:hover,
  a.subcatList:focus {
   background-color:#000;
  }
  #indexCategories .subcatList h4{
     line-height: 2em;
     margin-bottom: 0px;
}

#contactusBody .body-content {background: #fff;margin: 0;padding: 50px 0;}


@media (max-width: 992px) {
    .header-top-mobile .header-point {
        padding: 10px 10px;
        position: absolute;
        left: 0px;
    }
}

#bannerboxallContent {
    padding-top: 20px;
}

#bannerboxallContent img {
    text-align: center;
}

/* pzensearch box */
.pzSearchSubtitle {
    color: #00cc;
}
