div#itemlist_title {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

/******************************
	検索結果表示
*******************************/
h1 {
	height: 30px;
    padding: 10px 10px 0px 10px;
    background: #000000;
    color: #fff;
    font-size:17px;
    font-weight: bold;
}

div.result {
    margin: 10px auto;
    padding: 0px 20px;
}

@media screen and (max-width: 768px){
	div.result {
		padding: 0px 5px;
	}
}

div.result_left{
	float:left;
}

p.result{
	margin:0;
	font-size:12px;
}

.result span {
    color: #f00;
    font-size: 17px;
    font-weight: bold;
}

/******************************
	商品一覧列挙エリア
*******************************/
.itemlist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.itembox {
	border: 1px solid #ddd;
	width: 100%;
}
.itembox a {
	width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.item_tn {
	margin: 0px 5px 30px 5px;
    padding: 0 0px;
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-flow: column;
}

.item_tn:nth-child(4n) {
	margin-right: 0;
}

/* 商品価格 */
.itemlist div samp {
	padding:0 5px 5px 5px;
	  flex-grow: 2;
	  display: flex;
	  flex-flow: column;
	  justify-content: flex-end;
  }

  .itemlist div samp strong {
	  clear:both;
	  display:block;
	  text-align:left;
	  color:#f00;
	  font-size:14px;
  }

  .itemlist div samp p.nomal {
    clear: both;
    display: block;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

  .itemlist div a {
	color:#333;
	text-decoration:none;
  }

  .itemlist div a.item-tn {
	position: relative;
	display: block;
	background:#fff;
  }

  .itemlist div a:hover {
	color:#666;
	text-decoration:underline;
  }

  .itemlist div h3 {
  }

  .itemlist div h3 a {
	color:#36c;
	text-decoration:none;
	display:block;
	padding:0.5em 5px 5px 5px;
	overflow:hidden;
	width: 100%;
	font-size: 15px;
  }

  .itemlist div h3 a:hover {
	color:#f90;
	text-decoration:underline;
  }

	.itemlist div em {
		padding:5px 5px;
		font-style:normal;
		font-size:13px;
		text-align:left;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

  .itemlist img.itemphoto {
	position:absolute;
	border:1px dotted #333;
  }

  .itemlist img.item-tn, .itemlist img.item-soldout {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  }

  .itemlist img.item-new {
	position:absolute;
	top:0;
	left:0;
  }
	
	@media screen and (max-width: 768px){
		.itemlist div em {
			padding:5px 0;
			font-size: min(3.125vw, 13px);
		}
	}

/******************************
	商品ステータス
*******************************/
.itemlist div p.options {
  margin:0;
  padding:0;
  text-align: left;
}

.itemlist div p.options img {
  margin:0 2px 2px 0 !important;
}


/******************************
	ページ一覧
*******************************/
div.pages {
    width: 40%;
    min-width: 430px;
    margin: 15px 0 20px 0;
    float: left;
}

div.result div.pages {
    margin: 15px 0 0px 0;
}

div.pages ul{
	list-style:none;
	margin:auto;
	padding:0;
    display: flex;
    width: 100%;
}

div.pages li{
	float:left;
	margin-right:2px;
    flex-grow: 2;
    max-width: 50px;
}

div.pages li a,.pages li strong{
	display:block;
	padding:8px 2px;
	border:1px solid #ccc;
	text-align:center;
	color: #98D431;
	font-size:12px;
	text-decoration:none;
}

div.pages li a:hover,div.pages li strong{
	background-color:#98D431;
	color:#fff;
}

.backimages{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: auto;
	box-sizing: border-box;
	background: #f1f1f1;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.backimages>div:first-child{
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
.backimages>div:last-child{
	width: 30%;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
}
.backimages>div>img{
	width: 100%;
}
.gee-gentei-midashi{
	font-weight:bold;
	font-size:1.35em;
}

@media screen and (max-width: 768px) {
	.backimages>div:first-child{
		width: 100%;
		padding: 20px 15px 15px;
	}
	.backimages>div:last-child{
		width: 100%;
		padding: 0 15px 20px;
	}
	.gee-gentei-midashi{
		font-size: 1.2em;
	}
}
.img_right div{
	height: 46px;
	width:100%;
	margin-bottom: 15px;
	display: table;
}
.img_right div a{
	padding: 10px 5px;
	box-sizing: border-box;
	color:#fff;
	background: linear-gradient(#ba3013,#de3e1e);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1rem;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
.img_right div a:hover{
	text-decoration: none;
	background:#ea601f;
}
.pc-d-n{
	display: none;
}
@media screen and (max-width: 768px) {
	.img_right{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.img_right div{
		width: calc((100% - 15px) / 2 );
		width: -webkit-calc((100% - 15px) / 2 );
		margin-right: 15px;
		margin-bottom: 0;
	}
	.img_right div:last-of-type{
		margin-right: 0;
	}
}

	@media screen and (max-width: 500px) {
		.pc-d-n{
			display: block;
		}
		.sp-d-n{
			display: none;
		}
	}

/******************************
	フォーム
*******************************/
div.result_right {
	padding: 15px 0 0 0;
    float: right;
    display: flex;
    flex-flow: column;
    max-width: 380px;
}

/******************************
	商品のソート
*******************************/
div.order {
	padding-top:5px;
	float:right;
	clear:both;
}


/******************************
	商品の表示件数
*******************************/
div.result_right ul{
  float:left;
}

div.result_right li{
	float:left;
	margin:0 10px 0 0;
	font-size:14px;
}

div.result_right a {
    color: #98D431;
}

/******************************
	　　関連ニュースエリア
*******************************/
#itemlist_newtopic {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
    background: #fff;
    margin: 20px 0;
}

#itemlist_newtopic h2 {
    width: 100%;
    height: 42px;
    padding: 11px 0;
    background: #B1B1B1;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}

#itemlist_newtopic h2 p {
    width: 25%;
    padding: 2px 10px 0 15px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #98D431;
}

@media screen and (max-width: 768px){
	#itemlist_newtopic h2 p {
		width: 50%;
	}
}

ul.news_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

li.news {
    display: flex;
    width: 100%;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.news_img {
    display: block;
    width: 20%;
}

.news_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 10px;
}

.news_info em {
    width: 15%;
    height: 20px;
    padding-top: 5px;
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.news_info h3 {
    width: 100%;
}

.news_info p {
    width: 100%;
    color: #888888;
}

@media screen and (max-width: 768px){
	li.news {
		width:95%;
		margin:auto;
		padding:5px 0;
	}

	.news_img {
    	width:35%;
	}

	.news_info {
    	width:65%;
	}

	.news_info em {
		width:50%;
		padding-top:2px;
	}

	.news_info h3, .news_info p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/******************************
	SP関係
*******************************/

@media screen and (max-width: 768px){

	p.result {
		font-size: 13px;
		font-weight: bold;
	}

	div.more_button a {
		padding: 10px 100px;
		font-size: 13px;
	}


	/* ページャー */
	div.pages {
		width:100%;
    	min-width: auto;
		margin:10px 0;
		float: none;
		display: flex;
	}

	div.pages ul{
		justify-content: center;
		overflow: hidden;
	}

	/* セレクトボックス */

	div.disp_num{
		float:left;
		width: 38%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_order{
		float:left;
		width: 31%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_num select , div.disp_order select{
		height: 30px;
		width: 100%;
	}

	div.disp_searchline{
		float:left;
		width: 24%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_searchline ul{
		display:flex;
		height:30px;
		justify-content: flex-end;
	}

	div.disp_searchline ul li{
		width: 33%;
		max-width: 30px;
		display:flex;
		opacity: 0.5;
		cursor: pointer;
	}

	div.disp_searchline ul li img{
		width: 100%;
	}

	div.disp_searchline ul li#searchline2{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_one div.disp_searchline ul li#searchline1{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_one div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}
	#maincol.line_three div.disp_searchline ul li#searchline3{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_three div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}

	/******************************
	商品一覧列挙エリア(SP)
	*******************************/
	.itemlist {
		margin: 0;
	}

	.itembox {
		/* max-width: 180px;
		max-height: 180px;
		min-width: 120px;
		min-height: 120px;
		width: 20vw;
		height: 20vw; */
	}

	.itembox a{
	}

	.item_tn {
	width: calc((100% - 10px) / 2);
	}

	.item_tn:nth-of-type(4n) {
	margin-right: 5px;
	}

	.item_tn:nth-of-type(4n+1) {
	margin-left: 5px;
	}

	.item_tn:nth-of-type(2n) {
	margin-right: 0;
	}

	.item_tn:nth-of-type(2n+1) {
	margin-left: 0;
	}

	.line_one .item_tn {
	width: 100%;
	}

	.line_one .item_tn:nth-of-type(4n) {
	margin-right: 0;
	}

	.line_one .item_tn:nth-of-type(4n+1) {
	margin-left: 0;
	}

	.line_one .item_tn:nth-of-type(2n) {
	margin-right: 0;
	}

	.line_one .item_tn:nth-of-type(2n+1) {
	margin-left: 0;
	}

	.line_three .item_tn {
	width: calc((100% - 25px) / 3);
	margin-bottom: 10px;
	}

	.line_three .item_tn:nth-of-type(4n) {
	margin-right: 5px;
	}

	.line_three .item_tn:nth-of-type(4n+1) {
	margin-left: 5px;
	}

	.line_three .item_tn:nth-of-type(2n) {
	margin-right: 5px;
	}

	.line_three .item_tn:nth-of-type(2n+1) {
	margin-left: 5px;
	}

	.line_three .item_tn:nth-of-type(3n) {
	margin-right: 0;
	}

	.line_three .item_tn:nth-of-type(3n+1) {
	margin-left: 0;
	}

	.line_three .item_tn em, .line_three .item_tn samp, .line_three .item_tn h3 {
	display:none;
	}

	.pankuzu {
		font-size: 9px;
	}
}

/* バナーのマウスオーバー */
div.itembox:hover a {
    opacity: 0.6;
    transition-duration: 0.3s;
}