@charset "utf-8";

main > .inner { max-width: 1000px; }

main small {
	font-size: 80%;
}

/*===========================================================
	お知らせ・セミナー情報
===========================================================*/

main h2 {
	color: #D86A80;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/*========== 参加申込みボタン ==========*/

section#seminar .button_entry {
	max-width: 500px;
	display: block;
	background: url(https://www.sendai-elcc.jp/en/images/icon_01.png) right center no-repeat,
				url(https://www.sendai-elcc.jp/en/images/h_bg_01.png) #D86A80;
	text-align: center;
	color: #FFF;
	font-size: 29px;
	letter-spacing: 5px;
	margin: 0 auto 30px;
	padding: 23px 140px;
	border-radius: 15px;
}

/*========== セミナー情報 ==========*/

section#seminar {
	/*margin-bottom: 50px;*/
}

section#seminar table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.9em;
}

section#seminar table th,
section#seminar table td {
	text-align: left;
	vertical-align: top;
	line-height: 1.4em;
	padding: 5px 10px;
}

section#seminar table th {
	background-color: #09B3AA;
	color: #FFF;
	border: 1px solid #09B3AA;
}

section#seminar table th.date {
	width: 7.5em;
}

section#seminar table th.detail {
	width: 10em;
}

section#seminar table th.status {
	width: 4.5em;
}

section#seminar table td {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

section#seminar table tr.year {
	cursor: pointer;
	position: relative;
}

section#seminar table tr.year td {
	background-color: #DDD;
	position: relative;
}

section#seminar table tr.year td::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}

section#seminar table tr.year.active td::after {
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #333333 transparent;
}

section#seminar table tr td:last-of-type {
	vertical-align: middle;
}

section#seminar table tr td:last-of-type img {
	vertical-align: middle;
}

/*========== Adobe Reader ==========*/

section#seminar .get-reader .left {
	position: relative;
	width: 158px;
}

section#seminar .get-reader .right {
	width: 100%;
	margin-left: -158px;
}

section#seminar .get-reader .right > .inner {
	margin-left: 173px;
	font-size: 0.9em;
	line-height: 1.4em;
}

section#seminar .get-reader .right p {
	margin-bottom: 0;
}

section#seminar .get-reader .right p .br:before {
	content: "\A";
	white-space: pre;
}

/*========== お知らせ ==========*/

section#topics dl {
	letter-spacing: normal;
	font-size: 1.1em;
	letter-spacing: -0.4em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #666;
}

section#topics dl dt,
section#topics dl dd {
	letter-spacing: normal;
}

section#topics dl dt {
	width: 190px;
}

section#topics dl dt .category {
	background-color: #19A3A2;
	color: #FFF;
	padding: 2px 6px;
	font-size: 0.8em;
	margin-left: 10px;
	vertical-align: middle;
}

section#topics dl dd {
	width: 100%;
	margin-left: -190px;
}

section#topics dl dd > .inner {
	margin-left: 200px;
}

@media screen and (max-width:999px) {
	
	/*===========================================================
		お知らせ・セミナー情報
	===========================================================*/
	
	main h2 {
		font-size: 18px;
	}
	
	/*========== 参加申込みボタン ==========*/
	
	section#seminar .button_entry {
		background: url(https://www.sendai-elcc.jp/en/images/icon_01_sp.png) right center no-repeat,
					url(https://www.sendai-elcc.jp/en/images/h_bg_01_sp.png) left top #D86A80;
		background-size: 23px, 1500px;
		font-size: 15px;
		letter-spacing: 0px;
		margin-bottom: 10px;
		padding: 10px 33px;
		border-radius: 10px;
	}
	
	/*========== セミナー情報 ==========*/
	
	section#seminar {
		margin-bottom: 35px;
	}
	
	section#seminar table tr.head {
		display: none;
	}
	
	section#seminar table table,
	section#seminar table tbody,
	section#seminar table tr,
	section#seminar table th,
	section#seminar table td {
		width: 100%;
		display: block;
		float: left;
		box-sizing: border-box;
	}
	
	section#seminar table th,
	section#seminar table td {
		font-size: 13px;
	}
	
	section#seminar table td {
		border-bottom: none;
	}
	
	section#seminar table tr td:last-of-type {
		border-bottom: 1px solid #666;
	}
	
	section#seminar table tr.year td {
		border-top: 1px solid #666;
	}
	
	/*========== Adobe Reader ==========*/
	
	section#seminar .get-reader .left {
		position: relative;
		width: auto;
	}
	
	section#seminar .get-reader .right {
		width: auto;
		margin-left: 0;
	}
	
	section#seminar .get-reader .right > .inner {
		margin-left: 0;
	}
	
	section#seminar .get-reader .right p .br:before {
		content: "";
		white-space: normal;
	}
	
	/*========== お知らせ ==========*/
	
	section#topics dl {
		font-size: inherit;
		letter-spacing: normal;
	}
	
	section#topics dl dt {
		width: auto;
	}
	
	section#topics dl dd {
		width: auto;
		margin-left: 0;
	}
	
	section#topics dl dd > .inner {
		margin-left: 0;
	}
			
}