/*
-----------------------------------------------
Grey Box Method - Layout Staff CSS
----------------------------------------------- */


/* branding
----------------------------------------------- */
h1#branding {
	margin-left:   10px;
	margin-bottom: 0;
}/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:    normal;
	padding:        .5em;
	margin:         0 0 10px 0;
	border-bottom:  1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.topMenubox {
	margin-bottom:20px;
}

.topMenubox h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	background:     #fff;
	margin:         -24px -10px 0 -10px;
	padding:        0px 12px;
}

.box {
	background:		#fff;
	padding:	    10px 10px 0px 10px;
	_padding-left:	8px;
}

.box h1 {
	font-size:      1.2em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 12px;
}

.box h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 10px;
}



.block {
	padding-top:	 10px;
}

div.menu {
	padding:         0;
}

div.menu h2 {
	margin:          0;
	background-color:#5f81aa;
}

div.menu .block {
	padding-top:     0;
}


/* top page layout
----------------------------------------------- */
.topSWFBox {
	background:		#fff;
	margin-bottom:	20px;
}

.topNews {
  text-align:       center;
  margin-top:       -15px;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:  1em;
}

blockquote {
	font-family:    Georgia, 'Times New Roman', serif;
	font-size:      1.2em;
	padding-left:   1em;
	border-left:    4px solid #ccc;
}

blockquote cite {
	font-size:      .1.2em;
}

ul, ol {
	padding-top:    0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:    none;
	border-top:    1px solid #fff;
}

ul.menu li {
	margin:        0;
}

ul.menu li a {
	display:       block;
	padding:       4px 10px;
	border-bottom: 1px solid #fff;
}

ul.menu li a:hover {
	background:    #eee;
}

ul.menu li a:active {
	background:    #ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:   none;
	margin:       0;
}

ul.menu ul li a {
	padding-left:    30px;
	display:         block;
	text-decoration: none;
    zoom:            1;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:      0;
	margin-bottom:   0;
}

ul.section li a {
	background:      #f9b755;
	display:         block;
	text-decoration: none;
    zoom:            1;
}

ul.section li a:hover {
	background:      #f5d19a;
}

ul.section li a:active {
	background:      #f5d19a;
}

ul.section li li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section li li a:hover {
	background:      #ccc;
}

ul.section li li a:active {
	background:      #fff;
}

ul.section ul li {
	text-transform:  none;
}

ul.section ul.current li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section ul.current li a:hover {
	background:      #f5d19a;
}

ul.section ul.current li a:active {
	background:      #fff;
}

ul.section li a.current {
	color:           #fff;
	background:      #f9b755;
}

ul.section li a.current:hover {
	background:      #f5d19a;
}

ul.section li a.current:active {
	background:      #5f81aa;
}

ul.section li a.active {
	background:      #fff;
	cursor:          default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:           #fff;
	background:      #f9b755;
	cursor:          default;
}

/* side menu anchors
----------------------------------------------- */
ul.menu a:link  {
	color :             #333;
}

ul.menu a:visited {
	color :             #333;
	text-decoration:	none;
}

ul.menu a:hover {
	color : 			#000;
	text-decoration:	none;
}

ul.menu a:active {
	color :             #333;
}

/* articles
----------------------------------------------- */
.articles {
	padding:            0px;
}

.articles h1 {
	margin:             0px;
	background:         #538dc3;
}

.article {
	border-top:         1px solid #666;
/*	padding-top:.5em;*/
}

.box .article {
	border-top:	        3px solid #fff;
/*	padding:	13px 10px 20px 10px;*/
}

.articles .article h1 {
	font-size:          1.3em;
	font-weight:        bold;
	color:              #6698c2;
	margin-bottom:      1em;
}

.articles .article h2 {
	margin:             0px;
	padding:            0px 0px 10px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #538dc3;
	background:         #fff;
}

.article h3 {
	margin-bottom:	0.2em;
	font-size:		1.2em;
	color:			#538dc3;
}

.box .first {
	border-top:     none;
}

.article h4 {
	font-size:			1.2em;
	margin-bottom:		.5em;
}

.article a.image {
	float:			right; 
	margin:			3px 10px 3px 0; 
	padding:		4px;
	border:			1px solid #bbb;
	background:		#fff;
}

.article a.image:hover {
	border:1px solid #666;
}

.article p.meta {
	color:			#666;
	border-top:		1px dotted #999;
	border-bottom:	1px dotted #999;
	padding:		.3em 0;
	margin-bottom:	.8em;
}

/* パン屑リスト */
.box .topic_path ul {
	margin:		0px;
	padding:	0px;
}

