/*ページ設定部分（style.cssなどで設定していれば削除する）*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Arial;
}
#container {
	width: 710px;
	margin: 20px auto;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*ここまでページ設定部分*/


/*ここからScrew Default Buttonsの設定*/
.radioExample {
	float: left;
	width: 300px;
	height: 335px;
	margin-top: 20px;
}
.checkboxExample {
	float: right;
	width: 410px;
	height: 335px;
	margin-top: 20px;
}
.styledRadio {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.styledCheckbox {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
label {
	float: left;
	line-height: 85px;
	font-size: 40px;
	padding-left: 5px;
	color: #0580a8;
	font-weight: bold;
	text-shadow: 1px 2px 4px rgba(255,255,255, 1);
	font-family: Arial, Helvetica, sans-serif;
}
