@charset "utf-8";
/*
 * MonotaRO CMS CSS
 */

/**  cms carousel  **/
.cms_carousel {
    position: relative;
    height: auto;
    height: 320px\9;
    padding:0;
    margin:10px 0;
    clear:both;
    display:none;
    overflow:hidden;
    width:100%;
    border:none;
    display:block;
}
/* simple clearfix */
.cms_carousel {
    overflow: hidden;
}
.cms_carousel p {
    margin:0;
    padding:0;
}
.cms_carousel a {
    text-decoration:none;
}
.cms_carousel a:hover {
    text-decoration:underline;
}
.cms_carousel .title {
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding: 20px 0px 2px 0px;
    padding-bottom:0;
    color:#000000;
    background-color:#fff;
    text-align:left;
    height:1.2em;
}

#page_newsearch #main .cms_carousel .title,
#page_product .cms_carousel .title,
#page_feature .cms_carousel .title{
    font-size:18px;
    font-weight: normal;
}
.cms_carousel_nopaging .title {
    margin-bottom:10px;
}
.cms_carousel .menu {
    margin:8px 15px 5px;
    padding:0;
}
#page_newsearch #main .cms_carousel .menu {
    height : 13px;
    display : inline;
    position : absolute;
    top : 28px;
    right : 0px;
    margin : 2px 0px 0px 0px;
}
#page_product #layout_contents .cms_carousel .menu, #page_item #layout_colleft .cms_carousel .menu,
#page_feature #layout_contents .cms_carousel .menu, #page_item #layout_colleft .cms_carousel .menu {
    height : 13px;
    display : inline;
    position : absolute;
    top : 23px;
    right : 0px;
    margin : 2px 0px 0px 0px;
}

.buymsg_box_rr .cms_carousel .title {
    text-align : center;
    background-color : #eee;
    padding : 6px 0px;
    font-weight: bold !important;
    font-size: 16px !important;
}

.cms_carousel .menu .caption {
    float:left;
    font-size:12px;
}
.cms_carousel .menu .page {
    float:right;
    font-size:12px;
}
.cms_carousel .menu .startpage {
    float:right;
    margin-left:10px;
    font-size:11px;
    display:none;
}

.cms_carousel .box {
    position: relative;
    float: left;
    display: block;
    margin:0;
    padding:10px;
    border:none;
    width:100%;
    height:auto;
    overflow:hidden;
}
.cms_carousel .box .btn_carousel_left {
    display:block;
    float:left;
    width:17px;
    height:77px;
    margin-top:40px;
    margin-right:10px;
    _margin-right:8px;
    padding-left: 15px;
    background:url(//jp.images-monotaro.com/common/js/lib/images/button/btn2_carousel_left.gif) no-repeat center center;
    text-indent:-5000px;
}
.cms_carousel .box .btn_carousel_right {
    position: absolute;
    right: 0px;
    top: 50px;
    display:block;
    width:17px;
    height:77px;
    padding-right: 40px;
    background:url(//jp.images-monotaro.com/common/js/lib/images/button/btn2_carousel_right.gif) no-repeat 15px center;
    text-indent:-5000px;
}
.cms_carousel .box .list {
    float:left;
    display: block;
    height:auto;
    _height:240px;
    margin:0;
    padding:0;
    width:auto;
    overflow:hidden;
}


@media print{
    /* width of whole page */
    .cms_carousel{
        overflow: visible;      /* This chops off any overhanging divs */
    }
}



.cms_product {
    margin:20px 0;
}
/* simple clearfix */
.cms_product {
    overflow: hidden;
}
.cms_product p {
    margin:0;
    padding:0;
}

.cms_product .item,
.cms_carousel .box .list .item {
    float:left;
    width:102px;
    margin-right:7px;
    padding:0;
    position:relative;
    display:none;
    height:auto;
    _height:240px;
    padding-bottom:10px;
}
.cms_product .item {
    display:block;
    margin-right:15px;
}
.cms_product .item .ajaxloader,
.cms_carousel .box .list .item .ajaxloader {
    margin-top:90px;
    margin-left:60px;
    display:block;
}
.cms_product .item .img,
.cms_carousel .item .img {
    width:102px;
    height:102px;
    margin-bottom:0;
}
.cms_product .item .img .idx,
.cms_carousel .item .img .idx {
    display:none;
}
.cms_product .item .img img,
.cms_carousel .item .img img {
    width:100px;
    height:100px;
    border:1px solid #B3B3B3;
    margin:0;
    padding:0;
}
.cms_product .item .txt,
.cms_carousel .item .txt {
    margin-top:0;
    margin-bottom:0;
    clear:right;
}
.cms_product .item .txt a,
.cms_carousel .item .txt a,
.cms_carousel .item .txt span.data-href {
    height:2.5em;
    display:block;
    overflow: hidden;
}
.cms_carousel .item .txt span.data-href {
    color:blue;
}
.cms_product .item .idx,
.cms_carousel .item .idx {
    float:left;
    padding-right:6px;
    font-size:9px;
}
.cms_product .item .brand,
.cms_carousel .item .brand {
    font-size:0.9em;
    color:#666;
    display:block;
}
.cms_product .item .price,
.cms_carousel .item .price {
    font-size:1.1em;
    color:#FF6600;
    display:block;
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
}
.cms_product .item .icon_box,
.cms_carousel .item .icon_box {
    float:right;
    margin-top:0px;
}
.cms_product .item .ship_box,
.cms_carousel .item .ship_box {
    float:right;
    margin-top:0px;
    margin-bottom:3px;
}
.cms_product .item .ship_bt,
.cms_carousel .item .ship_bt {
    display: none !important;
    font-size:11px;
    margin:0 0px;
}
.cms_product .item .ship_icon,
.cms_carousel .item .ship_icon {
    display: none !important;
    position:absolute;
    right:0;
    top:87px;
}
.cms_product .item .ship_text,
.cms_carousel .item .ship_text {
    display: none !important;
    font-size: 8px;
    _font-size: 10px;
    position: absolute;
    width: auto;
    right: 1px;
    top: 84px;
    background-color: #fff;
}
.cms_product .item .txt a.review_mark,
.cms_carousel .item .txt a.review_mark {
    height:auto;
    display:block;
    text-decoration:none;
    color:#FFCC44;
    clear:both;
}
.cms_product .item .txt span.review_count,
.cms_carousel .item .txt span.review_count {
    display:none;
}
.cms_carousel .more {
    padding-left:48px;
}
.cms_carousel_nopaging .box .btn_carousel_left {
    display:none !important;
    width:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
}
.cms_carousel_nopaging .box .btn_carousel_right {
    display:none !important;
    width:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
}
.cms_carousel_nopaging .menu {
    display:none !important;
}
/*
 * 商品イメージ一覧
 */

/* simple clearfix */
.cms_product_list .citem_list {
    margin-top:20px;
    margin-bottom:15px;
    padding:0 10px;
    overflow: hidden;
}
.cms_product_list .citem_list p {
    margin:0;
}
.cms_product_list .citem_list .item {
    float:left;
    width:200px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:20px;
    padding:5px;
    z-index:1;
    height:270px;
    _height:290px;
}
.cms_product_list .citem_list .item_hover {
    background-color:#f2f2f2;
}
.cms_product_list .citem_list .item .img {
    width:190px;
    height:160px;
    margin-bottom:0;
}
.cms_product_list .citem_list .item .img img {
    width:150px;
    height:150px;
}
.cms_product_list .citem_list .item .txt {
    margin-top:0;
    margin-bottom:0;
    clear:right;
}
.cms_product_list .citem_list .item .txt a {
    height:2.5em;
    display:block;
    overflow: hidden;
}
.cms_product_list .citem_list .item .idx {
    float:left;
    padding-right:6px;
    font-size:9px;
}
.cms_product_list .citem_list .item .brand {
    font-size:0.9em;
    color:#666;
    display:block;
}
.cms_product_list .citem_list .item .price {
    font-size:1.1em;
    color:#FF6600;
    display:block;
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
}
.cms_product_list .citem_list .item .icon_box {
    float:left;
    margin-top:3px;
}
.cms_product_list .citem_list .item .ship_box {
    float:right;
    margin-top:0px;
    margin-bottom:3px;
}
.cms_product_list .citem_list .item .ship_bt {
    font-size:11px;
    margin:0 0px;
}
.cms_product_list .citem_list .item .ship_icon {
}
.cms_product_list .citem_list .item .ship_text {
    font-size:11px;
}
.cms_product_list .citem_list .item .txt a.review_mark {
    height:auto;
    display:inline;
    text-decoration:none;
    color:#FFCC44;
}
.cms_product_list .citem_list .item .txt span.review_count {
    color:#999;
    font-size:0.9em;
}


/*
 * 商品詳細一覧
 */

/* simple clearfix */
.cms_product_list .citem_detail {
    margin-bottom:15px;
    padding:0 10px;
}
.cms_product_list .citem_detail p {
    margin:0;
}
.cms_product_list .citem_detail .clear {
    clear:both;
    border-bottom:1px solid #ccc;
    height:10px;
    width:100%;
}
.cms_product_list .citem_detail .item {
    width:100%;
    margin:0;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:10px;
    padding-bottom:10px;
    z-index:1;
}
.cms_product_list .citem_detail .item .img {
    width:140px;
    height:110px;
    margin-bottom:0;
    float:left;
}
.cms_product_list .citem_detail .item .img img {
    width:100px;
    height:100px;
}
.cms_product_list .citem_detail .item .txt {
    margin-top:0;
    margin-bottom:0;
    float:left;
}
.cms_product_list .citem_detail .item .txt a {
}
.cms_product_list .citem_detail .item .idx {
    float:left;
    padding-right:6px;
    font-size:9px;
}
.cms_product_list .citem_detail .item .brand {
    font-size:0.9em;
    color:#666;
    display:block;
}
.cms_product_list .citem_detail .item .price {
    font-size:1em;
    color:#FF6600;
    font-weight:bold;
    margin-left:8px;
}
.cms_product_list .citem_detail .item .state {
    float:right;
    text-align:right;
    margin-right:8px;
}
.cms_product_list .citem_detail .item .item_count {
    display:block;
}
.cms_product_list .citem_detail .item .icon_box {
    display:inline;
    vertical-align:text-bottom;
}
.cms_product_list .citem_detail .item .ship_box {
}
.cms_product_list .citem_detail .item .ship_bt {
    font-size:11px;
    margin:0 4px;
}
.cms_product_list .citem_detail .item .ship_icon {
    display:inline;
}
.cms_product_list .citem_detail .item .ship_text {
    display:inline;
}
.cms_product_list .citem_detail .item .quantity {
    display:block;
    padding: 4px 0 0;
}
.cms_product_list .citem_detail .item .txt a.review_mark {
    height:auto;
    display:inline;
    text-decoration:none;
    color:#FFCC44;
}
.cms_product_list .citem_detail .item .txt span.review_count {
    color:#999;
    font-size:0.9em;
}
.cms_product_list .citem_detail .item .feature {
    display:block;
    padding: 8px 0 0;
    width:500px;
    overflow:hidden;
}

#right_box .local_navi .node_list li {
    background-image:none;
    font-size:13px;
}
#right_box .local_navi .node_list li.active a {
    color:#555;
    font-weight:bold;
}
#right_box .local_navi .node_list li a span.cnt {
    color:#555;
    font-size:11px;
    padding-left:4px;
}
#right_box .local_navi .node_list li a:hover {
    text-decoration:none;
}
#right_box .local_navi .node_list li.more_link a {
    font-size:11px;
    font-weight:bold;
}
#right_box .local_navi {
    text-align:left;
}
#right_box .local_navi .inner p {
    margin:0;
    padding: 8px;
}
#right_box .local_navi ul {
    padding:10px 5px 0;
}
#right_box .local_navi ul.fit_list {
    padding:0;
}
#right_box .etc_navi .inner {
    padding-top:10px;
}

