/*LAYOUT =========================================
ネットマイル内において*/

/*header*/

#header-sugutama{
	border-bottom:20px solid #fc3;
	margin-bottom:20px;
	}
#header-sugutama p{
	margin:0;
	}

/*footer*/
#footer-sugutama{
	padding:0 0 10px 0;
	margin-top:20px;
	}
.footer-sugutama--contents{
	background:#fafafa;
	padding:20px 0;
	border-top:3px solid #fc3;
	}
.l-footmenu li{
	float:left;
	}
.l-footmenu li a{
	display:block;
	padding:1em;
	}

/*copyright*/
.sugutama-copyright{
	text-align:center;
	font-size:12px;
	}

/*contents*/
/*.l-maincontents--sugutama{
	border-top:20px solid #fc3;
	}*/
.l-wrapper{
	width:960px;
	margin:0 auto;
	}

/*contents-width*/
.l-grid950,
.l-grid970,
.l-grid980,
.l-grid1012,
.l-grid1067,
.l-grid1230{
	margin:0 auto;
	}
.l-grid950{
	width:950px;
	}
.l-grid970{
	width:970px;
	}
.l-grid980{
	width:980px;
	}
.l-grid1012{
	width:1012px;
	}
.l-grid1067{
	width:1067px;
	}
.l-grid1230{
	width:1230px;
	}
/*iframe*/
.iframearea{
	margin:0;
	border:0;
	}


/*ページトップへ*/
.pagetop-sugutama a{
	float:right;
	display:inline-block;
	width:42px;
	height:40px;
	text-indent:-9999px;
	z-index:100;
	background:url("//www.sugutama.jp/assets/img-sheet.png") no-repeat #ccc;
	background-position:-68px -2px;
	}


/* 注意事項 */
.caution {
	margin: 50px 20px 30px 20px;
}
.caution-color {
	border-color: #262859;
}
.caution-headArea {
	height: 30px;
	padding-bottom: 5px;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.caution-topHead {
	padding-left: 15px;
	border-left-width: 15px;
	border-left-style: solid;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 30px;
}
.caution-info {
	position: relative;
	margin: 20px 0 0 0;
}
.caution-infoHead {
	margin: 20px 0 10px 10px;
	padding: 0 0 3px 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 17px;
	font-size: 1.7rem;
}
.caution-infoHead:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 12px;
	width: 6px;
	height: 18px;
	background-color: #262859;
}

.caution-innerHead {
	margin: 20px 0 10px 20px;
	padding: 0 0 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 14px;
	font-size: 1.4rem;
}
.caution-txt,
.caution-txt-listNone {
	/*display: list-item;*/
	/*list-style: disc;*/
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.caution-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: -13px;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
}

.caution-indent01 {
	margin-left: 32px;
}
.caution-indent02 {
	margin-left: 50px;
}


/*common=====================*/
.float-l{
	float:left;
	}
.float-r{
	float:right;
	}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}