body {
	font-size: 14px;
	line-height: 1.5;
	color: rgb(55, 55, 55);
	font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media(min-width:768px){
	.siteLogo {
		width: 104px;
		height: 30px;
		margin:15px 5px 0px;
	}
	#contents {
		width: 800px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	.memberCont {
		width: 800px;
		margin: 30px auto 0;
	}
	.memberCont .section {
		padding: 0px 20px 0 20px;
	}
	h1.htxt {
		border-bottom: 1px solid #c6c6c6;
		width:96%
	}

	h1.htxt span {
		display: block;
		padding: 0 0 6px 5px;
		border-bottom: 1px solid #949494;
		line-height: 1.3;
		font-size: 18px;
	}
	.fsL {
		font-size: 115% !important;
	}
	.message {
		margin-top: 30px;
		font-size: 115%;
		color:#dc143c;
	}
	.notice {
		margin-top: 60px;
		text-align: center;
	}
}
@media(max-width:767px){
	body {
		font-size: 14px;
	}
	.siteLogo {
		width: 104px;
		height: 30px;
	}
	#contents {
		margin: 0 auto;
		padding: 0px;
		text-align: left;
	}
	.spFrm {
		width: 96%;
		margin: 0 auto 15px;
		padding-bottom: 15px !important;
		background-color: #fff;
	}
	h1.htxt {
		border-bottom: 1px solid #c6c6c6;

	}
	h1.htxt span {
		display: block;
		text-align: left;
		line-height: 1.3;
		font-size: 18px;
	}
	.message {
		margin-top: 30px;
		font-size: 115%;
		color:#dc143c;
	}
	.notice {
		margin-top: 60px;
		text-align: center;
	}
}
.topBtn:hover {
	background: #555;
}
.topBtnArea {
	padding: 30px 0 0;
	text-align: center;
}
.topBtn {
	display: block;
	width: 260px;
	height: 50px;
	font-size: 18px;
	font-weight: bold !important;
	line-height: 50px;
	color: #fff !important;
	margin: 0 auto;
	padding: 0;
	background: #333;
	border: 1px solid #333;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	zoom: 1;
}

.helpDeskBox {
    margin: 0 0 20px;
border: 5px solid #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 15px 5px;
    width: 98%;
}
.helpDeskBox span.tel {
    
    font-size: 129%;
    font-weight: bold;
}
div.helpDeskBox dl dd {
    margin: 0 0 10px;
}
div.helpDeskBox dl dt {
    margin: 0 0 15px;
}