#right_box .local_navi form#price_filter {
    margin:0;
    padding:8px;
    text-align:center;
}
#right_box .local_navi form#price_filter input.price_box {
    width:45px;
}
#right_box .local_navi form#price_filter input.price_submit {
    width:30px;
    margin-left:4px;
}

#right_box .local_navi li a {
    word-wrap: break-word;
    word-break: break-all;
}
#right_box .local_navi h5 {
    height:auto;
    _height:1em;
}
#right_box .local_navi .node_list li img.checkbox {
    margin-right:4px;
}


#main .summary_list ul.node_list {
    list-style:none;
}
#main .summary_list .node_list li {
    background-image:none;
    font-size:13px;
    margin-bottom:4px;
}
#main .summary_list li a {
    text-decoration:none;
}
#main .summary_list li.active a {
    color:#555;
    font-weight:bold;
}
#main .summary_list li a span.cnt {
    padding-left:0px;
    font-size:11px;
}


.everyday_sale_code {
    background:url(//jp.images-monotaro.com/newsearch/img/tokka.gif) repeat-y scroll 0 0 transparent;
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    padding:5px 0 5px 70px;
}
.everyday_sale_code .codeWrap {
    font-size:140%;
    margin:5px 0;
}
.everyday_sale_code .off {
    color:#FF0000;
    font-size:130%;
    font-weight:bold;
}
.everyday_sale_code .codeWrap strong {
    background:none repeat scroll 0 0 #FFFAF0;
    border:1px solid #FF3366;
    margin:0 3px;
    padding:4px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
}
.everyday_sale_code .notes {
    font-size:90%;
}


.cms_display_none {
    display:none !important;
}
/* CSS Document */
@charset "UTF-8";

/**************************
 * Page Product Group Style
 *
 * Author:  MonotaRO
 **************************/
body {
    font-family: "MS PGothic", "MS Gothic", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    background: #FFF;
    margin: 0;
}

div {
    display: block;
}

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

/***** page_keyword.css #page_product h2 *****/
#page_product h2 {
    color: #E47911;
    font-size: 120%;
    margin: 10px 0 3px;
    padding: 5px 10px 3px;
}

h5 {
    font-size: 110%;
    background: #FFF;
    border-bottom: 1px dotted #666;
    border-top: 1px dotted #666;
    color: #666;
    margin: 10px 0 3px;
    padding: 5px 10px 3px;
}

strong {
    font-weight: 700;
}

a:link {
    color: #0227b9;
}

a:visited {
    color: #990099;
}

img {
    border: none;
    color: #FFF;
}

form {
    display: block;
}

fieldset, img, #main_c img, #etc img, .lyt {
    border: 0;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: pointer;
}

#wrapper, .headSearch td.s_input, .products_carousel .citem_list {
    padding: 0;
}

/***** .st *****/

.st {
    font-size: x-small;
    font-weight: 400;
}

strong.pd_brand_name {
    font-size: 105%;
}

/***** .radius *****/
.radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/***** .clearfix *****/
.clearfix {
    zoom: 1;
    display: block;
}

.clearfix:after, .suggest_clearfix:after, #part_cateTopbody .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/***** .clear_div *****/
.spacer_div {
    width: 1%;
    font-size: 0px;
    margin: 0;
    padding: 0;
    clear: both;
}

/***** Layout #container *****/
#container {
    min-width: 1140px;
}

/***** Layout #contents_wrapper *****/
#contents_wrapper {
    padding: 0;
}

/***** Layout #contents_inner *****/
#contents_inner {
    overflow: hidden;
}

/***** Layout #layout_contents *****/
#layout_contents {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 0 10px;
}

#layout_contents > div > table {
    width: 100%;
}

/***** Layout #targets *****/
#targets {
    margin-top: 5px;
    padding-left: 5px;
}

/***** Layout #layout_navi *****/
#layout_navi div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/***** Layout #main_box *****/
#main_box {
    margin: 0 0 0 170px;
}

/***** Layout #left_box *****/
#contents #left_box {
    float: left;
    margin-left: -100%;
    width: 170px;
    padding: 0;
}

/***** Form #main *****/
#main, #contents.layout_leftmenu #main {
    margin: 0;
}

/***** header *****/
#monotaroGlobalNavi {
    _top: -20px;
    left: 6px;
    top: 0;
}

#monotaroGlobalNavi li.global_navi_menu h4 {
    font-weight: 400;
}

.searchBox {
    position: relative;
    padding: 0;
    z-index: 1;
}

#basket_pulldown.loading, #fav_pulldown.loading {
    background: url(//jp.images-monotaro.com/newsearch/img/ajax-loader.gif) center center no-repeat #fff;
    height: 80px;
}
/***** スタイルガイド流用 *****/

.ToolTip {
    display: none; }
  
  .ToolTip__Message {
    position: absolute;
    z-index: 9999;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.5; }
  
  .ToolTip__Body {
    position: relative;
    padding: 16px;
    background: #003b65;
    border-radius: 4px;
    display: block;
    max-width: 320px; }
  
  .ToolTip__Body--Top:after,
  .ToolTip__Body--Bottom:after,
  .ToolTip__Body--Left:after,
  .ToolTip__Body--Right:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0; }
  
  .ToolTip__Body--Top {
    top: -12px; }
    .ToolTip__Body--Top:after {
      left: 50%;
      bottom: -8px;
      margin-left: -8px;
      border-top: 8px solid #003b65;
      border-right: 8px solid transparent;
      border-bottom: 0 solid transparent;
      border-left: 8px solid transparent; }
  
  .ToolTip__Body--Bottom {
    bottom: -12px; }
    .ToolTip__Body--Bottom:after {
      left: 50%;
      top: -8px;
      margin-left: -8px;
      border-top: 0 solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #003b65;
      border-left: 8px solid transparent; }
  
  .ToolTip__Body--Left {
    left: -12px; }
    .ToolTip__Body--Left:after {
      top: 50%;
      right: -8px;
      margin-top: -8px;
      border-top: 8px solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid #003b65; }
  
  .ToolTip__Body--Right {
    right: -12px; }
    .ToolTip__Body--Right:after {
      top: 50%;
      left: -8px;
      margin-top: -8px;
      border-top: 8px solid transparent;
      border-right: 8px solid #003b65;
      border-bottom: 8px solid transparent;
      border-left: 0 solid transparent; }
  
  

/***** Layout .sns_navi *****/
.sns_navi {
    text-align: right !important;
    float: right;
    margin-top: 3em;
}

.sns_navi table {
    display: inline;
    margin: 0;
}

#targets .sns_navi table td {
    padding: 0 2px;
    vertical-align: top;
}

