@charset "UTF-8";

#search_result #main section {
	padding: 10px 0 40px 0;
}

/* 1.Result Area */
#result {
    width: 100%;
}
#result section {
    margin: 0 auto;
    padding: 0;
}
#result .char_pic {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    overflow: hidden;
}
#result .search_box {
    float: left;
    width: 770px;
    margin-left: 27px;
}
#result .select-wrap {
    float: left;
    width: 23%;
    height: 50px;
    border-radius: 6px 0 0 6px;
}
#result .select-wrap select {
    line-height: 50px;
}
#result .search_box .inputTxt {
	position: relative;
}
#result .search_box .inputTxt input[type="text"] {
    float: left;
    width: 76%;
    height: 50px;
    border-radius: 6px 0 0 6px;
    background:none;
    background-color: #fff9d4;
    padding-left:10px;

}
input::-ms-clear {
    visibility:hidden
}
#result .search_box .inputTxt .clearbtn {
	position: absolute; 
	top: 14px;
	right: 200px;
	width: 24px;
	height: 24px;
	background: #999;
	border-radius: 35px;
	cursor: pointer;
}
#result .search_box .inputTxt .clearbtn::before,
#result .search_box .inputTxt .clearbtn::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	margin-left: -6px;
	background: #fff;
	content: "";
}
#result .search_box .inputTxt .clearbtn::before {
	transform: rotate(45deg);
}
#result .search_box .inputTxt .clearbtn::after {
	transform: rotate(-45deg);
}
#result .search_box input[type="submit"] {
    float: left;
    width: 14%;
    height: 50px;
    margin-left:0px;
    border-radius: 0 6px 6px 0;
    padding-left:5px;

}

#result .search_box .sort {
    float: left;
    width: 8%;
    padding:0 5px 0 10px;
}
#result .search_box .sort img {
    width:50px;
    cursor: pointer;
}
@media (hover: hover) {
    #result .search_box .sort img:hover {
        opacity: 0.7;
    }
}

#filtering {
    float: right;
    min-height: 50px;
    margin-right:5px;
    text-align:center;
    color: #fff;
    font-family: "Noto Sans";
    font-weight: 400;
    line-height: 50px;
    box-sizing: border-box;
    background: #999;
    border-radius: 6px;
    border: 0;
    width: 11%;

}
#filtering_close {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 14px;
    height: 14px;
}
#filtering_close span {
    position: absolute;
    top: 7px;
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #fff;
}
#filtering_close span:first-child {
    transform: rotate(45deg);
}
#filtering_close span:last-child {
    transform: rotate(-45deg);
}


#result .result_box {
	float: right;
	width: 1010px;
	margin-top: 20px;
}
#result .result-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#result .result-text h2{
 font-size:16px !important;
 text-align:left;
}

#result .result-count {
	/* display: inline-block; */
}
#result .result-count.sp {
	display: none;
}
#result .supplement {
	display: inline-block;
}
#result .supplement .pc {
	display: inline-block;
    font-size: 87.5%;
    margin-top: 10px;
}
#result .maybe {
	margin-top: 20px;
	font-size: 87.5%;
}
#result .maybe > a {
	color: #5f75d6;
	text-decoration: underline;
}

/* 2.Main Contents Area(Column) */
/* filter  */
.filter_list {

    font-size:14px;
    width:100%;
    border-top:1px solid #ff124c;
    padding:20px 0 20px;
    overflow:hidden;
}

.filter_list dt,
.filter_list dd {
    display:inline-block;
}
.filter_list dt {
    font-weight:bold;
    clear:both;
    width:100px;
    float:left;
    color:#ff124c;
    padding:3px 5px 4px;
}

.filter_list dt.icon_magnifier:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url("/moetaku/_assets/images/common/icon_search_pink.png") no-repeat;
    background-size: 85%;
    content: "";
}
.filter_list dt.icon_updown:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url("/moetaku/_assets/images/common/icon_updown_pink.png") no-repeat;
    background-size: 85%;
    content: "";
}
.filter_list dd {
    float:left;
}
.filter_list dd ul {
    overflow:hidden;
}
.filter_list dd ul li {
    display:inline-block;
    margin:0 20px 10px 0;
    padding:3px 5px 4px;
    float:left;
}
.filter_list dd ul li.select {
    border-bottom:3px solid #ff124c;
}
.filter_list dd ul li.select a {
        color:#ff124c;
}

/* grid system */
#main section .column_main {
    width:670px;
    margin-right:30px;
    float:left;
    margin-bottom:0px;
}

#main section .column_sort {
    display: none;
    position: absolute;
    font-size: initial;
    background: #fff;
    z-index: 40;
    padding: 15px 120px 15px 30px;;
    border: solid 2px #333;
    border-radius: 5px;
}

#main section .column_sort div {
    margin: 5px 0;
}

#main section .column_sort input[type=radio] {
    display: initial;
}

#main section .column_sort .sort-label {
    color:initial;
    background: initial;
    border: initial;
    box-shadow: initial;
    padding: initial;
}

#main section .column_search {
    width:210px;
    float:left;
    margin-right:30px;
    box-sizing: border-box;
    border:1px solid #ccc;
    border-radius: 6px;
    font-size:14px;
    margin-bottom:30px;
}

#main section .column_search.no_search {
    width:130px;
}

#main section .column_sub {
    width:230px;
    float:left;
    margin-top: -130px;
}

#main section .column_sub.no_search {
    margin-left: 80px;
}

#main section .column_sub tr:last-child th::after {
	display: block;
	clear: both;
	content: "";
}

/* column_search */

