/* ===================================================================

	CSS information
	author     :  (株)ジョイメイト
	browser    :  IE6.0,Firefox3.0
	since      :  2009.06.16
	
	style info :  共通部分設定
	
	tips ：
	デフォルト設定をリセット
	基本設定

=================================================================== */


/*--------------------------------------------------------------------------------
	デフォルト設定をリセット
-------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	vertical-align: bottom;
	border: 0;
}
li {
	list-style-type: none;
}


/*--------------------------------------------------------------------------------
	基本設定
-------------------------------------------------------------------------------- */
body {
	background: #fff;
	color: #333;
	font-size: medium;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*-------------------- リンク --------------------*/
a {
	text-decoration: underline;
}
a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}


/*--------------------------------------------------------------------------------
	ページ全体
-------------------------------------------------------------------------------- */
body {
	background: url(https://img13.shop-pro.jp/PA01074/761/etc/bg.gif) left top repeat;
}
#page {
	width: 830px;
	height: auto;
	margin: 0 auto;
	background: url(https://img13.shop-pro.jp/PA01074/761/etc/page_bg.gif) left top repeat-y;
}
#container {
	width: auto;
	height: auto;
	position: relative;
}
.section h3 {
	margin-bottom: 3px;
	padding: 3px;
	background: #eeeeee;
}
p {
	margin-bottom: 1em;
}
.strong {
	font-weight: bold;
}
.small {
	font-size: small;
}
.atten {
	font-weight: bold;
	color: red;
}


/*--------------------------------------------------------------------------------
	ヘッダー部分
-------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 200px;
	background: url(https://img13.shop-pro.jp/PA01074/761/etc/header_bg.gif) left top repeat-x;
}
#headerInner {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	background: url(https://img13.shop-pro.jp/PA01074/761/etc/headerInner_bg.gif) left top no-repeat;
	position: relative;
}
h1 {
	width: 257px;
	height: 73px;
	position: absolute;
	top: 0;
	left: 24px;
}
#headerInner ul {
	width: auto;
	height: auto;
	position: absolute;
	top: 15px;
	right: 24px;
	font-size: x-small;
}
#headerInner ul li {
	float: left;
	margin-left: 10px;
}
.fax {
	width: 170px;
	height: 70px;
	margin-bottom: 0;
	position: absolute;
	top: 47px;
	right: 24px;
}
.print {
	width: 170px;
	height: 70px;
	margin-bottom: 0;
	position: absolute;
	top: 123px;
	right: 24px;
}


/*--------------------------------------------------------------------------------
	メインコンテンツ部分
-------------------------------------------------------------------------------- */
#main {
	width: 595px;
	min-height: 1650px;
	padding: 10px 0 0 235px;
}
* html #main {
	height: 1500px;
}
.section {
	width: auto;
	height: auto;
	margin: 10px 28px 20px 0;
}

/*-------------------- ご利用ガイド --------------------*/
/*---------- 送料・配送方法 ----------*/
table.send {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
table.send th {
	width: 70px;
	padding: 5px;
	background: #eeeeee;
	border: 1px #000000 solid;
}
table.send td {
	padding: 5px;
	border: 1px #000000 solid;
}
table.sendType {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
table.sendType th {
	width: 200px;
	padding: 5px;
	background: #eeeeee;
	border: 1px #000000 solid;
}
table.sendType td {
	padding: 5px;
	border: 1px #000000 solid;
}
/*---------- お支払い方法 ----------*/
table.pay {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	padding-top: 5px;
}
table.pay th {
	width: 70px;
	padding: 5px;
	background: #eeeeee;
	border: 1px #000000 solid;
}
table.pay td {
	padding: 5px;
	border: 1px #000000 solid;
}
/*---------- お届け日 ----------*/
table.day {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
table.day th {
	width: 120px;
	padding: 5px;
	background: #eeeeee;
	border: 1px #000000 solid;
}
table.day td {
	padding: 5px;
	border: 1px #000000 solid;
}

/*-------------------- 名入れ・無料サンプルフォーム --------------------*/
legend {
	width: auto;
	padding: 3px;
	margin-bottom: 3px;
	background: #eeeeee;
	display: inline;
	font-weight: bold;
}
fieldset table {
	width: 100%;
	height: auto;
	margin: 5px 0 15px 0;
}
fieldset table th {
	width: 190px;
	height: auto;
	padding: 5px;
	background: #eeeeee;
	border: 1px #000 solid;
	font-weight: normal;
}
fieldset table td {
	width: auto;
	height: auto;
	padding: 5px;
	border: 1px #000 solid;
}
fieldset table td input {
	width: 300px;
	height: auto;
	padding: 3px;
	font-size: medium;
}
fieldset table td input.mini {
	width: 100px;
	height: auto;
	padding: 3px;
	font-size: medium;
}
fieldset textarea {
	width: 750px;
	height: 200px;
	margin: 5px 0 15px 0px;
	padding: 3px;
}
.button {
	width: auto;
	height: auto;
	margin-top: 15px;
	text-align: center;
}
.button input {
	width: 150px;
	height: auto;
	padding: 20px 0;
	background: #dedede;
	border-top: 1px #bebebe solid;
	border-left: 1px #bebebe solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	font-size: large;
	font-weight: bold;
}

/*-------------------- 着色タイプごみ袋特設ページ --------------------*/
dl.colortype dt {

}
dl.colortype dd {
	padding-left: 105px;
	margin-bottom: 2em;
}


/*--------------------------------------------------------------------------------
	サブコンテンツ部分
-------------------------------------------------------------------------------- */
#sub {
	width: 200px;
	height: auto;
	padding-left: 23px;
	position: absolute;
	top: 10px;
	left: 0;
}
.cart {
	width: auto;
	height: auto;
	margin-bottom: 15px;
}
.fax {
	width: auto;
	height: auto;
	margin-bottom: 15px;
}

/*-------------------- 商品リンク --------------------*/
.itemList {
	width: 191px;
	height: auto;
	margin-bottom: 15px;
	border-top: 1px #20b2aa solid;
	font-size: 90%;
}
.itemList a {
	display: block;
	text-decoration: none;
}
.itemList li {
	width: auto;
	height: auto;
	padding: 5px 3px;
	border-bottom: 1px #20b2aa solid;
}


/*-------------------- サブメニュー --------------------*/
.subMenu {
	padding-top: 15px;
}
.subMenu li {
	width: auto;
	height: auto;
	margin-bottom: 5px;
}


/*--------------------------------------------------------------------------------
	フッター部分
-------------------------------------------------------------------------------- */
#footer {
	width: auto;
	height: auto;
	padding: 10px 5px;
	text-align: center;
	font-size: x-small;
}