.sns_navi .facebook_button, #targets .sns_navi .tweet_button {
    vertical-align: top;
    height: 8px;
}

/***** SNS *****/
.tweet_btn {
    width: 80px;
    height: 20px;
}

.facebook_btn {
    width: 80px;
    height: 20px;
}

/***** Layout .fav_ *****/
.fav_select, .fav_add, .fav_move, .fav_selected, .fav_added {
    cursor: pointer;
}

/***** Layout pd_brand_name *****/
span.pd_brand_name {
    color: #000080;
}

h1.pd_product_name {
    vertical-align: top;
    color: #000000;
    font-size: 22px;
    font-weight:normal !important;
    margin-top: 0;
    margin-bottom: 2px;
    padding: 2px 0;
}

h3.pd_product_name {
    vertical-align: top;
    color: #000;
    font-size: small;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
}

/***** Layout product_table *****/
.product_data_caution-title {
    font-size: 90%;
    font-weight: bold;
    margin: 0 !important;
}

.product_data_caution {
    background: #F0F0F0;
    padding: 8px 10px 10px 10px;
}

dl.product_data_caution {
    margin: 1em 0;
}

dd.product_data_caution-content {
    font-size: 90%;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
}

.product_data_label {
    background: #000;
    padding: 1px 4px;
    border-radius: 4px;
    color: #FFF;
    _padding: 0 6px;
    _display: inline-block;
    _margin-top: 2px;
}

.product_data-property {
    line-height: 1.6em;
    font-size: 105%;
}

/***** Layout data_pdf, attr_pdf *****/
.data_pdf {
    border-top: 1px solid #818181;
    padding: 10px 0;
    border-bottom: 1px solid #818181;
    display: table;
    margin-bottom: 16px;
}

.data_pdf_attr_name {
    display: inline-block;
}

.data_pdf_attr_value {
    display: inline-block;
    padding-right: 1em;
}

.data_pdf img {
    vertical-align: -3px;
}

.data_pdf a:link {
    color: #000000;
}

.data_pdf a:visited {
    color: #000000;
}

.data_pdf a:hover {
    color: #FF0000;
}

/***** everyday sales banner *****/
.everyday_sale_code {
    margin-bottom: 10px;
}

/***** Layout table.product_table *****/
table.product_table {
    width: 99%;
}

dt.product-inline {
    display: inline;
    line-height: 1.7em;
}

dd.product-inline {
    display: inline;
    line-height: 1.7em;
    margin-left: 0;
    word-break: break-all;
}

.product_data {
    margin-top: 13px;
    margin-bottom: 13px;
}

.product_data dt {
    font-weight: bold;
    white-space: nowrap;
}

.product_data dd {
    line-height: 1.8em;
    font-size: 105%;
    white-space: normal;
}

dt.pd_attr_block {
    line-height: 1.5em;
    margin: 0;
}

dd.pd_attr_block {
    line-height: 1.5em;
    margin: 0;
}

/***** Layout pageCounter *****/
.click_txt {
    width: 27em;
    float: left;
    text-align: left;
    color: #808080;
    font-size: 90%;
    padding: 2px 3px;
}

.pageCounter_box {
    width: 10em;
    float: right;
    text-align: right;
    margin: 0 5px;
}

.pageCounter_box .pageCounter {
    font-size: 90%;
}

/***** Layout table.pd_list *****/
table.pd_list {
    width: 100%;
    margin-bottom: 1px;
    font-size: small;
    border-collapse: collapse;
    border: 1px solid #D8D8D8;
    clear: both;
}

tr.pd_list {
    height: 1px;
}

tr.pd_list:hover {
    background: #ebf5ff;
}

tr.pd_list.outstanding {
    background: #ebf5ff;
    outline: none;
}

tr.pd_list.outstanding input.add_basket_sku {
    background-position: 0px -28px;
    outline: none;
}

th.pd_list {
    border: 1px solid #D8D8D8;
    text-align: center;
    background-color: #F5F5DC;
}

th.pd_list_filterd {
    border: 1px solid #D8D8D8;
    text-align: center;
    background-color: #ffcccc;
}

th.pd_list_price {
    border: 1px solid #D8D8D8;
    text-align: center;
    background-color: #F5F5DC;
    padding: 0;
}

td.pd_list {
    border: 1px solid #D8D8D8;
    text-align: center;
}

td.pd_list_price {
    border: 1px solid #D8D8D8;
    width: 75px;
}

td.pd_list_price_left {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px dotted #C3D9FF;
    text-align: right;
    padding: 2px 2px;
    width: 75px;
}

td.pd_list_price_right {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px dotted #C3D9FF;
    border-right: 1px solid #D8D8D8;
}

td.pd_list a.change_link {
    color: #0227b9;
    font-weight: bold;
    letter-spacing: 1px;
}

td.pd_list a.change_link:visited {
    color: #0227b9;
}

td.pd_list a.change_link:hover {
    color: #f00;
}

td.pd_list.pd_list_quantity {
    padding: 0 0 1px 0;
}

td.pd_list.pd_list_quantity img {
    vertical-align: middle;
}

td.pd_price_header {
    text-align: center;
    padding: 0;
    width: 75px;
}

.td_sp_price_show {
    display: table-cell;
}

.td_sp_price_hide {
    display: none;
}

.pd_list_monotaro_no {
    margin: 4px;
}

.pd_list_quantity .input_quantity {
    ime-mode: inactive;
    margin: 2px 0;
}

.pd_list_quantity,
.pd_list_table td.order_btn {
    max-width: 200px;
}

/***** Layout table.pd_price *****/
table.pd_price {
    border-collapse: collapse;
    font-size: small;
    width: 100%;
    height: 100%;
}

/***** Layout td.pd_price *****/
td.pd_price {
    text-align: right;
    padding: 1px 2px;
}

.pd_price_color {
    color: #ff0000;
}

td.pd_price_border_right {
    border-right: 1px solid #c3d9ff;
    white-space: nowrap;
    width: 40%;
}

td.pd_price_border_bottom {
    border-bottom: 1px solid #c3d9ff;
}

span.pd_sp_price {
    font-weight: bold;
    font-size: 130%;
}

span.pd_sp_term {
    color: #000;
}

.pd_ship_message {
    color: #ff0000;
}

td.pd_price_std_price {
    width: 64px;
}

td.pd_price_min_quantity {
    width: 66px;
}

td.pd_price_sales_price {
    width: 75px;
}

.font_bold {
    font-weight: bold;
}

/***** Layout .kaishu201308 製品回収のお知らせ *****/
.kaishu201308 {
    border: 2px solid red;
    margin: 10px 10px 10px 0;
    padding: 5px;
}

.kaishu201308 p {
    font-size: 1em;
    line-height: 1.5em;
}

.kaishu201308 .data {
    margin-right: 10px;
}

/***** Layout .pd_attr_menu *****/
span.pd_attr_menu {
    _position: relative;
}

div.pd_attr_menubox {
    display: none;
    border: 1px solid #000000;
    position: absolute;
    background-color: #ffffff;
    text-align: left;
    width: 150px;
    zoom: 100%;
    left: 0;
    z-index: 1000;
    max-height: 10em;
    _height: 10em;
    overflow-y: auto;
}

a.pd_attr_menuitem:link,
a.pd_attr_menuitem:visited {
    color: #000000;
    display: block;
    border-bottom: 1px solid #aaaaaa;
    padding: 1px;
    text-decoration: none;
    zoom: 100%;
}

a.pd_attr_menuitem_filterd:link,
a.pd_attr_menuitem_filterd:visited {
    color: #000000;
    display: block;
    border-bottom: 1px solid #aaaaaa;
    padding: 1px;
    text-decoration: none;
    zoom: 100%;
    background-color: #ffcccc;
}

a.pd_attr_menuitem:hover,
a.pd_attr_menuitem_filterd:hover {
    background-color: #4877bb;
    text-decoration: none;
    color: #ffffff;
}

/***** Layout .buy_info *****/
tr.buy_info_cell,
.buy_info_cell td {
    border-top: none !important;
    text-align: left;
}

.buy_info {
    position: relative;
    _position: inherit;
    _width: 100%;
    background: #D9F7F7;
    padding: 2px 8px;
    font-size: 11px;
    margin-bottom: 10px;
    border-left: 10px #FFF solid;
    border-right: 10px #FFF solid;
    border-top: 5px #FFF solid;
}

.buy_info .buyInfoIcon_ya {
    _display: none;
    position: absolute;
    top: -8px;
    left: 0;
}

.buy_info strong {
    margin-right: 10px;
}

.buy_info strong img {
    margin-right: 2px;
    vertical-align: -3px;
}

.buy_info a {
    color: #000000;
}

/***** Layout table.po_list_table *****/
.po_list_table {
    margin: 25px 0px 0px 0px;
}

