@charset "utf-8";

html,
body,
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
body {
	width:100%;
	background:#ccc url("../images/Crosshatch_touka8.png");
	font-size:100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	background:#fff url("../images/m2miot_event_bg.jpg") no-repeat;
	background-size:100% auto;
}



img {
	max-width:100%;
	border:none;
}
.timetable__speaker-pic img {
	margin:auto;
	border: 1px solid #ccc;
}

ul,
ol,
dl {
	margin:0;
}

p {
	max-width:60em;
	color:#333;
	font-size:90%;
	line-height:1.6;
	letter-spacing:1px;
}

.block__summary {
	padding:.25em 1em;
	border-radius:.5em;
	background:#fff;
	background:rgba(255,255,255,.75);
	text-shadow:0 0 1px #aaa;
}
.block__summary p {
	text-indent:1em;
}

a {
	/* word-wrap: break-word; */
	word-break: break-all;
}


h1 {
	line-height:0;
}
.h1-img1 {
	margin-top:15px;
}

.copy {
	font-size:120%;
	font-weight:bold;
}
.copy,
#pickup,
#overview,
#commission,
#timetable-1,
#timetable-2,
#exhibition {
	margin:1.5em 0 .5em;
}

button {
	border-radius:0;
	font-size:100%;
}

table {
	font-size: 100%;
}
table {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	padding:0 1em;
}
td {
	text-align: left;
	vertical-align: top;
	padding:1em;
}

/* .overview__table td {
	padding:.5em 1em;
} */

.summary__company,
.summary__division,
.summary__post {
	margin-right:.5em;
}

.timetable__type,
.timetable__title,
.timetable__speaker,
.timetable__belong,
.timetable__display-button,
.timetable__summary,
.timetable__prof {
	margin-bottom:1em;
}

.timetable__display-button {
	display: inline-block;
	margin-left: .5em;
	/* font-size: 80%;
	text-align:center; */
}
.overview__table {
	/*table-layout:fixed;*/
}

.overview__table th,
.commission__table th,
.timetable__table th,
.timetable__datetime {
	background:#aaa;
	color:#fff;
	font-weight:bold;
	text-align: center;
}

.overview__main-title,
.overview__sub-title {
	font-weight:bold;
}

.overview__place__access {
	margin-bottom:1em;
}
.overview__place__map {
	overflow:hidden;
	position:relative;
	height:0;
	padding-bottom:300px;
}

.overview__visitors ul {
	/* margin-bottom:1em; */
	padding-left: 0;
}

.overview__fee dd,
.overview__url dd {
	margin-left: 0;
}
.overview__visitors li,
.overview__fee dt,
.overview__fee dd,
.overview__url dt,
.overview__url dd {
	display:inline-block;
	list-style: none;
}
.overview__url dd {
	font-size:90%;
}

.overview__visitors li:after {
	content:"、";
}
.overview__visitors li:last-child:after {
	content:"";
}

.overview__url dd:before {
	content:"（";
}
.overview__url dd:after {
	content:"）";
}	


.commission__name {
	font-weight:bold;
}
.commission__belong {
	margin-left:1em;
}


.label {
	padding: .25em 1em;
	border-radius: 4px;
	background: #999;
	color: #fff;
	font-size: 80%;
	text-align: center;
}
.label-sp {
	background: rgb(16,64,128);
}
.label-a {
	background: #db7093;
}
.label-b {
	background: #20b2aa;
}
.label--right {
	margin-left:1em;
	padding: .25em 0;
	font-size: 80%;
}

.timetable__main-title,
.timetable__sub-title {
	font-weight:bold;
}
.timetable__main-title {
	font-size:140%;
}
.timetable__sub-title {
	font-size:120%;
}
.timetable__sub-title:before,
.timetable__sub-title:after {
	content:"～";
}


.summary__speaker {
	text-align:right;
}
.summary__speaker,
.timetable__speaker {
}
.summary__pic {
	float:right;
	margin-left:1em;
	text-align:center;
}
.timetable__pic {
	float:right;
	margin-left:1em;
	text-align:center;
}

.timetable__pic img {
	display:block;
	border:1px solid #ccc;
}
.summary__name {
	margin-top:1em;
}
.summary__name span {
	margin-left:.5em;
	font-weight: bold;
	font-size: 120%;
}


.timetable__belong {
}

