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

	- header
	+ article
		+ lnav
			- slnav
		+ main

-----------------------------------------*/

/*----------------------------------------
	header
-----------------------------------------*/

#header_bg {
	top: 0;
}

/*----------------------------------------
	article
-----------------------------------------*/

article {
	min-width: 100%;
	margin-top: 161px;
	background: url(/img/common_bg01.gif) repeat left top;
}

@media screen and (max-device-width:500px) {
	article {
		margin-top: 332px;
	}
}

/*----------------------------------------
	lnav
----------------------------------------*/

#lnav {
	width: 100%;
	margin-top: 161px;
	border-top: 10px solid #fde07a;
	background-color: #fde07a;
}

@media screen and (max-device-width:500px) {
	#lnav {
		width: 100%;
		margin-top: 332px;
	}
}

#lnav #slnav {
	width: 100%;
	padding: 16px 0;
	background-color: #ffffff;
}

#lnav #slnav > ul {
	text-align: center;
}

#lnav #slnav > ul li {
	display: inline-block;
	padding: 0 35px;
	background: url(/img/lnav01_sub_bg01.gif) no-repeat right 3px;
}

#lnav #slnav > ul li:first-child {
	padding-left: 0;
}

#lnav #slnav > ul li:last-child {
	padding-right: 0;
	background: none;
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media screen and (max-device-width:500px) {
	#main {
		width: 100%;
	}
}

#main h1#tit01 {
	padding: 22px 20px 30px;
}

@media screen and (max-device-width:500px) {
	#main h1#tit01 {
		width: 440px;
		margin: 0 auto;
		background: none;
	}
	
	#main h1#tit01 img {
		width: 100%;
		height: auto;
	}
}

#main p#cart_btn01 {
	position: absolute;
	top: 22px;
	right: 0;
}

@media screen and (max-device-width:500px) {
	#main p#cart_btn01 {
		display: none;
	}
}

#main p#cart_btn02 {
	display: none;
}

@media screen and (max-device-width:500px) {
	#main p#cart_btn02 {
		display: block;
		position: fixed;
		z-index: 2000;
		top: 300px;
		right: 0;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	}
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	padding: 9px 0 11px;
	background-image: url(../../img/netshop/netshop_i_bg01.png), url(../../img/netshop/netshop_i_bg03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
}

@media screen and (max-device-width:500px) {
	#box01 {
		width: 480px;
		margin: 0 auto;
		background-image: url(../../img/netshop/netshop_i_s_bg01.png), url(../../img/netshop/netshop_i_s_bg03.png);
	}
}

#box01 #box01_inner {
	padding: 17px 25px 18px;
	background: url(../../img/netshop/netshop_i_bg02.png) repeat-y left top;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_inner {
		background: url(../../img/netshop/netshop_i_s_bg02.png) repeat-y left top;
	}
}

#box01 #box01_inner ul#box01_l {
	float: left;
	width: 670px;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_inner ul#box01_l {
		float: none;
		width: auto;
		margin: 0 auto;
	}
}

#box01 #box01_inner ul#box01_l li {
	float: left;
	padding: 0 10px 20px 0;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_inner ul#box01_l li {
		float: none;
		width: 325px;
		margin: 0 auto;
	}
}

#box01 #box01_inner div#box01_r {
	float: right;
	width: 230px;
	margin-top: 55px;
	background: url(/img/common_content_line01.png) repeat-x left top;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_inner div#box01_r {
		float: none;
		width: auto;
		margin: 0 auto;
		padding-top: 55px;
		background: url(/img/common_content_line01.png) repeat-x left 55px;
	}
}

#box01 #box01_inner div#box01_r p#icon01 {
	width: 75px;
	margin: -55px auto 0; 
}

#box01 #box01_inner div#box01_r p#item_stit01 {
	padding: 30px 0 20px;
	text-align: center;
}

#box01 #box01_inner div#box01_r h1#item_tit01 {
	font-weight: bold;
	text-align: center;
}

#box01 #box01_inner div#box01_r ul#price01 {
	padding: 5px 41px 15px 40px;
	text-align: center;
}

#box01 #box01_inner div#box01_r ul#price01 li {
	padding-top: 5px;
}

#box01 #box01_inner div#box01_r ul#price01 li span {
	font-weight: bold;
}

#box01 #box01_inner div#box01_r ul#btns {
	padding: 18px 41px 0 40px;
	background: url(/img/common_content_line01.png) repeat-x left top;
}

#box01 #box01_inner div#box01_r ul#btns li {
	padding-bottom: 10px;
	text-align: center;
}

#box01 #box01_inner div#box01_r ul#btns li img {
	cursor: pointer;
}

/* 購入手続きに進むBOX */
#box01 #box01_inner div#box01_r ul#btns li div {
	display: none;
	width: 230px;
	/*margin: -27px 0 0 -40px;*/
	margin: 10px 0 0 -40px;
	text-align: center;
	background-color: #6c3e0e;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_inner div#box01_r ul#btns li div {
		width: auto;
		margin: 10px 0 0;
	}
}