.column_search .title_head{
	position: relative;
    background: #999;
    color:#fff;
    padding:11px 16px 10px;
    font-weight: bold;
    position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    box-shadow:0px 5px 6px -2px #cccccc;
}

.column_search .title_head:after{
    content:"▼";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 45%;
    width: 14px;
    height: 14px;
    color:#999;
    transform:scaleX(2);
    z-index: 1;
    text-shadow:0px 2px 3px #cccccc;
}
.column_search a{
    color:#5f75d6;

}
.column_search a span{
    position: relative;
    margin-left:3px;
    padding:0 0.5em;
    text-indent:0;
    display: inline-block;
}
.column_search a span:before{
    content:"(";
    position: absolute;
    left:0;
}
.column_search a span:after{
    content:")";
    position: absolute;
    right:0;
}
.column_search .all_filter{
    padding:14px 16px;
}
.column_search dl{
    border-top:1px solid #cccccc;
}

.column_search dt{
    border-left:4px solid #5f75d6;
    font-weight: bold;
    padding:8px 12px 7px;
}

.column_search dd{
    padding:0 16px 18px;
}
.column_search li{
    margin-top:14px;
    font-size:12px;
    line-height: 1.6;
    padding-left:1.8em;
    text-indent:-1.6em;
}
.column_search li.reset_link{
    text-indent: 0;
    text-align: left;
    margin-left: -18px;
}
.column_search li ul{
    margin-top:10px;
}
.column_search li ul li{
    margin-bottom:7px;
}
.column_search button{
    border:none;
    background: none;
    width:100%;
    margin-top:15px;
}
.column_search button span{
    display: block;
    position: relative;
    background: #999;
    border-radius: 6px;
    font-weight: bold;
    color:#fff;
    padding:10px 6px 8px;
}
.column_search button span:after{
    font-family: 'Fontawesome';
    font-weight: normal;
    content: "\f00e";
    position: absolute;
    top:24%;
    left:6%;
}

.column_search input[type=checkbox] {  display: none; }

.column_search input[type=checkbox] + label {
  box-sizing: border-box; position: relative; display: inline-block; margin: 0px 0px 0px 0;
  padding: 0px 0px 0 16px; vertical-align: middle; cursor: pointer; letter-spacing: 0em;
}
.column_search input[type=checkbox] + label.empty {
  margin: 3px 0; padding: 0; width: 16px;
}

.column_search input[type=checkbox] + label:last-child { margin-right: 0; }

.column_search input[type=checkbox] + label:after {
  position: absolute;  top: 30%;  left: 0px;  display: block;
  margin-top: -9px;  width: 16px;  height: 16px;
  border: 1px solid #999;  background-color: #fff;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
  box-shadow:2px 3px 5px 1px #dadada inset;  -moz-box-shadow:2px 3px 5px 1px #dadada inset;  -webkit-box-shadow:2px 3px 5px 1px #dadada inset;
  content: '';  box-sizing: border-box;  z-index: 0;
}

.column_search input[type=checkbox] + label:before {
  position: absolute;  top: 22%;  left: 4px;  display: block;
  margin-top: -10px;  width: 4px;  height: 10px;
  border-right: 3px solid #ff6685; border-bottom: 3px solid #ff6685;
  content: '';  opacity: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  z-index: 1;
}


.column_search input[type=checkbox] + label.empty:after {  margin-top: -8px;}
.column_search input[type=checkbox] + label.empty:before {  margin-top: -7px;}