.timetable__division,
.timetable__post {
	margin-top:.3em;
}
.timetable__name {
	display: inline-block;
	font-weight:bold;
	font-size:120%;
}
.timetable__name:after {
	content:"氏";
	margin-left:.5em;
	font-weight:normal;
	font-size:80%;
}
.timetable__name.no-uji:after{
	content:"";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.block__global-nav {
	/* background:#f1b000; */
	/* background:#bdbdbd; */
	margin-top:1em;
}
.global-nav {
	margin:0;
	padding:0;
}
.global-nav__item {
	list-style:none;
	/* background:#2f60bd; */
	/* background:#999; */
	background:#0c317e;
	background: rgba(12,49,126,.75);
	letter-spacing:0.1em;
}
.global-nav__item a {
	display:block;
	margin:0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
.global-nav__item a:hover {
	/* background:#577fca; */
	/* background:#34c1dc; */
	background:##80c0e0;
	background:rgba(128,192,226,.75);
}
.block__sns-button {
	display:none;
	margin:1em 0;
}

#sponsor {
	margin-top:1em;
}

.sponsor-pt,
.sponsor-lunch,
.sponsor-au,
.sponsor-media,
.sponsor-exhibition {
	border: solid 16px transparent;
	border-image: url("../images/border__sponsor.png") 16 / 16px repeat;
}
.sponsor-pt div,
.sponsor-lunch div,
.sponsor-au div,
.sponsor-media div,
.sponsor-exhibition div {
	margin-bottom:1em;
	padding:.5em 0;
	/* border-bottom:1px solid #34c1dc; */
	border-bottom:1px solid rgb(16,64,128);
	font-size:80%;
	font-weight:bold;
}

.sponsor-pt__list,
.sponsor-lunch__list,
.sponsor-au__list,
.sponsor-media__list,
.sponsor-exhibition__list {
	margin:0;
	padding:0;
}

.sponsor-pt__item,
.sponsor-lunch__item,
.sponsor-au__item,
.sponsor-media__item {
	list-style:none;
}
.sponsor-exhibition__list {
	padding-left:0;
	text-align:left;
}
.sponsor-exhibition__item {
	list-style:none;
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px dotted #ccc;
	font-size:80%;
}


#footer {
	clear:both;
	width:100%;
	padding:1em 0;
	/* border-radius:0 0 4px 4px; */
	/* background:#333; */
	background:#0c317e;
	color:#fff;
	font-size:80%;
	text-align:right;
}
.footer-nav {
	margin-right:.75em;
	margin-bottom:1em;
}
.footer-nav a {
	display:inline-block;
	margin:.5em .25em;
	padding:.5em;
	border:1px solid #fff;
	border-radius:4px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	text-align:right;
}
.footer-nav a:hover {
	/* background:#34c1dc; */
	background:rgb(128,192,224);
}
#footer span {
	margin-right:1em;
}
#footer span a {
	padding-bottom:.25em;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none;
}

#sidebar {
	text-align:center;
}

.button__submit {
	display:block;
	width:50%;
	margin:2em auto 3em;
	padding:1em;
	border-radius:4px;
	/* background:#f1b000;
	color:#fff; */
	text-decoration:none;
	text-align:center;
}
.submit {
	background:#f1b000;
	color:#fff;
}
.submit:hover {
	background: #f0c246 !important;
}
.float-r {
	float:right;
}
.float-l {
	float:left;
}
.text-r {
	text-align:right;
}
.text-l {
	text-align:left;
}
.text-c {
	text-align:center;
}
.text-i1 {
	text-indent:1em;
}
.margin-t0 {
	margin-top:0 !important;
}
.margin-t1 {
	margin-top:1em;
}
.margin-t2 {
	margin-top:2em;
}
.margin-b0 {
	margin-bottom:0 !important;
}
.margin-b1 {
	margin-bottom:1em;
}
.margin-b2 {
	margin-bottom:2em;
}
.margin-r05 {
	margin-right:.5em;
}
.margin-r1 {
	margin-right:1em;
}
.margin-r2 {
	margin-right:2em;
}
.margin-l0 {
	margin-left:0 !important;
}
.margin-l1 {
	margin-left:1em;
}
.margin-l15 {
	margin-left:1.5em;
}
.margin-l2 {
	margin-left:2em;
}
.border-1 {
	border:1px solid #ccc;
}
.font-85 {
	font-size:85%;
}


.block__pickup a {
	display:block;
	color:#fff !important;
	text-decoration:none !important;
}
.block__pickup a:hover {
	padding-left:2px;
	opacity:.7;
}
.block__pickup a img {
	border-radius:6px;
}

