@charset "Shift_JIS";
/*
管理画面系

2箇所に設置され、リポジトリでも別々に登録されるファイルを一致させておくこと
  member/include/adminng.css
  admin/include/adminng.css

$HeadURL: https://stella.mycom.co.jp/svn/cnavi/trunk/linux/member/include/adminng.css $
$Id: adminng.css 47016 2024-07-11 09:18:23Z nakamura.hitomi.nssol $
*/

body { background-color: #fff; margin: 0 0 1em; padding: 0 }
td, th, input { font-size: 12px; }
em { font-style: normal }
img { border: 0px; }
.nowrap { white-space: nowrap }		/* 2005. 8.15 added by 長谷川 */
/* p { margin-bottom: 1px; margin-top: 3px; padding-top: 3px; padding-bottom: 1px} */

a:link		{ color: #00f; }
a:visited	{ color: #606; }
a:active	{ color: #f00; }

a.ared:link,a.ared:active,a.ared:hover,a.ared:visited {
	color: #f00;
}

a.footer:link,a.footer:active,a.footer:hover,a.footer:visited {
	color: #000;
	text-decoration: none;
}

.code00 {font-weight:700; line-height:130%;}
.code01 {line-height:130%;}
.code02 {line-height:125%;}
.code03 {font-weight:700; line-height:125%;}

.code11 {font-size:smaller; line-height:125%;}
.code12 {font-size:smaller; font-weight:700; line-height:125%;}
.code13 {font-size:x-small; line-height:125%;}

.code21 {line-height:140%; color:#883300;}

.code1 {font-size:12pt; font-weight:400; line-height:16pt;}
.code2 {font-size:12pt; font-weight:400; color:#333333; line-height:13pt;}
.code3 {font-size:12pt; font-weight:400; line-height:15pt;}

.code8s {font-size:10pt; font-weight:400; line-height:12pt;}

.code4 {font-size:12px; font-weight:400; line-height:125%;}
.code5 {font-size:12px; font-weight:700; line-height:125%;}

.code6 {font-size:12pt; font-weight:700; line-height:15pt;}
.code7 {font-size:12px; font-weight:400; line-height:105%;}

.read1 {font-size:midium;}
.readtitle {font-size:larger; font-weight:700;}
.readtitle2{font-size:larger; font-weight:700;}

.tab-l { font-size:12pt; text-decoration:none ; color: #FFFFFF; font-weight: bold}
.tab-s { font-size:8pt; text-decoration:none }

.title {  font-family: "arial", "helvetica", "sans-serif"; font-size: 24pt; font-weight: bolder; text-align: center; color: #fff}

.font-s	{ font-size: 9pt; }
.font9	{ font-size: 9px;  line-height: 15px; }
.font10	{ font-size: 10px; line-height: 14px; }
.font12	{ font-size: 12px; line-height: 18px; }
.font14	{ font-size: 14px; line-height: 20px; }
.font16	{ font-size: 16px; line-height: 24px; }

.head1 {  font-size: 10pt; color: #fff; background-color: #036 }

.red { color: #f00; }
.red14b { font-size: 14px; line-height: 20px; font-weight: bold; color: #D30000; }
.red_b_10 { font-size: 10px; line-height: 14px; font-weight: bold; color: #990000; }
.red12b { font-size: 12px; line-height: 18px; font-weight: bold; color: #D30000; }
.red10b { font-size: 10px; line-height: 14px; font-weight: bold; color: #D30000; }
.red10 { font-size: 10px; line-height: 14px; color: #FF0000; }
.blue { color: #3366CC; font-size: 12px; line-height: 18px; }
.green12b { font-size: 12px; line-height: 18px; font-weight: bold; color: #007624; }
.button  { color: white; font-size: 12px; background-color: #3a64ae }
.special_button  { color: white; font-size: 12px; background-color: #00BC65 }
.red_button  { color: yellow; font-size: 12px; background-color: red }
/* 推奨アイコン用のクラス追加(1507管理体制整備)*/
.recommend_icon {
	color: white; font-size: 12px;
	background-color: red;
	padding: 5px 10px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

input.ascii { ime-mode: disabled }
input.figure4a { /* 4桁までのascii */
	width: 4em;
	ime-mode: disabled;
}
input.figure10 { /* 10字 */
	width: 10em;
}
input.figure10a { /* 10桁までのascii yyyy/mm/dd など */
	width: 10em;
	ime-mode: disabled;
}
input.figure20 { /* 20字 */
	width: 20em;
}
input.figure20a { /* 20字 ascii 電話番号など */
	width: 20em;
}
input.figure30 { /* 20字 */
	width: 30em;
}
input.figure40 { /* 40字 */
	width: 40em;
}
input.figure80 { /* 80字 */
	width: 80%;
}
input.figure80a { /* 80字までのascii メールアドレスなど */
	width: 80%;
	ime-mode: disabled;
}

.AdminHeader {
	color: white;
	font-size: 80%;
	background-color: #006a95;
	padding: 0.3em;
	margin-bottom: 1.2em;
}
.AHSitename {
	float: left;
	width: 20em;
}

/* 「TOPへ」のため書き換え 2005.12. 6 長谷川 */
ul.AHMenu {
	margin: 0 0.5em 0 0;
	padding: 0;
	float: right;
	width: 15em;
	text-align: right;
}
.AHMenu li {
	display: inline;
	width: 6.5em;
	margin: 0;
	padding: 0;
}
.AHMenu a {
	display: block;
	font-weight: bold;
	text-align: center;
	border: 2px outset #666;
	margin-left: 0.5em;
	background-color: white;
	width: 6.5em;
	float: left;
}
.AHMenu a:link, .AHMenu a:visited, .AHMenu a:active, .AHMenu a:hover {
	text-decoration: none;
	color: black;
}
.AHMenu a:hover {
	background-color: #ffc;
}

.AHLoginuser {
	clear: left;
}

.AHLoginuser ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.AHLoginuser ul li {
	padding: 0px;
	margin: 0em 0em 0em 0.5em;
	list-style-type: none;
	display: inline;
	background-color: #0091CE;
}

.AdminError {
	text-align: center;
}
.AdminError div {
	margin-top: 4em;
	text-align: left;
	width: 60%;
}
.AdminError h1 {
	font-size: 140%;
	color: red;
	text-decoration: underline;
	line-height: 1.2em;
}

/* トップのメニュー専用 */
#AdminTopMenu a {
	font-size: 14px;
	color: #900;
	text-decoration: none
}
#AdminTopMenu a:hover {
	color: #600;
	text-decoration: underline;
}

/* google chrome 横幅調整 20090/02 杉浦 */
table#AdminTopMenu {
	table-layout: fixed;
	width: 550px;
	margin: auto;
}

/* 申込登録画面の送信指示記録テーブル用設定 2006/03 長谷川 */
table#sent_account_table {
	background-color: #eee;
	border: 1px solid black;
	border-collapse: collapse;
}
#sent_account_table th, #sent_account_table td {
	padding: 0.2em 1em;
	border-top: 1px solid #666;
}
#sent_account_table th {
	background-color: #333;
	color: white;
}

/* 申込登録画面の企画表 */
td#setbaseplan h3 {
	text-decoration: underline;
	font-size: 140%;
	color: #900;
	margin: 1em 0 0.12em 0;
}

td#setbaseplan ul {
	margin: 0.4em 0;
	padding: 0;
}

td#setbaseplan li {
	margin: 0 0 0 2em;
	padding: 0;
	line-height: 1.4;
	list-style: outside circle;
}

td#setbaseplan table {
	border-collapse: collapse;
	border: 1px solid #666 !important;
}

td#setbaseplan th, td#setbaseplan td {
	padding: 0.2em;
	text-align: center;
	border: 1px solid #666;
	page-break-inside: avoid;
}

/* 2007年11月以前の スカウト等を選択する企画のときだけ width広げる(2007/11/14 0802案件でサイズ修正) */
td#setbaseplan table.old th, td#setbaseplan table.old td {
	width: 13.8em;
}

/* 2008年10月企画用の表示幅 */
td#setbaseplan table.term200810 th, td#setbaseplan table.term200810 td {
	width: 6.5em;
	white-space: nowrap;
}

td#setbaseplan th {
	background-color: #eee;
	padding: 0.2em;
	border-right: 3px double #666;
	border-bottom: 1px solid #666;
	font-weight: bold !important;
}

td#setbaseplan td ul, td#setbaseplan td ul li {
	margin: 0;
	padding: 0;
}
td#setbaseplan td ul {
	border-top: 1px solid #ddd;
}
td#setbaseplan td ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
td#setbaseplan td label {
	white-space: nowrap;
	/*display: block;*/
}
td#setbaseplan td ul li label {
	display: inline;
}
td#setbaseplan td ul li label:hover {
	background-color: #fef;
	cursor: pointer;
	white-space: nowrap;
}

td#setbaseplan thead th {
	color: #fff;
	background-color: #333;
	letter-spacing: 0.1em;
	border-right: 1px solid #bbb;
}

