@charset "UTF-8";

/* 「メンバーズ／キャリアバンク／情報掲示板／お問い合わせ」用CSS */

/* フォーム部品 */
/* @group
---------------------------------------------------------------------------
*/

textarea {
	width: 95%;
	font-size: inherit;
	font-family: inherit;
}

optgroup {
	font-variant: normal;
	font-weight: bold;
	background-color: #f5f5f5;
}
option {
	background-color: #fff;
}

input.large {
	width: 95%;
}

input.small {
	width: 30px;
}

/* @end */


/* 表組 */
/* @group
---------------------------------------------------------------------------
*/

div.inner form {
	text-align: center;
}

form table {
	width: 100%;
	margin-bottom: 2em;
	background: transparent url(/__img/separator/dotline1gray.gif) left top repeat-x;
}
form table tr { background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x; }

form table caption {
	padding: 2em 1em 1em;	
}
form table th {
	padding: 2em 1em;
	vertical-align: top;
	white-space: nowrap;
}
form table td {
	padding: 2em 1em;
	vertical-align: top;
}

div.item {
	padding: 2em 1em;
	background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x;
}

div#inquiry div.lead {
	background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x;	
}
div#inquiry div.question {
	padding: 2em 1em 0px;
}
div#inquiry div.answer {
	padding: 2em 1em;
	background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x;
}
div#inquiry ul {
	list-style-type: none;
}
div#inquiry input[type=text] {
	height: 1em;
	border: none;
	border-bottom: 1px solid #333;
}
div#inquiry input.small {
	text-align: center;
}

/* 表組：表示画面 */
/* @group
---------------------------------------------------------------------------
*/

.cbSearchwrapper { padding: 2em 0px 0 0; }

table.cbSearch {
	width: auto;
	
	background: none;
}

table.cbSearch tr {
	background: none;
}
table.cbSearch td,
table.cbSerach th {
	padding: 0 10px;
}

table.cbList {
	width: 920px;
	margin: 0 auto;
}
table.cbList td, table.cbList th {
	padding: 5px 10px 5px 10px;
	background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x;
}
table.cbList tbody, table.cbList thead {
	background: transparent url(/__img/separator/dotline1gray.gif) left top repeat-x;
}

table.cbList ht {
	white-space: nowrap;
}

table.cbDetail {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 2em;
	background: transparent url(/__img/separator/dotline1gray.gif) left top repeat-x;
	border-left: #ccc 1px dotted;
}
table.cbDetail tr { background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x; }
table.cbDetail th {
	width: 7em;
	max-width: 7em;
	padding: 1em 1em;
	border-right: #ccc 1px dotted;
	white-space: nowrap;
	vertical-align: top;
	color: #666;
}
table.cbDetail td {
	padding: 1em 1em;
	border-right: #ccc 1px dotted;
	vertical-align: top;
}
table.cbDetail td.article {
	padding: 2em 3em;
}
table.cbDetail .paren {
	color: #999;
}

.col2 { width: 235px; }

/* 100721 add サブメニュー */

#sub { 
	font-size: 0.91em;
	line-height:1.4em;
 }

#sub div.column h2, div#sub div.column div.inner {
padding-left:12px;
padding-right:12px;
}

#sub ul {
	width: 100%;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#sub ul li {
	margin: 0 0 0.5em 0;
	padding:0 5px 1em 5px;
	background:transparent url(/__img/separator/dotline1gray.gif) repeat-x scroll left bottom;
	word-wrap: break-word;
	}
	
#sub .readMore {
	float: right;
	margin-right: 5px;
	}
	
#sub .lead { 
	padding-bottom: 1em;
 }
	
div.heading { /* 削除予定 */
	background:url("/__img/separator/dotline1red.gif") repeat-x scroll left top transparent;
	padding:5px 5px 4px;
	}
	
#sub h3 {
	padding-bottom:10px;
	padding-top:10px;
}
	
#sub div.heading h3 { /* 削除予定 */
	letter-spacing:0.17em;
	padding: 0;
 }

#sub .entry { /* 削除予定 */
	background:transparent url(/__img/separator/dotline1red.gif) repeat-x scroll left top;
	padding:10px 5px 0;
}

#sub .thumb { margin-bottom: 10px; }

#sub .text { 
	padding: 0;
	}

#sub .title { 
	margin: 0.5em 0;
	padding: 0;
	font-weight: bold;
}

#sub .title a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/* 100901 add サブメニュー */

#sub .entry2 {
	border-bottom:1px solid #CD0505;
	padding:0 3px 7px;
}

#sub #banner { margin-top: 10px; width:165px; }

#sub #banner ul {
	list-style-type:none;
	padding-left:5px;
}

#sub #banner ul li {
	width:160px;
	margin: 0;
	margin-bottom:7px;
	padding: 0;
	background: none;
	line-height:0;
	font-size:0.91em;
}

/* @end */


/* ログイン・ステータス */
/* @group
---------------------------------------------------------------------------
*/
div#login div.inner { padding-bottom: 0px; }
div#login div.id { float: left; }
div#login div.logout { float: right; }

/* @end */


/* メッセージ等 */
/* @group
---------------------------------------------------------------------------
*/

.required .aster { color: #f00; }
span.required { color: #f00; }

.error { color: #f00; }
span.mesg .error { padding-left: 1em; }
div.mesg  .error { padding-left: 0px; }

div.instruction {
	margin-top: 1em;
	color: #666;
}

div.example {
	font-size: 0.91em; /* 10px */
	color: #666;
}

div.bye {
	padding: 10em 0px;
	text-align: center;
}


div.cbGo p {
	float: left;
	margin-bottom: 0px;
}
div.cbGo p.note {
	float: right;
}

/* @end */








