@charset "utf-8";
/* CSS Document */

#bs-summit {
	display: block;
	margin: 20px auto;
	width: 96%;
	border: solid 1px #666666;
	box-sizing: border-box;
}
#bs-summit h1 {
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	background-color: #2B8D26;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0;
	width: 100%;
	box-sizing: border-box;
}

#bs-summit h2 {
	display: block;
	margin: 0 auto;
	width: 96%;
}
#bs-summit h2 img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#bs-summit p {
	text-align: left;
	display: block;
	margin: 20px auto 0;
	width: 96%;
}

#btn_close {
	text-align: center;
	display: block;
	margin: 20px 0;
	width: 100%;
}

.pc-item {
	display: none;
}
.sp-item {
	display: block;
}

@media only screen and (min-width: 600px) {

#bs-summit h2 {
	display: block;
	margin: 0 auto;
	height: 153px;
	width: 565px;
}

.pc-item {
	display: block;
}
.sp-item {
	display: none;
}
}