/* common.css */
@charset "utf-8";
div.news_container .releaseDetail_box .pr-article p {
	padding-bottom: 0;
}
div.news_container .releaseDetail_box  .pr-article ul li {
	margin-left: 0;
	margin-bottom: 0;
}
.pr-article {
	width: 700px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.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;
}
.small {
	font-weight: normal;
}
.mainImg {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.mainImg > img {
	width: 500px;
}
.leadText {
	text-indent: 1em;
}
.leadText + .leadText {
	margin-top: 20px;
}
.product__title {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}
.product-inner {
	position: relative;
}
.product-inner + .product-inner {
	margin-top: 35px;
}
.product__visual {
	width: 350px;
	position: absolute;
	right: 0px;
	top: 15px;
}
.product-dl {
	width: 350px;
}
.product-dl__dd {
	margin-top: 10px;
}
.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;
	text-indent: 1em;
}
@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;
	}
	.product__visual {
		position: static;
		width: 100%;
	}
	.product-dl {
		width: 100%;
	}
	.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;
	}
}