@charset "UTF-8";
/*
 * layout.css
 *
 *  version --- 3.4
 *  updated --- 2012/09/06
 */


/* ==============================================
	Layout
============================================== */
html {}
body {
	text-align: center;
}
@media print {
	*:first-child+html html,
	*:first-child+html html body { zoom: 0.65;}
}

html,
body {
	height: 100%;
	background-color: #e6e6e6;
}

/* ===============
clear fix
=============== */
.cf:after {
 clear: both;
 content: '';
 display: block;
 overflow: hidden;
 visibility: hidden;
 height: 0;
}
/* ==============================================
	wrapper
============================================== */
#wrapper {
	min-width: 959px;
	height: auto;
	min-height: 100%;
	text-align: center;
	background: url(/common/img/layout/contents_bg_01.png) repeat left top;
}
@media print {
	#wrapper { min-height: inherit;}
}

/* ==============================================
	header
============================================== */
#header {
	min-width: 959px;
	background: url(/common/img/layout/header_bg_01.png) repeat-x center top #fff;
	padding: 15px 0 9px;
}
	#hd_inner {
		margin: 0 auto;
		width: 950px;
		text-align: left;
	}
		#hd_left {
			float: left;
			width: 560px;
			margin-top: 25px;
		}
		#hd_right {
			float: right;
		}
			#hd_description {
				font-size: 84%;
				color: #999;
				margin-bottom: 10px;
				position: absolute;
			}
			#hd_logo {
				float: left;
			}
			#hd_txt{
				float: left;
				padding: 10px 0 0 15px;
				color: #84334c;
				font-size: 15px;
				font-weight: bold;
				font-family: Meiryo, "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
			}
			#hd_favorite_btn_area {
				width: 150px;
				margin-right: 5px;
				float: left;
			}
			.hd_favorite_caution {
				display: block;
				text-align: center;
				text-decoration: none;
				color: #ff0030;
				font-size: 11px;
			}
			.hd_action {}
			.hd_action > li {
				height: 24px;
			}
			.hd_action > li + li {
				margin-top: 4px;
			}
			.hd_action > li > a {
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 5px;
				text-decoration: none;
				text-align: center;
				box-sizing: border-box;
			}
/*			.hd_action > li > a:before {
				content: '';
				display: inline-block;
				width: 15px;
				height: 15px;
				margin-right: 10px;
				border-radius: 50%;
				border: 1px solid #ccc;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 10px;
				vertical-align: middle;
			}
			.hd_favorite_btn:before {
				background-image: url(/common/img/icn_area.png);
			}*/
			.hd_favorite_btn {
				line-height: 21px;
				border: 2px solid #754251;
				color: #754251;
				background-image: url(/common/img/icn_list.png);
				background-repeat: no-repeat;
				background-position: 5px center;
				background-size: 13px;
			}
			.hd_form_btn {
				line-height: 22px;
				background-color: #C20084;
				border-bottom: 2px solid #88005B;
				color: #fff;
				background-image: url(/common/img/layout/glonav_icon_white.png);
				background-repeat: no-repeat;
				background-position: 10px center;
				background-size: 6px;
			}
			#hd_sitemap {
				float: left;
				padding-right: 5px;
				background: url(/common/img/layout/header_bg_03.gif) repeat-y right top;
				width: 75px;
			}
				#hd_sitemap a {
					padding-left: 7px;
					font-size: 84%;
					background: url(/common/img/bullet/header_blt_01.png) no-repeat left 0.3em;
				}
				#hd_sitemap a:hover {
					padding-bottom: 1px;
				}
			#hd_tel {
				float: right;
			}
