@charset "utf-8";

/*================================
ファイル名：form.css
作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

/*================================
・0@ Clearfix

=================================*/

@import url("../share/default.css");
@import url("../share/layout.css");
@import url("../share/share.css");

/* @ Clearfix
=================================*/

.shopping li:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.shopping li {
	display: inline-block;
}

/* Hide from Mac IE \*/
.shopping li {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* @ Contents
=================================*/

div#main {
	padding-bottom: 2em;
}

	div#main h1 {
		margin-top: 13px;
		border: solid #DFDFDF 4px;
		height: 29px;
		padding-left: 26px;
		font-size: 105%;
		line-height: 29px;
	}
	
		div#main h1 a {
			margin-left: .3em;
		}
		
			div#main h1 a img {
				position: relative;
				top: .35em;
			}
		
fieldset {
	margin-top: 1em;
	border: solid #DFDFDF 4px;
	padding: 1em;
}

	fieldset legend {
		border: solid #DFDFDF 4px;
		padding: .3em 1em;
	}
	
	html>/**/body fieldset legend {
		margin-left: 1em;
		font-weight: bold;
	}
		
dl.form {
}

	dl.form label {
		cursor: pointer;
	}

	dl.form dt {
		margin-top: 1em;
		background: url(../../img/share/icon_arrow02.gif) no-repeat left .1em;
		padding-left: 1.3em;
	}
	
	html>/**/body dl.form dt.first-child {
		margin: 0;
	}
	
		dl.form dt span {
			margin-left: .5em;
			color: #F60;
			font-size: 80%;
		}
	
	dl.form dd {
		border-bottom: dashed #DFDFDF 2px;
		padding: .5em 0 1em 0;
	}
	
	dl.form dd.last-child {
		border: none;
		padding-bottom: 0;
	}
	
		dl.form dd ul {
		}
		
			dl.form dd ul li {
				margin-right: .6em;
				display: inline;
			}
			
				dl.form dd ul li input {
					border: none;
				}
				
				dl.form dd ul li label {
					margin-left: .2em;
				}
		
		dl.form dd span {
			margin-top: .5em;
			padding-left: 1.2em;
			display: block;
			font-weight: bold;
			color: #F60;
			background: url(../../img/share/icon_delete.gif) no-repeat left center;
			overflow: hidden;
		}
		
		dl.form dd span.checked {
			border: none;
			padding: 0;
			display: inline;		
			xwidth: 16px;
			xheight: 16px;
			xbackground: url(../../img/share/icon_check.gif) no-repeat;
		}
	
		dl.form dd input,
		dl.form dd textarea {
			border: solid #DFDFDF 2px;
			padding: .2em;
		}
		
		#name {
			width: 15em;
		}
		
		#mail {
			width: 25em;
		}
		
		#zip {
			width: 7em;
		}
		
		#address {
			width: 95%;
		}
		
		#tel {
			width: 10em;
		}
		
		#comment {
			width: 95%;
			height: 10em;
			overflow: auto;
		}

p.submit {
	margin-top: 1em;
	text-align: center;
}