td#setbaseplan table td.undefined {
	background-color: #999 !important;
}

td#setbaseplan {
	padding-bottom: 0.5em;
}
/* 承認作業者 表日*/
td.authConflictWarning {
	font-size: 130%;
	color: #FF3300;
}
span.authConflictWarning {
	font-size: 100%;
	color: #FF3300;
}


/* 申込登録・編集画面のエリア制限 */
#setAreaRestriction label:hover,
#setAreaRestriction input:hover {
	background-color: #eee;
	cursor: pointer;
}

p.contractInfoDescSpecialArea {
	margin: 1.5em 0 0;
	padding: 0.3em 0.3em 0.3em 1em;
	clear: both;
	background: #ffd;
	width: 600px;
	border-left: 3px solid #999;
}

/* 1110案件にてsetAreaRestriction1110を追加 */
div#setAreaRestrictionAllParts,
ul#setAreaRestrictionWhole,
ul#setAreaRestriction1110,
ul#setAreaRestriction1102,
ul#setAreaRestriction0711,
ul#setAreaRestriction0701,
ul#setAreaRestriction0612 {
	border-left: 3px solid #999;
	margin: 0 0 1.5em;
	padding: 0.3em 0 0 0.6em;
	width: 600px;
	clear: both;
}

#setAreaRestriction li {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
}

