@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/specialprg/index.html
------------------------------------------------------------*/
#conts .subMainConts .textBox p {
	font-size: 1.3em;
	word-wrap: break-word;
}

#conts h5 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
#conts h6 {
	font-size:12px;
}
#conts ol {
	list-style: decimal;
}
#conts ol li {
	font-size:1.3em;
	margin-bottom: 1em;
}
#conts ul.kome {
	padding-left:2em;
}
#conts ul.kome li {
	text-indent: -2em;
	list-style-type:none;
	margin-bottom: 0.8em;
}
#conts ul.kome li span {
	font-size: 0.8em;
}
#conts h4 {
	font-weight: bold !important;
	margin-top:20px !important;
}

.envbox {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0.5em 2em;
	border: solid 1px #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 600px;
}
.envbox .env-title {
	/* position: absolute;
	display: inline-block;
	top: -8px;
	left: 50px;
	padding: 0 9px 0 2em;
	line-height: 1;
	background-color: #fff; */
	/* font-size: 0.8em !important; */
	margin-bottom: 6px;
	/* color:rgba(230, 100, 0,1); */
	padding-bottom: 5px;
	/* border-bottom: 1px solid rgba(255, 123, 0,0.5); */
	/* border-bottom: solid 1px #999; */
	font-weight: bold;
}
.envbox p {
	font-size: 1em !important;
	margin: 0;
	padding: 0;
}
