@charset "EUC-JP";
/* 初期設定 */
* {
    border: medium none;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-size: 14px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #151515;
    font-style: normal;
}
strong {
    font-weight: bold;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
}
a:hover img, input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
outline-offset: -2px;
}

@media (min-width: 781px) {
	.sp {
		display: none !important;
	}
}
@media (max-width: 780px) {
	.pc {
		display: none !important;
	}
}

.fr {
	float: right;
}

body {
	padding-top: 85px;
	box-sizing: border-box;
}


@media (min-width: 781px) {
	body {
		overflow: auto !important;
	}
}
/*
header {
	border-top: 3px solid #ff0000;
	position: relative;
	height: 85px;
	box-sizing: border-box;
	border-bottom: 1px solid #d3d3d3;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
	top: 0px;
	left: 0px;
}

.head_logo {
	display: inline-block;
	position: absolute;
	left: calc(50% - 475px);
	top: 15px;
	z-index: 10;
}

@media (min-width: 781px) {
	.sp_logo, .sp_language {
		display: none;
	}
}

@media (max-width: 980px) {
	.head_logo {
		left: 5px;
	}
}

.gnav {
	position: absolute;
	width: 100%;
	top: 40px;
}

.gnav .gnav_content {
}

.gnav .gnav_inner {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	-ms-justify-content: flex-end;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-justify-content: flex-end;
}

.gnav .gnav_inner > ul {
	display: flex;
	flex-flow: wrap;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	margin-right: calc(50% - 475px);
}

.gnav .gnav_inner > ul > li:not(:first-child) {
	margin-left: 50px;
}

.gnav .gnav_inner > ul > li {
}

.gnav .gnav_inner > ul > li > a {
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
}

.gnav .gnav_inner > ul > li > a:hover::after, .gnav .gnav_inner > ul > li.current > a::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background-color: #ff0000;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.head_language {
	font-size: 12px;
	position: absolute;
	right: calc(50% - 475px);
	top: 15px;
	line-height: 1em;
}

.head_language::before {
	content: "▲";
	display: inline-block;
	position: relative;
	transform: rotate(90deg);
	margin-right: 5px;
}



.gnav ul > li:hover > .megamenu {
max-height: 9999px;
opacity: 1;
padding: 30px 0;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
.megamenu {
background-color: #fff;
max-height: 0;
opacity: 0;
overflow: hidden;
width: 100%;
position: absolute;
top: 35px;
left: 0;
transition: all .2s ease-in;
z-index: 999;
}
.megamenu_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	max-width: 980px;
	width: 96%;
	margin: 0 auto;
}

.megamenu_inner > p {
	max-width: 230px;
	width: 23.469387755102040816326530612245%;
	text-align: right;
	border-right: 1px solid #c9c9c9;
	padding-right: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 18px;
}

.megamenu_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	width: 730px;
	width: 74.489795918367346938775510204082%;
}

.megamenu_inner ul::after {
	content: "";
	display: block;
	max-width: 230px;
	width: 31.506849315068493150684931506849%;
}

.megamenu_inner ul li {
	margin-bottom: 30px;
	max-width: 230px;
	width: 31.506849315068493150684931506849%;
}

.megamenu_inner ul li a {
	display: inline-block;
	width: 100%;
}

.megamenu_inner ul li a img {
	margin-bottom: 5px;
	width: 100%;
}

.megamenu_inner ul li a p {
	text-align: center;
}



@media (max-width: 980px) {
	.gnav .gnav_inner > ul {
		margin-right: 5px;
	}
	.gnav .gnav_inner > ul > li:not(:first-child) {
		margin-left: 20px;
	}
	.head_language {
		right: 5px;
	}
}
@media (min-width: 781px) {
	.gnav button {
		display: none;
	}
	.gnav .gnav_content {
		display: block !important;
		opacity: 1 !important;
	}
}
@media (max-width: 780px) {
	.head_language {
		display: none;
	}

	.gnav {
		width: 100%;
		top: 0px;
	}
	
	.gnav button {
		position: absolute;
		right: 20px;
		top: 20px;
		background-color: transparent;
		cursor: pointer;
		line-height: 1em;
		z-index: 200;
		width: 43px;
		height: 50px;
		outline: none;
	}
	.gnav button span {
		display: block;
		height: 4px;
		width: 43px;
		background-color: #d4d4d4;
		border-radius: 2px;
		position: absolute;
		transition: 0.2s transform ease-out, 0.2s opacity ease-out;
	}
	.gnav button p {
		color: #7a7a7a;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
	}

	.gnav button span:nth-of-type(1) {
		top: 0px;
		left: 0px;
	}
	.gnav button span:nth-of-type(2) {
		top: 12px;
		left: 0px;
	}
	.gnav button span:nth-of-type(3) {
		top: 24px;
		left: 0px;
	}
	.gnav.open button span:nth-of-type(1) {
		transform: rotate(-45deg);
		top: 15px;
	}
	.gnav.open button span:nth-of-type(2) {
		opacity: 0;
	}
	.gnav.open button span:nth-of-type(3) {
		transform: rotate(45deg);
		top: 15px;
	}
	
	
	
	.gnav .gnav_content {
		background-color: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		justify-content: center;
		display: -ms-flex;
		-ms-flex-flow: wrap;
		-ms-align-items: center;
		-ms-justify-content: center;
		display: -webkit-flex;
		-webkit-flex-flow: wrap;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		overflow: auto;
		padding: 30px 0px;
		box-sizing: border-box;
		min-height: 500px;
		transition: 0.1s opacity ease-out;
		opacity: 0;
		z-index: -10;
	}

	.gnav.close .gnav_content {
		display: none;
	}
	.gnav .gnav_content .gnav_inner {
		display: flex;
		flex-flow: wrap;
		display: -ms-flex;
		-ms-flex-flow: wrap;
		display: -webkit-flex;
		-webkit-flex-flow: wrap;
	}
	.gnav .gnav_content .gnav_inner .sp_logo {
		border-right: 1px solid #ccc;
		padding-right: 30px;
		margin-right: 30px;
		box-sizing: border-box;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		display: -ms-flex;
		-ms-flex-flow: wrap;
		-ms-align-items: center;
		display: -webkit-flex;
		-webkit-flex-flow: wrap;
		-webkit-align-items: center;
	}
	.gnav .gnav_content .gnav_inner > ul {
		flex-flow: column;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
		margin-right: 0px;
	}
	.gnav .gnav_content .gnav_inner > ul > li {
		margin-bottom: 15px;
	}
	.gnav .gnav_content .gnav_inner > ul > li:not(:first-child) {
		margin-left: 0px;
	}
	.gnav .gnav_content .gnav_inner > ul > li a {
		font-size: 20px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu {
		opacity: 1;
		max-height: 9999px;
		width: auto;
		position: static;
		margin-left: 20px;
		margin-top: 10px;
	}
	.gnav .gnav_content .gnav_inner > ul > li:hover > .megamenu {
		padding: 0px;
		box-shadow: none;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner {
		width: auto;
		display: block;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner > p {
		display: none;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul {
		width: auto;
		width: 380px;
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li {
		margin-bottom: 15px;
		width: 180px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li:nth-of-type(even) {
		margin-left: 20px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a {
		display: block;
	}
	
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a img {
		display: none;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a p {
		font-size: 16px;
		color: #777;
		text-align: left;
		display: inline;
		position: relative;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a p::before {
		content: "- ";
	}

	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a:hover p::after {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background-color: #aaa;
		position: absolute;
		bottom: -5px;
		left: 0px;
	}
	
}


@media (max-width: 640px) {
	.gnav .gnav_content .gnav_inner {
		flex-flow: column;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
	}
	.gnav .gnav_content .gnav_inner .sp_logo {
		border-right: 1px;
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}
	.gnav .gnav_content .gnav_inner > ul > li {
		text-align: center;
	}
	.gnav .gnav_content .gnav_inner > ul > li a {
		font-size: 16px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu {
		margin-left: 0px;
		margin-top: 20px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul {
		width: 320px;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li {
		width: 150px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a p {
		font-size: 14px;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.gnav .gnav_content .gnav_inner > ul > li a {
		font-size: 14px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul {
		width: 280px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li {
		width: 130px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li a p {
		font-size: 12px;
	}
	.gnav .gnav_content .gnav_inner > ul > li .megamenu .megamenu_inner ul li:nth-of-type(even) {
		margin-left: 10px;
	}
}

@media (max-width: 780px) and (max-height: 500px) {
	.gnav .gnav_content {
		align-items: flex-start;
		-ms-align-items: flex-start;
		-webkit-align-items: flex-start;
	}
}
@media (max-width: 640px) and (max-height: 520px) {
	.gnav .gnav_content {
		align-items: flex-start;
		-ms-align-items: flex-start;
		-webkit-align-items: flex-start;
	}
}


.bottom_sns {
	border: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	max-width: 980px;
	width: 96%;
	margin: 0 auto 60px;
	padding: 20px 0px 40px;
}

.bottom_sns dl dt {
	text-align: center;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.bottom_sns dl dt::before {
	content: url(/wp/wp-content/themes/aixia/images/sns_icon.png);
	margin-right: 10px;
}

.bottom_sns dl dd ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	-ms-justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-justify-content: center;
}

.bottom_sns dl dd ul li {
	margin: 0px 10px;
}

.foot_sitemap {
	background-color: #666;
}

.foot_sitemap .inner {
	max-width: 96%;
	width: 980px;
	margin: 0 auto;
	padding: 50px 0px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	-ms-justify-content: space-around;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-justify-content: space-around;
}

.foot_sitemap .inner dl {
}

.foot_sitemap .inner dl dt {
	margin-bottom: 10px;
}

.foot_sitemap .inner dl dt a {
	font-size: 16px;
	color: #fff;
}

.foot_sitemap .inner dl dd ul li {
	margin-bottom: 5px;
}

.foot_sitemap .inner dl dd ul li a {
	color: #fff;
	position: relative;
	padding-left: 10px;
}

.foot_sitemap .inner dl dd ul li a:hover {
	text-decoration: underline;
}

.foot_sitemap .inner dl dd ul li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #fff;
	width: 0px;
	height: 0px;
	border-left: 4px solid #fff;
	border-right: 4px solid transparent;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.foot_sitemap .inner > ul li {
	margin-bottom: 5px;
}

.foot_sitemap .inner > ul li a {
	color: #fff;
}

.foot_sitemap .inner > ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 840px) {
	.foot_sitemap .inner > dl, .foot_sitemap .inner > ul {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.foot_sitemap .inner {
		width: 100%;
		max-width: 100%;
		padding: 0px;
	}
	.foot_sitemap .inner > dl {
		width: 100%;
		margin-bottom: 0px;
	}
	.foot_sitemap .inner > dl dt {
		border-bottom: 1px solid #fff;
		display: block;
		margin-bottom: 0px;
	}
	.foot_sitemap .inner > dl dt a {
		display: block;
		padding: 10px;
		transition: 0.1s background-color ease-out;
	}
	.foot_sitemap .inner > dl dt a:hover {
		background-color: #2F2F2F;
	}
	.foot_sitemap .inner > dl dd {
		display: none;
	}
	.foot_sitemap .inner > ul {
		margin: 20px 0px;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		display: -ms-flex;
		-ms-flex-flow: wrap;
		-ms-justify-content: center;
		display: -webkit-flex;
		-webkit-flex-flow: wrap;
		-webkit-justify-content: center;
		width: 380px;
	}
	
	.foot_sitemap .inner > ul li {
		padding: 0px 20px;
	}
	.foot_sitemap .inner > ul li:nth-of-type(2), .foot_sitemap .inner > ul li:nth-of-type(4), .foot_sitemap .inner > ul li:nth-of-type(5) {
		border-left: 1px solid #fff;
		box-sizing: border-box;
	}

}

@media (max-width: 380px) {
	.foot_sitemap .inner > ul {
		flex-flow: column;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
	}
	.foot_sitemap .inner > ul li {
		padding: 0px;
		text-align: center;
	}
	.foot_sitemap .inner > ul li:nth-of-type(2), .foot_sitemap .inner > ul li:nth-of-type(4), .foot_sitemap .inner > ul li:nth-of-type(5) {
		border-left: none;
	}
}
.copyright {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.copyright div {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	display: -ms-flex;
	-ms-flex-flow: wrap;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	font-size: 12px;
}

.copyright div img {
	margin-right: 10px;
	width: 65px;
}

.copyright p {
	font-size: 10px;
	font-family: Arial, Helvetica, "sans-serif";
}

@media (max-width: 640px) {
	.copyright {
		flex-flow: column;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
	}
	.copyright div {
		margin-bottom: 10px;
	}
}

.pagetop {
	width: 52px;
	margin-bottom: 20px;
	margin-left: calc(100% - (50% - 520px));
	height: 35px;
	border-radius: 5px;
	background-color: #b2b2b2;
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	display: -ms-flex;
	flex-flow: -ms-wrap;
	-ms-align-items: center;
	-ms-justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	cursor: pointer;
}

.pagetop::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	position: relative;
	transform: rotate(-45deg);
}

@media (max-width: 1200px) {
	.pagetop {
		margin-left: calc(100% - 80px);
	}
}
*/