.column_search input[type=checkbox]:checked + label:before {  opacity: 1;}
.column_search input[type=checkbox]:checked + label:after {  background-color: #fff;}


.column_search input[type=checkbox]:disabled + label {
  pointer-events: none;  color: #ccc; opacity: 0.50; filter: alpha(opacity=50); -moz-opacity: 0.50; -ms-filter: "alpha(opacity=50)";  cursor: default;
}
.column_search .search_cate li {
    word-break: keep-all;
    padding-left:2px;
    text-indent:0;
}     
.column_search .search_cate li.reset_link {
    padding-left: 1.8em;
}

/* 2b.main column - result table */
.result {
    width: 100%;
    margin-bottom: 30px;
}
.result .list_header {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #5c5c5c;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.result .list_header li {
    float: left;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.result .list_header li:first-child {
    width: 110px;
}
.result .list_header li:nth-child(2) {
    width: 420px;
}
.result .list_header li:nth-child(3) {
    width: 130px;
}
.result .list_header li:nth-child(4) {
    width: 120px;
}
.result .list_header li:last-child {
    width: 110px;
}


.result .sort_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 645px;
	height: 30px;
}
.result .sort_header {
	position: relative;
	width: 125px;
	height: 30px;
	margin-right: 55px;
	
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	line-height: 30px;
	background: #666;
	box-sizing: border-box;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.result .sort_header::after {
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 30px;
	box-sizing: border-box;
	border-top: 15px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #666;
	content: "";
}
.result .sort_header p {
	position: relative;
	text-align: center;
}
.result .sort_header p::before,
.result .sort_header p::after {
	position: absolute;
	left: 20px;
	font-family: "FontAwesome";
}
.result .sort_header p::before {
	top: -5px;
	content: "\f106";
}
.result .sort_header p::after {
	bottom: -2px;
	content: "\f107";
}
.result .sort {
	display: flex;
	width: 465px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
    font-size: 14px;
}
.result .sort ol {
	display: flex;
	justify-content: space-between;
}
.result .sort > li {
	width: calc(100% / 2);
	padding: 0 20px;
	box-sizing: border-box;
}

.result .sort > li:first-child {
	border-right: 1px solid #999;
}

.result .sort ol > li {
	padding: 0;
	text-align: center;
}


.result .sort .sort_up,
.result .sort .sort_down {
	position: relative;
	cursor: pointer;
}

.result .sort .sort_up::before,
.result .sort .sort_down::before {
	position: absolute;
	left: -15px;
	color: #999;
	font-family: "FontAwesome";
	font-weight: bold;
}

.result .sort .sort_up::before {
	top: -2px;
	content: "\f106";
}
.result .sort .sort_down::before {
	content: "\f107";
}



.result .result_list {
    width: 100%;
    box-sizing: border-box;
}
.result .result_list ul {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
	border-bottom: 0;
    box-sizing: border-box;
    display: flex;
	align-items: center;
}
.result .result_list ul:last-child {
    border-bottom: 1px solid #ccc;
}

.result .result_list ul:nth-child(odd){
	background: #f2f2f2;
}


.result .result_list li {
    /* float: left; */
    /* display: table-cell; */
    vertical-align: middle;
    height:auto;
}
.result .result_list .thumb {
    position: relative;
    width: 162px;
    height: 162px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
	box-sizing: border-box;
}
.result .result_list .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.result .result_list .info {
    width: 316px;
	height: 100%;
    padding: 10px 5px;
    font-size: 88%;
	line-height: 24px;
	box-sizing: border-box;
}
.result .result_list .info h3{
    font-size: 14px !important;
	line-height: 24px;
	font-weight:100 !important;
}
.result .result_list .vendor,
.result .result_list .rec-pack,
.result .result_list .series {
    /* padding: 0 5px 0; */
	color: #333;
    font-size: 86%;
	text-align: right;
    margin:10px 0 0 0;
}
.result .result_list .add_products {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 190px;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.result .result_list .price {
	width: 100%;
	height: auto;
	margin: auto;
	color:#ff124c;
	font-weight:900;
    padding: 15px 0;
}
.result .result_list .add_cart {
	display: flex;
	justify-content: space-between;
    width: 100%;
	height: 18px;
	box-sizing: border-box;
}
.result .result_list .add_cart > * {
	width: calc(100% / 2 - 3px);
}
.result .result_list .camp-bonus {
	width: 83px;
	margin: 0 auto 8px;
	font-size: 100%;
}
.result .price_num {
	font-size: 180%;
	font-family: "Roboto","Noto Sans" !important;
}
.result .yen {
	font-family: inherit;
	font-size: 125%;
	font-family: "Noto Sans";
}
.result .price,
.result .add_cart {
    text-align:center;
}
.add_cart_icon {
    height:30px;
    width:30px;
    margin:10px auto 5px;
    border-radius:20px;
    display:block;
    text-align:center;
}
 .result .result_list .add_cart a {
	 position: relative;
        display: inline-block;
		padding: 4px 0 0 5px;
		background: #999;
		color: #fff;
		font-size: 70%;
		line-height: 1;
		border-radius: 3px;
		box-sizing: border-box;
    }
	.result .result_list .add_cart a::before {
		position: absolute;
		top: 2px;
		left: 4px;
		width: 12px;
		height: 13px;
		background: url("/moetaku/_assets/images/common/icon-plus-white.png") no-repeat;
		content: "";
	}
  /* .result .result_list .add_cart .add_unopened{
        margin-top:10px;
     } */
/* 2b.main column - caution box */
.column_main blockquote {
    border:1px solid #CCC;
    width:calc(100% - 60px);
    padding:20px 30px;
    border-radius:7px;
}

.column_main blockquote p {
    font-family: "Noto Sans";
    font-size:18px;
    font-weight:900;
    color:#ff124c;
    margin-bottom:20px;
}

.column_main blockquote ul li {
    font-size:14px;
    margin-bottom:2px;
    color:#666;
}

/* 2b.sub column */
.tooltip {
    font-family: "Roboto","Noto Sans" !important;
    position: relative;
    width:100%;
    color: #000000;
    background: #FF0;
    text-align: center;
    border-radius: 8px;
    visibility: visible;
    margin-bottom: 25px;
    padding:20px 0 15px;
}
.tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 15px solid #FFFF00;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.tooltip p {
    font-family: "Noto Sans" !important;
    font-weight:bold;
}
.tooltip .emphasis {
    font-size:20px;
}

.moreinfo {
    display:inline-block;
    font-family: "Noto Sans" !important;
    position: relative;
    padding:6px 60px 6px 40px;
    border:2px solid #000;
    background:transparent;
    text-align:center;
    font-size:14px;
    font-weight:400;
    color:#000;
    border-radius:50px;
    margin-top:5px;
}
.moreinfo:before {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
    content: "";
}
.moreinfo:after {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 1px solid #ff0;
    border-right: 1px solid  #ff0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}







.subtotal_base {
    /* width:calc(100% - 30px); */
    background:rgba(255,000,051,0.6);
    border-radius:15px;
    padding:6px;
}

.subtotal_base .subtotal {
    width:100%;
    border-radius:7px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px rgba(255,000,051,0.75);
    overflow:hidden;
}

.is-fixed {
    position: fixed;
    top: 115px;
    left: calc(50% + 215px);
    width:340px;
    z-index: 2;
}

/* 2b.sub column - button(買取申込) */
.subtotal_base .subtotal p {
    font-family: "Roboto","Noto Sans" !important;
    font-size:14px;
    font-weight:900;
    color:#ff124c;
    width:90%;
    margin:0 0 0 5%;
}
.subtotal_base .subtotal p.celltitle {
    width:auto;
    display:inline-block;
    margin-bottom:10px;
}
.subtotal_base .itemnum {
    display:inline-block;
    font-family: "Noto Sans" !important;
    position: relative;
    padding:4px 30px 4px 10px;
    border:2px solid #000;
    background:transparent;
    text-align:center;
    font-size:15px;
    font-weight:600;
    color:#000;
    border-radius:50px;
    margin:15px 3% 0 6px;
}
.subtotal_base .itemnum:before {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 16px;
    height: 16px;
    font-family: 'Fontawesome';
    font-size: 132%;
/*
    border-radius: 50%;
    background-color: #000;
*/
    content: "\f055";
}
/*
.subtotal_base .itemnum:after {
    position: absolute;
    top: 20%;
    right: 16px;
    width: 10px;
    height: 10px;
    border: 0;
    font-size:19px;
    content: "+";
    color:rgba(255,255,255,1.0);
}
*/

.subtotal_base .subtotal span.totalprice {
    font-size:40px;
    font-weight:900;
}
/* 2b.sub column - button(買取申込) */
.subtotal_base .application {
    font-family: "Noto Sans" !important;
    position: relative;
    width:90%;
    padding: 9px;
    border:none;
    background:rgba(255,082,000,1.0);
    text-align:center;
    font-size:24px;
    font-weight:500;
    color:#FFF;
    border-radius:50px;
    margin:15px 5% 0;
}
.application2 { position: relative; display:table; width:100%; height:85px; text-align:center; margin:0 auto; }
.app_btn2.arrow_right { position: absolute; }
.application2 > .app_btn2 { display:table-cell; width:100%; height:85px; color:#fff; background-color:#ff5200; line-height:35px; font-size:175%; font-family: 'Noto Sans'; text-decoration: none; margin: 0; border-radius:50px; vertical-align: middle; }
.application2 > a.app_btn2:hover{ opacity:0.6;}

.subtotal_base .application:before {
    position: absolute;
    right: 14px;
    font-family: 'Fontawesome';
    content: "\f138";
}

/* 2b.sub column - separater */
.subtotal_base .subtotal hr {
    width:100%;
    border:0;
    border-bottom:2px solid rgba(255,000,051,0.75);
    margin:15px 0 10px;
}

/* 2b.sub column - 買取価格詳細 */
.innercaption {
    color:#000 !important;
    font-size:16px !important;
}

/* 2b.sub column - 買取価格詳細 */
.totalprice_info {
    font-family: "Noto Sans" !important;
    width:90%;
    font-size:11px;
    margin:10px 5%;
}

.totalprice_info tbody tr {
    border-top:1px solid #999;
}
.totalprice_info tbody tr th,
.totalprice_info tbody tr td {
    padding:5px 0;
}
.totalprice_info tbody tr th {
    text-align:left;
    font-weight:bold;
    width:50%;

}
.totalprice_info tbody tr td {
    text-align:right;
    width:17.5%;
}
.totalprice_info tbody tr td:last-child {
    text-align:right;
    font-weight:bold;
    width:40%;
    padding-right:10px;
}
.totalprice_info .love{
	float: right;
    /* width:65.5%; */
	padding-right: 5px;
    color:#ff0000;
    text-decoration: underline;

}
/* 2b.sub column - button(カートを見る) */
.subtotal_base .view_cart {
    position: relative;
    width:90%;
    font-family: "Noto Sans";
    padding:10px 35px 10px 10px;
    background:transparent;
    border:2px solid #FFF;
    text-align:center;
    font-size:16px;
    font-weight:400;
    color:#FFF;
    border-radius:30px;
    margin:6px 5% 0;
	box-sizing: border-box;
}

.subtotal_base .view_cart:before {
    position: absolute;
    top: 18%;
    right: 8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
.subtotal_base .view_cart:after {
    position: absolute;
    top: 20%;
    right: 16px;
    width: 10px;
    height: 10px;
    border: 0;
    font-size:21px;
    content: "+";
    color:rgba(255,000,051,1.0);
}

/* blockquote */
#main section > blockquote {
    border:1px solid #CCC;
    width:calc(100% - 60px);
    padding:20px 30px;
    border-radius:7px;
}
#main section > blockquote p {
    font-family: "Noto Sans";
    font-size:18px;
    font-weight:900;
    color:#ff124c;
    margin-bottom:20px;
}
#main section > blockquote ul li {
    font-size:14px;
    margin-bottom:2px;
    color:#666;
}

/* 3.Campaign Area */
#campaign section {
    padding:0;
    text-align:center;
    max-height:300px;
}

.campaign_bnr {
    width:auto !important;
    max-height:300px;
    margin:0 !important;
}

/* 4.Ex-Purchase Area */
#ex-purchase {
    margin:45px 0 0;
}
.moe_special_love,
#moe_special_love {
    background-color:#ffd5df !important;
}
#moe_special_love {
    padding-bottom:50px;
}