.tooltip_notice_pc {
	position: relative;
}
.tooltip_notice_pc h5 {
	font-weight: bold;
	padding-left: 15px;
	background: url(/common/img/icn_share_pc_brown.png) no-repeat 0 4px;
}
.icon_notice {
	margin-top: -3px;
	background: url(/common/img/icn_share_pc.png) no-repeat 10px 2px;
	padding-left: 6px;
}
.tooltip_notice_pc_target {
	display: none;
	position: absolute;
	top: 25px;
	left: -90px;
	z-index: 2;
	width: 330px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #763A34;
	background-color: #FFFFFF;
	color: #763A34;
}
.tooltip_triangle_hover {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	position: absolute;
	top: 16px;
	left: 65px;
	z-index: 10;
	width: 11px;
	height: 11px;
	background: url(/common/img/triangle.png) no-repeat;
}

/* ==============================================
	gNavi
============================================== */
.global_navi_wrapper {}
.global_navi {
  width: 950px;
  padding-top: 10px;
  margin: 0 auto;
}
.global_navi > li {
	width: 16%;
	height: 40px;
	float: left;
}
.global_navi > li + li {
	margin-left: 0.8%;
}
.global_navi > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  border-radius: 3px;
  background-image: url(/common/img/layout/glonav_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px  -6px #666;
  -moz-box-shadow: 5px 5px 5px  -6px #666;
  -webkit-box-shadow: 5px 5px 5px  -6px #666;
}
.global_navi > li > a:hover {
	background-color: #FAEDF1;
  background-image: url(/common/img/layout/glonav_icon_red.png);
}
.global_navi > li.gnav_01 {
	width: 12%;
}
.global_navi > li.gnav_02 {
	width: 13.5%;
}
.global_navi > li.gnav_03 {
	width: 13.5%;
}
.global_navi > li.gnav_04 {
	width: 18%;
}
.global_navi > li.gnav_05 {}
.global_navi > li.gnav_06 {
	width: 23%;
}
.global_navi > li.gnav_02 > a.icn_wakaba,
#g_02 .global_navi > li.gnav_02 > a.icn_wakaba {
	padding-left: 15px;
  background-image: url(/common/img/layout/glonav_icon_wakaba.gif);
}
#g_01 .global_navi > li.gnav_01 > a,
#g_02 .global_navi > li.gnav_02 > a,
#g_03 .global_navi > li.gnav_03 > a,
#g_04 .global_navi > li.gnav_04 > a,
#g_05 .global_navi > li.gnav_05 > a,
#g_06 .global_navi > li.gnav_06 > a {
	background-color: #FAEDF1;
	background-image: url(/common/img/layout/glonav_icon_red.png);
}

/* ==============================================
	breadcrumb
============================================== */
#breadcrumb {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
/* IE7 */
*:first-child+html #breadcrumb {
	zoom: 1;
}
	#breadcrumb li {
		float: left;
		white-space: nowrap;
		padding-left: 15px;
		margin-left: 8px;
		background: url(/common/img/bullet/breadcrumb_blt_01.png) no-repeat left 0.4em;
		color: #666;
	}
	#breadcrumb li.home {
		padding-left: 0;
		margin-left: 0;
		background: none;
	}
		#breadcrumb li a {
			white-space: nowrap;
			text-decoration: none;
		}
		#breadcrumb li a:hover {
			text-decoration: underline;
		}

/* ==============================================
	mainimg
============================================== */
#mainimg {
}

/* ==============================================
	contents
============================================== */
#contents_wrapper {
	background: url(/common/img/layout/header_bg_02.png) repeat-x left top;
}
	#contents {
		margin: 0 auto;
		padding-top: 20px;
		width: 950px;
		text-align: left;
		position: relative;
	}
		#main {
			float: left;
			width: 720px;
		}
		#side {
			float: right;
			width: 210px;
		}
			#side_search_heading {
				margin-bottom: 10px;
			}
			#side_search_btn {
				position: relative;
				height: 52px;
				margin-bottom: 20px;
			}
				#side_search_btn p {
					position: absolute;
					left: 0;
					top: 0;
				}
			#side_privacy,
			#side_trusted_web {
				padding: 10px 10px 10px 15px;
				background-color: #fff;
				color: #666;
			}
			#side_privacy { margin-bottom: 10px;}
			#side_trusted_web { margin-bottom: 20px;}
			#side_hot_job {
				padding: 14px 14px 18px;
				background: url(/common/img/layout/side_bg_01.png) no-repeat left bottom #fff;
			}
				#side_hot_job ul {
				}
					#side_hot_job ul li {
						background: url(/common/img/bullet/header_blt_01.png) no-repeat left 0.5em;
						padding-left: 9px;
						margin-bottom: 8px;
					}
					#side_hot_job ul li.last {
						margin-bottom: 0;
					}

