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

	- header
	+ article
		- lnav
		+ main
			- link01
			- box01
			- fax01
			- contact01

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

/*----------------------------------------
	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;
	}
}

/*----------------------------------------
	nav 現在位置表示用
----------------------------------------*/
/*header nav ul li#nav06 {
	background: url(../../img/common_nav_pc_bg01.png) no-repeat 2px 77px;
}

@media screen and (max-device-width:500px) {
	header nav ul li#nav06 {
		background: url(../../img/common_nav_sp_bg03.png) no-repeat 20px 77px;
	}
}*/

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

#lnav {
	width: 100%;
	margin-top: 161px;
	padding-top: 10px;
	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: 480px;
	}
}

#main h1#tit01 {
	padding: 30px 0 30px 30px;
}

@media screen and (max-device-width:500px) {
	#main h1#tit01 {
		padding-left: 20px;
	}
}

#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);
	}
}

/*----------------------------------------
	link01
-----------------------------------------*/

#main #link01 {
	padding: 10px 20px 8px;
	background: #fcf9eb;
	border: solid 1px #e5d5c5;
 	border-radius: 5px;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px; 
	text-align: center;
}
@media screen and (max-device-width:500px) {
	#main #link01 {
		text-align: left;
	}
}

#main #link01 ul {
	margin-bottom: 3px;
}

#main #link01 ul:last-child {
	margin-bottom: 0;
}

#main #link01 ul li {
	display: inline;
	margin: 0 24px 5px 0;
}

@media screen and (max-device-width:500px) {
	#main #link01 ul li {
		display: block;
		margin: 0 0 5px 0;
	}
}

#main #link01 ul li:last-child {
	margin-right: 0;
}

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

.box01 {
	margin: 30px auto 0;
	padding: 30px 70px;
	background-color: #ffffff;
}
@media screen and (max-device-width:500px) {
	.box01 {
		padding: 30px 35px;
	}
}

.box01 h1.stit01 {
	margin: 0 auto 26px;
	padding-bottom: 12px;
	background: url(../../img/common_content_line01.png) repeat-x  left bottom;
}

.box01 h1.stit01:first-child {
	margin: 0 auto 19px;
}

.box01 h1.sstit01 {
	margin-bottom: 13px;
	padding: 8px 0;
	background-color: #6c3e0e;
	text-align: center;
}

.box01 p#t01 {
	padding-left: 25px;
	background: url(../img/netshop_guide_ic03.gif) no-repeat left center;
}

.box01 ul.send01 {
	margin-bottom: 25px;
}

/*----------------------------------------
	step01
-----------------------------------------*/

.box01 #step01 {
	position: relative;
	margin: 0;
	padding: 30px 0;
	background: url(../img/netshop_guide_arrow01.png) no-repeat center bottom;
}

@media screen and (max-device-width:500px) {
	.box01 #step01 {
		padding-top: 0;
	}
}

.box01 #step01 > p {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
}

@media screen and (max-device-width:500px) {
	.box01 #step01 > p {
		position: static;
		margin-top: 0;
		padding-bottom: 30px;
	}
}

.box01 #step01 section {
	position: relative;
	float: right;
	min-height: 240px;
	width: 680px;
	margin: 0;
	padding: 0 0 40px;
	background: url(../img/netshop_guide_step_p01.jpg) no-repeat right top;
}

@media screen and (max-device-width:500px) {
	.box01 #step01 section {
		float: none;
		width: auto;
		min-height: initial;
		margin-bottom: 40px;
		padding-bottom: 270px;
		background: url(../img/netshop_guide_step_p01.jpg) no-repeat center bottom;
	}
}

.box01 #step01 section h1 {
	width: 400px;
	margin: 0;
	padding: 0 0 19px;
	background: none;
	font-weight: bold;
}

.box01 #step01 section p {
	position: static;
	width: 400px;
	margin: 0;
	padding: 0;
}

/*----------------------------------------
	step02
-----------------------------------------*/

.box01 .step02 {
	position: relative;
	margin: 0;
	padding: 30px 0 60px;
	background: url(../img/netshop_guide_arrow01.png) no-repeat center bottom;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 {
		padding-top: 0;
	}
}

.box01 .step02:last-child {
	padding-bottom: 50px;
	background: none;
}

@media screen and (max-device-width:500px) {
	.box01 .step02:last-child {
		padding-bottom: 30px;
	}
}

.box01 .step02 p {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 p {
		position: static;
		margin-top: 0;
		padding-bottom: 30px;
	}
}

.box01 .step02 section {
	float: right;
	min-height: 240px;
	width: 680px;
	margin: 0;
	padding: 0;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 section {
		float: none;
		width: auto;
		min-height: initial;
	}
}

.box01 .step02 section#step02_1 {
	background: url(../img/netshop_guide_step_p02.jpg) no-repeat right top;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 section#step02_1 {
		margin-bottom: 10px;
		padding-bottom: 270px;
		background: url(../img/netshop_guide_step_p02.jpg) no-repeat center bottom;
	}
}

.box01 .step02 section#step02_2 {
	background: url(../img/netshop_guide_step_p03.jpg) no-repeat right top;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 section#step02_2 {
		margin-bottom: 10px;
		padding-bottom: 270px;
		background: url(../img/netshop_guide_step_p03.jpg) no-repeat center bottom;
	}
}

.box01 .step02 section#step02_3 {
	background: url(../img/netshop_guide_step_p04.jpg) no-repeat right top;
}

@media screen and (max-device-width:500px) {
	.box01 .step02 section#step02_3 {
		margin-bottom: 40px;
		padding-bottom: 270px;
		background: url(../img/netshop_guide_step_p04.jpg) no-repeat center bottom;
	}
}