ul#setAreaRestrictionWhole li,
ul#setAreaRestriction1102 li {
	background-color: #fef;
	width: 12em;
}

ul#setAreaRestriction0711 li,
ul#setAreaRestriction0701 li {
	width: 12em;
}

ul#setAreaRestriction0612 li {
	width: 6em;
}

/* 申込登録・編集画面のエリア制限 2007/12/14に追加 */
div#setAreaRestrictionAllParts table {
	border-collapse: collapse;
	margin: 0.3em 0 0 1em;
}

div#setAreaRestrictionAllParts table ul,
div#setAreaRestrictionAllParts table li {
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
}

div#setAreaRestrictionAllParts table th,
div#setAreaRestrictionAllParts table td {
	border: 1px solid #aaa;
	padding: 0.3em;
}

div#setAreaRestrictionAllParts table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 0.2em;
}

div#setAreaRestrictionAllParts table li {
	padding-right: 0.6em;
	white-space: nowrap;
}

div#setAreaRestrictionAllParts table h6 {
	font-size: 100%;
	font-weight: normal;
	padding: 0 0.6em;
	margin: 0;
	display: inline;
}

div#setAreaRestrictionAllParts table ul.wholepref,
div#setAreaRestrictionAllParts table h6 {
	font-weight: bold;
	color: #c63;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* TOPメニューエリアバナー一覧設定 */
