/* common.css */
@charset "utf-8";
div.news_container .releaseDetail_box .pr-article p {
	padding-bottom: 0;
}
.pr-article {
	width: 700px;
	margin: 0 auto;
}
.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;
    color: #ff005c;
    line-height: 1.3;
    margin: 10px 0;
}
.titleBlock__title-c {
    font-size: 15px;
}
.leadText {
	text-indent: 1em;
}
.mainImg {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.mainImg > img {
	width: 700px;
}
div.news_container .releaseDetail_box .pr-article .profileBlock__title {
	background: #d99694;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	padding: 8px 13px;
	margin: 0 auto 15px;
	border-radius: 8px;
}
.profileBlock {
	margin-top: 20px;
}
.profileList__visual {
	float: right;
	display: inline-block;
}
.profileList__image {
	width: 150px;
}
.profileList__dl {
	display: inline-block;
	width: 500px;
}
.profileList__name {
	font-size: 12.5px;
	font-weight: bold;
	text-decoration: underline;
	margin: 14px 0 8px 0;
}
div.news_container .releaseDetail_box ul .appearanceList__item {
	margin: 0;
}
div.news_container .releaseDetail_box ul .appearanceList__item:nth-of-type(n+2) {
	margin-top: 20px;
}
.appearanceBlock__title {
	font-size: 16px;
}
.appearanceBlock__left {
	display: inline-block;
	padding-top: 25px;
}
.appearanceBlock__left > img {
	width: 350px;
}
.appearanceBlock__right {
	float: right;
	display: table;
	width: 330px;
}
.appearanceBlock__product,
.appearanceBlock__description {
	display: table-cell;
	vertical-align: middle;
}
.appearanceBlock__product > img {
	width: 50px;
}
.appearanceBlock__description {
	text-align: center;
	padding-left: 30px;
}
.appearanceBlock__dt {
	color: #ff005c;
}
.appearanceBlock__dd {
	border: 6px solid rgb(254,232,252);
	border-radius: 35px;
	position: relative;
	padding: 10px;
}
.appearanceBlock__dd:before {
	content: "";
	position: absolute;
	left: -26px;
	top: 48px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 45px 20px;
	border-color: transparent transparent rgb(254,232,252) transparent;
}
.font-bold {
	font-weight: bold;
}
.font-pink {
	color: #ff005c;
}
.font-ul {
	text-decoration: underline;
}
.sectionB__dl2 {
	width: 692px;
	margin: 0 auto;
}
.sectionB__dl2__dt,
.sectionB__dl2__dd {
	width: 100%;
}
.sectionB__dl2__dt {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 4px 0;
}
.sectionB__dl2__dd {
	line-height: 1.6;
	margin: 0 0 2px 0;
}
div.news_container .releaseDetail_box ul .sectionB__dl2__dd__ul__li {
	margin: 0;
}
@media (max-width: 739px) {
	.pr-article img {
		zoom: 1 !important;
	}
	.titleBlock {
		margin: 0 auto 30px;
	}
	.titleBlock__title-a {
		font-size: 13px;
	}
	.titleBlock__title-b {
		font-size: 17px;
	}
	.titleBlock__title-c {
		font-size: 13px;
	}
	.mainImg {
		margin: 15px 0;
	}
	.profileBlock {
		margin: 15px 0;
	}
	div.news_container .releaseDetail_box ul .profileList__item {
		display: table;
		margin: 0;
		width: 100%;
	}
	div.news_container .releaseDetail_box ul .profileList__item + .profileList__item {
		margin-top: 15px;
	}
	.profileList__visual {
		float: none;
		display: table-cell;
		width: 42%;
		padding-left: 15px;
		vertical-align: top;
	}
	.profileList__dl {
		display: table-cell;
		width: auto;
	}
	.appearanceBlock__right {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.appearanceBlock__product {
		width: 15%;
	}
	.sectionB__dl2 {
		width: 100%;
	}
	#mainContent-right .releaseDetail_box .pr-article {
		width: auto !important;
	}
	#mainContent-right .releaseDetail_box .pr-article h1,
	#mainContent-right .releaseDetail_box .pr-article h1 span {
		font-size: 16px !important;
		font-weight: bold !important;
	}
/* ‰æ‘œCSS */
	body#news02 #mainContent-right div.news_container .releaseDetail_box .img01-529 {
		width: 200px !important;
		margin: 15px auto !important;
	}
}