@charset "UTF-8";

/*
========================================

	seminarR > seminar.css
    
========================================
*/

footer .sitemapBox {
	/*height:1px;-----0以外の最小値
	min-height:1px;*/
	/*overflow:hidden;-----隠す*/
}

article.seminar {
	width:100%;
	padding:0;
}

.hide {display:none;}/*----->>seminar.js参照*/

/*-----tab-----

ul#tab {
	width:96%;
	margin:2%;
	padding:0;
}

ul#tab li {
	float:left;
	width:50%;
	* width:49%; for IE6 and IE7 
	padding:12px 0;
	color:#999;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;	
	
	background:#f6f6f6;
}

ul#tab li.selected {
	color:#fff;
	border-bottom:none;
	background:#25348e;
}

ul#tab li.selected {
	border-top:1px solid #1f2a66;
	border-left:1px solid #1f2a66;
	border-right:1px solid #1f2a66;
	padding-bottom:13px;
}
*/

div#seminar p {
	width:96%;
	margin:0 2%;
	padding:12px 3%;
	color:#fff;
	/*cursor:pointer;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	font-weight:bold;
	box-sizing:border-box;
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;	
	
	background:#25348e;
}

/* seminar list */

ul.seminarList,
ul.pastSmnList {
	clear:both;
	width:96%;
	margin:0 2%;
	padding:0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	/*border-bottom:1px solid #ccc;*/
	box-sizing:border-box;
}

ul.seminarList {margin-bottom: 16px;}

ul.seminarList li,
ul.pastSmnList li {
	width:100%;
	border-bottom:1px solid #ccc;
}

ul.seminarList li a,
ul.pastSmnList li a {
    display:block;
	width:94%;
	overflow:hidden;
}

ul.seminarList li a {padding:3%;}
ul.pastSmnList li a {padding:2% 3%;}

ul.seminarList li.none a {
	color:#666;
	font-size:12px;
	font-size:0.75rem;
}

/*---各項目---*/

/*これから開催*/

ul.seminarList li span {display:block;}
ul.seminarList li span.inl {display:inline;}

ul.seminarList li span.icon {
	clear:both;
	float:left;
	width:35%;
	max-width:100px;
}
ul.seminarList li span.icon img {
	width:100%;
	height:auto;
	border:1px solid #ccc;
}
ul.seminarList li span.data,
ul.seminarList li span.area {
	float:left;
	width:63%;
	margin-left:2%;
	font-size:12px;
	font-size:0.75rem;
}
ul.seminarList li span.title {
	clear:both;
	width:100%;
	padding:10px 0 5px 0;
	font-weight:bold;
	color:#25348e;
}
ul.seminarList li span.new:after {
	content:'N';
	display:inline-block;
	width:18px;
	height:18px;
	margin:-2px 0 0 5px;
	padding:0;
	color:#fff;
	font-weight:normal;
	background:#e50012;
    border-radius:18px;
	text-align:center;
	vertical-align:middle;
	
	font-size:11px;
	font-size:0.6875rem;
	line-height:19px;
}

/*詳細未定*/

ul.seminarList li span.unfixed {
	display:block;
	width:94%;
	padding:3%;
	overflow:hidden;
}
ul.seminarList li span.unfixed span.title,
ul.seminarList li span.unfixed span.text {color:#666;}

/*開催終了*/

ul.pastSmnList li span {
	display:inline-block;
	margin-right:16px;
	color:#666;
}
ul.pastSmnList li span.icon,
ul.pastSmnList li span.text {
	display:none;
}
ul.pastSmnList li span.title {
	font-weight:bold;
	color:#485dc7;
}

/*過去数年分*/

div#pastSeminar p {
	margin:2% 0 0 0;
	color:#485dc7;
	font-weight: bold;
	text-align: center;
}

div#pastSeminar dl {
	width:100%;
	margin:0;
	padding:0;
}

