div.btn_area {
  text-align: center;
}
div.btn_area input[type=button]{
  display: inline-block;
}

#kanri .mail .inner .search01 p.input_area select.list_search {
	border: 1px solid #ccc;
    width: 100px;
    padding: 10px 5px;
    height:39px;
}

input[type=button].toCart {
    display: block;
    background: #1d50a2;
    border: none;
    width: 160px;
    float: right;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
table.table_detail2 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-bottom: 40px;
}
table.table_detail2 th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}
table.table_detail2 td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}
table.table_detail2 td span.tag {
    border: 1px solid #ccc;
    padding: 2px;
}
span.tag-title {
    font-weight: bold;
}

/* カート*/
@media (max-width: 640px){
	#kanri section.onthecart .block01 div.box_sub div.item li:nth-child(-n+2) {
	    /*margin-bottom: 3%;*/
	}
	#kanri section.onthecart .block01 .list_select li {
	    width: 100%;
	   /* float: left; */
	    margin-right: 0;
	}
	#kanri section.onthecart .block01 div.item {
	    border: 1px solid #1d50a2;
	    background: #fff;
	   /* float: left; */
	    width: 100%;
	}
	#kanri section.onthecart .block01 div.box_sub {
		width: 100%;
	}
	#kanri section.onthecart .block01 div.box_sub dt,#kanri section.onthecart .block01 div.box_sub dd {
		width:100%;
	}
	#kanri section.onthecart .block01 dl.box_sub{
		width:100%;
	}
}
@media screen and (min-width:641px){
	#kanri section.onthecart .block01 div.box_sub {
	    /*overflow: hidden;*/
	    text-align:center;
	    margin-bottom: 10px;
	}
	#kanri section.onthecart .block01 li div.item {
	    border: 1px solid #1d50a2;
	    background: #fff;
	     /* float: left; */
	    width: 100%;
	    /*margin-left: 10px;*/
	}
	#kanri section.onthecart .block01 div.item {
	    border: 1px solid #1d50a2;
	    background: #fff;
	    /*float: left; */
	    width: 100%;
	    min-width: 100px;
	    /*margin-left: 10px;*/
	}

	#kanri section.onthecart .block01 .list_select li {
	    /*width: 32%;*/
	    /*float: left;*/
	    /*margin-right: 2%;*/
	}

}
#kanri section.onthecart .block01 .box_sub div.item .box {
    border-radius: 3px;
    border: 1px solid #1d50a2;
    background: #fff;
    padding: 9px;
    margin:9px;
}
#kanri section.onthecart .block01 .box_sub .box_no_border {
    border: none;
    background: #fff;
    padding: 9px;
    margin:9px;
}
#kanri section.onthecart .block01 .box_sub .ttl {
    border-bottom: 1px solid #1d50a2;
    background: #d8e1ef;
    padding: 5px 0;
    text-align: center;
    color: #1d50a2;
    font-weight: bold;
}
#kanri section.onthecart .block01 .box_sub div.item select {
    border: none;
    background: #f7f7f7;
    width: 100%;
    min-width: 100px;
    padding: 10px 3%;
    font-size: 16px;
}
#kanri section.onthecart .block01 .box_sub input[type=text] {
    border: 1px solid #1d50a2;
    background: #fff;
    width: 93%;
    min-width: 100px;
    padding: 10px 3%;
    font-size: 16px;
}
#kanri section.onthecart .block01 .box_sub textarea {
    /*border: none;*/
    /*width: 100%;*/
    /*height: 94%;*/
    /*padding: 6px;*/
    border: none;
    width: 96%;
    margin: 0;
    height: 94%;
    padding: 6px;
}
.cart_list_box {
	display: flex;
	justify-content:space-between;
}
.cart_list_select_li {
	width: 32%;
}
.cart_list_select_li .cart_single_item {
	height: 242px;
}
.cart_list_select_li .cart_single_item_err {
	height: 282px;
}
.cart_list_select_li .cart_single_item .cart_single_box{
	border-radius: 3px;
	border: 1px solid #1d50a2;
	background: #fff;
	padding: 9px;
	margin: 25px 9px 9px 9px;
}
.cart_list_select_li .cart_single_item_err .cart_single_box{
	border-radius: 3px;
	border: 1px solid #1d50a2;
	background: #fff;
	padding: 9px;
	margin: 25px 9px 9px 9px;
}
.cart_list_select_li .cart_multi_item {
	height: 120px;
}
.cart_list_select_li .cart_multi_item_err {
	height: 140px;
}
.block01 .box_sub .cart_full_item .cont {
    min-height: 145px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px;
}

