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

/* format style
-------------------------------*/

* {
	margin:0;
	padding:0;
	font:normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
}


a {
	color:#666666;
}
a:hover {
	color:#FF9900;
}

h2 {
	font-size:12px;
	margin:10px 0px 0px 10px;
	_padding:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h3 {
	font-size:12px;
	margin:10px 20px;
	border-bottom:#FF9900 solid 1px;
	color:#FF9900;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
	color:#333333;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:620px;
}

P.title {
	font-size:12px;
	margin-left:20px;
	margin-top:10px;
	color:#333333;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:620px;
}

span.red {
	color:#FF0000;
}
span.blue {
	color:#0033FF;
}

/* float解除用
-------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* トップメニューボックス
-------------------------------*/

#main {
	width:680px;
	margin:50px auto 10px auto;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#title {
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:left;
}

#top {
	border:#999999 solid 1px;
	margin-bottom:20px;
	clear:both;
}


#content {
	width:680px;
	margin:0px auto;
	font-size:13px;
	color:#666666;
	line-height:2;
	clear:both;
	padding-bottom:20px;
}
#content .left {
	margin-left:60px;
	_margin-left:30px;
	width:290px;
	float:left;
}
#content .left h1 {
	background: url(../images/icon_s.jpg) no-repeat left center;
	font-size:12px;
	color:#666666;
	text-indent:15px;
	margin-top:10px;
}

#content .left ul {
	width:220px;
}
#content .left ul li {
	font-size: 12px;
	background-image: url(../images/icon_c.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 12px;
	list-style-type: none;
	text-indent:15px;
	letter-spacing:1px;
	line-height:2;
}

#content .right {
	width:290px;
	margin-left:40px;
	_margin-left:10px;
	float:left;
}

#content .right h1 {
	background: url(../images/icon_s.jpg) no-repeat left center;
	font-size:12px;
	color:#666666;
	text-indent:15px;
	margin-top:10px;
}
#content .right ul li {
	font-size: 12px;
	background-image: url(../images/icon_c.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 12px;
	list-style-type: none;
	text-indent:15px;
	letter-spacing:1px;
	line-height:2;
}


/* ご注文について
-------------------------------*/

#order {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}

#order p {
font-size:12px;

}

#order p span {
	color:#CC0000;
}

#order ul.number {
	width:620px;
	margin-left:0px;
	margin-bottom:5px;
	padding-left:40px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	list-style: decimal;
	list-style-position:outside;
	display:block;
	line-height:1.5;
}

#order ul.number li {
	padding-bottom:12px;
}

#order ul.step {
	width:620px;
	list-style:none;
	margin-left:20px;
	margin-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	display:block;
	line-height:1.2;
}

#order ul.step li {
	padding-bottom:0px;
}


/* お届けについて
-------------------------------*/
#delivery {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}

#delivery ul.date {
	width:620px;
	margin-left:20px;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	list-style-position:outside;
	display:block;
	line-height:1.5;
}

#delivery ul.date li {
	color:#333333;
	font-size:12px;
}

/* 送料について
-------------------------------*/
#carriage {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}




/* お支払いについて
-------------------------------*/
#payment {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}

#payment ul.pay_list {
	width:620px;
	margin-left:20px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	list-style-position:outside;
	display:block;
	line-height:1.5;
}

#payment ul.pay_list li {
	color:#333333;
	font-size:12px;
}

/* お支払方法－背景ロゴ
-------------------------------*/
#payment #credit p.logo {
	height:42px;
	/*background-image: url(../images/credit2.gif);
	background-repeat: no-repeat;
	background-position: 160px top;*/
	padding-top:3px;
}

#payment #correct p.logo {
	height:40px;
	/*background-image: url(../images/s_yamato.jpg);*/
	background-repeat: no-repeat;
	/*background-position: 210px top;*/		/*右側表示の場合*/
	background-position: left top;
	padding-top:3px;
	/*padding-left:70px;*/
}

#payment #bank p.logo {
	height:43px;
	background-image: url(../images/bank_02.gif);
	background-repeat: no-repeat;
	/*background-position: 360px top;*/		/*右側表示の場合*/
	background-position: left top;
	padding-top:3px;
	padding-left:50px;
}

#payment #post p.logo {
	height:43px;
	background-image: url(../images/yubin_02.gif);
	background-repeat: no-repeat;
	/*background-position: 360px top;*/		/*右側表示の場合*/
	background-position: left top;
	padding-top:3px;
	padding-left:50px;
}

#payment #postoffice p.logo {
	height:38px;
	width:500px;
	background-image: url(../images/s_yucho01.gif);
	background-repeat: no-repeat;
	/*background-position: 360px top;*/		/*右側表示の場合*/
	background-position: left top;
	padding-left:120px;
}


/* 返品交換について
-------------------------------*/
#return {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}

#return ul.list {
	width:620px;
	margin-left:20px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	list-style-position:outside;
	display:block;
	line-height:1.5;
}

#return ul.list li {
	color:#333333;
	font-size:12px;
}


/* その他
-------------------------------*/
#etc {
	border:#999999 solid 1px;
	margin-bottom:20px;
	width:680px;
}

#etc ul.list {
	width:620px;
	margin-left:20px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	letter-spacing:1px;
	list-style-position:outside;
	display:block;
	line-height:1.5;
}

#etc ul.list li {
	color:#333333;
	font-size:12px;
}

/* ページトップボタン
-------------------------------*/
.page_top{
	width:60px;
	height:20px;
	background:#FF9900;
	background-position:right;
	border:#999999 solid 1px;
	padding-top:0px;
	margin-bottom:20px;
	margin-left:auto;
	text-align:center;
	font-size:12px;
}
.page_top a {
	color:#FFFFFF;
	text-decoration:none;
}
.page_top a:hover {
	color:#000000;
}

/* closeボタン
-------------------------------*/
.close{
	width:60px;
	height:18px;
	background:#FF9900;
	background-position:right;
	border:#999999 solid 1px;
	padding-top:0px;
	margin-bottom:40px;
	margin-left:auto;
	text-align:center;
	font-size:12px;
}
.close a {
	color:#FFFFFF;
	text-decoration:none;
}
.close a:hover {
	color:#000000;
}

table.rakutenbank {
	width:300px;
	border:#333333 solid 1px;
	margin:0px auto 10px 30px;
	border-collapse:collapse;
}
table.rakutenbank th {
	background-color:#eeeeee;
	color:#000000;
	border:#333333 solid 1px;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
	font-size:12px;
	line-height:1.5;
	vertical-align:middle;
}

table.rakutenbank td {
	background:#ffffff;
	color:#000000;
	border:#333333 solid 1px;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
	font-size:12px;
	line-height:1.5;
}

/* 不使用
-------------------------------*/


table.souryo {
	width:580px;
	border:#999 solid 1px;
	margin:10px auto;
	border-collapse:collapse;
}
table.souryo th {
	background-color:#eeeeee;
	color:#000000;
	border:#999 solid 1px;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
	font-size:12px;
	line-height:1.5;
	vertical-align:middle;
}

table.souryo td {
	background:#ffffff;
	color:#000000;
	border:#999 solid 1px;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
	font-size:12px;
	line-height:1.5;
}
