@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
/*body {
	background: #fff;
	color: #000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}*/
/*----------------------------------------------------
 01　ジャンプ＋とは
----------------------------------------------------*/
#mainElement {
	width:100％;
	margin: 0 auto;

	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
#element {
	/*width:100％;*/
	margin: 0 auto;
}
.midashiTop {
	/*width:700px;*/
	height:41px;
	margin-bottom:25px;
	padding:0 0 0 35px;
	background-image: url("../img/plus.gif");
	background-position: left top;
	background-repeat : no-repeat;
	background-color:#6d6d6d;
	text-align: left;
	color:#fff;
	font-size:18px;
	line-height: 2.5;
}
.midashi {
	/*width:700px;*/
	height:41px;
	margin:35px 0 25px 0;
	padding:0 0 0 35px;
	background-image: url("../img/plus.gif");
	background-position: left top;
	background-repeat : no-repeat;
	background-color:#6d6d6d;
	text-align: left;
	color:#fff;
	font-size:18px;
	line-height: 2.5;
}
.question {
  width: 95%;
  color: #3ab3ea;
  font-size: 15px;
  padding-left: 10px;
  padding-rignt: 10px;
}
.answer {
	width:95%;
	margin:0 0 25px 0;
	color:#000;
	font-size:13px;
	line-height: 1.6;
	padding-left: 10px;
	padding-rignt: 10px;
}
.answerBold {
	width:95%;
	color:#000;
	font-size:13px;
	font-weight:700;
	line-height: 1.9;
	padding-left: 10px;
	padding-rignt: 10px;
}
.theme_account {
	background:#00796b
}

.help_title {
  margin: 24px 0;
	margin: 40px 0 20px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
}