.box .topic_path ul li {
	background-image:		url(../img/pankuzuArrow.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	float:					left;
	list-style:				none;
	padding:				0px 12px 0px 0px;
	margin:					0px 8px 10px 0px;
}

.box .topic_path ul li.end {
	background-image:		none;
	background-position:	right;
	background-repeat:		no-repeat;
	float:					left;
	list-style:				none;
	padding:				0px 12px 0px 0px;
	margin:					0px 0px 10px 0px;
}

/* tables */

.article table {
	width:		100%;
	border:		none;
	margin:		0px;
}

.article col.colC {
	
}

.article th, td {
	padding:		inherit0px;
	text-align:		left;
}

.article thead th {
	border:			none;
	background:		#fff;
	padding:		0px;
}

.article thead th.table-head {
	background:		#fff;
	border:			none;
}

.article tbody th,
.article tbody td {
	border:			none;
	background:		#fff;
}

.article tbody tr.odd th,
.article tbody tr.odd td {
	background:		#fff;
}

.article tfoot th,
.article tfoot td {
	border:			none;
	background:		#fff;
}

.article tfoot tr.total th,
.article tfoot tr.total td {
	border:			none;
}

.article tfoot tr.total th {
	
}

.article th.currency,
.article td.currency {
	text-align:		right;
}

/* page top */
.pageTop {
	width:			100%;
	text-align:		right;
	padding:		10px 0px;
}

/* image layout */
.imgLeft {
	float:			left;
	padding:		0px 20px 20px 0px;
}

.imgRight {
	float:			right;
	padding:		0px 0px 20px 20px;
}

/* detail ul */
ul.detailList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
	list-style-type:	disc;
}

/* recruit side menu */
.supportSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#7da08f;
}

.interviewSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#d37b16;
}

.newSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#5e80a9;
}

.careerSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#6798c1;
}

.recruitContents {
	float:			left;
	width:			700px;
	padding-top:	20px;
}

/* carrer table */
table.career-tb{
	border-collapse:	collapse;
}

table.career-tb th{
	padding:			5px 40px;
	border-top:			solid 1px #bad1e3;
	border-right:		solid 1px #bad1e3;
	border-bottom:		solid 1px #bad1e3;
	border-left:		solid 1px #6798c1;
	background:			#f2f6f9;
	vertical-align:		top;
	color:				#6798c1;
	text-align:			left;
	white-space:		nowrap;
}

table.career-tb th.lt{
	border-top:			solid 1px #6798c1;
}

table.career-tb th.lb{
	border-bottom:		solid 1px #6798c1;
}

table.career-tb td{
	padding:			5px 20px;
	border-top:			solid 1px #bad1e3;
	border-right:		solid 1px #6798c1;
	border-bottom:		solid 1px #bad1e3;
	border-left:		solid 1px #bad1e3;
	vertical-align: 	top;
}

table.career-tb td.rt{
	border-top:			solid 1px #6798c1;
}

table.career-tb td.rb{
	border-bottom:		solid 1px #6798c1;
}

table.career-tb-flow{
	border-collapse:	collapse;
}

table.career-tb-flow th{
	padding:			5px 20px;
	width:				70px;
	border-top:			solid 1px #6798c1;
	border-right:		solid 1px #bad1e3;
	border-bottom:		solid 1px #6798c1;
	border-left:		solid 1px #6798c1;
	background:			#f2f6f9;
	vertical-align:		top;
	color:				#6798c1;
	text-align:			left;
}

table.career-tb-flow td{
	padding:			5px 20px;
	border-top:			solid 1px #6798c1;
	border-right:		solid 1px #6798c1;
	border-bottom:		solid 1px #6798c1;
	border-left:		solid 1px #bad1e3;
	vertical-align:		top;
}

table.career-tb-train{
	border-collapse:	collapse;
}

table.career-tb-train th{
	padding:			5px;
	border-top:			solid 1px #6798c1;
	border-right:		solid 1px #ffffff;
	border-bottom:		solid 1px #6798c1;
	border-left:		solid 1px #ffffff;
	background:			#6798c1;
	vertical-align:		top;
	color:				#ffffff;
	text-align:			center;
}

table.career-tb-train th.lt{
	border-left:		solid 1px #6798c1;
}

table.career-tb-train th.rt{
	border-right:		solid 1px #6798c1;
}

table.career-tb-train td{
	padding:			5px;
	border:				solid 1px #6798c1;
	vertical-align:		top;
}

table.career-tb-train td.sth{
	background:			#f2f6f9;
	color:				#5e80a9;
	font-weight:		bold;
}

table.career-tb-train td.sth2{
	background:			#f2f6f9;
}

table.career-tb-train td li{
	list-style:			none;
	background:			url(../img/bull.gif) no-repeat 0 8px;
	padding-left:		8px;
}

/* new table */
table.new-tb{
	border-collapse:	collapse;
}