table.po_list {
    width: 100%;
    margin-bottom: 1px;
    font-size: small;
    border-collapse: collapse;
    border: 1px solid #D8D8D8;
    clear: both;
}

.po_list_table th {
    background: #FFE4E1;
    padding: 1px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
    text-align: center;
}

.po_list_table td {
    text-align: center;
}

.po_list_table td.po_sp_price {
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
}

.po_list_table th.po_sp_price {
    color: #990000;
}

/***** Layout pd_sp_price *****/
.po_list_table .pd_sp_price {
    color: #000000;
    font-weight: normal;
}

/***** Layout .po_list_table .input_btn *****/
.po_list_table .input_btn {
    text-align: right;
}

/***** Layout .po_icon *****/
.po_icon {
    vertical-align: -12px;
    margin-right: 5px;
}

/***** Layout .po_btm *****/
.po_btm {
    margin: 4px 0px 0px 0px;
    vertical-align: middle;
}

/***** Layout mypage_box *****/
.mypage_box {
    border: 2px solid #CCC;
    width: 157px;
    margin: 0 0 10px 0;
}

a:visited, .mypage_box .mycatalog_box .buyhistory_item a:visited {
    color: #909;
}

a:hover, .mypage_box strong a:hover, #sidebar .gadget_feature_sidebar .gadget_title a:hover,
span.cl_sp_red, #footer .footer_link a:hover, #layout_footer .footer_link a:hover,
dl.selected_local_navi_node dt a:hover, dl.selected_local_navi_node dt a:active,
.feature_gadget .gadget_content a:hover .productName,
.ranking_gadget .gadget_content a:hover .productName,
#feedback_button .good_done, #monotaroGlobalNavi .global_navi_malltop a:hover,
#layout_pr .pr_goods_list .pr_goods a:hover .productName, #layout_pr .gadget_feature_sidebar .gadget_title a:hover {
    color: red;
}

.mypage_box h4 {
    background: url(//jp.images-monotaro.com/main/top/img/mypageback.gif) repeat-x;
    border: none;
    color: #FFF;
    margin: 0;
    padding: 0;
}

.mypage_box h4 a, .mypage_box h4 a:visited {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.mypage_box .buyhistory_item, .mypage_box .viewhistory_item {
    clear: both;
    float: none;
    min-height: 45px;
    text-align: left;
    word-wrap: break-word;
    margin: 0;
}

.mypage_box strong {
    display: block;
    clear: both;
    float: none;
    background: #F5F5DC;
    border-top: 1px solid #C8C8C8;
    margin-top: 0;
    box-shadow: 0 0 0 1px #FFF inset;
    padding: 3px;
}

.mypage_box strong a {
    text-decoration: none;
    color: #000;
    display: block;
}

.mypage_box .viewhistory_item a, .mypage_box .buyhistory_item a {
    display: block;
    text-decoration: none;
    min-height: 44px;
    padding: 3px;
    text-align: left;
}

.mypage_box .buyhistory_item a:hover, .mypage_box .viewhistory_item a:hover {
    background: #F8F8F8;
}

.mypage_box .buyhistory_img, .mypage_box .viewhistory_img {
    float: left;
    height: 43px;
    margin-right: 2px;
    width: 43px;
}

.mypage_box .brand {
    font-size: 80%;
    color: #000;
}

.mypage_box .more {
    text-align: right !important;
    font-size: 80%;
    margin: 3px;
}

.mypage_box .more a {
    display: inline !important;
    color: #0227b9 !important;
    text-decoration: underline !important;
}

.mypage_box .more a:hover {
    color: #F00 !important;
    background: inherit !important;
}

.mypage_box .more a:visited {
    color: #990099;
}

/***** mypage_box mycatalog_box *****/
.mypage_box .mycatalog_box {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mypage_box .mycatalog_box img {
    margin-right: 2px;
    vertical-align: middle;
}

.mypage_box .mycatalog_box a {
    /*color: #000000;*/
    display: block;
    text-decoration: none;
    padding: 3px;
    word-break: break-all;
    text-align: left;
}

.mypage_box .mycatalog_box a:hover {
    color: #FF0000;
}

.mypage_box .mycatalog_box a:hover {
    background: #F8F8F8;
}

.mypage_box .mycatalog_box .buyhistory_item a:visited {
    color: #990099;
}

/***** Layout .related *****/
#layout_contents .related {
    color: #000000;
    font-weight: normal;
    padding: 20px 0px 2px 0px;
    font-size: 18px !important;
    border: none;
}

/***** Layout #faq *****/
#faq .faqTitle {
    background: none;
    border: 1px dotted #C2C2C2;
    padding: 5px;
    margin: 5px 5px 15px 5px;
}

/***** Layout .cms_carousel .manual_img *****/
.cms_carousel .manual_img {
    height: 120px;
}

/***** Layout itemBasket__btn *****/
.itemBasket__btn {
    width: 102px;
    height: 16px;
    background: url(//jp.images-monotaro.com/img/ProductPrint/btn_basket_s.gif) no-repeat;
    border: none;
    cursor: pointer;
    margin: 0 3px;
    padding: 0;
}

/***** Layout input.add_basket *****/
input.add_basket {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 133px;
    height: 33px;
    border: none;
    background: transparent url(//jp.images-monotaro.com/img/ProductPrint/btn_basket.gif) no-repeat;
    margin: 0;
    padding: 0;
}

input.add_basket.disabled {
    opacity: .4;
    cursor: default;
}

.quantity__wrap{
    margin: 5px auto;
    padding: 0px 4px;
    width: 156px;
    height: 28px;
}

.input_quantity__box{
    float: left;
    height: 100%;
}

input.add_basket_sku:hover {
    background-position: 0px -28px;
}

input.add_basket_sku {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 100%;
    border: none;
    background: transparent url(//jp.images-monotaro.com/img/ProductPrint/add_basket_mini.png) no-repeat;
    margin:0px;
    padding: 0;
}

.pd_list_quantity input.input_quantity_sku {
    text-align: center;
    height: 100%;
    _height: 28px;
    box-sizing:border-box;
    border: 1px solid #999;
    font-family: inherit;
    width: 40px;
}

.spinner__box{
    border: 1px solid #999;
    border-left: none;
    height: 100%;
    float: left;
    width: 17px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.spinner__up,
.spinner__down{
    width: 15px;
    height: 9px;
    display: inline-block;
    opacity: 0.5;
}

.spinner__up:hover,
.spinner__down:hover {
    opacity: 1;
}

.spinner__up {
    background: URL(/common/img/spinner/spinner__up.png) no-repeat;
    position: absolute;
    top: 2px;
    left: 1px;
}

.spinner__down {
    background: URL(/common/img/spinner/spinner__down.png) no-repeat;
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.add_basket__box {
    float: left;
    margin-left: 5px;
    height: 28px;
}

/***** .ProductsDetailsHead *****/
.ProductsDetailsHead {
    display: table;
    width: 100%;
    vertical-align: middle;
}

/***** Layout .products_details *****/
.products_details {
    width: 100%;
    _padding-bottom: 1.2em;
    overflow-x:auto;
    overflow-y:hidden;
}


/***** Layout .products_details *****/
.item_images {
    border: 1px solid #808080;
    float: left;
    margin-right: 1px;
    text-align: center;
    font-size: 10px;
    padding: 1px;
}

.item_images.small_image {
    margin-right: 2px;
    margin-bottom: 2px;
}

.item_group_images img {
    width: 150px;
    height: 150px;
}

#wrapper .product_table .pc_mode {
    display: block;
}

#smartphone_swicth_menu ~ #wrapper .product_table .pc_mode {
    display: none;
}

#wrapper .product_table .smartphone_mode {
    display: none;
}

#smartphone_swicth_menu ~ #wrapper .product_table .smartphone_mode {
    display: block;
}

img.trash_img {
    width: 19px;
    height: 19px;
    visibility: hidden;
}

/***** Layout .page *****/
ol.pagination {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    text-align: center;
}

ol.pagination li {
    padding: 0 3px;
    font-size: 120%;
    display: inline-block;
    display: inline; /*IE7*/
    zoom: 1; /*IE7*/
}

ol.pagination a {
    text-decoration: none;
    padding: 2px 15px;
    border: 1px solid #CCC;
}

ol.pagination a:link, ol.pagination a:visited {
    background: #FFF;
}

ol.pagination li.page_current {
    padding: 0 10px;
}

/***** .BtnBox *****/
.BtnBox {
    margin: 0 0 5px auto;
    text-align: right;
    float: right;
    -js-display: flex; /* IE9 */
    display: inline-flex;
}

/***** layout .favorite_button *****/
.favorite_button {
    display: inline;
}
.favorite_button_wrapper {
    display: inline-table;
    white-space: nowrap;
    word-break: keep-all;
    margin-right: 8px;
}

/***** layout .favadd_box *****/
.favadd_box {
    border: #CCCCCC solid;
    border-width: 1px 1px 1px 1px;
    width: 170px;
    padding: 0px;
    background: #F8F8F8;
    box-shadow: 2px 2px 2px #A5A5A5;
    position: absolute;
    z-index: 1000;
}

.favadd_box strong {
    display: block;
    background: #CCCCCC;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 12px;
    padding: 3px;
    font-weight: normal;
    text-align: center;
}

.favadd_box ul {
    list-style: none;
    margin: 5px;
    padding: 0;
}

.favadd_box .more {
    text-align: right;
    font-size: 10px
}

.favadd_box .close {
    background: #ffffff;
    text-align: center;
    padding: 1px;
    border: #cccccc solid;
    border-width: 0px 0px 1px 0px;
}

.favadd_box a, .favadd_box a:link, .favadd_box a:visited {
    text-decoration: none;
}

.favmsg_box {
    border: #484848 solid 2px;
    width: 170px;
    padding: 0;
    background: #D0D0D0;
    box-shadow: 2px 2px 2px #A5A5A5;
    width: 400px;
    height: 240px;
    position: absolute;
    z-index: 1000;
    top: 239px;
    left: 10%;
}

.favmsg_box_txt {
    padding: 15px 10px 0px 10px;
    height: 180px;
    background: #FFFFFF;
    line-height: 1.75em;
}

.favmsg_box_imput {
    height: 25px;
    padding-top: 10px;
    font-size: 80%;
}

.favmsg_box_bask01, .favmsg_box_baskm01 {
    height: 40px;
    padding: 8px 15px 0px;
    _margin-bottom: 8px;
}

.favmsg_box_bask02, .favmsg_box_baskm02 {
    height: 40px;
    padding: 5px 15px;
    margin-top: 5px;
    background: url(//jp.images-monotaro.com/img/ProductPrint/dot.gif) repeat-y center top;
}

.favmsg_box_apop {
    padding-top: 5px;
}

.favmsg_box_icon_info {
    vertical-align: top;
    padding-right: 4px;
}

/*****  layout .change_product  *****/
.change_product .subtext {
    background: #f5f5dc;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px dotted #CCCCCC;
}

.change_product table {
    border: 2px solid #F5F5DC;
    padding: 5px;
    border-radius: 5px;
    border-collapse: collapse;
}

.change_product table th {
    text-align: left;
    background: #F9F9F9;
    padding: 5px 2px;
}

.change_product table td {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 2px;
    vertical-align: top;
}

.change_product table .old_no {
    width: 6em;
}

.change_product table .new_no {
    width: 6em;
}

.change_product table i {
    color: #999999;
    font-style: normal;
    font-size: 90%;
}

/***** layout .item *****/
.item {
    margin-right: 11px;
}

/* layout .pd_freight */
div.pd_freight {
    margin-top: 20px;
    text-align: left;
}

.pd_header {
    font-weight: bold;
}
/*地域運賃*/
.pd_freight > span.pd_all_size.pd_header {
    font-weight : normal;
    margin : 10px 0px 3px 0px;
    font-size : 18px;
    color : #000;
    padding : 20px 0px 2px 0px !important;
}

.pd_all_size {
    font-size: 100%;
}

table.pd_freight {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #D0D0D0;
    width: 40% !important;
}

table.pd_freight th {
    text-align: center;
    background-color: #D0D0D0;
}

th.pd_freight_zone {
    width: 100px;
}

th.pd_freight_price {
    width: 100px;
}

table.pd_freight td {
    background-color: #fff;
    padding: 2px;
}

td.pd_freight_zone {
    padding: 1px 3px;
}

td.pd_freight_threshold {
    padding: 1px;
    text-align: center;
}

td.pd_freight_price {
    padding: 1px 3px;
    text-align: right;
}

td.pd_freight_msg {
    text-align: center;
    font-size: 85%;
}

td.pd_freight_msg em {
    color: #C30;
    font-weight: 700;
    font-style: normal;
}

/***** layout .c_info_news *****/
.c_info_news {
    border: 1px solid silver;
    margin-bottom: 10px;
    text-align: left;
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 4px 8px;
}

.c_info_news h3 {
    color: #666;
    font-size: 100%;
    font-weight: 700;
    border-bottom: 2px dotted #F0F0F0;
    margin: 0 0 6px;
    padding: 4px;
}

.cl_parents, #main_c, #keyword_list {
    display: block;
    position: relative;
    width: 100%;
}

/*****  layout #review  *****/
#review .reviewSummeryTitle {
    background: #f5f5dc;
    border: 1px dotted #C2C2C2;
    padding: 5px;
    margin: 5px 5px 15px 5px;
}

#review .reviewSummeryTitle .notData {
    color: #cc3300;
}

