/* common.css */
@charset "utf-8";
div.news_container .releaseDetail_box .pr-article p {
	padding-bottom: 0;
}
.pr-article {
	width: 700px;
	margin: 0 auto;
}
div.news_container .releaseDetail_box  .pr-article ul li {
	margin-left: 0;
	margin-bottom: 0;
}
.titleBlock {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px;
}
.titleBlock__title-a {
	font-size: 15px;
	line-height: 1.3;
}
.titleBlock__title-b {
	font-size: 22px;
	line-height: 1.3;
	margin: 10px 0;
}
.mainImg {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.mainImg > img {
	width: 500px;
}
.leadText {
	text-indent: 1em;
}
.leadText + .leadText {
	margin-top: 20px;
}
.profile {
	margin-top: 20px;
}
.profile__title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.profileList__item {
	display: table;
}
.profileList__item:nth-of-type(2) {
	margin-top: 20px;
}
.profileList__visual,
.profileList__text {
	display: table-cell;
	vertical-align: middle;
}
.profileList__visual > img {
	width: 205px;
}
.profileList__text {
	padding: 0 0 0 10px;
}
.info + .info {
	margin-top: 20px;
}
.info__title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info-table {
	display: table;
}
.info-table__dt,
.info-table__dd {
	display: table-cell;
}
.info-table__dt {
	width: 8.5em;
}
.info-table__dt.info-table__dt--small {
	width: 1.5em;
}
.info-table__dt.info-table__dt--large {
	width: 11.5em;
}
.info-table__dd {
	text-indent: -1em;
	padding-left: 1em;
}
.contentCorporate {
	width: 700px;
	margin: 35px auto 30px;
}
.contentCorporate__logo {
	float: right;
	width: 150px;
}
.contentCorporate__name {
	font-size: 16px;
	letter-spacing: 1px;
	text-indent: -10px;
}
.contentCorporate__text1 {
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
@media (min-width: 739px) {
	#mainContent-right .releaseDetail_box .description .right-img {
		position: absolute;
		right: 0;
		top: 0;
		width: 230px;
	}
}
@media (max-width: 739px) {
	.pr-article {
		width: 100%;
	}
	.pr-article a {
		word-break: break-all;
	}
	.pr-article img {
		zoom: 1 !important;
	}
	.titleBlock__title-a {
		font-size: 14px;
	}
	.titleBlock__title-b {
		font-size: 20px;
	}
	.profileList__visual, .profileList__text {
		vertical-align: top;
	}
	.profileList__visual {
		width: 130px;
	}
	.contentCorporate {
		width: 100%;
	}
	.contentCorporate__logo {
		float: none;
		max-width: 125px;
		margin: 0 auto 10px;
		display: block;
	}
	.contentCorporate__name {
		font-size: 15px;
		text-indent: -3.448275862%;
	}
	.contentCorporate__text1 {
		margin: 0;
	}
}