/* 5.PR Area */
#pr{
    background-color: #ffeaef;
}
#pr section {
    padding: 50px 20px 40px 20px;
}
#pr section ul {
    width: 100%;
}
#pr section ul li {
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
#pr section ul li:nth-child(odd){
    margin-right: 30px;
}
#pr section ul li:hover{
    background-color: #fff;
}
#pr section ul li a {
    text-decoration: underline;
}
#pr section ul li a:hover{
    text-decoration: none;
}
#pr section ul li dl dl{
    display: table;
    width: 100%;
}
#pr section ul li dl dt{
    display: table-cell;
    width: 157px;
}
#pr section ul li dl dt img {
    max-width: 127px;
    height: auto;
}
#pr section ul li dl dd{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
#pr section ul li dl dd p{
    margin-top: -5px;
}


@media (max-width: 768px) {
    #search_result #wrap{
        top:   80px;
    }
    #search_result #main section{
            padding: 10px 0 25px;
    }
    .result{
        margin-bottom:0;
    }
    .column_main{
        padding:0;
        border-bottom:0px solid #ccc;
        margin-bottom:20px;
    }
    #pr h4.message_title:after {
        top: 88%;
    }
    #pr section {
        padding: 50px 20px 40px 20px;
    }
    #pr section ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #pr section ul li dl dt{
        display: table-cell;
        width: 80px;
    }
    #pr section ul li dl dt img {
        width: 100%;
        max-width:inherit;
        height: auto;
    }
    #pr section ul li dl dd{
        padding-left: 20px;
        padding-right: 0;
    }
    /* Result Area */
    #result section {
        padding: 0 10px;
    }
    #result .result_box{
		width: auto;
        font-size:85%;
        float: none;
    }

    #result .char_pic {
        width: 50px;
        height: 50px;
        margin-top:-10px;
    }
    #result .search_box {
        float: none;
        width: 100%;
        margin-left:0px;
    }
    #result .select-wrap {
		display: none;
        /* width: 24%;
        height: 40px;
        min-height: 40px; */
    }
    #result .select-wrap:after {
        top: 45%;
    }
    #result .select-wrap select {
        line-height: 10px;
        font-size: 10px;
    }
    
    #result .min_max{
    min-width: 365px !important;
    }
    
    #result .search_box .inputTxt {
        width: 69%;
    }
    #result .search_box .inputTxt input[type="text"] {
        width: 85%;
        height: 40px;
        font-size: 12px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
    }
    #result .search_box input[type="submit"] {
        width: 15%;
        height: 40px;
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-image: none;
        background-color: #999;
        background:url(/moetaku/_assets/images/common/icon_search_w.png) no-repeat top 48% left 8px #999;
        background-size:20px;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
    }
	#result .search_box .inputTxt .clearbtn {
        width: 20px;
        height: 20px;
        top: 11px;
        right: 45px;
    }
    #result .search_box .inputTxt .clearbtn::before,
    #result .search_box .inputTxt .clearbtn::after {
        width: 8px;
        margin-left: -4px;
    }
    
	#result .search_box .sort {
	    width: 8%;
	    padding:0 8px;
	}
	#result .search_box .sort img {
	    width:40px;
	}
    
	#filtering {
		min-height: 40px;
		margin-left: 5px;
		margin-right:0px;
		padding: 0 5px;
		line-height: 40px;
		width: 15%;
        color: initial;
        background: initial;
        border: solid 1px #333;
	}

	#scroll_target.scroll {
		width: 268px;
		max-height: 500px;
	}
	#main section .column_search {
		position: absolute; 
		top: 0;
		right: -270px;
		z-index: 50;
		float: none;
		width: 270px;
		margin-right: 0;
		margin-bottom: 0;
		background: #fff;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		/* transition: all .5s ease-out; */
    }
    #main section .column_search.no_search {
        width:0;
        padding:0;
    }
	.column_search input[type=checkbox] + label:before {
		left: 6px;
		margin-top: -7px;
	}
	.column_search .title_head {
		border-top-right-radius: 0;
    }
    .column_search .search_cate li {
        word-break: normal;
        padding-left: 1.8em;
        text-indent: -1.6em;
        margin-left: 0;
    }     
	#result .result-count {
		font-size: 150%;
	}
	#result .result-text h2{
	 margin-bottom:10px;
	}

	#result .supplement {
		margin-top: 10px;
	}
	#result .supplement .pc {
		display: none;
	}
	#result .maybe {
		margin: 17px 0 0 8px;
	}
	
    /* main area */
    #main section {
        width: 100%;
        padding: 15px 0 25px;
    }
    #main section .column_main {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .filter_list {

        width: 100%;
        height: 90px;
        border-top: 0;
        padding: 0;
        font-size:85%;
    }
    .filter_list dd ul li{
        margin: 0 20px 6px 0;
    }
    .filter_list dt {
        text-align: center;
    }
    .filter_list dd {
        width: 260px;
    }
    .filter_list .filter_scroll {
        max-width: 600px;
        overflow-x: inherit;
    }
    @media (max-width: 414px) {
        .filter_list .filter_scroll {
            max-width: 260px;
            overflow-x: auto;
        }
    }

    .filter_list .filter_scroll::-webkit-scrollbar {
        display: none;
    }
    .filter_list ul {
        width: 500px;
    }
    .result .list_header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .result .list_header li:first-child {
        width: 62%;
    }
    .result .list_header li:nth-child(2) {
        width: 20%;
    }
    .result .list_header li:nth-child(3),
    .result .list_header li:last-child {
        width: 18%;
    }
	.result .sort_list {
		width: auto;
		height: auto;
		margin: 0 20px;
	}
	.result .sort_header {
		width: 15%;
		height: 20px;
		margin-right: 20px;
		font-size: 71%;
		line-height: 20px;
	}
	.result .sort_header::after {
		right: -10px;
		width: 10px;
		height: 10px;
		border-top: 10px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #666;
	}
	.result .sort_header p::before,
	.result .sort_header p::after {
		content: none;
	}
	.result .sort {
		width: 80%;
		font-size: 71%;
	}
	.result .sort > li {
		padding: 0 5px;
	}
	.result .sort > li:first-child {
		border: 0;
	}
	.result .sort .sort_up::before,
	.result .sort .sort_down::before {
		left: -9px;
	}
	.result .sort .sort_up::before {
		top: -1px;
	}
    .result .result_list ul {
        height:auto;
        border:none;
        border-top:1px solid #ccc;
    }
    .result .result_list li {
        box-sizing: border-box;
        padding:5px;
    }
	.result .result_list .thumb {
		width: 35%;
		height: auto;
	}
    .result .result_list .info {
        width: 40%;
		height: auto;
        font-size: 80%;
        padding: 10px 0;
		line-height: 18px;
    }
	.result .result_list .info h3{
	    font-size: 13px !important;
		line-height: 20px;
	}

    .result .result_list .vendor {
        font-size: 80%;
		margin: 0;
    }
	.result .result_list .add_products {
		width: 34%;
		min-height: 120px;
	}
    .result .result_list .price {
        width: 100%;
        padding: 0 5px 5px;
    }
	.result .price_num {
		font-size: 150%;
	}
	.result .yen {
		font-size: 100%;
	}
    .result .result_list .add_cart {
        width: 100%;
        padding: 0;
    }
	.result .result_list .add_cart > * {
		width: calc(100% / 2 - 1px);
	}
	.result .result_list .add_cart a {
		padding-left: 8px;
	}
	.result .result_list .add_cart a::before {
		top: 4px;
		left: 2px;
		width: 9px;
		height: 10px;
		background-size: cover;
	}
	
	
	.landscape #result .search_box .inputTxt input[type="text"] {
		width: 60%;
	}
	.landscape #filtering {
		padding: 0 35px;
	}
	.landscape #result .result_box {
		float: none;
	}
	.landscape .filter_list ul {
		width: 600px;
	}
	.landscape .filter_list .filter_scroll {
		max-width: 600px;
		overflow-x: inherit;
	}
	.landscape .result .list_header li:nth-child(2) {
		width: 20%;
	}
	.landscape .result .sort_header {
		font-size: 100%;
		margin-right: 80px;
	}
	.landscape .result .sort_header p {
		text-align: center;
	}
	.landscape .result .sort {
		font-size: 100%;
	}
	.landscape .result .sort > li {
		padding: 0 10px;
	}
	.landscape .result .sort > li:first-child {
		border-right: 1px solid #999;
	}
	.landscape .result .sort .sort_up::before,
	.landscape .result .sort .sort_down::before {
		left: -12px;
	}
	.landscape .result .result_list .thumb {
		width: 21%;
	}
	.landscape .result .result_list .info {
		width: 49%;
	}
	.landscape .totalprice_info .love {
		width: auto;
	}


    #main section > blockquote {
        margin: 0px 20px;
        padding:15px;
    }
    /* campaign */
    #campaign {
        background: none;
    }
    .campaign_bnr {
        width: 100% !important;
    }

    /* column_sub内をSP向け表示 */
    #main section .column_sub  {
    position: fixed;
    bottom: -140px;
    right: 0px;
    font-size: 77%;
    display: none;
    padding: 0 10px;
    width: 100%;
    z-index: 30;
    float: none;
  }
  .tooltip {
    width: auto;
    padding: 10px 20px 10px 10px;
    position:absolute;
    right:5px;
    top:-35px;
    z-index: 31;
  }
  .tooltip .emphasis {
    position: relative;
    font-size: 1.5em;
  }
  .tooltip .emphasis:after {
    display: block;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-family: FontAwesome;
    content: '\f105';
    font-weight: 100;
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    top: -2px;
    right: -15px;
    font-size: 0.8em;
    padding-left: 1px;
  }
  .tooltip .moreinfo,
  .subtotal_base .subtotal hr,
  .subtotal_base .innercaption,
  .subtotal_base .totalprice_info,
  .subtotal_base .view_cart,
  .subtotal_base .subtotal p.innercaption {
    display:none;
  }

  .subtotal_base  {
    width: 100%;
    cursor: pointer;
  }
  .subtotal_base .subtotal {
    padding: 10px 5px;
  }
  .subtotal_base .subtotal p.celltitle {
    font-size: 1.6em;
    display: block;
    margin: 0;
  }
  .subtotal_base .itemnum {
    margin: 5px 0;
    font-size: 1.1em;
    padding: 3px 15px 3px 5px;
    vertical-align: top;
  }
  .subtotal_base .itemnum:before {
    top: 1px;
    right: 3px;
    width: 12px;
    height: 12px;
  }
  .subtotal_base .itemnum:after {
    font-size: 12px;
    top: 3px;
    right: 4px;
    font-weight: 100;
  }
  .subtotal_base .subtotal p {
    display: inline-block;
    font-size: 14px;
    width: auto;
    vertical-align: bottom;
    margin: 0 3px 10px;
  }
  .subtotal_base .subtotal span.totalprice {
    font-size: 22px;
    vertical-align: bottom;
  }
  .subtotal_base .application {
    font-size: 18px;
    width: 50%;
    height: 40px;
    padding: 8px 37px 8px 10px;
    display: block;
    margin: 0;
    font-weight: 300;
    float: right;
    margin-top: -13px;
    margin-right: -2px;
    margin-bottom: 10px;
  }
  .subtotal_base .application:before {
      top: 8px;
      right: 11px;
    font-size: 130%;
  }
}

