@charset "UTF-8";

.businesswire_divA {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 2em;
	}





/*---------------------------------------- 

 ----------------------------------------*/
.mainContents_area p {
	font-size: 1rem;
	line-height: 1.5rem;
}

/*---------------------------------------- 
取材のご案内
 ----------------------------------------*/
.mail_ad {
	margin: 2em 0.5em;
}

.mainContents_area .one_pg .mail_ad p {
	font-size: 1.25em;
	margin: 0.5em 0;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.mail_ad p:before {
	content: "\f003";
	font-family: fontAwesome;
	margin-right: 0.5em;
	font-weight: normal;
}


/*---------------------------------------- 
ニュースリリース
 ----------------------------------------*/
dl.release_news {
	margin: 0;
}
dl.release_news dt {
	font-size: 1.25rem;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	width: 8rem;
	float: left;
}
dl.release_news dd {
	margin: 0;
	padding-left: 8rem;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
dl.release_news dd a {
	text-decoration: none;
	outline: none;
}
dl.release_news dd:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}
@media screen and (max-width: 599px) {
	dl.release_news dt {
		width: auto;
		float: none;
	}
	dl.release_news dd {
		padding-left: 0rem;
	}
}


/*---------------------------------------- 
出展社ニュースリリース
 ----------------------------------------*/
dl.exhibitors_news {
	margin: 1.5em 0 40px;
}
dl.exhibitors_news dt {
	font-size: 1.125rem;
	margin: 0 0 0.5em;
	font-weight: bold;
}
dl.exhibitors_news dd {
	margin: 0;
	line-height: 1.4;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	margin-left: 0.5em;
}
dl.exhibitors_news dd a {
	display: block;
	margin: 0.75em 0;
	text-decoration: none;
	outline: none;
}
dl.exhibitors_news dd a:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}



dl.exhibitors_news dd:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}