.box01 .step02 section h1 {
	width: 400px;
	margin: 0;
	padding: 0 0 19px;
	background: none;
	font-weight: bold;
}

.box01 .step02 section p {
	position: static;
	width: 400px;
	margin: 0;
	padding: 0;
}

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

#fax01 {
	margin-top: 15px;
	background-color: #fcefc2;
}
@media screen and (max-device-width:500px) {
	#fax01 {
		width: 100%;
	}
}

#fax01 h1 {
	display: table-cell;
	width: 250px;
	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: auto;
	}
}

#fax01 h1 span {
	display: block;
	padding: 10px;
	text-align: center;
}

#fax01 dl {
	display: table-cell;
	padding: 20px 45px 15px;
}

#fax01 dl dt {
	padding-bottom: 19px;
}
@media screen and (max-device-width:500px) {
	#fax01 dl dt {
		margin-bottom: 10px;
	}
}

#fax01 dl dt span {
	margin-right: 10px;
}
@media screen and (max-device-width:500px) {
	#fax01 dl dt span {
		display: block;
		margin-bottom: 5px;
	}
}

/*----------------------------------------
	contact01
-----------------------------------------*/

#guide03 table,
#guide09 table {
	max-width: 1000px;
	margin-top: 6px;
	border-left: solid 1px #e5d5c5;
	border-top: solid 1px #e5d5c5;
	border-collapse: collapse;
}

@media screen and (max-device-width:500px) {
	#guide03 table,
	#guide09 table {
		width: 100%;
	}
}

#guide03 table th,
#guide09 table th {
	padding: 7px 18px 4px;
	border-right: solid 1px #e5d5c5;
	border-bottom: solid 1px #e5d5c5;
	background: #fde07a;
	text-align: center;
}
@media screen and (max-device-width:500px) {
	#guide03 table th span,
	#guide09 table th span {
		display: block;
	}
}

#guide03 table th#th01,
#guide09 table th#th01 {
	background: #5a3208;
}

#guide03 table td,
#guide09 table td {
	padding: 6px 18px 4px;
	border-right: solid 1px #e5d5c5;
	border-bottom: solid 1px #e5d5c5;
	background: #fcf9eb;
	text-align: center;
}

#guide03 table td span,
#guide09 table td span {
	padding-left: 0.5em;
}

#guide03 table td:nth-child(2),
#guide09 table td:nth-child(2) {
	padding: 6px 0 4px;
}

#guide03 table td:nth-child(2) span,
#guide09 table td:nth-child(2) span {
	padding-left: 0.75em;
}

/*----------------------------------------
	contact01
-----------------------------------------*/

#contact01 {
	margin-top: 24px;
}

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

#contact01 h1 {
	display: table-cell;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	background-color: #fde07a;
}
@media screen and (max-device-width:500px) {
	#contact01 h1 {
		display: block;
		width: auto;
	}
}

#contact01 h1 span {
	display: block;
	padding: 10px;
	text-align: center;
}

#contact01 div {
	display: table-cell;
	width: 635px;
	background-color: #fcefc2;
}

#contact01 div dl#mail01 {
	float: left;
	width: 213px;
	margin: 0;
	padding: 20px 0 0 21px;
}
@media screen and (max-device-width:500px) {
	#contact01 div dl#mail01 {
		float: none;
	}
}

#contact01 div dl#mail01 dt {
	margin-bottom: 18px;
	padding-left: 22px;
	font-weight: bold;
	background: url(../img/netshop_guide_ic01.gif) no-repeat left center;
}

#contact01 div dl#mail01 dd {
	padding-left: 22px;
}

#contact01 div dl#tel01 {
	float: right;
	width: 345px;
	margin: 20px 0 15px;
	padding: 0 10px 0 21px;
	background: url(../../img/common_content_line02.png) repeat-y left top;
}
@media screen and (max-device-width:500px) {
	#contact01 div dl#tel01 {
		float: none;
		width: auto;
		padding-top: 20px;
		background: url(../../img/common_content_line01.png) repeat-x left top;
	}
}

#contact01 div dl#tel01 dt {
	margin-bottom: 10px;
	padding-left: 17px;
	font-weight: bold;
	background: url(../img/netshop_guide_ic02.gif) no-repeat left center;
}

#contact01 div dl#tel01 dt span.t02 {
	font-weight: normal;
}

#contact01 div dl#tel01 dd {
	padding-left: 17px;
}

#contact01 div dl#tel01 dd#box02_t01 {
	padding-bottom: 7px;
}

#contact01 div dl#tel01 dd dl dt {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	font-weight: normal;
	background: none;
}

#contact01 div dl#tel01 dd dl dd {
	display: table-cell;
	padding: 0;
	word-break: break-all;
}

/*----------------------------------------
	#pay_t01
-----------------------------------------*/

#guide03 p#pay_t01 {
	padding-top: 25px;
}

/*----------------------------------------
	attention01
-----------------------------------------*/

#guide09 ul li {
	padding-bottom: 25px;
}

#guide09 ul li.attention01 {
	padding: 15px 0;
}

#guide09 ul li dl dt {
	display: block;
	float: left;
	width: 130px;
	padding-right: 15px;
}
@media screen and (max-device-width:500px) {
	#guide09 ul li dl dt {
		width: 80px;
	}
	#guide09 ul li dl dt span {
		display: block;
	}
}

#guide09 ul li dl dd {
	display: block;
	float: right;
	width: 715px;
}
@media screen and (max-device-width:500px) {
	#guide09 ul li dl dd {
		width: 315px;
	}
}

#guide09 ul li dl dd p {
	margin-top: 15px;
}