@charset "utf-8";

/* 全体 */
#content-wrapper {
	width: 1050px;
	margin: 0 auto;
}

#content-logo {
	width: 278px;
	float: left;
	margin-right: 20px;
}

#content {
	width: 752px;
	float: right;
}

/* コンテンツ */
#content h2 {
	font-size: 110%;
	font-weight: bold;
}

#content p {
	margin: 20px 0;
}

h1 {
	padding: 20px 20px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background: #039;
}

table {
	margin: 10px auto;
}

th {
	width: 30%;
}

ul {
	list-style: none;
}

li {
	margin-left: 0;
}

input {
	padding: 3px 7px;
	box-shadow: 1px 1px 0px 0px #999 inset;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

select {
	padding: 3px 7px;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

label:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	box-shadow: inset 1px 1px 1px 0px #333;
	border-radius: 3px 3px 3px 3px;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]:checked + label:before {
	content: '\2713';
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	background-color: #003472;
}

textarea {
	padding: 3px 7px;
	box-shadow: 1px 1px 0px 0px #999 inset;
	border: solid 1px #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type=button] {
	margin-right: 5px;
	padding: 3px 10px;
	box-shadow: 1px 1px 2px 0 #999;
	-moz-box-shadow: 1px 1px 2px 0 #999;
	-webkit-box-shadow: 1px 1px 2px 0 #999;
	cursor: pointer;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

input[type=button]:hover {
	background: #f0f0f0;
	box-shadow: -1px -1px 2px 0 #999;
	-moz-box-shadow: -1px -1px 2px 0 #999;
	-webkit-box-shadow: -1px -1px 2px 0 #999;
}

input[type=submit] {
	margin-left: 5px;
	padding: 5px 15px;
	box-shadow: 1px 1px 2px 0 #999;
	-moz-box-shadow: 1px 1px 2px 0 #999;
	-webkit-box-shadow: 1px 1px 2px 0 #999;
	cursor: pointer;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

input[type=submit]:hover {
	background: #f0f0f0;
	box-shadow: -1px -1px 2px 0 #999;
	-moz-box-shadow: -1px -1px 2px 0 #999;
	-webkit-box-shadow: -1px -1px 2px 0 #999;
}