#box01 #box01_inner div#box01_r ul#btns li div p {
	padding-top: 20px;
}

#box01 #box01_inner div#box01_r ul#btns li div ul {
	padding: 15px 0 10px;
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	padding: 17px 0 0;
}

@media screen and (max-device-width:500px) {
	#box02 {
		width: 480px;
		margin: 0 auto;
	}
}

/*----------------------------------------
	list
-----------------------------------------*/

ul.listCover {
	margin-left: -20px;
	text-align: left;
}

@media screen and (max-device-width:500px) {
	ul.listCover {
		margin-left: -10px;
	}
}

ul.listCover li.listItem {
	display: inline-block;
	position: relative;
	width: 235px;
	margin: 0 0 20px 20px;
	padding: 9px 0 11px;
	background-image: url(../../img/netshop/netshop_thumb_bg01.png), url(../../img/netshop/netshop_thumb_bg03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	cursor: pointer;
	vertical-align: top;
}

@media screen and (max-device-width:500px) {
	ul.listCover li.listItem {
		margin: 0 0 10px 10px;
	}
}

ul.listCover li.listItem div {
	background-image: url(../../img/netshop/netshop_thumb_bg02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

ul.listCover li.listItem img {
}

ul.listCover li.listItem div p {
	width: 148px;
	padding: 16px 26px 20px;
}

ul.listCover li.listItem div dl {
	margin: 0 15px;
	padding: 10px 0;
	background-image: url(/img/common_content_line01.png), url(/img/common_content_line01.png);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
	text-align: center;
}

ul.listCover li.listItem div dl dt {
	display: table-cell;
	width: 205px;
	font-weight: bold;
	vertical-align: middle;
}

ul.listCover li.listItem div dl dd {
	padding-top: 5px;
}

ul.listCover li.listItem div dl dd span {
	font-weight: bold;
}

ul.listCover li.listItem div ul {
	padding-bottom: 18px;
	text-align: center;
}

ul.listCover li.listItem div ul li {
	padding-top: 10px;
}

/* 購入手続きに進むBOX */
ul.listCover li.listItem div ul li div {
	display: none;
	width: 225px;
	/*margin: -27px 0 0 -40px;*/
	margin: 10px auto 0;
	background: #6c3e0e;
}

ul.listCover li.listItem div ul li div p {
	width: auto;
	padding: 10px 0 0;
}

ul.listCover li.listItem div ul li div ul {
	padding: 5px 0 20px;
}

/*----------------------------------------
	fax01
-----------------------------------------*/

#fax01 {
	width: 990px;
	margin: 7px auto 0;
	border: 5px solid #ffffff;
	background: #fcefc2;
}

@media screen and (max-device-width:500px) {
	#fax01 {
		width: 470px;
	}
}

#fax01 h1 {
	display: table-cell;
	width: 310px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	background-color: #fde07a;
}

@media screen and (max-device-width:500px) {
	#fax01 h1 {
		display: block;
		width: 100%;
	}
}

#fax01 h1 span {
	display: block;
	padding: 10px;
	text-align: center;
}
@media screen and (max-device-width:500px) {
	#fax01 h1 span {
		padding: 10px 0 10px;
	}
}

#fax01 > div#fax01_rbox {
	display: table-cell;
	width: 670px;
	margin: 0;
	padding: 23px 0;
	vertical-align: middle;
}

@media screen and (max-device-width:500px) {
	#fax01 > div#fax01_rbox {
		display: block;
		width: 100%;
	}
}

#fax01 > div#fax01_rbox p#fax_t01 {
	margin: 0 0 0 23px;
	padding: 0 25px;
	background: url(/netshop/img/netshop_guide_ic03.gif) no-repeat left center;
}

#fax01 > div#fax01_rbox div#fax01_rbox_inner {
	padding: 10px 0 0;
}

#fax01 > div#fax01_rbox div#fax01_rbox_inner ul {
	display: table-cell;
	padding: 5px 37px 0 48px;
	background: url(/img/common_content_line02.png) repeat-y right top;
	vertical-align: top;
}

@media screen and (max-device-width:500px) {
	#fax01 > div#fax01_rbox div#fax01_rbox_inner ul {
		display: block;
		background: none;
	}
}

#fax01 > div#fax01_rbox div#fax01_rbox_inner ul li:nth-child(2) {
	margin: 0 0 0 -1px;
}

#fax01 > div#fax01_rbox div#fax01_rbox_inner p#fax_p01 {
	display: table-cell;
	padding: 5px 0 0 40px;
	vertical-align: top;
}

@media screen and (max-device-width:500px) {
	#fax01 > div#fax01_rbox div#fax01_rbox_inner p#fax_p01 {
		display: block;
		padding: 18px 0 0 47px;
	}
}