ul#menuAreaOptionList {
	margin: 0;
	padding: 0 0 0 1em;
}

ul#menuAreaOptionList li {
	margin: 0;
	padding: 0;
	float: left;
	width: 11em;
	list-style: none;
	white-space: nowrap;
}


/* オプション管理画面説明 */
div#OpDesc {
	font-size: 80%;
	width: 84%;
	margin: 2em 8% 0 8%;
}
#OpDesc ul {
	text-align: left;
	padding: 0.4em;
	border: 1px solid black;
	background-color: #ffe;
	margin: 0;
}
#OpDesc ul li {
	list-style: circle outside;
	margin-left: 1.8em;
}

/* TOPのクライアント等検索フォーム 2007/11に際して追加 */
#AdminTopMenu form#info_search {
	margin: 0.4em 0;
	padding: 0.8em;
	border: 2px dotted #036;
}
#AdminTopMenu form#info_search input#search_client_name {
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 30em;
}

/* 前に戻る画像用に追加 2007/11 */
div.previous {
	text-align: center;
	margin: 0.7em auto 0.5em
}

/* 掲載申請期限設定画面用に追加 2007/11 */
div#setDeadline-year {
	text-align: center;
	font-size: 135%;
}
div#setDeadline-year a {
	padding: 0 2em;
	font-size: 75%;
}
form#deadlineControl div.tables {
	margin: 0 auto;
	text-align: center;
}
form#deadlineControl table#m1-6,
form#deadlineControl table#m7-12 {
	display: inline;
	margin: 0.5em 1em 1em;
}
div.submit-buttons {
	text-align: center;
	margin: 0.7em auto 0.5em;
	margin-left:45%;
	width: 5em;
	height: 2em;
	clear: both;
}

div.submit-buttons input{
	font-size: 140%;
}	


/* 申込新規追加画面のため追加 2007/11 */
thead#fix th, thead#fix td {
	font-size: 120%;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #888;
	margin-bottom: 0.2em;
}

/* 2007年11月仕様の設定追加 */
div#ng {
	margin: 1em 10px 0;
}

div#ng h1 {
	font-size: 130%;
	text-align: center;
	color: #036;
}

div#ng h2 {
	background-color: #036;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	padding: 0.1em;
	margin: 0.1em 0;
}

div#ng table.eye-mark {
	border-collapse: collapse;
}

div#ng table.eye-mark th,
div#ng table.eye-mark td {
	font-size: 75%;
	border: 1px solid #ddd;
	padding: 0.3em;
}

div#ng table.eye-mark th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-top: 6px;
}

div#ng table.eye-mark th.wrap {
	white-space: normal;
}

div#ng table.eye-mark td {
	padding-left: 22px;
	background: url("/img/coron.gif") no-repeat 3px 5px;
}

div#ng table.eye-mark td td {
	padding-left: 0;
	background: none;
}

div#ng table.eye-mark li.added-job {
	font-weight: bold;
	color: red;
}

div#ng td.td_nowrap {
	white-space: nowrap;
}

div#ng table.eye-mark th strong {
	color: red;
}

span.CancelRestriction {
	border: solid 1px #ff0000;
	color: #ff0000;
	margin: 0 0 0 5px;
	padding: 1px;
}
/* v37.0 start */
/* リスト */
.listTable2 {
	clear: both;
	margin: 10px 0px 10px 0px;
	border-left: solid 1px #999999;
}