.wrap {
	width: 96%;
	max-width: 980px;
	margin: 0 auto 30px;
}

.h2_title {
	margin: 35px 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.pankuzu {
	overflow: hidden;
	margin-bottom: 50px;
}

.pankuzu li {
	float: left;
}

.pankuzu li:not(:first-child) {
	margin-left: 10px;
}

.pankuzu li:not(:first-child)::before {
	content: "＞";
	margin-right: 10px;
}

.pankuzu li a {
	color: #ff0000;
	text-decoration: underline;
}


@media screen and (max-width: 750px) {
	.pankuzu {
		overflow-x: scroll;
	}
	.pankuzu li {
	float: none !important;
	display: table-cell;
  white-space: nowrap;
}
.pankuzu li:not(:first-child)::before {
	padding-left:10px;
}
}


h2.tit_result {
    display: none;
}

#cont_result {
    margin-bottom: 50px;
}

#cont_result .found {
    font-size: 16px;
    font-weight: bold;
}

.kodawari_txt {
    margin-bottom: 20px;
}

.paging_top p, .paging_top p span, .paging_bottom p, .paging_bottom p span {
    color: #aaa;
}

#frame {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

#frame .top {
	width:100%;}

#frame::after {
    content: "";
    display: block;
    width: 49%;
}

