@charset "UTF-8";

/* ぺぺぺぺ */


body#error #content #main,
body#reminder1 #content #main,
body#inquiry1 #content #main,
body#leave1 #content #main,
body#leave2 #content #main {
	border: 1px solid #222;
	border-width: 0 1px 0 1px;
	padding: 1.5em;
}

body#error #content #main p,
body#reminder1 #content #main p,
body#inquiry1 #content #main p,
body#leave1 #content #main p,
body#leave2 #content #main p {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* リマインダ */
body.reminder #registerTable th {
	width: 30%;
}

body.reminder #registerTable td {
	width: 70%;
}

body.reminder #content h2 em {
	background: url(/img/reminder.gif) transparent no-repeat 0 0;
	position: relative;
	top: 22px;
	left: 280px;
}


body#error #content h2 em {
	background-image: url();
}

body#error .errorMsg {
	color: red;
	font-weight: bold;
}


/* 退会 */
body.leave #registerTable th {
	width: 30%;
}

body.leave #registerTable td {
	width: 70%;
}

body.leave #content h2 em {
	background: url(/img/leave.gif) transparent no-repeat 0 0;
	position: relative;
	top: 22px;
	left: 353px;
}

body.leave #registerTable #first th,
body.leave #registerTable #first td {
	padding-top: 2em;
}

body#leave1 #content #main {
	text-align: center;
}


/* ご意見 */
body.inquiry #content h2 em {
	background-image: url();
}

body.inquiry #content #registerTable {
	border-bottom-width: 0;
}

body.inquiry #registerTable th {
	width: 30%;
}

body.inquiry #registerTable td {
	width: 70%;
}

body.inquiry #registerTable h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #f33;
	color: #fff;
	margin: 0 48px;
}

body.inquiry #detail {
	border: 2px solid #f66;
	border-width: 0 2px 2px 2px;
	text-align: center;
	margin: 0 48px 32px 48px;
	font-size: 110%;
	padding: 16px;
}

body.inquiry #detail #q {
	font-size: 120%;
	font-weight: bold;
	color: #f60;
}

body.inquiry #registerTable #first th,
body.inquiry #registerTable #first td {
	padding-top: 2em;
}

body.inquiry #content #main {
	text-align: center;
}


/* 質問削除 */
body.deleteQuestion #content h2 {
	position: relative;
}

/*
body.deleteQuestion #content h2 span {
	display: block;
	text-align: center;
	padding-top: 20px;
}
*/

body.deleteQuestion #content h2 em {
	background: url(/img/delete_question.gif) transparent no-repeat 0 0;
	position: relative;
	top: 20px;
	left: 12px;

	width: 132px;
	height: 28px;
}


body.deleteQuestion #content #deleteQuestionTable p {
	padding: 1.5em 0 1em 0;
	text-align: center;
}

body.deleteQuestion #content #deleteQuestionTable table {
	margin: 0 auto;
}

body.deleteQuestion #content #deleteQuestionTable table th,
body.deleteQuestion #content #deleteQuestionTable table td {
	width: 50%;
}


body.deleteQuestion #content #deleteQuestionTable .opr {
	padding: 1em 0;
	text-align: center;
}

body.deleteQuestion #content #deleteQuestionTable .opr input {
	margin: 0 0.5em;
}

/* ログイン */
#login {
	margin: 24px auto 0 auto;
	padding: 16px;
	text-align: center;

	border: 1px solid #222;
	background-color: #c0eeff;
	color: #333;
}

#login p {
	font-size: 85%;
	margin-bottom: 4px;
}

#login span {
	font-size: 85%;
	font-weight: bold;
}



/* 新規登録 */
#bodyContainer {
	margin: 5px auto 24px auto;
}

#content {
	background: url(/img/qlist_ro_top.gif) transparent no-repeat 0 19px;
	width: 771px;
	margin: 0 auto 0 auto;

	position: relative;
}

#listRoBottom {
	background: url(/img/qlist_ro_bottom.gif) transparent no-repeat 0 0;
	width: 771px;
	height: 6px;
}


#content h2 {
	background: url(/img/list_bar.gif) transparent no-repeat 0 0;
	width: 771px;
	height: 64px;
	position: relative;
	top: 12px;
	z-index: 1;
}

#content h2 em {
	display: block;
	width: 247px;
	height: 22px;
	background: url(/img/hajimete.gif) transparent no-repeat 0 0;
	text-indent: -9999em;
	position: relative;
	top: 22px;
	left: 260px;
}



#msg {
	text-align: center;
}

#msg a {
	font-weight: bold;
}

#registerTable {
	margin: 0 auto;

	width: 770px;
	border: 1px solid #222;
}

*>#registerTable {
	margin-left: 1px;
}

* html #registerTable {
	width: 771px;
}


#registerTable th {
	color: #333;
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1px;
	vertical-align: top;
	white-space: nowrap;
}

#registerTable td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


#deleteQuestionTable {
	margin: 0 auto;
	width: 769px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

*>#deleteQuestionTable {
	margin-left: 0px;
	margin-right: 0px;
}

* html #deleteQuestionTable {
	width: 769px;
}


#deleteQuestionTable th {
	color: #333;
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1px;
	vertical-align: top;
	white-space: nowrap;
}

#deleteQuestionTable td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.listZebra0 th,
.listZebra0 td {
	background-color: #fff;
}

.listZebra1 th, 
.listZebra1 td {
	background-color: #cff1ff;
}


#registerTable th,
#registerTable td {
	padding-top: 0.8em;
}

#registerTable .topicalOutline {
	padding-bottom: 0.8em;
	color: #333;
	font-size: 88%;
}

#registerTable #topicSendMail {
}

#fPwConfirmWrapper {
	margin-top: 2px;
}

.inlineCaption {
	font-weight: normal;
	font-size: 74%;
}

.note {
	font-weight: normal;
	font-size: 82%;
}

.inputShort {
	border: 1px solid #00A8E6;
	width: 10em;
}


.inputLong {
	border: 1px solid #00A8E6;
	width: 24em;
}

#inputPw p {
	margin-bottom: 2px;
}


#registerTable textarea {
	width: 358px;
	height: 10em;
	padding: 4px;
	font-size: 90%;
	border: 1px solid #667;
	background-color: #eee;
}

/* ガイドライン違反 */
body#inquiry0 #registerTable textarea {
	border:1px solid #00A8E6;
	background-color: #fff;
}


#registerOpr {
	clear: both;
	text-align: center;
}


#registerOpr p {
	margin-top: 1.5em;
}

#registerOpr p#confirmMessage {
	font-size: 120%;
	font-weight: bold;

	margin-bottom: 2em;
}

#registerOpr input {
	margin-right: 12px;
}

#sentMail {
	margin-top: 4em;
	margin-bottom: 6em;
	text-align: center;
	line-height: 2;
}

#sentMailError {
	margin-top: 0;
	margin-left: 1em;
	text-align: left;
	line-height: 1.8;
}

#sentMailError .pFirst {
	margin-top: 0;
}

#welcomeLogin {
	text-align: center;
	margin-top: 1.5em;
}







.partsSetting {
	text-align: center;
}

#partsSettingOpr {
	text-align: center;
	margin-top: 2em;
}

#stickyTag {
	width: 40em;
	height: 5em;
	font-family: monospace;
	border: 1px solid #999;
	background-color: #e0e0e0;
}


/* 確認メール送信 */

body#register2 #msg {
	border: 1px solid #222;
	padding: 4.5em 0;
	line-height: 2;
}

body#register2 #msg em {
	font-size: 90%;
}

#login_pass2 {
	margin-top: 4px;
}