.listTable2 td {
	padding: 5px 1px;
	font-size: 12px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.listTable2 th {
	line-height:1.2;
	padding: 5px 1px;
	font-size: 12px;
	background: #666666;
	color: #FFFFFF;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

table.coachsearchT{
	padding:0;
	margin:5px 0 0 0;
	width:90%;
}

table.coachsearchT th{
	width:15%;
	text-align:left;
	padding:0 0 5px 0;
	vertical-align:middle;
}

table.coachsearchT td{
	padding:0;
	text-align:left;
	vertical-align:middle;
}

table.kaiindetail{
	width:100%;
}

table.kaiindetail th{
	width:20%;
	background:#E4E4E4;
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
}

table.kaiindetail th.shigototit{
	background:#999;
	color:#fff;
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
}

.ouboyouko{
	padding:8px 0 2px 2px;
	font-size:13px;
	font-weight:bold;
}

table.kaiindetail td{
	background:#fff;
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
}

table.kaiindetail td a{
	color:#03F;
}

.accordion_head{
	cursor:pointer;
	border:1px solid #fff!important;
	width:99%;
	height:22px;
	display:block;
	background:#EEEEEE url(/img/1306/admin/detailopen.gif) no-repeat center center;
}

.selected_1306{
	background:#EEEEEE url(/img/1306/admin/detailclose.gif) no-repeat center center;
}
/* v37.0 end */

/* メインID送信画面、送信履歴用 */
table#sendMainIdList {
	border-collapse: collapse;
	text-align: center;
	margin-top: 7px;
}
table#sendMainIdList th {
	color: white;
	background-color: #036;
}
table#sendMainIdList th,
table#sendMainIdList td {
	border: 1px solid gray;
	padding: 0.3em;
}

/* 反社チェック（モーダル内） */
.inspectionNumber {
	margin-bottom: 1.0em;
}
.inspectionNumber input[type=text],
.inspectionComment input[type=text] {
	color:black;
	margin:0px;
	width:400px;
	text-align:left;
	height:30px;
	display: block;
	border: 1px solid #aaa;
}
.inspectionNumber .numberCheck_errArea {
	font-size: 14px;
	color: #f00;
	display: none;
}
.inspectionNumber .label {
	vertical-align: text-top;
	text-align: center;
	font-size: 12px;
	background: #f00;
	padding: 2px 4px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
}
/* 反社チェック（表組） */
#ContractList .inspectionNumbersHead {
	white-space: nowrap;
}

/* R#71454の対応 */
.officeCheckboxGroup {
	display: table;
}
.officeCheckboxGroup > table {
	display: table-cell;
	vertical-align: bottom;
}
.officeCheckboxGroup > .btnBlock {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 30px;
}
.officeCheckboxGroup > .btnBlock button {
	font-size: 12px;
	white-space: nowrap;
}

/* R#105524 の対応 */
.mainIdPage {
	text-align: center;
	margin-top: 20px;
}
.mainIdPage .block {
	display: inline-block;
}
.mainIdPage .heading {
	border-left:5px solid rgb(0, 51, 102);
	padding-left:4px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.mainIdPage #sendMainIdList {
	min-width: 500px;
}
.mainIdPage .explanatoryText {
	margin:20px auto;
	text-align:left;
	font-size:15px;
}
.mainIdPage .btnArea {
	margin-top: 20px;
}
.mainIdPage .btnArea button {
	padding: 1px 12px;
	font-size: 12px;
}
.mainIdPage .noData {
	margin: 60px auto 80px auto;
	min-width: 500px;
	font-size: 16px;
}

/* R#105174 の対応 */
.attentionBox {
	text-align: left;
	font-size: 12px;
	width: 520px;
	margin: 40px auto;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #ffe;
}
.attentionBox > h3 {
	margin: 0 auto;
	color: #c00;
	font-size: 14px;
}
.attentionBox > p {
	margin: 10px auto;
}
.attentionBox > .link {
	margin: 20px auto;
}
.attentionBox > .link a {
	font-size: 14px;
	font-weight: bold;
}
.attentionBox .box {
	padding: 10px 20px;
	border: 1px solid #ddd;
	background: #fff;
}
.attentionBox dl {
	display: table;
	width: 100%;
	margin: 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ddd;
}
.attentionBox dl:last-child {
	border-bottom: 1px solid #ddd;
}
.attentionBox dl dt,
.attentionBox dl dd {
	display: table-cell;
	padding: 5px 0;
}
.attentionBox dt {
	width: 45px;
}
.attentionBox .emphasis {
	color: #c00;
}
.attentionBox .bold {
	font-weight: bold;
}