#products_entry {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    width: 49%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

#prd_thumb {
    display: flex;
    flex-flow: column;
    align-items: center;
    display: -ms-flex;
    -ms-flex-flow: column;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
    width: 130px;
}

.thumb_img {
    display: inline-block;
    margin-bottom: 20px;
}

#prd_thumb img {
	max-width:120px;
	max-height:120px;
	}


#prd_thumb .thumb_btn {
    width: 110px;
    height: 24px;
    border: 1px solid #cacaca;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: 0.1s color ease-out, 0.1s background-color ease-out;
}

#prd_thumb .thumb_btn:hover {
	background-color: #393939;
}

#prd_thumb .thumb_btn::before {
    content: "商品詳細";
}

#prd_thumb .thumb_btn:hover::before {
    color: #fff;
}

#prd_thumb .thumb_btn img {
    display: none;
}

#prd_info {
    width: calc(100% - 150px);
}

#prd_info > a {
    display: inline-block;
    margin-bottom: 10px;
}

#prd_info > a h3.name {
    display: none;
}

#prd_info > a p {
    margin-bottom: 10px;
}

#prd_info > a h4.name_s {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.icon {
    overflow: hidden;
}

ul.icon > a {
    display: none;
}

ul.icon li {
    float: left;
    margin-right: 5px;
}