#review .reviewSummeryTitle img {
    vertical-align: middle;
}

#review .title {
    background: #F0F0F0;
    border: none;
}

#review .present {
    font-size: 12px
}

#review .presentButton {
    margin-left: 10px;
    vertical-align: middle;
}

#review .comment_none {
    font-size: 12px
}

#review .review_contents {
    border-bottom: 1px dotted #666666;
    margin-bottom: 20px;
}

#review .review_contents .judgCount {
    font-size: 100%;
    font-weight: bold;
    color: #ff4500;
}

#review p {
    margin: 5px 5px 5px 0px;
}

#review .review_contents .judgMsg {
    font-size: 85%;
    margin-left: 10px;
}
#review .review_contents .judgment a {
    text-decoration: none;
}
#review .address {
    border: none;
    margin: 10px 0px 0px 0px;
    color: #999999;
    width: 100%;
    _width: 97%;
}

#review .address td {
    border: none;
    padding: 5px 0;
    margin: 0;
    color: #999999;
}

#review .review_contents em {
    color: #818181;
    font-weight: normal;
}

#review .address .judgment img {
    vertical-align: text-bottom;
}

#review .address .data {
    text-align: right;
    font-size: 70%;
}

a.review_summary_a {
    margin-left: 10px;
    font-size: 12px;
    color: #999 !important;
    font-weight: normal;
    text-decoration: none;
}

#review .monotaro_voice {
    margin: 5px 3em;
    display: block;
}

#review .monotaro_voice p {
    display: inline;
}

#review .review_more {
    text-align: left;
    margin-left: 2em;
}

#review .review_more #show_more_review {
    background: url(//jp.images-monotaro.com/main/top/dual_carousel/img/bl_carouselCatchphrase__link.gif) no-repeat 0 0px;
    padding-left: 14px;
}

#direct_review {
    font-weight:normal;
}

/***** FAQ *****/
.faqTitle {
    background: none;
    border: 1px dotted #C2C2C2;
    padding: 5px;
    margin: 5px 5px 15px 5px;
    sans-serif;
}

.faq_contents dl {
    border-bottom: 1px dotted #666666;
    margin: 0px 10px 5px 20px;
}

.faq_restriction_message {
    font-size: 70%;
}

.faq_contents dt, .faq_contents dd {
    margin: 0;
    padding: 3px 0;
}

.faq_content {
    border-bottom: 1px dotted #666666;
    margin: 0 0 5px 20px;
}

.faq_contents dt strong, .faq_contents dd strong {
    float: left;
}

.faq_question,
.faq_answer {
    padding: 3px 0;
}

.faq_header {
    vertical-align: top;
    display: block;
    padding-right: 3px;
    float: left;
}

/* ハックでIE6,7のみに適用 */
html*.faq_header {
    display: inline;
    zoom: 1;
}

.faq_question > .faq_header {
    font-weight: bold;
    color: #2F4F4F;
}

.faq_answer > .faq_header {
    font-weight: bold;
    color: #483D8B;
}

.faq_description {
    display: block;
    margin-left: 39px;
}

/* ハックでIE6,7のみに適用 */
html*.faq_description {
    display: inline;
    zoom: 1;
}

.faq_contents .address {
    text-align: right;
    font-size: 85%;
    color: #999999;
}

.faq_contents .judgment {
    color: #666666;
    margin-top: 10px;
}

.faq_contents .judgMsg {
    font-size: 80%;
}

.faq_contents .judgment img {
    vertical-align: text-bottom;
}

.faq_contents .judgCount {
    color: #FF0000;
    font-weight: bold;
}

.faq_contents .faq_more {
    text-align: left;
    margin-left: 4em;
    margin-top: 15px;
}

.faq_contents .faq_more #show_more_faq {
    background: url(//jp.images-monotaro.com/main/top/dual_carousel/img/bl_carouselCatchphrase__link.gif) no-repeat 0 0px;
    padding-left: 14px;
}

/***** cl_parents *****/
strong.cl_parents_name {
    font-weight: normal;
    font-size: small;
}

p.cl_parents {
    text-align: left;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 5px;
    padding: 0 0 0 0;
}

p.cl_parents img {
    vertical-align: text-bottom;
}

.cl_parents .cl_vlink {
    margin-right: 3px;
}
/***** setsuyaku *****/
.setsuyaku_td {
    vertical-align: top;
    text-align: right;
}

.setsuyaku_wrap {
    width: 360px;
    text-align: center;
    float: right;
    line-height: 0;
}

.setsuyaku_wrap1 {
    width: 200px;
    margin-right: 0;
    margin-left: auto;
}

.setsuyaku_box {
    border: 2px solid #CD853F;
}

