@charset "utf-8";
/* CSS Document */
* {
	color:#000;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Tahoma,Verdana, Helvetica, Arial, sans-serif,Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.question{
	width: 688px;
	height: auto;
	padding: 20px 150px 50px 150px;
}

#content .question h3.orange {
	font-size: 14px;
	color: #dd2200;
	line-height: 26px;
	font-weight: bold;
}
#content .question p {
	font-size: 14px;
	color: #000033;
	line-height: 26px;
	font-weight: bold;
}
#content .question p.black {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	font-weight: bold;
}
#content .question b {
	font-size: 12px;
	color: #990000;
	line-height: 26px;
	font-weight: normal;
}
#content .question p.float {
	font-size: 14px;
	color: #000;
	line-height: 14px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
#content h3.question {
	font-size: 14px;
	font-weight: bold;
	color:black;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.notice li {
	list-style-type: disc;
	font-size: 13px;
}

.question label{
	font-size: 14px;
	color:#1f1f1f;
	line-height: 26px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="text"], textarea {
	width: 98%;
	font-size: 13px;
}

span.counter {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color:#ccc;
}

.checkbox label {
	display: inline;
}

input#QuestionAgree{
	margin-top: 20px;
}

#content .question a {
	font-size: 16px;
}


.submit-buttons input{
	margin-left: 222px;
}

