
body {
	font-size: 16px;
	line-height: 1.75;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #3e3e3e;
}

.site {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 16px 0;
}

#header .site {
	position: relative;
}

#header .logo  {
	display: inline-block;
}

#header .partner  {
	display: inline-block;
	margin-left: 20px;
	font-weight: bold;
	font-size: 14px;
}

#header .logout  {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#footer {
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 16px;
	padding: 20px 0;
	overflow: hidden;
	margin-top: 50px;
}

#footer ul {
	float: left;
}

#footer ul li {
	float: left;
}

#footer ul li + li:before {
	content: '　|　';	
}
	

#footer .copyright {
	float: right;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 32px 0 15px;
}

ol.progress {
	overflow: hidden;
	margin: 15px 0 45px;
}

ol.progress li {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	width: 33.333333%;
	float: left;
	background-color: rgba(0, 0, 0, 0.1);
}

ol.progress li.current {
	background-color: #3e3e3e;
	color: #fff;
}

section {
	margin: 50px 0;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

table.list {
	width: 100%;	
	font-size: 14px;
}

table.list tr {
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

table.list tr th {
	padding: 12px 20px;
}

table.list tr td {
	padding: 12px 20px;
}

table.list thead tr th {
	background-color: #f5f5f5;
}

.required:after {
	content: "必須";
	color: #fff;
	background-color: #b70000;
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: 3px;
}

.error {
	color: #b70000;
	font-size: 13px;
	margin-top: 4px;
}

h2 + .error {
	margin-top: 0;
	margin-bottom: 20px;
}

table.form {
	width: 100%;
	font-size: 14px;
}


table.form th {
	border: #ddd solid 1px;
	padding: 12px 20px;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	width: 240px;
}

table.form td {
	padding: 12px 20px;
	border: #ddd solid 1px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
	line-height: 50px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}

ul.partners {
	overflow: hidden;
	margin: 0 -5px 30px;
	display: flex;
	flex-wrap: wrap;
}

ul.partners li {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-top: 10px;
}

ul.partners li label {
	display: block;
	height: 100%;
}

ul.partners li .wrapper {
	border: 8px solid #f5f5f5;
	padding: 20px;
	overflow: hidden;
	transition: all ease .3s;
	height: 100%;
}


ul.partners li label input + .wrapper:hover {
	opacity: .7;
}


ul.partners li label input:checked + .wrapper {
	border: 8px solid #00b7ed;
	opacity: 1;
}


ul.partners li .wrapper figure {
	float: left;
	width: 120px;
}

ul.partners li .wrapper figure img {
	vertical-align: top;
}

ul.partners li .wrapper .body {
	margin-left: 140px;
	overflow: hidden;
}

ul.partners li .wrapper .name {
	font-size: 18px;
	font-weight: bold;
}

ul.partners li .wrapper .description {
	font-size: 15px;
	line-height: 1.5;
	color: #999;
}

/*
label {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
*/

input[type="password"],
input[type="text"] {
	border: 1px solid rgba(0, 0, 0, .2);
	width: 100%;
	padding: 0 10px;
	line-height: 30px;
	height: 42px;
}

select {
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0 40px 0 10px;
	max-width: 350px;
	line-height: 30px;
	height: 32px;
}


.control-name {
	width: 360px;
	margin: 0 -5px;
	overflow: hidden;
}

.control {
	padding: 0 5px;	
	width: 50%;
	float: left;
}

.copy {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.submit button {
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #3e3e3e;
	border: 2px solid #3e3e3e;
	font-size: 15px;
	font-weight: bold;
}



#login .wrapper {
	width: 600px;
	margin: 40px auto;
	text-align: center;
	border: #ddd solid 1px;
	border-radius: 8px;
	padding: 40px 20px;
}

#login h1 {
	font-size: 24px;
	margin: 0 0 20px;
	display: none;
}

#login dl dt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
	text-align: left;
}

#login dl dd {
	margin-bottom: 20px;
}


#dashboard #result header {
	overflow: hidden;	
}

#dashboard #result header h2 {
	float: left;
}

#dashboard #result header p {
	float: right;
	font-size: 14px;
	line-height: 42px;
}

#dashboard table.list th:nth-child(1) {
	width: 20%;
	text-align: center;
}

#dashboard table.list th:nth-child(2) {
	text-align: center;
}

#dashboard table.list th:nth-child(3) {
	text-align: center;
	width: 20%;
}

#dashboard table.list td:nth-child(1) {
	text-align: center;
}

#dashboard table.list td:nth-child(2) {
	text-align: center;
}

#dashboard table.list td:nth-child(3) {
	text-align: center;
}