#kanri .btn_area2 {
	width: 500px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-around;
}
#kanri .btn_area2 li {
	width: 40%;
}
#kanri .btn_area2 li:first-child a {
    display: block;
    border-radius: 30px;
    background: #0077bd;
    /*box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.2);*/
    width: 100%;
    padding: 11px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#kanri .btn_area2 li:nth-child(2) .button {
    display: block;
    border-radius: 30px;
    background: #838a94;
    border: none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#kanri .btn_area2 li:nth-child(3) .button {
    display: block;
    border-radius: 30px;
    background: #72af1b;
    border: none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#kanri .btn_area2 li:first-child a:hover {
	background: rgba(91, 128, 188, 0.8);
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
#kanri .btn_area2 li:nth-child(2) .button:hover {
	background: rgba(131, 138, 148, 0.8);
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
#kanri .btn_area2 li:nth-child(3) .button:hover {
	background: rgba(114, 175, 27, 0.8);
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
/* 一覧ページャー */
.pager ul.pageNav a.thispage {
    display: block;
    border-radius: 3px;
    border: 1px solid #1d50a2;
    background: #5b80bc;
    padding: 0.1em 0.8em;
    color: #fff;
    font-weight: bold;
}

/* お問い合わせ */
  #kanri section.contact {
    max-width: 1000px;
    margin: 0 auto; }
    #kanri section.contact h3 {
      margin-bottom: 3px;
      color: #1d50a2;
      font-size: 18px;
      font-weight: bold; }
    #kanri section.contact .block01 {
      margin-bottom: 30px;
      overflow: hidden; }
      #kanri section.contact .block01 dt {
        width: 49%;
        float: left; }
      #kanri section.contact .block01 dd {
        width: 49%;
        float: right; }
      #kanri section.contact .block01 .box {
        border-radius: 3px;
        border: 1px solid #1d50a2;
        background: #fff;
        padding: 9px; }
        #kanri section.contact .block01 .box ul li {
          float: left; }
          #kanri section.contact .block01 .box ul li:first-child {
            width: 50%;
            margin-right: 2%; }
          #kanri section.contact .block01 .box ul li:nth-child(2) {
            width: 36%;
            margin-right: 2%; }
          #kanri section.contact .block01 .box ul li:last-child {
            background: #f7f7f7;
            width: 10%;
            padding: 1.5% 0 0.5%;
            text-align: center; }
        #kanri section.contact .block01 .box input[type=text] {
          border: 1px solid #1d50a2;
          background: #fff;
          width: 93%;
          padding: 10px 3%;
          font-size: 16px; }
          #kanri section.contact .block01 .box input[type=text]::placeholder {
            color: #585D65; }
          #kanri section.contact .block01 .box input[type=text]:focus-visible {
            outline: 2px solid #1d50a2; }
        #kanri section.contact .block01 .box select {
          border: none;
          background: #f7f7f7;
          width: 100%;
          padding: 10px 3%;
          font-size: 16px; }
  #kanri .table_contact {
    border-radius: 3px;
    border-top: 1px solid #1d50a2;
    border-left: 1px solid #1d50a2;
    width: 100%;
    margin-bottom: 30px; }
    #kanri .table_contact th {
      border-right: 1px solid #1d50a2;
      border-bottom: 1px solid #1d50a2;
      background: #d8e1ef;
      width: 16%;
      padding: 25px 0;
      text-align: center;
      color: #1d50a2;
      font-weight: bold; }
    #kanri .table_contact td {
      border-right: 1px solid #1d50a2;
      border-bottom: 1px solid #1d50a2;
      background: #fff;
      padding: 25px 15px; }
      #kanri .table_contact td h4 {
        font-weight: bold; }
      #kanri .table_contact td ul.cb.two li {
        margin-top: 10px; }
      #kanri .table_contact td ul.cb li {
        float: left;
        margin-right: 7px; }
        #kanri .table_contact td ul.cb li input[type=checkbox] {
          display: none; }
          #kanri .table_contact td ul.cb li input[type=checkbox]:checked + .label {
            background: #1d50a2;
            color: #fff; }
            #kanri .table_contact td ul.cb li input[type=checkbox]:checked + .label:before {
              background: url("../img/icon_check_on.png") no-repeat center center; }
        #kanri .table_contact td ul.cb li label.label {
          border-radius: 20px;
          border: 1px solid #1d50a2;
          padding: 3px 10px 3px 27px;
          text-align: center;
          color: #1d50a2;
          font-weight: bold;
          letter-spacing: -0.05em;
          position: relative;
          cursor: pointer; }
          #kanri .table_contact td ul.cb li label.label:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 7px;
            background: url("../img/icon_check_off.png") no-repeat center center;
            width: 16px;
            height: 16px; }
      #kanri .table_contact td .list_select {
        overflow: hidden; }
        #kanri .table_contact td .list_select li {
          width: 23%;
          float: left;
          margin-right: 2%; }
          #kanri .table_contact td .list_select li select {
            border: 1px solid #5B80BC;
            background: #fff;
            width: 100%;
            padding: 8px 3%;
            font-size: 16px; }