@media screen and (max-width: 355px) {
	#result .search_box .inputTxt input[type="text"] {
		width: 55%;
	}
}
@media screen and (max-width: 320px) {
	.result .sort_header {
		padding-left: 4px;
	}
	.result .sort .sort_up::before,
    .result .sort .sort_down::before {
		content: none;
	}
}
/* スマホ用　検索結果リスト　調整用*/
@media (max-width: 414px) {
    .result .list_header li:nth-child(2) {
        width: 20%;
    }

}

/* ボタン非活性 */
a.disabled,
a.disabled img {
  opacity:0.3;
  cursor: default;
  text-decoration: none;
}
/* 買取金額詳細fiexed */
.fixed {
  position: fixed;
  z-index: 998;
  box-sizing:border-box;
}

/* モーダル関係 */
#modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.7);
  cursor: pointer;
}
#modal-overlay * {
  box-sizing:border-box;
}
#modal-overlay .wrap {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#modal-overlay .container {
  display: table-cell;
  vertical-align: middle;
  position:relative;
}
#modalcontainer {
  margin: auto;
  cursor: auto;
  position: relative;
  border: 10px solid #FF6685;
  background-color: #ff6685;
  border-radius: 10px;
}

#modalcontainer .modal-close-button {
    position: absolute;
    display: block;
    top: -1.3rem;
    right: -1rem;
    width: 1em;
    height: 1em;
    color: #FF6685;
    background: #fff;
    line-height: 1.0;
    font-size: 250%;
    border-radius: 100%;
}