table.new-tb th{
	padding:		5px 40px;
	border-top:		solid 1px #c0cddd;
	border-right:	solid 1px #c0cddd;
	border-bottom:	solid 1px #c0cddd;
	border-left:	solid 1px #5e80a9;
	background:		#f2f5f9;
	vertical-align: top;
	color:			#5e80a9;
	text-align:		left;
	white-space:	nowrap;
}

table.new-tb th.lt{
	border-top:		solid 1px #5e80a9;
}

table.new-tb th.lb{
	border-bottom:	solid 1px #5e80a9;
}

table.new-tb td{
	padding:		5px 20px;
	border-top:		solid 1px #c0cddd;
	border-right:	solid 1px #5e80a9;
	border-bottom:	solid 1px #c0cddd;
	border-left:	solid 1px #c0cddd;
	vertical-align: top;
}

table.new-tb td.rt{
	border-top:		solid 1px #5e80a9;
}

table.new-tb td.rb{
	border-bottom:	solid 1px #5e80a9;
}

table.new-tb-flow{
	border-collapse:collapse;
}

table.new-tb-flow th{
	padding:		5px 20px;
	border:			solid 1px #5e80a9;
	background:		#f2f5f9;
	color:			#5e80a9;
	text-align:		center;
}

table.new-tb-flow td{
	padding:		5px 20px;
	border:			solid 1px #5e80a9;
	text-align:		center;
}

table.new-tb-train{
	border-collapse:collapse;
}

table.new-tb-train th{
	padding:		5px;
	border-top:		solid 1px #5e80a9;
	border-right:	solid 1px #ffffff;
	border-bottom:	solid 1px #5e80a9;
	border-left:	solid 1px #ffffff;
	background:		#5e80a9;
	vertical-align: top;
	color:			#ffffff;
	text-align:		center;
}

table.new-tb-train th.lt{
	border-left:	solid 1px #5e80a9;
}

table.new-tb-train th.rt{
	border-right:	solid 1px #5e80a9;
}

table.new-tb-train td{
	padding:		5px;
	border:			solid 1px #5e80a9;
	vertical-align: top;
}

table.new-tb-train td.sth{
	background:		#f2f5f9;
	color:			#5e80a9;
	font-weight:	bold;
}

table.new-tb-train td.sth2{
	background:		#f2f5f9;
}

table.new-tb-train td li{
	list-style:		none;
	background:		url(../img/bull.gif) no-repeat 0 8px;
	padding-left:	8px;
}

/* support table */
table.support-tb {
	border-collapse:collapse;
	border-top:solid 1px #7da08f;
	border-bottom:solid 1px #7da08f;
}

table.support-tb th, table.support-tb td {
	border-bottom:solid 1px #becfc7;
}

table.support-tb th{
	padding:		5px 10px;
	width:			70px;
	background:		#f2f5f4;
	vertical-align: top;
	color:			#7da08f;
	text-align:		left;
	border-right:	solid 1px #7da08f;
	border-left:	solid 1px #7da08f;
}

table.support-tb td{
	padding:		5px 10px;
	border-right:	solid 1px #7da08f;
}

h3.support {
	margin-bottom:	0.2em;
	font-size:		1.3em;
	color:			#7da08f;
	margin:         10px 0 10px 0;
}

table.support-tb_02 th {
	background:		#f2f5f4;
	color:			#7da08f;
	text-align:		center;
	padding:		30px 0 30px 0;
}





/* faq
----------------------------------------------- */
.new-q{
	background:		url(../img/recruit/new_faq_q.gif) no-repeat 6px 3px #5e80a9;
	color:			#ffffff;
	line-height:	12px;
	font-weight:	bold;
	padding:		6px 0 5px 30px;
	*+padding:		7px 0 5px 30px;
	margin:			0 0 5px 0;
}

.new-a{
	background:		url(../img/recruit/new_faq_a.gif) no-repeat 6px 2px;
	color:			#454545;
	padding:		0 0 0 30px;
}


/* 新卒エントリー　ポップアップ
----------------------------------------------- */
div#PouUPContainer {
	padding:	0 15px 15px 15px;
}

div#PouUPContainer .header {
	text-align:	right;
}

div#PouUPContainer .title {
	border-bottom:	1px #5F81AA solid;
	padding:		0 0 10px 0;
}

div#PouUPContainer .title img {
	 vertical-align:	bottom;
}

div#PouUPContainer p.message {
	padding:	15px 0 50px 0;
	text-align:	center;
	font-size:	14px;
}

div#PouUPContainer .closeButton {
	text-align:	center;
	padding:	0 0 20px 0;
}

div#PouUPContainer .footer {
	border-top:	1px #666 solid;
	padding:	10px 0 0 0;
	font-size:	10px;
	color:		#666;
}