@media (max-width: 640px) {
    #kanri section.contact {
      max-width: 94%; }
      #kanri section.contact h3 {
        margin-bottom: 1%;
        font-size: 14px; }
      #kanri section.contact .block01 {
        margin-bottom: 6%; }
        #kanri section.contact .block01 dt {
          width: 100%;
          float: none;
          margin-bottom: 3%; }
        #kanri section.contact .block01 dd {
          width: 100%;
          float: none; }
        #kanri section.contact .block01 .box {
          padding: 5px; }
          #kanri section.contact .block01 .box input[type=text] {
            padding: 7px 3%;
            font-size: 14px; }
          #kanri section.contact .block01 .box select {
            padding: 7px 3%;
            font-size: 14px; }
    #kanri .table_contact {
      margin-bottom: 6%; }
      #kanri .table_contact th {
        width: 16%;
        padding: 5% 0; }
      #kanri .table_contact td {
        padding: 5% 3%; }
        #kanri .table_contact td ul.cb.two li {
          margin-top: 4%; }
        #kanri .table_contact td ul.cb li {
          margin-top: 4%;
          margin-right: 2%; }
          #kanri .table_contact td ul.cb li label.label {
            padding: 3px 10px 3px 27px; }
            #kanri .table_contact td ul.cb li label.label:before {
              top: 5px;
              left: 7px;
              background-size: cover;
              width: 14px;
              height: 14px; }
        #kanri .table_contact td .list_select li {
          width: 48%;
          float: left;
          margin-right: 0; }
          #kanri .table_contact td .list_select li:nth-child(even) {
            float: right; }
          #kanri .table_contact td .list_select li:nth-child(-n+2) {
            margin-bottom: 3%; }
          #kanri .table_contact td .list_select li select {
            padding: 7px 3%;
            font-size: 14px; } }

