@charset "utf-8";

div#contents h3 {
	margin-top: 30px;
}

div#formtop {
	margin-top: 30px;
	padding: 30px 30px 0 0;
	background:url(../../shopping/images/bg_form.gif) left top repeat-y #EEE;
}
div#formbody {
	padding: 30px 30px 30px 35px;
	background:url(../../shopping/images/bg_form.gif) left top repeat-y #EEE;
}
div#formbody dl {
}
div#formbody dl dt {
	margin-bottom: 5px;
}
div#formbody dl dd input {
	width: 416px;
	font-weight: normal;
	padding: 7px;
	border: 1px solid #CCC;
	border-radius: 4px;　/* CSS3草案 */  
	-webkit-border-radius: 4px;　/* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;　/* Firefox用 */  
}
div#formbody dl dd input.inputS {
	width: 90px;
}
div#formbody dl dd input.inputM {
	width: 300px;
}

div#formbody dl dd input.radio {
	display:none;
}
div#formbody dl dd label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 8px 0 0 10px;
	padding-left: 15px;
	border-radius: 2px;
	line-height: 1;
}
div#formbody dl dd label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 50%;
}
div#formbody dl dd input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #00AA71;
	border-radius: 50%;
}

p.align-c img:hover {
	cursor:point;
}

input#submit {
	width:300px;
	height:56px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../../sample/images/img01.gif) left top no-repeat;
	border: none;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
input#submit:hover {
	cursor: pointer;
	background:url(../../sample/images/img01_on.gif) left top no-repeat;
}

div#formbody dl dd input#zip {
	width:160px;
	height:34px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	margin-left: 15px;
	background:url(../../sample/images/img02.gif) left top no-repeat;
	border: none;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
div#formbody dl dd input#zip:hover {
	cursor: pointer;
	background:url(../../sample/images/img02_on.gif) left top no-repeat;
}
