@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 751px){
.sub_contents{
	clear:both;
	width:924px;
	height:auto;
	margin:0px auto 0 ;
	padding:0;
	display: block;
}


/* main contents frame left ↓↓↓ */
.contents_left {
	float: left;
	width:640px;
	height:auto;
	margin: 0 0 30px;
	padding: 15px 29px;
	border:1px solid #666;
	font-weight: normal;
	display: block;
}
h1.list_item_title{
	width:100%;
	height:auto;
	margin: 10px 0 30px;
	padding: 0;
	font-weight: normal;
	display: block;
}

/*　リストcss */

.list_item_table {
	clear:both;
	width:640px;
	height:auto;
	min-height:100px;
	margin: 0px 0px 25px;
	padding: 10px 0px 25px;
	border-bottom: 1px solid #999;
	overflow: hidden;
	display: block;
}
.list_item_table:nth-child(2) {
	display: none;
}
.list_item_table .pro_list_img{
	float: left;
 width:180px;
	height:180px;
	margin: 15px 0px 0 0;
	padding: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
}
.list_item_table div{
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(2){
	float:left;
	width:420px;
	height:18px;
	margin: 10px 0 5px;
	padding: 5px 25px 25px 10px;
	text-align:center;
	font-weight: bolder;
	font-size:18px;
	line-height:18px;
	color: #9d8bb4;
	border-radius:3px;
	display: block;
}
.list_item_table div:nth-child(2):before{
	content:attr(title);
	float:right;
	width:420px;
	height:12px;
	margin: 0px 0px;
	padding: 5px 0px;
	color:#666;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	line-height:12px;
	display: block;
}
.list_item_table div:nth-child(3){
	width:440px;
	height:auto;
	min-height:16px;
	margin: 10px 0 15px 10px;
	padding: 0px;
	color:#d7c447;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	overflow: hidden;
	display: block;
}
.list_item_table div:nth-child(4){
	width:450px;
	height:auto;
	min-height:40px;
	margin: 0px 5px 0px 0px;
	padding: 0 4px 5px 0;
	font-weight: normal;
	font-size:12px;
	line-height:15px;
	overflow: hidden;
	display: block;
}
.list_item_table div:nth-child(5){
	float:right;
	width:80px;
	height:20px;
	margin: 0px 10px 0 0;
	padding: 0;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(5) a{
	width:auto;
	height:auto;
	margin: 0px;
	padding: 3px;
	font-weight: normal;
	font-size:0;
	line-height:0;
	border:1px solid #9d8bb4;
	border-radius: 3px;
	display: block;
}
.list_item_table div:nth-child(5) a:after{
	content:"販売ページへ";
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:12px;
	line-height:12px;
	color: #9d8bb4;
	display: block;
}
.list_item_table div:nth-child(5) a:empty{
	display: none;
}
.list_item_table div:nth-child(6){
	float:right;
	width:auto;
	height:auto;
	margin: 0 15px 0 0;
	padding: 0;
	font-size:14px;
	line-height:16px;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(6):before{
	content:"¥";
	float:left;
	margin: 3px 5px 0 0;
	padding: 0;
	font-size:12px;
	line-height:12px;
	font-weight: normal;
	white-space: pre;
	display: inline-block;
}
.list_item_table div:nth-child(6):after{
	content:"(税込)";
	float:right;
	margin: 5px 0px 0 5px;
	padding: 0;
	font-size:10px;
	line-height:10px;
	font-weight: normal;
	white-space: pre;
	display: inline-block;
}


/*　リストcssここまで */

/* main contents frame left ↑↑↑ */


/* main contents frame right ↓↓↓ */

.contents_right{
	float: right;
	width:200px;
	height:1045px;
	margin: 0px auto 25px !important;
	padding:0px;
	display: block;
}
/* main contents frame right ↑↑↑ */
}

@media screen and (max-width: 750px){
.sub_contents{
	clear:both;
	width:100vw;
	height:auto;
	margin:0px auto 0 ;
	padding:0;
	display: block;
}


/* main contents frame left ↓↓↓ */
.contents_left {
	width:90vw;
	height:auto;
	margin: 0 auto 10vw;
	padding: 10vw 0px;
	border: 0.1vw solid #666;
	font-weight: normal;
	display: block;
}
h1.list_item_title{
	width:85vw;
	height:auto;
	margin: 10px auto 10px;
	padding: 0;
	font-weight: normal;
	display: block;
}

/*　リストcss */

.list_item_table {
	clear:both;
	width:86vw;
	height:auto;
	min-height:10vw;
	margin: 0 auto 10vw;
	padding: 5vw 0 10vw;
	border-bottom: 0.1vw solid #999;
	overflow: hidden;
	display: block;
}
.list_item_table:nth-child(2) {
	display: none;
}
.list_item_table .pro_list_img{
	float: left;
 width:35vw;
	height:35vw;
	margin: 5vw 0 0 0;
	padding: 0 ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
}
.list_item_table div{
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(2){
	float:left;
	width:45vw;
	height:5vw;
	margin: 5vw 0;
	padding: 0 3vw;
	text-align:center;
	font-weight: bolder;
	font-size:4.5vw;
	line-height:4.5vw;
	color: #9d8bb4;
	display: block;
}
.list_item_table div:nth-child(2):before{
	content:attr(title);
	float:right;
	width:45vw;
	height:3vw;
	margin:0;
	padding: 0 3vw 1vw;
	color:#666;
	text-align:right;
	font-weight: normal;
	font-size:3vw;
	line-height:3vw;
	display: block;
}
.list_item_table div:nth-child(3){
	width:45vw;
	height:auto;
	min-height:5vw;
	margin: 5vw 3vw;
	padding: 0 ;
	color:#d7c447;
	text-align:left;
	font-weight:bold;
	font-size:3vw;
	line-height:3.5vw;
	overflow: hidden;
	display: block;
}
.list_item_table div:nth-child(4){
	width:82vw;
	height:auto;
	min-height:5vw;
	margin: 2vw 2vw 0;
	padding: 0;
	font-weight: normal;
	font-size:3vw;
	line-height:3.5vw;
	overflow: hidden;
	display: block;
}
.list_item_table div:nth-child(5){
	float:right;
	width:25vw;
	height:3vw;
	margin: 5vw 2vw 0;
	padding: 0;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(5) a{
	width:auto;
	height:auto;
	margin: 0;
	padding: 1vw;
	font-weight: normal;
	text-align: center;
	border:0.1vw solid #9d8bb4;
	border-radius: 2vw;
	font-size:0;
	line-height: 0;
	display: block;
}
.list_item_table div:nth-child(5) a:after{
	content:"販売ページへ";
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:3vw;
	line-height:3vw;
	color: #9d8bb4;
	display: block;
}
.list_item_table div:nth-child(5) a:empty{
	display: none;
}
.list_item_table div:nth-child(6){
	float:right;
	width:20vw;
	height:3.5vw;
	margin: 5vw 5vw 0 0;
	padding: 0 ;
	font-size:3.5vw;
	line-height:3.5vw;
	font-weight: normal;
	display: block;
}
.list_item_table div:nth-child(6):before{
	content:"¥";
	float:left;
	margin: 0 1vw 0;
	padding: 0;
	font-size:3.5vw;
	line-height:3.5vw;
	font-weight: normal;
	white-space: pre;
	display:inline-block;
}
.list_item_table div:nth-child(6):after{
	content:"(税込)";
	float:right;
	margin: 0.5vw 0 0;
	padding: 0;
	font-size:2vw;
	line-height:3.5vw;
	font-weight: normal;
	display:inline-block;
}


/*　リストcssここまで */

/* main contents frame left ↑↑↑ */


/* main contents frame right ↓↓↓ */

.contents_right{
	width:200px;
	height:1050px;
	margin: 0px auto 25px !important;
	padding:0px;
	display: block;
}
/* main contents frame right ↑↑↑ */
}