@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 22px;
	line-height: 1.2;
}

#detail h3 .promoter {
	display: block;
	font-size: 14px;
	line-height: 1.8;
}

#detail h4 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 20px;
}

#detail .back {
	margin: 0 15px;
}

/* ---------------------------------------------------------
	CSS Document detail > text_announce_app
--------------------------------------------------------- */

#detail .text_announce_app {
	width:100px;
	text-align:center;
	display:block;
        padding:3px 10px;
        margin-bottom:10px;
	color: #fff;
	background: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document detail > text_announce_end
--------------------------------------------------------- */

#detail .text_announce_end {
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	color: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document detail > btn
--------------------------------------------------------- */

#detail .btn {
	margin-bottom: 25px;
	text-align: center;
}

#detail .btn li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-bottom: 10px;
}

#detail .btn a {
	display: block;
	height: 48px;
	padding: 0 0 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}



#detail .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn .movie a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_movie_sp.png) no-repeat 0 0;
	background-size: 24px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn .test a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_test_sp.png) no-repeat 0 0;
	background-size: 24px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn .more a {
	padding: 0;
}

#detail .btn .more a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document detail > test
--------------------------------------------------------- */

#detail #test {
	background:#e8eefc;
	border:1px solid #b5c1de;
	padding:20px 20px 0px;
	margin-bottom:40px;
	font-size:15px;
}

#detail #test h3 {
	margin-bottom:15px;
	font-size:18px;
}

/* ---------------------------------------------------------
	CSS Document detail > summary
--------------------------------------------------------- */

#detail .summary dl {
	margin-bottom: 20px;
}

#detail .summary dt {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #ddd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail .summary dd {
}

#detail .summary dd li {
	margin-left: 20px;
	list-style: square;
}

#detail .summary dl.detail-summary dt {
	float: left;
	clear:left;
	width: 40%;
	padding-left: 0;
	border-left: none;
	font-weight: 100;
	font-size: 1.0rem;
}

#detail .summary dl.detail-summary dd {
	float: none;
	margin-left:42%;
	padding-top: 0;
	width: auto;
}

/* ---------------------------------------------------------
	CSS Document detail > program
--------------------------------------------------------- */

#detail .program {
	margin-bottom: 20px;
}

#detail .program h5 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #ddd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail .program dl {
	margin-bottom: 10px;
}

#detail .program dd {
	padding: 10px;
	border: solid 1px #ccc;
}

#detail .program h6 {
	font-weight: 100;
	font-size: 14px;
}

#detail .program ul {
	margin-bottom: 20px;
}

#detail .program p:last-child,
#detail .program ul:last-child {
	margin-bottom: 0;
}

#detail .program li {
	margin-left: 20px;
	list-style: disc;
}

#detail .program .dl {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #ccc;
}

/* ---------------------------------------------------------
	CSS Document detail > profile
--------------------------------------------------------- */

#detail #profile dl {
	margin-bottom: 30px;
}

#detail #profile dt {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #ddd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail #profile dd {
	padding: 10px;
	border: solid 1px #ccc;
}

#detail #profile p:last-child {
	margin-bottom: 0;
}

#detail #profile dd .f_left {
	margin-right: 20px;
	margin-bottom: 40px;
}

/* ---------------------------------------------------------
	CSS Document detail > matching
--------------------------------------------------------- */
#detail #list table {
	width:100%;
	border-bottom:1px dotted #666;
	margin:30px 0
}

#detail #list th {
	border-top:3px solid #ccc;
	padding:5px 10px;
	background:#eee;
	font-weight:normal;
	font-size:80%;
	margin:30px 0
}

#detail #list tr {
	border-top:1px dotted #666
}

#detail #list td {
	padding:20px 10px;
	vertical-align:top;
}


/* ---------------------------------------------------------
	CSS Document detail > report
--------------------------------------------------------- */
#detail #report {
	margin:30px 0;
	padding:10px;
	border:1px #ccc solid;
}

#detail #report h4 {
	padding:10px;
	background:#808fbb;
	color:#fff;
	font-weight: 100;
	font-size: 16px;
}

#detail #report p img {
	margin-bottom:20px;
}

#detail #report p:last-child {
	margin-bottom: 0;
}

.info-ssl {
	color: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document detail > seminar
--------------------------------------------------------- */

/* .seminar_table {
	width: 100%;
	margin-bottom: 14px;
}

.seminar_table th {
	background: #e8eefc;
}
.seminar_table th,td {
	border: 1px solid rgb(190, 190, 190);
	padding: 10px; 
	text-align: center;
}


.panelist_table {
	width: 100%;
	margin-bottom: 14px;
}

.panelist_table th {
	background: #e8eefc;
}
.panelist_table th,td {
	border: 1px solid rgb(190, 190, 190);
	text-align: center;
	padding:15px 10px; 
}

.panelist_table .prof{
	text-align: left;
} */

.seminar_table {
	width: 100%;
}
.seminar_table thead {
	display: none;
}
.seminar_table tr {
	width: 100%;
}
.seminar_table td {
	display: block;
	text-align: left;
	width: 100%;
}

.seminar_table td:first-child {
	background: #e8eefc;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.seminar_table td:before {
	content: attr(data-label);
	float: left;
	width: 25%;
}

.panelist_table {
	width: 100%;
}
.panelist_table thead {
	display: none;
}
.panelist_table tr {
	width: 100%;
}
.panelist_table td {
	display: block;
	text-align: left;
	width: 100%;
}

.panelist_table td.area {
	text-align: center !important;
	padding: 10px 0;
}

.panelist_table td.panelist {
	font-weight: bold;
}

.panelist_table td.prof {
	margin-bottom: 10px;
}

.panelist_table .main_table td:first-child {
	background: #e8eefc;
	font-weight: bold;
	text-align: center;
	width: 100%;
}