@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main h2 {
	font-size: 5vmin;
}

/* ---------------------------------------------------------
	CSS Document seminar
--------------------------------------------------------- */

#seminar {
	margin: 0 20px 60px;
	text-align: left;
}

#seminar h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	color: #004ea3;
}

#seminar p {
	margin-bottom: 30px;
}

#seminar .table {
	margin: 0 -20px;
	padding: 30px 20px 20px;
}

#seminar .table:nth-of-type(odd) {
	background: #e8f3fd;
}

#seminar .table dl {
	margin-bottom: 20px;
}

#seminar .table dt {
	height: 30px;
	margin-bottom: 10px;
	border-radius: 30px;
	background: #055aae;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
}

#seminar .table dd {
	margin: 0 10px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#seminar .table dd span {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

#seminar .table dd span:not(:first-of-type) {
	margin-top: 20px;
}

.link li {
	margin-bottom: 10px;
}

#seminar .table dd .out {
	display: block;
	padding-left: 23px;
	background: url(../../include/images/i_out.png) no-repeat 1px / 16px auto;
}

#seminar .table dd .pdf {
	display: block;
	height: 34px;
	padding-left: 32px;
	background: url(../../include/images/i_pdf.png) no-repeat left / 24px auto;
	line-height: 34px;
	letter-spacing: 1px;
	word-wrap: break-word;
	word-break: break-all;
}

/* ---------------------------------------------------------
csv output result
--------------------------------------------------------- */
#seminar .csvResult{
	border-style: solid;
	border-width: 10%;
	border-color: #a9a9a9;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 10px;
}

#seminar .s_swicth {
	border-radius: 5px;
    padding-left: 5px;
    border: solid 1px #4167b3;
    background: #0055b0;
    text-decoration: none;
	color: #fff;
	padding: 8px 56px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}