@charset "UTF-8";


/* basic rules for new tags */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}


/* +++++ reset +++++ */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* +++++ general rules +++++ */

body {
	color: #000;
	background: #D6FBAB;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
span {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
}
.internal {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.break {
	display: block;
}
img {
	border-width: 0;
}
a {
	color: #c63;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #c93;
}
a:hover,
a:active {
	opacity: 0.7;
}
strong {
	margin: 0 1px;
	background-color: #fc0;
}
del {
	text-decoration: line-through;
	color: #666;
}
section {
	margin: 1.5em 0;
}
h3 {
	margin: 1.5em 0;
	font-size: 120%;
	font-weight: bold;
}
h3::before {
	content: "◎";
	color: #c99;
	margin-right: 0.4em;
}
h4 {
	margin: 1.5em 0;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	text-decoration: underline dotted;
}
p {
	margin: 1.5em 0;
}
ol {
	margin: 1.5em 0 1.5em 3em;
}
dt {
	font-weight: bold;
}
figure {
	margin: 10px 0;
}
figcaption {
	font-size: 90%;
	line-height: 130%;
	color: #666;
}
blockquote {
	border-width: 0 0 0 1em;
	border-style: solid;
	border-color: #ccc;
	margin-left: 1em;
	padding-left: 1em;
}


/* +++++ layout +++++ */

div#wrapper {
	width: 100%;
}
div#container {
	width: 810px;
	margin: 0 auto 0;
	background: #fff url("img/news_header01.jpg") top left no-repeat;
}
header {
	width: 810px;
	height: 95px;
	background: url("img/header02.jpg");
	background-size: cover;
}
span#page_title {
	display: none;
}
span#log_year {
	display: block;
	width: 320px;
	height: 240px;
	background: url("2016/pics/poster2016.jpg");
	position: absolute;
	top: 90px;
	left: calc(50% + 65px);
	font-size: 28px;
	color: #689B20;
}
nav#pagenavi {
	min-height: 200px;
	margin: 0.5em 0 2em 80px;
	padding: 2em 0 0 1.5em;
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: #666;
}
nav#pagenavi li {
	list-style: none;
}
main {
	margin: 0 7px;
}
article {
	clear: both;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #966;
	border-radius: 15px 15px 0 0;
	box-shadow: 2px 2px 4px #666;
	padding: 0 1.5em 0;
}
article::after {
	clear: both;
	display: block;
	content: "";
}
div.to_top {
	clear: both;
	margin: 10px 0 1.5em;
	text-align: right;
}
div.to_top::before {
	content: "↖︎";
	font-weight: bold;
	margin-right: 5px;
	color: #999;
}
h2 {
	padding: 10px 0 1em;
	font-size: 200%;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}
div#entry_date {
	margin: 0 0.5em 0;
	text-align: right;
}
div#entry_date::before {
	content: "【";
}
div#entry_date::after {
	content: "】";
}
nav#navi_panel {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #D6FBAB;
	border-radius: 7px 0 0 7px;
	margin: 1.8em 0 0 60%;
	padding: 0.5em 0 0.5em 1.5em;
	background: #D6FBAB;
}
nav#navi_panel li {
	list-style: none;
}
footer p {
	margin: 0 2em 0 0;
	padding: 0 0 2em;
	text-align: right;
	font-size: 90%;
	color: #666;
}


/* +++++ details +++++ */

div.timetable_box {
	width: 100%;
	display: inline-block;
}
table.timetable {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}
caption.tm_date {
	padding-top: 0.5em;
	font-size: 150%;
	font-weight: bold;
	color: #999;
	text-align: left;
}
table.timetable th,
table.timetable td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	padding: 7px 8px;
}
td li {
	list-style: none;
}
td.tm_time {
	white-space: nowrap;
}
td.tm_event {
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
}
.end_time {
	display: block;
}
dl.speaker {
	margin-left: 1em;
}
dl.speaker dt:before {
	content: "◇";
	margin-right: 5px;
}
dl.speaker dd:after {
	/* clearfix */
	content: "";
	display: block;
	height: 0;
	clear: both;
}
dl.speaker figure {
	width: 180px;
	float: right;
	margin: 1em 0 1.5em 1em;
}
dl.speaker figure img {
	box-shadow: #666 3px 3px 3px;
}
div.pframe_bottom {
	margin: 1.5em 0;
}
div.pframe_right {
	clear: both;
	width: 240px;
	float: right;
	margin: 1.5em 0 1.5em 1em;
}
div.pframe_bottom h4,
div.pframe_right h4 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin: 15px 0 5px;
	padding: 0;
	text-decoration: none;
}
div.pframe_bottom div.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.pframe_bottom div.photos figure {
	width: 240px;
	margin: 0 8px 10px 0;
}
div.pframe_bottom div.photos figure.fig480 {
	width: 480px;
}
div.pframe_bottom div.photos figure img,
div.pframe_right div.photos figure img {
	box-shadow: #666 3px 3px 3px;
}