.contact_input {
	border: 1px solid #1d50a2;
	background: #fff;
	width: 93%;
	padding: 8px 3%;
	font-size: 16px;
}
.contact_select {
	border: none;
	background: #f7f7f7;
	width: 99%;
	padding: 8px 3%;
	font-size: 16px;
}
.contact_textarea {
	border: 1px solid #1d50a2;
	width: 93%;
	padding: 8px 3%;
	font-size: 16px;
}
.contact_title {
	border-radius: 3px;
	background: #5b80bc;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.contact_back_btn {
	display: block;
	border-radius: 30px;
	background: #0077bd;
	border: none;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.contact_table_conf {
	border-radius: 3px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 100%;
	margin-bottom: 30px;
}
.contact_table_conf th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #e9e9e9;
	width: 16%;
	padding: 25px 0;
	text-align: center;
	color: #aaa;
	font-weight: bold;
}
.contact_table_conf td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	padding: 25px 15px;
}
.contact_table_conf td textarea {
	border: 1px solid #aaa;
}
.contact_table_conf td input[type="text"] {
	border: 1px solid #aaa;
}
/* 履歴 */
#kanri section.result .inner .block01 #order_list {
    border-top: 1px solid #1d50a2;
    border-left: 1px solid #1d50a2;
    width: 100%;
    margin-bottom: 7px;
}
#kanri section.result .inner .block01 #order_list th {
    border-right: 1px solid #1d50a2;
    border-bottom: 1px solid #1d50a2;
    background: #d8e1ef;
    padding: 5px 0;
    text-align: center;
    color: #1d50a2;
    font-weight: bold;
}
#kanri section.result .inner .block01 #order_list td {
    border-right: 1px solid #1d50a2;
    border-bottom: 1px solid #1d50a2;
    background: #fff;
    /*padding: 15px;*/
    padding: 2px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}


/* ヘッダー */
header .cart_item_num{
  display:inline-block;
  position: absolute;
  top: -12%;
  left: -10%;
  background-color: #f14848;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
}
header .inner dl dd ul li:nth-child(1) {
	width : 150px;
}
header .inner dl dd ul li:nth-child(2) {
	width : 158px;
}
header .inner dl dd ul li:nth-child(3) {
	width : 158px;
}
header .inner dl dd ul li:nth-child(4) {
	width : 158px;
}

header .inner dl dd ul li:nth-child(4) {
	width : 158px;
}
header .inner dl dd ul li:nth-child(5) {
	width : 158px;
}
header .inner dl dd ul li:nth-child(6) {
	/*width : 126px;*/
	width: 90px;
}
header .inner dl dd ul li:nth-child(6) a span {
    /*padding-left: 22px;*/
    padding-left: 20px;
    position: relative;
}
header .inner dl dd ul li:nth-child(6) a {
display: block;
    border-radius: 30px;
    background: #838a94;
    box-shadow: 3px 3px 8px rgb(51 51 51 / 20%);
    /*padding: 10px 0;*/
    padding: 13px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
header .inner dl dd ul li:nth-child(6) a:hover {
    background: rgba(131, 138, 148, 0.8);
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
header .inner dl dd ul li:nth-child(6) a span:before {
    content: "";
    position: absolute;
    /*top: 2px;*/
    /*left: 0;*/
    top: 0px;
    left: 3px;
    background: url(../img/icon_logout.png) no-repeat center center;
    width: 17px;
    height: 16px;
}
header .inner dl dd ul li:nth-child(5) a span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../img/icon_file.png) no-repeat center center;
    width: 17px;
    height: 16px;
}
header .inner dl dd ul li:nth-child(4) a span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../img/icon_history.png) no-repeat center center;
    width: 17px;
    height: 16px;
}
header .inner dl dd ul li:nth-child(3) a span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/icon_mail_h.png) no-repeat center center;
    width: 17px;
    height: 14px;
}
header .inner dl dd ul li:nth-child(2) a span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
	background: url(../img/icon_search_w.png) no-repeat center center;
    width: 17px;
    height: 14px;
}