.setsuyaku_box h4 {
    margin: 0;
    padding: 2px;
    background: none;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #CD853F;
}

.setsuyaku_box table {
    text-align: left;
}

.setyuyaku_text {
    width: 90px;
    word-break: break-all;
}

#page_product .setsuyaku_mini {
    border-top: 1px dotted #E8E8E8;
    padding-top: 5px;
}

/***** .selected_local *****/
.selected_local_navi_container {
    margin: 16px 0 16px 0;
    padding: 6px 4px 0 8px;
    border: 1px solid #aaa;
    background: #fafae6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

h3.selected_local_navi_ttl {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    float: left;
    color: #000;
    line-height: 24px;
}

a.selected_local_navi_clear,
a.selected_local_navi_clear:visited {
    display: block;
    float: left;
    margin-left: 12px;
    font-size: 90%;
    color: #333;
    line-height: 24px;
}

a.selected_local_navi_clear:hover,
a.selected_local_navi_clear:active {
    color: #f70000;
}

a.selected_local_navi_clear2,
a.selected_local_navi_clear2:visited {
    display: block;
    color: #333;
    margin-top: 2px;
    text-decoration: underline;
}

a.selected_local_navi_clear2:hover,
a.selected_local_navi_clear2:active {
    color: #f70000;
}

dl.selected_local_navi_node {
    padding: 0;
    margin: 0 0 0 0;
    _width: 100%;
}

dl.selected_local_navi_node dt {
    list-style: none;
    float: left;
    margin: 3px 4px 3px 8px;
    padding: 0 0 0 5px;
    font-weight: bold;
    color: #243999;
    border-left: 1px solid #243999;
    white-space: nowrap;
}

dl.selected_local_navi_node dt:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0px;
}

dl.selected_local_navi_node dt a:link,
dl.selected_local_navi_node dt a:visited {
    color: #243999;
}

dl.selected_local_navi_node dt a:hover,
dl.selected_local_navi_node dt a:active {
    color: #ff0000;
}

dl.selected_local_navi_node dd {
    list-style: none;
    float: left;
    margin: 0 0 0 0;
    white-space: nowrap;
}

dl.selected_local_navi_node dd a {
    display: inline-block;
    margin: 1px 0;
    padding: 2px 6px 2px 5px;
}

dl.selected_local_navi_node dd a:link,
dl.selected_local_navi_node dd a:visited {
    color: #333;
    text-decoration: none;
}

dl.selected_local_navi_node dd a:hover,
dl.selected_local_navi_node dd a:active {
    color: #f70000;
    background: right center url("//jp.images-monotaro.com/common/img/selected_local_navi_clear.gif") no-repeat;
}

dd.selected_local_navi_node_hover a {
    color: #ff0000 !important;
    background: right center url("//jp.images-monotaro.com/common/img/selected_local_navi_clear.gif") no-repeat;
}

.selected_local_navi_misc {
    text-align: center;
    margin: 0;
    padding: 0;
}

.selected_local_navi_misc img {
    position: relative;
    top: 14px;
}

.highlight {
    background-color: #ffe29e;
}

/***** .error_box *****/
.error_box {
    text-align: left;
    padding-left: 40px;
}

/*-----sprite ctlg------------------------*/
.sprite_ctlgleft {
    background: url(//jp.images-monotaro.com/main/top/img/sprite_ctlg.png) no-repeat top left;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.sprite-ctlgorder {
    background-position: 0 -47px;
    width: 138px;
    height: 41px;
    margin-top: 4px;
}

.sprite-ctlgquick {
    background-position: 0 -4px;
    width: 138px;
    height: 39px;
    margin-bottom: 4px;
}

.sprite-ctlgiPhone {
    background-position: 0 -95px;
    width: 138px;
    height: 45px;
    margin: 4px 0px 2px 0px;
}

/***** Layout #movie *****/
#movie .movie_entry {
    float: left;
    margin-right: 20px;
}

#movie .judgMsg {
    font-size: 85%;
    padding-top: 10px;
}

#movie .judgMsg .judgCount {
    color: #FF0000;
    font-weight: bold;
}

#movie .judgment {
    color: #666666;
    margin-top: 5px;
    height: 30px;
}

#movie .judgment img {
    vertical-align: text-bottom;
}

#movie .movie_description {
    margin-left: 1em;
    margin-bottom: 5px;
}

#movie h3.movie_title {
    font-size: 120%;
    margin: 10px 0 2px;
    padding: 5px;
}