@media only screen and (max-width:770px) {
	.copy,
	#pickup,
	#overview,
	#commission,
	#timetable-1,
	#timetable-2,
	#exhibition {
		padding:0 .5em;
	}
	
	h1 {
		text-align:center;
	}

	table {
		display:block;
		width:100%;
	}
	tbody,
	tr {
		display:block;
		margin-bottom:1em;
	}
	th,
	td {
		display:list-item;
		/*width:100%;*/
	}
	td {
		border-right:none;
		border-bottom:1px solid #aaa;
	}
	td:last-child {
		border:none;
	}
	.overview__table th,
	.timetable__datetime {
		padding:.5em 0;
		width:100%;
		font-size: 100%;
	}
	.global-nav__item {
		/* border-bottom:1px solid #aaa; */
		background:##80c0e0;
		border-bottom:1px solid rgba(128,192,224,.75);
	}
	.global-nav__item:last-child {
		border-bottom:none;
	}
	.global-nav__item a {
		padding:.5em;
	}
	
	.block__sns-button {
		width:100%;
		text-align:center;
	}
	
	.button__summary,
	.button__prof {
		font-size:70%;
	}
	
	#sponsor {
		margin: 1em;
	}
	.sponsor-pt:after,
	.sponsor-lunch:after,
	.sponsor-au:after,
	.sponsor-media:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.sponsor-pt__item,
	.sponsor-lunch__item,
	.sponsor-au__item,
	.sponsor-media__item {
		margin:1em;
	}
	
}
@media only screen and (min-width:771px)  {
	#wrapper {
		max-width:1020px;
		margin:0 auto;
	}
	
	.block__summary {
		margin-right:1.5em;
		margin-left:1.5em;
		font-size:120%;
	}
	.copy,
	#pickup,
	#overview,
	#commission,
	#timetable-1,
	#timetable-2,
	#exhibition {
		padding-left:.5em;
		/* border-left:.5em solid #34c1dc; */
		border-left:.5em solid rgb(16,64,128)
	}
	
	.overview__table th,
	.commission__table th,
	.timetable__datetime {
		padding:20px 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	}
	
	/* .overview__table th {
		padding:.5em 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	} */
	
	.block__global-nav {
		display:none;
		width:100%;
	}
	.block__global-nav:after {
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
		content:""
	}
	.global-nav {
		width:100%;
		margin:0 auto;
	}
	.global-nav__item {
		float:left;
		width:33.2%;
		/* border-right:1px solid #aaa; */
		background:##80c0e0;
		border-right:1px solid rgba(128,192,224,.75)
	}
	.global-nav__item a {
		padding:0.5em 0.5em 0;
		height:2em;
	}
	.global-nav__item:last-child {
		border-right:1px solid #f1b000;
	}
	
	.block__sns-button {
		width:100%;
		text-align:right;
	}
	.twitter-share-button {
		margin-right:1%;
	}
	
	.overview__table th,
	.commission__table th,
	.timetable__table th {
		width:15%;
		border-bottom:1px solid #fff;
	}
	.overview__table th:last-child
	.commission__table th:last-child,
	.timetable__table th:last-child {
		border:none;
	}
	.overview__table td,
	.commission__table td {
		width:85%;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.timetable__table td {
		width:85%;
		border-top:1px solid #aaa;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.overview__table td:last-child,
	.commission__table td:last-child,
	.timetable__table td:last-child {
		border-right:none;
	}
	.button__summary,
	.button__prof {
		font-size:70%;
	}
	
	.block__pickup {
		margin:0 1%;
	}
	#content {
		float:left;
		width:78%;
		margin:0 1%;
	}
	#sidebar {
		float:right;
		width:18%;
		margin:0 1%;
	}
	
	.sponsor-pt__item,
	.sponsor-lunch__item,
	.sponsor-au__item,
	.sponsor-media__item {
		margin:2em 0;
	}
}

@media only screen and (max-width:1020px)  {
	.h1-img1 {
		margin-top:50px;
	}
	.h1-img2 {
		position:absolute;
		right:0;
	}
}
@media only screen and (min-width:1021px)  {
	.h1-img1 {
		margin-left:15px;
	}
	.h1-img2 {
		position:relative;
		left:82px;
		top:-136px;
	}
}

@media print {
	#wrapper {
		width:100%;
		margin:0 auto;
	}
	
	.copy,
	#overview,
	#commission,
	#timetable-1,
	#timetable-2,
	#exhibition {
		padding-left:.5em;
		border-left:.5em solid #34c1dc;
	}
	
	.overview__table th,
	.commission__table th,
	.timetable__datetime {
		padding:20px 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	}
	
	.global-nav,
	#sidebar,
	.block__sns-button,
	.timetable__display-button,
	.footer-nav {
		display:none
	}
	
	.collapse {
		display:block;
	}

	.overview__table th,
	.commission__table th,
	.timetable__table th {
		width:15%;
		border-bottom:1px solid #fff;
	}
	.overview__table th:last-child
	.commission__table th:last-child,
	.timetable__table th:last-child {
		border:none;
	}
	.overview__table td,
	.commission__table td {
		width:85%;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.timetable__table td {
		width:85%;
		border-top:1px solid #aaa;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	.overview__table td:last-child,
	.commission__table td:last-child,
	.timetable__table td:last-child {
		border-right:none;
	}
	
	#content {
		float:left;
		width:100%;
		margin:0;
	}
}