.totop_sp {
    display: none;
}

.btn_search {
    display: none;
}

input[type="submit"].btn_search_sp, .list_back {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    border: 1px solid #cacaca;
    width: 200px;
    height: 40px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    transition: 0.1s color ease-out, 0.1s background-color ease-out;
    outline: none;
}

.list_back {
    margin-top: 20px;
}



input[type="submit"].btn_search_sp:hover, .list_back:hover {
	color: #fff;
	background-color: #393939;
}



.tit_detail {
    display: none;
}

#prductView {
    overflow: hidden;
    margin-bottom: 50px;
}

.product-photo {
    float: left;
    width: 230px;
    text-align: center;
}

.product-photo img{
	max-width:200px;
}

#detail_name_sp {
    float: right;
    width: calc(100% - 250px);
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 5px;
    margin-bottom: 15px;
}



#pv_body {
    float: right;
    width: calc(100% - 250px);
}

#pv_body h3 {
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.detail_disc {
    margin-bottom: 20px;
}

#productIcon {
    width: 100%;
    margin-bottom: 10px;
}
#productIcon tr:nth-of-type(1) {
    border-bottom: 1px dashed #ccc;
}

#productIcon th {
    width: 10em;
    text-align: left;
    padding: 15px;
    border-right: 1px dashed #ccc;
}

