/*独自モーダル系*/
#gpModal{
	z-index:2000;
	display:none;
	position:fixed;
	width:90%;
	margin:0 auto 0;
	font-size:1.2rem;
}

#modal-overlay{
	z-index:888;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
	font-size:1.2rem;
}

/*開発書き換え系*/
.simuSection .simuContent .navStep .past{
	cursor:pointer;
}

.btnAreaBack{
	cursor:pointer;
}

.btnCustom{
	cursor:pointer;
}

.modalBtnArea{
	cursor:pointer;
}

.simuPriceTable .nam {
	width: 80px;
}

@media screen and (max-width: 767px) {	
 	.simuPriceTable .nam {
		width: 50px;
	}
}

/* ?マーク */
span.tgToolTipWrap {
	position: absolute;
    bottom: -10px;
    left: -10px;
    width: 200px;
    min-height: 1em;
    margin: 0;
    padding: 8px;
    z-index: 60;
}

span.tgToolTipWrap span.tgToolTip {
	left: 10px !important;
	bottom: 39px !important;
}

#errMsg{
	color:#ff1d1d;
	font-weight:900;
}

.caption{line-height:1.2;}
.sp-br { display:none;}

@media screen and (max-width: 767px) {
    .sp-br { display:block;}
}


#cautionOS .notes{
	font-weight:bold;
	font-size:90%;
	color:#ff0000;
}

#cautionDisk .notes{
	font-weight:bold;
	font-size:90%;
	color:#ff0000;
}

.cautionQuotation{
	font-size:90%;
	color:#ff0000;
}
.caution{
	font-weight:900;
	color:#ff1d1d;
}

.text_intro{
	margin-bottom:10px;
}

.topnotes{
	color:#000000;
	font-size:16.5px;
}

.mb_60{
	margin-bottom:60px;
}

@media screen and (max-width: 767px){
	.topnotes{
		color:#000000;
		font-size:14px;
	}
}

.selectBox .error{
	border:solid 2px #f00;
}