#main>p{
	margin: 10px;
}

section{
	margin: 10px;
}

section h3{
	background: url('../../../media/shouhin/bg_h3.png') no-repeat;
	padding: 30px 0 30px 40px;
	-webkit-background-size: 80px 80px;
	     -o-background-size: 80px 80px;
	        background-size: 80px 80px;
	margin: 10px 40px;
	font-size: 138%;
}

section p img{
	width: calc(50% - 30px);
	height: auto;
	margin: 10px;
}

#main h4{
	padding: 0 0 10px 0;
	background: url('../../../media/shouhin/bg_h4.png') repeat-x bottom center;
	margin: 10px 20px;
	text-align: center;
}

label,
input,
taxtarea{
	display: block;
}

input,
textarea{
	box-sizing:border-box;
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}

label small{
	color: #e00;
}

textarea{
	height: 10em;
}

input[type="submit"]{
	background: #7DCEF3;
	height: 40px;
	border-radius:20px;
	border: none;
	-webkit-appearance: none;
}