/***** Layout .cad_link *****/
a.cad_link:link {
    font-size: 85%;
    text-decoration: none;
    color: #0060e0;
    background: url(//jp.images-monotaro.com/common/img/icon/externalLink.gif) no-repeat right 0px;
    padding: 0 13px 0 0;
}

a.cad_link:hover,
a.cad_link:active {
    text-decoration: underline;
    color: #f70000;
    background: url(//jp.images-monotaro.com/common/img/icon/externalLink.gif) no-repeat right -50px;
}

a.cad_link:visited {
    color: #6333cc;
    background: url(//jp.images-monotaro.com/common/img/icon/externalLink.gif) no-repeat right -100px;
}

.po_list_table .related {
    display: inline;
}

.cms_carousel .item .txt a, .cms_carousel .item .txt span.data-href, .cms_product .item .txt a{
    text-decoration: none;
}

a:link {
    color: #0227b9;
}

/* 欠品メッセージ　ここから */

/* スタイルガイド流用ここから */

.Alert {
    padding: 15px 16px 12px 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    display: table;
    width: 100%;
    line-height: 1.5;
    font-size: 13px;
    min-height: 48px; }
.Alert--Warning {
    background: #fbe6e7;
    border: 1px solid #f299a0; }
.Alert--WarningText {
    color: #85000a; }
.Alert--Attention {
    background: #fdfadd;
    border: 1px solid #e6cf1b; }
.Alert--AttentionText {
    color: #866714; }
.Alert--Success {
    background: #e6f4fa;
    border: 1px solid #66add6; }
.Alert--SuccessText {
    color: #0063aa; }
.Alert--Link {
    text-decoration: none;
    color: #333; }
.Alert--Link:hover {
    opacity: 0.6; }

/* スタイルガイド流用ここまで */

.shortageStockMessage{
    width: auto;
    margin: 0px auto 4px auto;
    text-align: left;
    min-height: 24px;
    font-size: 13px;
}
.shortageStockMessage__text{
    margin: 4px 8px 2px;
    display: inline-block;
}

.Alert--PBList{
    width: auto;
    margin: 2px;
    text-align: left;
    min-height: 24px;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px 2px;
}

/* 欠品メッセージ　ここまで */

/***** 出荷目安SVGアイコン *****/

.svg-support .pd_list_shipping {
    width: 100px;
    padding: 4px;
}

.svg-support .shipping_icons_s {
    height: 16px;
    width: inherit;
}

.svg-support td.pd_list.pd_list_quantity {
    min-width: 50px;
}

/* -------ウルトラバナー ECDEVA-1917: マスク対応のため toppage_style.css から流用----------- */
.header_banner__wrap {
    padding: 0px;
    display: block;
    position: relative;
}
.header_banner__close {
    position: relative;
    vertical-align: 2px;
    top: 0px;
}
.header_banner__close:hover {
    opacity: 0.5;
}
.header_banner__close--right {
    position: absolute;
    right: 2px;
    padding: 6px;
}
img.header_banner__close:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
}

/*-------- リッチコンテンツにもっと見る追加 ここから --------*/
/*スタイルガイドコピー　ここから*/
@font-face {
    font-family: "monotaroIcon";
    src: url("/fonts/monotaroIcon.eot?9qi305");
    src: url("/fonts/monotaroIcon.eot?9qi305#iefix") format("embedded-oPentype"), url("/fonts/monotaroIcon.ttf?9qi305") format("truetype"), url("/fonts/monotaroIcon.woff?9qi305") format("woff"), url("/fonts/monotaroIcon.svg?9qi305#monotaroIcon") format("svg");
    font-weight: normal;
    font-style: normal; }

[class*="Icon--"], [class*="Icon--"]:after, [class*="Icon--"]:before {
    font-family: "monotaroIcon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Icon--AngleDown:before {
    content: "\e91b"; }

.TextLink--Icon {
    text-decoration: none; }


.TextLink__Icon--Left {
    padding-right: 4px; }


.ReadMore {
    height: 48px;
    text-align: center;
    border: 1px solid #ccc; }


.ReadMore__Container {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fff; }

.ReadMore__Text {
    display: table-cell;
    vertical-align: middle !important;
    text-decoration: none !important; }


.TextLink {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;}

.TextLink,
.TextLink:link {
    color: rgba(0, 0, 0, 0.8); }

.TextLink:active,
.TextLink:hover {
    color: rgba(0, 0, 0, 0.4); }

.TextLink:visited {
    color: #85000a; }


/*スタイルガイドコピー　ここまで*/
.ContentsMaxView{
    height: 300px;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.ContentsMaxView--TransparentLayer{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.7)), color-stop(44%, #fff), to(#fff));
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #fff 44%, #fff 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #fff 44%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE9 */
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.ContentsMaxView--MoreButton{
    position:absolute;
    bottom:20px;
    width:90%;
    margin:0 5%;
}
.is-Relative{
    position: relative;
}
.ReadMore--Transparent{
    border: none;
}
.ReadMore__Container--Transparent{
    background: rgba(0, 0, 0, 0);
}
.ReadMore--Link{
    text-decoration: none !important;
}
.ReadMore__Text:visited{
    color:#333 !important;
}
.ReadMore__Text--Gradient{
    background:#fff;
}

/*-------- リッチコンテンツにもっと見る追加 ここまで --------*/

/*-------- カタログ別タブUI ここから --------*/

/* スタイルガイドここから */
.Icon--Md {
    font-size: 20px;
}

.Icon--Catalog:before {
    content: "\e918";
}
/* スタイルガイドここまで */

.Icon--Manufacturer {
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.CatalogLink--Icon {
    text-decoration: none!important;
}

.PdList--Catalog {
    padding: 8px;
}

/*-------- カタログ別タブUI ここまで --------*/


/*スタイルガイドから流用する*/
/* アイコン */
@font-face {
    font-family: "monotaroIcon";
    src: url("/fonts/monotaroIcon.eot?9qi305");
    src: url("/fonts/monotaroIcon.eot?9qi305#iefix") format("embedded-oPentype"), url("/fonts/monotaroIcon.ttf?9qi305") format("truetype"), url("/fonts/monotaroIcon.woff?9qi305") format("woff"), url("/fonts/monotaroIcon.svg?9qi305#monotaroIcon") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  [class*="Icon--"],
  [class*="Icon--"]:after,
  [class*="Icon--"]:before {
    font-family: "monotaroIcon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
 .Icon--ExternalLink:before {
    content: "\e925";
 }

.TextLink {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: visible;
    text-decoration: underline; }
  
  .TextLink--UnderlineNone {
    text-decoration: none; }
    .TextLink--UnderlineNone:hover {
      text-decoration: underline; }
  
  .TextLink,
  .TextLink:link {
    color: #333; }
    @media screen and (min-width: 1px) {
      .TextLink,
      .TextLink:link {
        color: rgba(0, 0, 0, 0.8); } }
  
  .TextLink:active,
  .TextLink:active > span,
  .TextLink:hover,
  .TextLink:hover > span,
  .TextLink:focus,
  .TextLink:focus > span {
    opacity: 0.6; }
  
  .TextLink:visited {
    color: #85000a; }
    .TextLink:visited .TextLink__Icon:before {
      color: #333; }
      @media screen and (min-width: 1px) {
        .TextLink:visited .TextLink__Icon:before {
          color: rgba(0, 0, 0, 0.8); } }
  
  .TextLink--Icon {
    text-decoration: none; }
  
  .TextLink__Icon {
    position: relative; }
    .TextLink__Icon--Left {
      padding-right: 4px; }
    .TextLink__Icon--Right {
      padding-left: 4px; }
  
  .TextLink__Text {
    text-decoration: underline; }
    .TextLink__Text--Sm {
      text-decoration: none; }
      .TextLink__Text--Sm:hover {
        text-decoration: underline; }

.Button {
    display: inline-block;
    position: relative;
    min-width: 120px;
    margin: 0;
    padding: 0 16px;
    font-weight: bold;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    -webkit-box-shadow: inset 0 -1px 0 0 #b3b3b3;
            box-shadow: inset 0 -1px 0 0 #b3b3b3;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    white-space: nowrap;
    text-decoration: none;
    text-align: center; }
    .Button:hover {
      color: #999;
      border-color: #ccc;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .Button--Sm {
      height: 24px;
      font-size: 11px;
      line-height: 22px; }
    .Button--Md {
      height: 32px;
      font-size: 13px;
      line-height: 30px; }
    .Button--Lg {
      height: 40px;
      font-size: 15px;
      line-height: 38px; }
    .Button--Primary {
      color: #fff;
      background-color: #df0011;
      border: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #9b000b;
              box-shadow: inset 0 -2px 0 0 #9b000b; }
      .Button--Primary:hover {
        color: #fff;
        background: #ec6670; }
    .Button--Secondary {
      color: #333;
      background-color: #f1f1f1; }
      .Button--Secondary:hover {
        border-color: #ccc;
        background: #fafafa; }

.DialogWindow {
    display: none;
    position: fixed;
    z-index: 24000;
    left: 0;
    top: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #000; }
  
  @media (min-width: 1px) {
    .DialogWindow {
      background-color: rgba(0, 0, 0, 0.7); } }
  
  .DialogBox {
    width: 600px;
    background-color: #fff;
    border-radius: 8px;
    max-height: 100%;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 0;
    right: 0; }
  
  .DialogBox--Modeless {
    display: none;
    border: 1px solid #ccc; }
  
  @media (min-width: 1px) {
    .DialogBox--Modeless {
      border-top: 1px solid #f1f1f1;
      border-bottom: none;
      border-left: none;
      border-right: none; } }
  
  .DialogClose {
    position: absolute;
    top: -28px;
    right: -28px;
    margin: 8px; }
  
  .DialogCloseButton {
    position: static;
    background: #999; }
    .DialogCloseButton:hover {
      background: #ccc; }
  
  .DialogHeader {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 32px; }
  
  .DialogHeader__Title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    padding-right: 32px; }
  
  .DialogHeader__Title--Multiplelines {
    text-align: left; }
  
  .DialogHeader__SubTitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 32px; }
  
  .DialogContents {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.3; }
    .DialogContents.is-Scrollbar {
      padding-top: 32px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      overflow-y: scroll; }
    .DialogContents.is-Scrollbar:after {
      display: block;
      content: "";
      width: 1px;
      height: 32px; }
  
  /*仕切り線でグルーピングする*/
  .DialogContents.Is-Grouping {
    padding-top: 32px;
    border-top: 1px solid #ccc; }
  
  /*ヘッダがない時にコンテンツの上部のボーダーとpaddingを消す*/
  .DialogBox.is-HeaderDisabled > .DialogContents.is-Scrollbar {
    border-top: none;
    padding-top: 0; }
  
  /*ナビゲーションがない時にコンテンツの下部のボーダーを消す*/
  .DialogBox.is-NavigationDisabled > .DialogContents.is-Scrollbar {
    border-bottom: none; }
  
  .DialogNavigation {
    padding-left: 20px;
    /*ボタンの両サイトmarginと合わせて20pxにする*/
    padding-right: 20px;
    /*ボタンの両サイトmarginと合わせて20pxにする*/
    padding-bottom: 16px;
    text-align: center;
    font-size: 0; }
  
  .DialogNavigation--TextButtonArea {
    padding-left: 12px;
    /*テキストボタンの両サイトmarginと合わせて12pxにする*/
    padding-right: 12px;
    /*テキストボタンの両サイトmarginと合わせて12pxにする*/ }
  
  .DialogButton {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px; }
  
  .DialogTextLink {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 16px;
    line-height: 1.5; }

.u-FontSize--Default {
        font-size: 13px;
}

/*医家向け　旧Gページのポップアップ対応*/

/* 名入れボタン表示 */
.Button--GNaire {
    margin: 0 0 0 8px;
}

/* 医家向け申請ボタン */
.MedicalButton {
    margin: 2px 0 0 0;
}

/* 販売期限　ここから */
.pd_sales_period_th{
    width: 8em;
}
.pd_sales_period{
    text-align: center;
}
.SalesPeriod__Date{
    line-height: 1.3;
    display: inline-block;
    white-space: nowrap;
}
.SalesPeriodIcon{
    margin-left: 4px;
    vertical-align: middle;
    font-size: 13px;
}
.ToolTip__Body--SalesPeriod{
    max-width: 350px;
}
/* 販売期限　ここまで */

@charset "utf-8";
/* CSS Document */
h3.pd_product_name {
    margin-top: 5px;
}

a.review_summary {
    margin-left: 10px;
    font-size: 12px;
    color: #0227b9;
    font-weight: normal;
    text-decoration: none;
    text-decoration: underline;
}

.review_summary img {
    margin-right: 5px;
    display: inline-box;
}

#userReview {
    line-height: 1.6;
    font-size: 14px;
}

.userReview__summary {
    width: 82%;
    padding: 0 0 0 20px;
    max-width: 1460px;
    clear: both;
    min-width: 760px;
}

.userReviewSummary {
    padding: 5px 10px 0 5px;
    margin-right: 15px;
    text-align: center;
    float: left;
    width: 49%;
    box-sizing: border-box;
}

.userReviewSummary img {
    vertical-align: bottom;
}

.userReviewSummary__txt {
    font-size: 28px;
    display: inline-block;
    margin: 0 10px 0 15px
}

.userReviewSummary__count {
    font-size: 17px;
    display: inline-block;
    padding-bottom: 3px;
    vertical-align: bottom;
}

.userReviewSummary__Banner:before {
    background-color: #f0f0f0;
}

.userReviewSummary__Banner {
    margin-top: 8px;
    border: solid 1px #d8d8d8;
    border-radius: 3px;
    background-color: #fff;
    background: url(//jp.images-monotaro.com/main/review/img/bnr_bg.png) right no-repeat;
    height: 58px;
    text-align: center;
    max-width: 1000px;
}

.userReviewSummary__Banner--nowrite {
    margin-top: 8px;
    border: solid 1px #68d272;
    border-radius: 3px;
    background: #68d272;
    height: 64px;
    text-align: center;
}

.userReviewSummary__Banner--nowrite img {
    height: 64px;
}

.userReviewSummary__Banner:hover, .userReviewSummary__Banner--nowrite:hover {
    border: solid 1px #7d7d7c;
}

.userReviewChart {
    padding: 10px 10px 4px 10px;
    margin-left: 5px;
    float: left;
    width: 48%;
    box-sizing: border-box;
}

.userReviewChart__table {
    width: 100%;
    table-layout: fixed;
}

.userReviewChart__star {
    width: 44px;
    text-align: left;
}

.userReviewChart__starTxt {
    color: #ff5b68;
    letter-spacing: 1px;
}

.userReviewChart__glaph {
    display: block;
    position: relative;
    width: 100%;
    background: #f6f6f6;
    padding: 0;
    margin: 4px 0 4px 0;
}

.userReviewChart__bar {
    display: block;
    position: relative;
    background: #ff5b68;
    height: 13px;
}

.userReviewChart__number {
    width: 50px;
    text-align: right;
}

.userReviewList {
    margin-bottom: 30px;
    position: relative;
}

.userReviewTabBar {
    background: URL(//jp.images-monotaro.com/common/img/category_panels_pager_back.gif) repeat-x bottom #fff;
    display: block;
    clear: both;
    text-align: left;
    padding: 0;
    margin: 10px 0 15px 0;
    height: 38px;
    font-size: 11px;
    letter-spacing: 1px;
}

.userReviewTabBar__tab {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.userReviewTabBar .userReviewTabBar__active,
.userReviewTabBar .userReviewTabBar__idle,
.userReviewTabBar .userReviewTabBar__disable {
    display: inline-block;
    width: 41%;
    max-width: 723px;
    padding-top: 2px;
    background: #f0f0f0;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: none;
    border-width: 1px;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #333 !important;
    font-weight: bold;
}

.userReviewTabBar a:hover, .userReviewTabBar a:after {
    color: #333 !important;
    background: #e0e0e0;
}

.userReviewTabBar a.userReviewTabBar__active {
    background: #fff;
    height: 34px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #585858;
    color: #333;
    font-weight: normal
}

.userReviewTabBar a.userReviewTabBar__active:hover {
    color: #333;
}

.userReviewTabBar__idle {
    border-bottom: 1px solid #fff;
    height: 32px;
    cursor: pointer;
}

.userReviewTabBar__disable {
}

.review_sort_filter_box {
    float: right;
}

.review_count_box {
    border-bottom: 1px dotted #b2b2b2;
    padding: 5px 0 10px 0;
    margin-top: 10px;
}

.userReviewList__item {
    border-bottom: 1px dotted #b2b2b2;
    padding: 5px 0 10px 10px;
    margin: 10px;
}

.userReviewList__item a {
    color: #0227b9;
    text-decoration: none
}

.userReviewList__item a:hover {
    color: #f70000 !important;
    text-decoration: underline;
}

.userReviewList__item__star {
    display: inline-block;
    margin: 5px 0 0 0;
}

.userReviewList__item__title {
    display: inline-block;
    margin: 0 0 0 12px;
    font-weight: bold;
    color: #666;
    letter-spacing: 1.25px;
}

.userReviewList__item__voteTxt {
    font-size: 90%;
    padding-left: 10px;
    letter-spacing: 1px;
}

.userReviewList__item__voteCount {
    font-weight: bold;
    color: #ff5b68;
}

.userReviewList__item__text {
    line-height: 1.6;
    margin: 8px 0 0 0;
    letter-spacing: 0.5px;
}

.userReviewList__item__date {
    font-size: 13px;
    color: #666;
    margin: 8px 0 0 0;
    display: inline-block;
    letter-spacing: 0.5px;
    float: right;
}

.userReviewList__item__vote {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #818181;
    letter-spacing: 0.5px;
}

.userReviewList__item__voteBtn img {
    vertical-align: bottom;
}

.userReviewList__monotaroVoice {
    padding: 12px 16px 12px 16px;
    background-color: #fafaed;
    margin: 8px 20px;
}

.userReviewList__monotaroVoice img {
    vertical-align: middle;
    margin: 0 4px 4px 0;
}

.userReview__more {
    height: 35px;
}

.userReviewList__moreBtn {
    background: #f6f6f6;
    padding: 10px 8px;
    display: block;
    border: solid 1px #ccc;
    border-radius: 6px;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    width: 266px;
    margin: 0 auto;
}

.userReviewList__moreBtn:hover {
    border: solid 1px #c0c0c0;
    color: #333;
    background-color: #f0f0f0;
    cursor: pointer;
}

.userReview__allLink {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: right;
    margin: 10px;
}

.userReviewNone {
    border: 1px dotted #C2C2C2;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    background-color: #F5F5DC;
}

a.userReviewNone__btn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 248px;
    height: 36px;
    background: url(//jp.images-monotaro.com/main/review//img/btn-noreview-write.png) top no-repeat;
}

a.userReviewNone__btn:hover {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 248px;
    height: 36px;
    background: url(//jp.images-monotaro.com/main/review/img/btn-noreview-write.png) 0 -36px no-repeat;
    cursor: pointer;
}

.userReviewNone__txt {
    color: #cc3300;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 1px;
    vertical-align: middle;
}

#ranking_reviews_list {
    height: auto;
}

#newly_reviews_list {
    display: none;
    background: url(//jp.images-monotaro.com/common/js/lib/images/img-loader.gif) no-repeat scroll center center transparent;
    height: 750px;
}

#review_high_reviews_list {
    display: none;
    background: url(//jp.images-monotaro.com/common/js/lib/images/img-loader.gif) no-repeat scroll center center transparent;
    height: 750px;
}

#review_low_reviews_list {
    display: none;
    background: url(//jp.images-monotaro.com/common/js/lib/images/img-loader.gif) no-repeat scroll center center transparent;
    height: 750px;
}

/*----------------------------------------------------------------------*/

/* toolchip*/

/*----------------------------------------------------------------------*/

.IconInfo_tip {
position: absolute;
border-left: 10px solid orange;
border-bottom: 10px solid transparent;
_border-bottom-color: white; /* for IE6 */
display: none;
top:-55px;
left:10px;
font-weight:normal;
z-index: 999;
}

.IconInfo_tipbody {
position:relative;
font-size:90%;
width: 28em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 2px solid orange;
background: white;
padding: 5px;
radius: 4px;
margin-left:-11em;
color:#000000;
font-weight:normal;
text-align: left;
z-index: 999;
}


@charset "utf-8";
/* ===================================================================
CSS information

 file name  : UserFeedBack.css
 date       : 2021/08/
 author     : E.takahashi
 style info : ユーザーフィードバック スタイルシート
=================================================================== */
/* ユーザーFBVol2　ここから */
/* TOP */
.UserFeedBackContent {
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
}

/* 買ったものリスト */
.UserFeedBackContentBuyList {
  margin: 40px 0;
}

/* Spage */
.UserFeedBackContentSpageBody {
  margin: -10px 0 8px;
}

/* IE9は非表示にする */
.UserFeedBackContent.is-Hidden,
.Section--UserFeedBack.is-Hidden,
.UserFeedBackContentBuyList.is-Hidden,
.UserFeedBackContentSpageBody.is-Hidden {
  display: none;
}

.UserFeedBack {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: table;
  background: url(//jp.images-monotaro.com/common/img/ufBack.jpg) 50% #D3F5E5 no-repeat;
}

.UserFeedBack__Inner{
  display: table-cell;
  vertical-align: middle;
}

.UserFeedBack__Text {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
}

.UserFeedBack__Icon {
  position: relative;
  top: 3px;
  left: 3px;
}

.TextLink--UserFeedBack {
  display: inline-block;
  font-size: 1.8rem;
}

.TextLink__Text--UserFeedBack:link {
  color: #333;
}

.TextLink__Text--UserFeedBack:hover,
.TextLink__Text--UserFeedBack:active {
  opacity: 0.6 !important;
}

.TextLink__Text--UserFeedBack:visited {
  color: #85000a !important;
}
/* ユーザーFBVol2　ここまで */

/* ユーザーフィードバック */
.UserFeedback {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: transparent linear-gradient(90deg, #F2F2F2 0%, #E5E5E5 50%, #CCCCCC 100%) ;
}
.UserFeedback__Inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 24px;
  background-color: #fff;
  border-radius: 16px;
}
.UserFeedbackIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
.UserFeedbackIcon__Image {
  width: 26px;
}
.UserFeedbackText {
  font-size: 13px;
  margin-right: 4px;
}
.TextLink--UserFeedback {
  font-size: 15px;
  line-height: 1;
  text-decoration: underline;
}
.TextLink--UserFeedback:active,
.TextLink--UserFeedback:hover,
.TextLink--UserFeedback:focus {
  color: #333;
}