div#pastSeminar dl dt.pastTitle {
	margin:2% 2% 0 2%;
	padding:4px 3%;
	color:#fff;
	font-weight:bold;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
	
	cursor:pointer;
	position:relative;
	
	font-size:14px;
	font-size:0.875rem;
}

div#pastSeminar dl dt.pastTitle:after {
	content: '';
	display:block;
	position:absolute;
	top:50%;
	right:3%;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:url(/commonR/cmn_img/icon_plus_line_w.png) no-repeat center;
	background-size:16px 16px;
}
	
div#pastSeminar dl dd.pastContents {
	color:#666;
	display:none;
}

div#pastSeminar dl dd.pastContents ul {border:none;}
div#pastSeminar dl dd.pastContents ul li {border-bottom:1px solid #ccc;}

div#pastSeminar dl dt.y2020 {background:#7c9fe5;}
div#pastSeminar dl dt.y2019 {background:#96b2eb;}
div#pastSeminar dl dt.y2018 {background:#cedbf5;}

div#pastSeminar dl dt.selected {background:#485dc7;}

div#pastSeminar dl dt.selected:after {background:url(/commonR/cmn_img/icon_minus_line_w.png) no-repeat center; background-size:16px 16px;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
	
/*
ul#tab {
	width:98%;
	margin:2% 1%;
}
*/
	
div#seminar p {
	width:98%;
	margin:0 1%;
}

ul.seminarList,
ul.pastSmnList {
	width:98%;
	margin:0 1%;
}
	
ul.seminarList {margin-bottom: 16px;}

ul.seminarList li span.icon {
	width:15%;
	max-width:160px;
}

ul.seminarList li span.data,
ul.seminarList li span.area,
ul.seminarList li span.title,
ul.seminarList li span.text {
	clear:none;
	float:right;
	width:83%;
	margin-left:2%;
	font-size:1em;
}

ul.seminarList li span.unfixed span.title {
	padding:5px 0;
}

ul.seminarList li a{padding:2% 3%;}
ul.pastSmnList li a {padding:1% 3%;}

ul.pastSmnList li span.title {
	display:block;
}

div#pastSeminar dl dt.pastTitle {
	margin:10px 1% 0 1%;
	padding:8px 3%;
}

div#pastSeminar p {
	text-align: left;
}

}

/*----- seminar file colorbox iframe -----*/

/*----->>colorbox.css参照*/

#cboxOverlay{background:#fff;}
#cboxContent{
	background:#1f2a66;
	border:5px solid #1f2a66;
	border-radius:5px;
}

#cboxLoadingGraphic{background:url(/seminarR/img/loading.gif) no-repeat center center;}

#cboxLoadedContent {
	padding:0;
	border:0;
	background:#1f2a66 !important;
}

#cboxClose {background:url(/seminarR/img/controls.png) no-repeat top center;}

/*----- seminar file -----*/

article.seminar h3 {
	height:auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 32px;
	line-height: 1.96875rem;
	border-top:1px solid #ccc;
}

article.seminar h3 img.icon {
	width:100%;
	max-width:280px;
	margin:16px auto 24px auto;
	border:1px solid #e5e5e5;
}

