/*-----取扱説明書ご希望製品-----*/
.download-dl dd p::after{
	content:"、";
}.download-dl dd p:last-of-type::after{
	content:none;
}

.item_change_btn{
	margin-top:0;
	margin-bottom:40px;
}

	
/*-----ERROR-----*/
.errorBox{
	padding:15px;
	margin-bottom:30px;
	box-sizing: border-box;
	border:solid 1px #d00;
	border-left-width:10px;
	background-color:#fee;
}
.errorTitle{
	color:#d00;
	line-height:1.005;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:solid 1px #d00;
}
.errorComm{

}

/*-----loading-----*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index:10000;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../image/oval.svg") center center no-repeat;
	background-size:80px;
}

/*-----ダウンロードERROR-----*/
.dl_error_mess{
	text-align:center;
	font-size:130%;
}