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

/*===============================================================

meeting_exhibition

=================================================================*/

#page_title {
	background-image:url(../img/meeting/page_title_bg.png);
	background-color:#7E98B7;
}

#page_title:before {
	border-color: #AFB4C3 transparent transparent transparent;
}

.midashi {
	background:#7E98B7;
}

.container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:5rem;
}

.container ul li {
	padding-left:1.3em;
	position:relative;
}
.container ul li + li {
	margin-top:1.5rem;
}

.container ul li:before {
	display:block;
	content:'●';
	color:#7E98B7;
	position:absolute;
	top:0;
	left:0;
}

#documents .doc_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#documents .doc_wrap > * {
	width:31%;
}

#documents .doc_wrap > * a {
	width:100%;
}

#price td,
#price th {
	vertical-align:middle;
}

@media screen and (max-width:1000px){
	#documents .doc_wrap > * {
		width:48%;
		margin-bottom:4%;
	}
}

@media screen and (max-width:700px){
		#documents .doc_wrap > * {
			width:100%;
		}
}

@media screen and (max-width:480px){
.container {
	margin-top:3rem;
}
}