@charset "UTF-8";
html {
	overflow-y: scroll;
}
* {
	word-break: break-all;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address {
	color: #35363F;
}
li {
	list-style: none;
}
img,
input,
select {
	vertical-align: middle;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	word-wrap: break-word;
}
@media only screen and (max-device-width: 480px) {
  body {
	-webkit-text-size-adjust: none;
}
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	background: transparent;
}
a,
img {
	border: none;
}
a:link,
a:hover,
a:active {
	color: #1470CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #802680;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
.cFix,
.cf {
	*zoom: 1;
}
.cFix:after,
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* ▼ HEADER ▼
------------------------------------------------------------*/
.headerWrap {
	padding: 0 0 3px;
	border-top: 6px solid #E73820;
	background: #FFFFFF url('/SYS/cmn/images/front_002/bg_header_border_bottom.gif') repeat-x left bottom;
	z-index: 200;
}
.headerContent {
	width: 950px;
	height: 84px;
	margin: 0 auto;
}
.headerLogoArea {
	float: left;
	padding: 20px 0 19px;
}
.headerLogoArea > a + img {
	margin-left: 11px;
}
.headerInfoArea {
	float: right;
	padding-top: 3px;
}
.headerPageInfo {
	text-align: right;
	font-size: 10px;
	color: #666666;
	line-height: 1.5;
}
.headerLinks {
	display: table;
	margin-top: 3px;
	text-align: right;
}
.headerLinks > li {
	display: inline-block;
	margin-left: 20px;
	padding-left: 8px;
	background: url('/SYS/cmn/images/front_002/icn_header_dot_arrow.gif') no-repeat left 6px;
}
.headerLinks > li > a {
	font-size: 10px;
	line-height: 1;
}
.headerLinks > li.iconNewWindow {
	margin-left: 20px;
	padding-left: 12px;
	background: url('/SYS/cmn/images/front_002/icn_window_blue.png') no-repeat left 5px;
}

/* ▼ footer ▼
------------------------------------------------------------*/
.footerWrap {
	width: 950px;
	margin: 30px auto 0;
	padding: 8px 0;
}
.footerLogoRecruitWrap {
	float: left;
}
.footerLigoRecruitText > a {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	line-height: 2;
}
.footerForClient {
	float: left;
	display: table;
	margin-left: 25px;
	padding-top: 13px;
}
.footerForClientTo {
	display: table-cell;
	padding-left: 18px;
	background-image: url("/SYS/cmn/images/common/mark_link_or.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.footerForClientLink {
	display: table-cell;
	padding-left: 8px;
}
.footerLinksList {
	float: right;
	padding-top: 5px;
}
.footerLinksList > li {
	float: left;
}

/* ▼ ページの先頭へ戻る ▼
------------------------------------------------------------*/
.scrollWrap {
	position: fixed;
	right: 20px;
	min-width: 85px;
	height: 85px;
	display: block;
	cursor: pointer;
	z-index: 300;
}

/* ▼ 共通 ▼
------------------------------------------------------------*/
.sidePipeSide > dd + dd:before,
.sidePipeSide > li + li:before {
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-left: 1px solid #CCCCCC;
}
/* ▼ breadcrumb & sosial ▼
------------------------------------------------------------*/
.socialArea {
	float: right;
	margin-top: 5px;
}
.socialArea > li {
	float: left;
	height: 20px;
}
.btnSocialTwitter {
	width: 80px;
}
.btnSocialFacebook {
	width: 100px;
}
.btnSocialGplus {
	width: 75px;
}
.btnSocialHatena {
	width: 55px;
}
.breadcrumbWrap {
	width: 950px;
	margin: 0 auto;
}
.pageBack {
	float: left;
	padding: 0 10px 2px 14px;
	background: url("/SYS/cmn/images/front_002/icn_arrow_gray_left.png") no-repeat left 4px;
	font-size: 10px;
}
.breadcrumbList {
	float: left;
}
.breadcrumbList > li {
	float: left;
	font-size: 10px;
}
.breadcrumbList > li ~ li {
	padding-left: 13px;
	background: url("/SYS/cmn/images/front_002/icon_links_small.png") no-repeat 5px 6px;
}