/*製品詳細*/
    #kanri section.detail .block02 > div > dl {
      margin-bottom: 10px; }
      #kanri section.detail .block02 > div > dl > dt {
        border: 1px solid #1d50a2;
        background: #fff;
        padding: 15px;
        overflow: hidden; }
        #kanri section.detail .block02 .left_area {
          width: 60%;
          float: left;
          overflow: hidden; }
          #kanri section.detail .block02  figure {
            width: 10%;
            float: left; }
            #kanri section.detail .block02  figure img {
              width: 100%;
              height: auto; }
            #kanri section.detail .block02  figure + div {
              width: 87%;
              float: right;
              padding-top: 3px;
              font-weight: bold; }
              #kanri section.detail .block02 figure + div .pattern {
                font-size: 14px; }
              #kanri section.detail .block02 figure + div .product {
                color: #1d50a2; }
        #kanri section.detail .block02 > div > dl > dt .right_area {
          width: 300px;
          float: right;
          padding-top: 5px; }
          #kanri section.detail .block02 > div > dl > dt .right_area dl {
            overflow: hidden; }
            #kanri section.detail .block02 > div > dl > dt .right_area dl dt {
              width: 50%;
              float: left;
              padding-top: 8px;
              text-align: right;
              font-size: 14px; }
              #kanri section.detail .block02 > div > dl > dt .right_area dl dt span {
                color: #1d50a2;
                font-size: 16px;
                font-weight: bold; }
            #kanri section.detail .block02 > div > dl > dt .right_area dl dd {
              width: 44%;
              float: right; }
              #kanri section.detail .block02 > div > dl > dt .right_area dl dd a {
                display: block;
                border-radius: 3px;
                background: #72af1b;
                padding: 10px 0;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                letter-spacing: -0.1em; }
                #kanri section.detail .block02 > div > dl > dt .right_area dl dd a span {
                  padding-left: 18px;
                  position: relative; }
                  #kanri section.detail .block02 > div > dl > dt .right_area dl dd a span:before {
                    content: "";
                    position: absolute;
                    top: 2px;
                    left: 0;
                    background: url("../img/icon_cart.png") no-repeat center center;
                    width: 15px;
                    height: 14px; }
                #kanri section.detail .block02 > div > dl > dt .right_area dl dd a:hover {
                  background: rgba(114, 175, 27, 0.8);
                  text-decoration: none;
                  -moz-transition: .5s;
                  -webkit-transition: .5s;
                  -o-transition: .5s;
                  -ms-transition: .5s;
                  transition: .5s; }
      #kanri section.detail .block02 > div > dl > dd {
        border-left: 1px solid #1d50a2;
        border-right: 1px solid #1d50a2;
        border-bottom: 1px solid #1d50a2;
        background: #fff;
        padding: 15px;
        overflow: hidden; }
        #kanri section.detail .block02 > div > dl > dd .ttl_kikaku {
          float: left;
          font-size: 12px; }
        #kanri section.detail .block02 > div > dl > dd ul {
          float: left;
          overflow: hidden; }
          #kanri section.detail .block02 > div > dl > dd ul li {
            float: left;
            margin-left: 10px;
            line-height: 1.2; }
            #kanri section.detail .block02 > div > dl > dd ul li span {
              border-radius: 30px;
              background: #ededef;
              padding: 0 10px;
              font-size: 12px;
              letter-spacing: -0.05em; }
