@charset "shift_jis";


/*===============================

	[ beginner typing 11 ]

===============================*/

div#contents div.section div.testform {
	width: 430px;
	padding:20px;
	margin-left :auto;
	margin-right : auto;
	margin-bottom : 30px;
	border: 1px solid #CCC;
	background-color: #FFE;
}

div#contents div.section div.testform p {
	margin-top: 0;
	font-weight: bold;
	font-size: 105%;
}

div#contents div.section div.testform div p {
	margin: 0 8px 0 0;
	font-weight: bold;
	font-size: 105%;
	float: left;
}

div#contents div.section div.testform div {
	margin:10px 0;
	overflow: hidden;
}

div#contents div.section div.testform div input {
	border : solid 1px #cccccc;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div.section div.testform {
	width: auto;
}
}