@charset "utf-8";
/* CSS Document */
p {
	margin-top: 5px;
}

h1>p {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0;
}

.mt20 {
	margin-top: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb0 {
	margin-bottom: 0
}

.experienceUL li {
	position: relative
}

.experienceUL li:before {
	content: "◆";
	display: inline-block;
	position: relative;
}

.conf_box {
	margin-bottom: 30px;
}

.conf_box span {
	color: #780b7d;
}

.conf_box2 img {
	float: right;
	display: block;
	margin-bottom: 13px;
}

.tableTypeA02 th, .tableTypeA02 td {
	border-right: 1px solid #cccccc;
}

.topP {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em
}

.deadline {
	color: #c00;
	font-weight: bold;
}

.space {
	margin-top: 10px;
}
.spacefix{
	
	margin-top: 30px;
}