/* print */
@media print {
	#contents {
		display: table;
		vertical-align: top;
	}
		#contents #main {
			display: table-cell;
			vertical-align: top;
			float: none;
			padding-right: 20px;
		}
		*:first-child+html #contents #main {
			float: left;
		}
		#contents #side {
			display: table-cell;
			vertical-align: top;
			float: none;
		}
		*:first-child+html #contents #side {
			float: right;
		}
}


/* ==============================================
	pageTop
============================================== */
.pageTop {
}

/* ==============================================
	footer
============================================== */
#footer {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	width: 950px;
	text-align: left;
	height: auto;
}

.footer_wrapper {

}
.footer {
	width: 950px;
	padding: 5px 15px 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: #4e2b27;
	overflow: hidden;
}
.footer_recruitLogo {
	float: left;
}
.footer_recruitLogo > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: meiryo, "メイリオ", sans-serif;
}
.footer_recruitLogo .corpName {
	vertical-align: bottom;
	font-weight: bold;
}
.recruitLink {
  display: block;
  margin-top: 10px;
line-height: 1;
text-align: left;

}
.recruitLink > a {
  font-size: 10px;
  font-weight: bold;
  font-family: meiryo, "メイリオ", sans-serif;
  color: #fff;
  text-decoration: underline !important;
}
.footer_relationLinks {
	float: right;
}
.relationLinks_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.relationLinks_item {
	margin-right: 5px;
}
.relationLinks_item:first-of-type > a::before {
	display: none;
}
.relationLinks_item > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	margin-right: 5px;
	background-color: #fff;
}
.relationLinks_item > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.relationLinks_item > a:hover {
	text-decoration: underline;
}
	#ft_links {
		overflow: hidden;
		position: relative;
		height: 34px;
		padding: 36px 0 0;
		text-align: center;
	}
		#ft_links li {
			padding-right: 8px;
			margin-right: 8px;
			border-right: 1px solid #4e2b27;
			line-height: 1.2;
			display: inline-block;
		}
		/* IE7用 */
		*:first-child+html #ft_links li {
			display: inline;
			zoom: 1;
		}
		#ft_links li.last {
			padding-right: 0;
			margin-right: 0;
			border-right: none;
		}
			#ft_links li a {
				color: #4e2b27;
			}
	#ft_inner {
		padding: 5px 15px 10px;
		height: auto;
		background: url(/common/img/layout/footer_bg_01.png) no-repeat left top #4e2b27;
	}
		#ft_left {
			float: left;
		}
		#ft_right {
			width: 615px;
			float: right;
		}
			#ft_logo {
				float: left;
			}
			#ft_copyright {
				float: left;
				padding: 17px 0 0 18px;
				font-size: 0;
			}
			#ft_right ul {
				padding-top: 16px;
				text-align: right;
			}
				#ft_right ul li {
					font-size: 84%;
					padding-right: 13px;
					margin-right: 9px;
					border-right: 1px solid #fff;
					line-height: 1;
					display: inline-block;
				}
				/* IE7用 */
				*:first-child+html #ft_right ul li {
					display: inline;
					zoom: 1;
				}
				#ft_right ul li.last {
					padding-right: 0;
					margin-right: 0;
					border-right: none;
				}
					#ft_right ul li a {
						color: #fff;
						text-decoration: none;
					}
					#ft_right ul li a:hover {
						text-decoration: underline;
						padding-bottom: 1px;
					}