#modalcontainer .modal-close-button:before{
    position: absolute;
    font-family: 'Fontawesome';
    content: "\f057";
    font-size: 130%;
    top: -5px;
    right: -1px;
}

#modalcontainer .subtotal_base {
  background-color: #FF6685;
  width:100%;
  border:none;
  padding:0;
  cursor: auto;
}
#modalcontainer .subtotal {
  visibility:hidden;
}
#modalcontainer .subtotal_base .subtotal p.celltitle {
  margin: 15px 15px 0;
  display:block;
}
#modalcontainer .subtotal_base .itemnum {
	margin: 10px 15px;
}
#modalcontainer .totalprice_info tbody tr th,
#modalcontainer .totalprice_info tbody tr td {
	font-size: 14px;
} 
#modalcontainer .subtotal_base .itemnum:before {
  content: "\f056";
}
/*
#modalcontainer .subtotal_base .itemnum:after {
  content:"-";
  top: 14%;
  right: 15px;
}
*/
#modalcontainer .subtotal_base .subtotal p {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  margin: 0;
}
#modalcontainer .subtotal_base .application {
  width: auto;
  float: right;
  margin: -10px 5%;
  padding: 20px 55px 20px 40px;
}
#modalcontainer .subtotal_base .subtotal p.innercaption {
  margin:0 5%;
}
#modalcontainer .cart-items {
  background-color: #ff6685;
}
#modalcontainer .subtotal + .cart-items {
  margin-top:10px;
}
#modalcontainer .cart-item {
  width:100%;
  border-radius:7px;
  background:#fff;
  box-shadow:0px 0px 10px rgba(255,000,051,0.75);
  overflow:hidden;
  position:relative;
  padding:10px;
}
#modalcontainer .cart-item + .cart-item {
  margin-top:10px;
}
#modalcontainer .cart-item .del {
  position: absolute;
  display: block;
  right: 17px;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
    color: #000;
  line-height: 1.3em;
  text-align: center;
