@charset "UTF-8";
/*****************************
	stylereset
*****************************/

/* ============================
   IPO(新規公開株式)一覧
   PO(公募・売出株式)一覧
   
*/

.lih14 {
	line-height: 1.4;
}
.fcc2 {
	color: #c23211 !important;
}
.fc10 {
	color: #10601b !important;
}
.leadText.fs12 {
	color: #807a6c;
}
.equitylist {
	width: 100%;
	margin: 15px 0px;
}
.equitylist td {
	width: 62%;
	padding: 10px;
	vertical-align: middle;
	border: solid #bbad97 1px;
	box-sizing: border-box;
}
.equitylist td:first-child {
	width: 38%;
	padding: 10px;
	border-right: none;
	border: solid #bbad97 1px;
	background-color: #d5c6a8;
}
.equitylist span {
	color: #2f1705;
}
.equitySpan {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.equitySpan::before {
  content: "◆";
}
.equitySpan span {
	color: #2f1705 !important;
}
hr.hrcolorbb {
	background: #bbad97;
	border: none;
	height: 1px;
	margin: 0 0 1px;
}

/* リスク */

.risk-h1 {
	color: #2e2110;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.risk-text {
	margin-bottom: 10px;
	padding-left: 10px;
	text-indent: -12px;
	color: #2e2110;
}
.risk-text::before {
  content: "・";
}
#riskPlease {
	font-size: 12px;
}
.toggleContent .magbtn0 {
	margin-bottom: 0;
}
.contentConteiner.maglr0 {
	margin: 20px 0;
}
	