/* R#105174 の対応 */
.mainPage {
	margin: 0 auto;
	text-align: left;
	width: 660px;
	font-size: 13px;
	color: #333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.mainPage h1 {
	margin: 40px auto;
	font-size: 18px;
	color: #036;
	text-align: center;
}
.mainPage p {
	margin: 0 0 10px;
}
.mainPage .label {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
}
.mainPage .label-important {
	background: #c00;
	margin-right: 5px;
	font-weight: normal;
}
.mainPage .heading {
	margin: 0 0 20px 0;
	padding: 8px;
	background: #036;
	color: #fff;
	font-weight: bold;
}
.mainPage .btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.mainPage .btn:disabled {
	opacity: 0.65;
	background-image: none;
	background-color: #ddd;
	cursor: not-allowed;
}
.mainPage .btn-large {
	width: 240px;
	padding: 11px 19px;
	font-size: 16px;
	border-radius: 6px;
}
.mainPage input[type=text]  {
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	border-radius: 4px;
}
.mainPage .error input[type=text] {
	background: #ffccd4;
	border: 1px solid #c00;
}
.mainPage .errorMsg {
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #c00;
}
.mainPage .errorBlock {
	background: #ffccd4;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 20px auto;
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	text-align: left;
}
.mainPageFooter {
	text-align:right;
	width:100%;
	padding:5px 0 0 0;
	margin:15px 0 0 0;
	float:right;
	border-top:1px solid #BFD3DD;
	font-size: 13px;
}
#resetPasswordPage .formTable {
	width: 100%;
	border-collapse:  collapse; 
	border: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	margin: 20px auto;
}
#resetPasswordPage .formTable th,
#resetPasswordPage .formTable td {
	position: relative;
	padding: 8px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
}
#resetPasswordPage .formTable th {
	width: 170px;
	background: #f5f5f5;
}
#resetPasswordPage .formTable .label {
	position: absolute;
	right: 0;
}
#resetPasswordPage .formTable [type=text],
#resetPasswordPage .formTable [type=password] {
	width: 95%;
}
#resetPasswordPage .normal {
	margin: 20px auto;
	padding: 0 8px;
}
#resetPasswordPage .explanatoryText {
	padding: 16px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}
#resetPasswordPage .explanatoryText .emphasis {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #c00;
}
#resetPasswordPage .explanatoryText .underline {
	text-decoration: underline;
}
#resetPasswordPage .explanatoryText p:last-child {
	margin: 0;
}
#resetPasswordPage .btnArea {
	position: relative;
	margin: 40px auto;
	text-align: center;
}
#resetPasswordPage .btnArea .btn-resetMail {
	font-size: 14px;
	margin-bottom: 30px;
}
#resetPasswordPage .btnArea .btn-backward {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
#resetPasswordPage .complete .explanatoryText {
	padding: 32px;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	background: #eef5ff;
}
#resetPasswordPage .complete .normal {
	margin: 10px 0;
}
#resetPasswordPage .complete .btnArea {
	margin-top: 80px;
}
#resetPasswordPage .complete .btnArea .btn-backward {
	position: static;
}
#resetPasswordPage .notDelivery {
	margin: 60px 0 0 0;
}
#resetPasswordPage .notDelivery .title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
	color: #333;
}
#resetPasswordPage .notDelivery dl {
	margin: 10px 0 0 0;
	width: 100%;
	display: table;
	border: 1px solid #ddd;
}
#resetPasswordPage .notDelivery dl dt,
#resetPasswordPage .notDelivery dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 8px;
}
#resetPasswordPage .notDelivery dl dt {
	background: #f5f5f5;
	border-right: 1px solid #ddd;
}
#resetPasswordPage .notDelivery dl dd > p {
	padding-left: 15px;
	text-indent: -15px;
}
#resetPasswordPage .notDelivery dl dd > p:last-child {
	margin-bottom: 0;
}