article.seminar table {border-bottom:1px solid #ccc;}

article.seminar table td,
article.seminar table th {
	display:block;
	clear:both;
	float:left;
	width:100%;
	
	box-sizing:border-box;
	border-top:1px solid #ccc;
	
	word-break:break-all;
	word-wrap:break-word;
}

article.seminar table th {
	padding:8px 16px;
	border-bottom:none;
	
	background:#e5e5e5;
}

article.seminar table td {
	padding:16px;
	border-bottom:none;
}

article.seminar table td span {display:block;}
article.seminar table td span.inl {display:inline;}

/*article.seminar table td span.icon {
	width:100%;
	max-width:140px;
}

article.seminar table td span.icon img {
	width:100%;
	height:auto;
	border:1px solid #e5e5e5;
}

article.seminar table td span.title {
	margin-top:8px;
	font-weight:bold;
}*/

article.seminar table td ul li {
	list-style:disc inside;
	margin-bottom:8px;
}

article.seminar table td ol li {
	list-style:circle inside;
	margin-bottom:8px;
}

article.seminar table hr {border-top:1px dotted #ccc;}

article.seminar table hr.sld {border-top:1px solid #ccc;}

article.seminar table hr.dbl {border-top:3px double #ccc;}

/*----- seminar file button-----*/

article.seminar table a.btn ,
article.seminar table a.btnBlank {
	display:block;
	width:98%;
	height:32px;
	margin:8px auto 16px auto;
	text-align:center;
	line-height:32px;
	
	max-width:600px;
	
    border-radius:4px;	
	background:#fff;
	color:#25348e;
	border:1px solid #25348e;
	font-weight:bold;
	
	position:relative;
}

article.seminar table a.btn:hover,
article.seminar table a.btnBlank:hover {
	color:#fff;
	background:#25348e;
}

article.seminar table a.btnBlank:after {
	content: '';
	display:block;
	position:absolute;
	top:50%;
	right:16px;
	margin-top:-6px;
	width:14px;
	height:12px;
	background:url(/commonR/cmn_img/icon_blank_bl.png) no-repeat center;

}

article.seminar table a.btnBlank:hover:after {background:url(/commonR/cmn_img/icon_blank_w.png) no-repeat center;}

article.seminar table a.btn:after {
	content: '';
	display:block;
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-7px;
	width:14px;
	height:14px;
	background:url(/commonR/cmn_img/icon_arrow_bl.png) no-repeat center;
	background-size:14px 14px;
}

article.seminar table a.btn:hover:after {background:url(/commonR/cmn_img/icon_arrow_w.png) no-repeat center; background-size:14px 14px;}

@media only screen and (min-width: 768px) {
	
/*article.seminar table td span.icon {
	float:left;
	width:30%;
	margin-right:16px;
	max-width:140px;
}

article.seminar table td span.icon img {
	width:100%;
	height:auto;
	border:1px solid #e5e5e5;
}

article.seminar table td span.title {
	margin-top:0;
	
	font-size:18px;
	font-size:1.125rem;
	
	line-height:2;
}*/

article.seminar h3 {border-top:none;}

article.seminar h3 {min-height:106px;}/*82px + 24px*/

article.seminar h3 span.title {
	height:82px;
	display:table-cell;
	vertical-align:middle;
}

article.seminar h3 img.icon{
	float:left;
	width:200px;
	height:82px;
	margin:0 24px 0 0;
}

article.seminar table {
	width:96%;
	margin:0 2%;
}
	
article.seminar table td,
article.seminar table th {
	display:table-cell;
	clear:none;
	float:none;
	width:auto;
	border-top:1px solid #ccc;
}

article.seminar table th {
	background:#f6f6f6;
	padding:14px 12px;
	border-right:1px solid #ccc;
}

article.seminar table td {padding:14px;}

/*----- seminar file button-----*/

article.seminar table a.btn ,
article.seminar table a.btnBlank {
	display:inline-block;
	width:auto;
	margin:0;
	padding:0 36px 0 0;
	text-align:left;
	max-width:none;
	color:#25348e;
	border:none;
	font-weight:normal;
	
	position:relative;
}

article.seminar table a.btn:hover,
article.seminar table a.btnBlank:hover {
	color:#25348e;
	background:none;
	text-decoration:underline;
}

body.seminarFile table a.btnBlank:after {
	right:0;
	margin-top:-8px;
}

article.seminar table a.btnBlank:hover:after {background:url(/commonR/cmn_img/icon_blank_bl.png) no-repeat center;}

article.seminar table a.btn:after {
	right:5px;
	margin-top:-8px;
}

article.seminar table a.btn:hover:after {background:url(/commonR/cmn_img/icon_arrow_bl.png) no-repeat center; background-size:14px 14px;}
 
}