@media (max-width: 640px) {
      #kanri section.detail .block02 > div > dl {
        margin-bottom: 3%; }
        #kanri section.detail .block02 > div > dl > dt {
          padding: 3%; }
          #kanri section.detail .block02 > div .left_area {
            width: 100%;
            float: none; }
            #kanri section.detail .block02  figure {
              width: 15%; }
              #kanri section.detail .block02  figure + div {
                width: 82%;
                padding-top: 5px; }
                #kanri section.detail .block02  figure + div .product {
                  color: #1d50a2; }
          #kanri section.detail .block02 > div > dl > dt .right_area {
            width: 100%;
            float: none;
            padding-top: 4%; }
            #kanri section.detail .block02 > div > dl > dt .right_area dl dt {
              width: 50%;
              padding-top: 4px;
              font-size: 12px; }
            #kanri section.detail .block02 > div > dl > dt .right_area dl dd {
              width: 45%;
              float: right; }
              #kanri section.detail .block02 > div > dl > dt .right_area dl dd a {
                padding: 5px 0;
                font-size: 14px; }
                #kanri section.detail .block02 > div > dl > dt .right_area dl dd a:hover {
                  background: #72af1b; }
        #kanri section.detail .block02 > div > dl > dd {
          padding: 3% 3% 1%; }
          #kanri section.detail .block02 > div > dl > dd .ttl_kikaku {
            float: none;
            margin-bottom: 2%; }
          #kanri section.detail .block02 > div > dl > dd ul {
            float: none; }
            #kanri section.detail .block02 > div > dl > dd ul li {
              margin: 0 3% 2% 0; } }

.no_image_box {
	position: relative;
	text-align: right;
}

.no_image_box {
	background: #c1c1c1;
	color: white;
	border: 1px solid #888889;
	border-radius: 2px;
	padding: 5px 9px 5px 9px;
	display: inline-block;
}
.no_image_box span::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 12px;
	background: url(../img/no-image.png) no-repeat center center;
	width: 18px;
	height: 18px;
	/*cursor: pointer;*/
}
.no_image_box_l {
	position: relative;
	text-align: center;
	
    width: 243px;
    height: 243px;
}

.no_image_box_l {
	background: #c1c1c1;
	color: white;
	border: 1px solid #888889;
	border-radius: 2px;
    /*padding: 5px 10px 10px 10px; */
    /*padding: 15px 25px 25px 25px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.no_image_box_l span {
	padding-left: 28px;
	font-weight: bold;
}
.no_image_box_w {
	position: relative;
	text-align: right;
}

.no_image_box_l span:before {
	content: "";
	position: absolute;
    /*top: 9px;*/
    /*left: 11px;*/
    top: 111px;
    left: 66px;
	background: url(../development/resources/img/no-image.png) no-repeat center center;
	width: 18px;
	height: 18px;
	/*cursor: pointer;*/
}
.no_image_box_w {
    background: #c1c1c1;
    color: white;
    border: 1px solid #888889;
    border-radius: 2px;
    padding: 26px 21px 26px 42px;
    display: inline-block;
}
.no_image_box_w span::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 15px;
    background: url(../img/no-image.png)  no-repeat center center;
    width: 18px;
    height: 18px;
    /* cursor: pointer; */
}
              #kanri section.result .block02 li dl dt .search_product_div {
                width: 82%;
                float: left; }
                #kanri section.result .block02 li dl dt .search_product_div .pattern {
                  font-size: 14px;
                  font-weight: bold;
                  line-height: 1.6; }
                #kanri section.result .block02 li dl dt .search_product_div .product {
                  font-size: 16px;
                  font-weight: bold;
                  line-height: 1.6; }
                #kanri section.result .block02 li dl dt .search_product_div .weight {
                  font-size: 14px;
                  font-weight: bold;
                  line-height: 1.6; }
                  
@media (max-width: 640px) {
              #kanri section.result .block02 li dl dt .search_product_div {
                width: 84%;
                float: left; }
                #kanri section.result .block02 li dl dt .search_product_div .pattern {
                  font-size: 12px;
                  line-height: 1.6; }
                #kanri section.result .block02 li dl dt .search_product_div .product {
                  font-size: 14px;
                  line-height: 1.6; }
                #kanri section.result .block02 li dl dt .search_product_div .weight {
                  font-size: 12px;
                  line-height: 1.6; }}