font-size: 180%;
}
.del:before {
    position: absolute;
    font-family: 'Fontawesome';
    content: "\f057";
}
#modalcontainer .cart-item .img {
  float:left;
}
#modalcontainer .cart-item .img img {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
#modalcontainer .cart-item .text {
  line-height: 1.4em;
  margin-left: 70px;
}

#modalcontainer .cart-item .text .item_name {
  width: 92%;
}
#modalcontainer .cart-item .text .item_maker {
  font-size: 0.8em;
  float: left;
}
#modalcontainer .cart-item .text .item_price {
  color: #FF124C;
  font-weight: 900;
  font-size: 1em;
  font-family: "Roboto","Noto Sans" !important;
  float: right;
  padding-right: 7%;
}
#modalcontainer .cart-item .text .item_price span {
  font-size: 1.6em;
}
#modalcontainer .cart-item .text .unopened {
  clear: right;
  float: left;
  height: 26px;
  line-height: 28px;
}
#modalcontainer .cart-item .text .unopened:after {
  content:'未開封品';
  margin-left: 5px;
}
#modalcontainer .cart-item .text .unopened span {
  display: block;
  float:left;
  width: 26px;
  height: 26px;
  border: 1px solid #666;
  border-radius: 5px;
  margin-right: 0.5em;
  position: relative;
  cursor: pointer;
    box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset;  -moz-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset;  -webkit-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset;

}
#modalcontainer .cart-item .text .unopened span.check:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #FF114C;
  position: absolute;
  top: 3px;
  left: 3px;
}
#modalcontainer .cart-item .text .amount {
  float: left;
  margin-left: 40px;
  height: 26px;
  line-height: 28px;
  position: relative;
}
#modalcontainer .cart-item .text .amount:before {
  position: absolute;
  content:'数量';
  left:0;
}
#modalcontainer .cart-item .text .amount a {
  display: block;
  float: left;
  border: 1px solid #666;
  height: 26px;
  width: 60px;
  text-align: center;
  line-height: 26px;
}
#modalcontainer .cart-item .text .amount a.check {
  background-color: #FF114C;
  color:#fff;
}
#modalcontainer .cart-item .text .amount a:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  margin-left: 40px;
}
#modalcontainer .cart-item .text .amount a:nth-child(2) {
  margin-left: -1px;
  border-radius: 0px 5px 5px 0px;
}
@media (max-width: 768px) {
  #modalcontainer {
    width:100%;
    border: 7px solid #FF6685;
    border-radius: 7px;
  }

  #modalcontainer .modal-close-button {
    top: -1.1rem;
    right: -0.8rem;
  }
  #modalcontainer .subtotal_base .subtotal p.celltitle {
    font-size: 1.2em;
    display: block;
    margin: 0;
  }
  #modalcontainer .subtotal_base .itemnum {
    margin: 5px 0;
    font-size: 0.8em;
    padding: 3px 20px 3px 5px;
    vertical-align: top;
  }
  #modalcontainer .subtotal_base .itemnum:before {
    top: 1px;
    right: 3px;
    width: 15px;
    height: 12px;
  }
  #modalcontainer .subtotal_base .itemnum:after {
    right: 4px;
    top: 2px;
    font-size: 12px;
    font-weight: 500;
  }
  #modalcontainer .subtotal_base .application {
    font-size: 18px;
    width: 48%;
    padding: 8px 37px 8px 10px;
    display: block;
    margin: 0;
    font-weight: 400;
    float: right;
    margin-top: -13px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #modalcontainer .tooltip .moreinfo,
  #modalcontainer .subtotal_base .subtotal hr,
  #modalcontainer .subtotal_base .innercaption,
  #modalcontainer .subtotal_base .totalprice_info,
  #modalcontainer .subtotal_base .view_cart,
  #modalcontainer .subtotal_base .subtotal p.innercaption {
    display: block;
  }
  #modalcontainer .subtotal_base .subtotal hr {
    margin:5px 0;
  }
  #modalcontainer .totalprice_info {
    font-size:0.85em;
    margin:5px 5%;
  }
  #modalcontainer .totalprice_info tbody tr th {
    width:auto;
    white-space:nowrap;
  }
  #modalcontainer .totalprice_info tbody tr td {
    width:37.5%;
    white-space: nowrap;
    padding-left: 10px
  }
  #modalcontainer .totalprice_info tbody tr td:last-child {
    width:40%;
  }

  #modalcontainer .cart-items {
    -webkit-overflow-scrolling: touch;
  }
  #modalcontainer .cart-items::-webkit-scrollbar {
    width: 4px;
    margin-left:-10px;
  }
  #modalcontainer .cart-items::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
    padding-top: 10px;
  }
  #modalcontainer .cart-items::-webkit-scrollbar-thumb {
