@charset "utf-8";

main > section {
	width: 100%;
}

.center_list {
	margin: 0;
	padding: 10px;
	border:1px solid #999;
	border-radius: 15px;
}

.center_list li {
	display: inline-block;
}

/* list */
table.culture_list th {
	background: #dbf9a7;
}

table.culture_list thead th {
	box-sizing: border-box;
	width: 15.5%;
	padding: 0
}
table.culture_list thead th:first-child {
	width: 7%;
}

table.culture_list td {
	padding: 0;
}

table.culture_list td a {
	position: relative;
	display: block;
	height: 127px;
	padding: 7px 1px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	text-align:center;
	border-bottom: 1px solid #ccc;
}
table.culture_list td a:last-child {
	margin-bottom: -1px;
}
table.culture_list td a:hover {
	background: #efb;
	opacity: 0.8;
}

table.culture_list td a > b {
	display: block;
	font-size: 15px;
}
table.culture_list td a > span {
	color: #00f;
	text-decoration: underline;
}
table.culture_list td a .opt_info {
	position: absolute;
	right: 5px; bottom: 4px;
}
table.culture_list td a .opt_info > div {
	display: inline-block;
	padding: 1px 5px;
	border: solid 1px #84c80e;
	border-radius: 5px;
	font-size: 0.9em;
	background: #dbf9a7;
}
table.culture_list td a .opt_info > div.can_submit_type {
	border-color: #ca5;
	background: #fec;
}
table.culture_list td a .opt_info > div.can_submit_type[data-type="空有"] {
	border-color: #5ac;
	background: #cef;
}

/* detail */
form dl dt {
	position: relative;
	width: 150px;
}
form dl dt.required::after {
	display: inline-block;
	position: absolute;
	right: 5px;
	content:"必須";
	padding: 3px;
	color: #f00;
	font-size: 12px;
	border: 1px solid #f00;
}

section form dl dd {
	margin-left: 180px;
}

section form input[type="text"],
section form input[type="mail"] {
	box-sizing: border-box;
	width: 100%;
}

section form input[name="name_sei"], section form input[name="name_mei"],
section form input[name="kana_sei"], section form input[name="kana_mei"] {
	width: 10em;
}

section form .agreement {
	width: 70%;
	margin: 0 auto 30px;
	padding: 20px 15px;
	border: solid 1px #ccc;
	border-left: none; border-right: none;
	text-align: center;
}
section form .agreement p {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

section form input[type="submit"]{
	display: block;
	padding: 10px 50px;
	margin: auto;
	text-align: center;
}