#productIcon td {
    padding: 15px;
}

#pv_body .notice {
    text-align: right;
    color: #aaa;
}

#prod_info {
    margin-bottom: 50px;
    width: 100%;
}

#prod_info th {
    width: 7em;
    padding: 15px;
    background-color: #fafafa;
    text-align: left;
}

#prod_info td {
    padding: 15px;
}

#prod_info th, #prod_info td {
    border: 1px solid #ccc;
}

#prod_info_sp {
    display: none;
}
.aside-note {
	font-size: 14px;
	margin-top: 10px;
}
#search_body input:nth-of-type(2) {
    display: none;
}

.catarog { text-align:center; margin-bottom:30px;}
.catarog img { width:100%; max-width:510px;}

@media (max-width: 820px) {
    #products_entry {
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
        flex-flow: -ms-column;
        -ms-align-items: center;
        -ms-justify-content: flex-start;
        flex-flow: -webkit-column;
        -webkit-align-items: center;
        -webkit-justify-content: flex-start;
    }
    #prd_thumb {
        margin-bottom: 20px;
    }
    .thumb_img {
        margin-bottom: 0px;
    }
    #prd_info {
        text-align: center;
        width: 100%;
    }
    ul.icon {
        display: flex;
        justify-content: center;
        display: -ms-flex;
        -ms-justify-content: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
    }
}

@media (max-width: 640px) {
    #products_entry {
        width: 100%;
        flex-flow: wrap;
        align-items: stretch;
        justify-content: space-between;
        flex-flow: -ms-wrap;
        -ms-align-items: stretch;
        -ms-justify-content: space-between;
        flex-flow: -webkit-wrap;
        -webkit-align-items: stretch;
        -webkit-justify-content: space-between;
    }
    #prd_thumb {
        margin-bottom: 00px;
    }
    .thumb_img {
        margin-bottom: 20px;
    }
    #prd_info {
        text-align: left;
        width: calc(100% - 150px)
    }
    ul.icon {
        display: block;
    }
    .product-photo {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #detail_name_sp {
        float: none;
        width: 100%;
    }
    #pv_body {
        float: none;
        width: 100%;
    }
}



    .paging_top p, .paging_bottom p {
        margin-bottom: 10px;
    }
    .paging_top span.pageCurrent, .paging_bottom span.pageCurrent {
        display: inline-block;
        color: #fff;
        background-color: #E51215;
        margin: 0px 1px;
        padding: 0px 5px;
    }
    .paging_top a.pageNotCurrent, .paging_bottom a.pageNotCurrent {
        display: inline-block;
        color: #fff;
        background-color: #777;
        margin: 0px 1px;
        padding: 0px 5px;
    }
    .paging_top a.pageNotCurrent:hover, .paging_bottom a.pageNotCurrent:hover {
        background-color: #E51215;
    }