/*    background: rgba(255,000,051,1);*/
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #modalcontainer .cart-item .text .amount {
    float:right;
  }
  #modalcontainer .cart-item .del {
      right: 12px;
  }
}
/* モーダル内のカスタムスクロールバー */
  #modalcontainer .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity:1;
}
  #modalcontainer .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff0033;
  background-color: rgba(255,000,051,0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
  #modalcontainer .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  #modalcontainer .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #ff0033; background-color: rgba(255,000,051,0.5);
  filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
  #modalcontainer .mCSB_scrollTools {
  opacity:1;
}

.no_search{
    margin-top: -25px;
}
.list_style {
    line-height: 1.6em;
}
.list_style dt{
    background: #eee;
    border-top:1px solid #666;
    padding:8px 12px 7px;
    font-weight: 700;
}

.list_style dd{
    padding:12px;
}



@media (max-width: 768px) {
    .no_search{
        margin-bottom:0px;
        padding:30px 20px;
    }
}

.camp-bonus { background-color:#ff124c; color:#FFFFFF; padding:2px 8px; border-radius:5px; margin:0 5px 0 8px; font-weight:normal; margin-bottom:8px; }



/*-- pager  --*/
.pager        { margin-top:10px; }
.pager ul     { padding: 10px 0 0px; text-align: right; }
.pager ul li  { display: inline-block; }
.pager ul li span, 
.pager ul li a {
    color: #fff;
    padding: 5px 10px 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
    border-radius: 3px;
    text-decoration: none;
}
.pager ul li a { border: 1px solid #ff124c75; color: rgba(255,000,051,0.6); }
.pager ul li.self span { border: 1px solid #7e7d7d; background: #999; }
.pager ul li.prev   { margin-right: 8px; }
.pager ul li.prev a { padding-right: 15px; }
.pager ul li.next   { margin-left: 8px; }
.pager ul li.next a { padding-left: 15px; }
.pager ul li.dot    { vertical-align: bottom; }


@media (max-width: 768px) {
    .pager ul { text-align: center; }
}
/*-- pager  --*/

.reset_link a { margin-left:10px; }

/*-- suggest  --*/
.np-keyword-suggest { overflow:hidden; width:57%; background-color:#fff; border:1px solid #ccc; padding:10px 20px; box-sizing:border-box; 
    -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
  }
  .np-keyword-suggest div { width:100%; display:block; overflow:hidden; white-space:nowrap; height:auto; text-align:left; padding:5px 0px 5px 5px; box-sizing:border-box; }
  .np-keyword-suggest .item { -webkit-tap-highlight-color:#ffd4df; }
  .np-keyword-suggest .item.selected { color:#000; background-color:#ffd4df; }
  .np-keyword-suggest .item .highlight { display:contents; font-weight:bold; }
  .np-keyword-suggest .path:after { font-size: 13px; color:#ff5200; margin-left:10px; content:"原作"; vertical-align:middle; font-weight:bold; }
  .np-keyword-suggest .narrow4:after { font-size: 13px; color:#ff5200; margin-left:10px; content:"メーカー"; vertical-align:middle; font-weight:bold; }
  .np-keyword-suggest div.np-keyword-suggest-group-query { display:none; }
  .np-keyword-suggest div.np-keyword-suggest-group-path { border-bottom: #ccc 1px solid; margin-bottom:5px; }
  .np-keyword-suggest div.np-keyword-suggest-group-narrow4 { border-bottom: #ccc 1px solid; margin-bottom: 5px; }

  @media (max-width: 768px) {
    .np-keyword-suggest { width:100%; }
  }
  
 
  /*-- suggest  --*/
  

.dot::before{
	content:none;
}
