﻿@charset "utf-8";

html {
	background: #FFF;
	line-height: 1.8;
	overflow-y: scroll;
}

.spHide {
	display: inline !important;
}
.spShowInline {
	display: none !important;
}
.spShowBlock {
	display: none !important;
}

#maintop #header,
.sliderHead,
.sliderNavTtl {
	display: none;
}
.spOnly {
	display: none;
}
.pcOnly {
	display: block !important;
}

/* a ------------------------------ */
a:hover, a:active {
	text-decoration: none;
	color: #db0007;
}

/* inline ------------------------------ */
strong {
	font-weight: bold;
	color: #000000;
}
sup {
	padding: 0 1px;
	vertical-align: 2px;
	font-size: 92%;
}
sub {
	padding: 0 1px;
	vertical-align: -2px;
	font-size: 92%;
}

/* header
-----------------------------*/
#header {
	height: 88px;
	min-width: 900px;
    border-top: solid 4px #000;
    border-bottom: solid 2px #000;
}
#header .inner {
	width: 900px;
	padding: 0 40px;
}
#logo a {
	left: 40px;
	top: 22px;
	width: 60px;
	height: 55px;
    /* ↓http→https に変更 2024/09/12 SYSTEM */
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/common_amp/img/logo_v2.png) no-repeat scroll 0 0 transparent;
	background-size: 55px 44px;
}
#spTtl {
	display: none;
}
#globalNavigation {
	height: 100px;
}
.sliderNav {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.sliderNav li a {
	text-indent: -9999px;
}
.sliderNavTtl {
	display: none;
}
.sliderNav ul {
	border: none;
}
.sliderNav li {
	position: absolute;
	top: 13px;
	height: 80px;
	border: none;
}
.sliderNav li.message {
	left: 379px;
	width: 121px;
	padding: 0;
	background: url(../img/search/button_gnavi_01_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.workingHere{
	left: 500px;
	width: 120px;
	background: url(../img/search/button_gnavi_02_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.benefits{
	left: 620px;
	width: 120px;
	background: url(../img/search/button_gnavi_03_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.growWithUs{
	left: 740px;
	width: 120px;
	background: url(../img/search/button_gnavi_04_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li a {
	height: 80px;
	padding: 0;
}
.sliderNav li.message a {
	background: url(../img/search/button_gnavi_01.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.workingHere a {
	background: url(../img/search/button_gnavi_02.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.benefits a {
	background: url(../img/search/button_gnavi_03.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav li.growWithUs a {
	background: url(../img/search/button_gnavi_04.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .shop,
.sliderNav .faq,
.sliderNav .firsttime {
	position: absolute;
	text-indent: -9999px;
}
.sliderNav .shop {
	left: 114px;
	top: 13px;
	display: block;
	background: url(../img/search/button_top_entry_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .faq {
	left: 117px;
	top: 73px;
	width: 88px;
	height: 12px;
	border: none;
	background: url(../img/search/button_top_faq_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .firsttime {
	left: 219px;
	top: 73px;
	width: 113px;
	height: 13px;
	background: url(../img/search/button_top_useful_hover.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .shop a,
.sliderNav .faq a,
.sliderNav .firsttime a {
	display: block;
}
.sliderNav .shop a {
	width: 250px;
	height: 54px;
	background: url(../img/search/button_top_entry.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .faq a {
	width: 88px;
	height: 12px;
	background: url(../img/search/button_top_faq.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav .firsttime a {
	width: 113px;
	height: 13px;
	background: url(../img/search/button_top_useful.jpg) no-repeat scroll 0 0 transparent;
}
.sliderNav a:hover,
.sliderNav li a:hover {
	background: transparent none;
}
#layBg {
	display: none !important;
}

/* topicPath */
.topicPath {
	min-width: 980px;
	padding: 10px 0;
	background: url(../img/search/topicpass_bg.gif) repeat;
	border-bottom: none;
}
.topicPath .inner {
	width: 980px;
}
.topicPath a {
	color: #555;
}
.topicPath ul li,
.topicPath ul li:last-child {
	display: inline;
	float: none;
	margin: 0 5px 0 0;
	padding: 0 13px 0 0;
	background: url(../img/search/topicpathArrow.gif) no-repeat 100% 0.5em;
}
.topicPath ul li:last-child {
	padding: 0;
	background: transparent none;
}
.topicPath ul li.home {
	padding: 0 13px 0 0px;
}
.topicPath a {
	text-decoration: none;
	color: #521E06;
}
.topicPath a:hover, .topicPath a:active {
	text-decoration: underline;
	color: #521E06;
}

/* contents */
.contents {
	width: 980px;
	margin: auto;
}
.contents h1 {
	padding: 45px 0 45px 0;
	background: transparent none;
}

/* just before footer - boxSubmit */
.boxSubmit{
	margin: 0 0 40px;
	padding: 29px;
	border: #F9E7E7 solid 1px;
	text-align: center;
}
.boxSubmit h3.tit {
	margin: 0 0 20px;
	border: none;
	background: none;
}
.boxSubmit h3 img {
	overflow: hidden;
	line-height: 0;
	vertical-align: bottom;
}
.btnStore {
	width: 304px;
	height: 54px;
	margin: auto;
	margin-bottom: 30px;
	background: url(../img/search/button_index_01_hover.jpg) 0 0 no-repeat;
}
.btnStore a {
	width: 304px;
	height: 54px;
	text-indent: -9999px;
	background: url(../img/search/button_index_01.jpg) 0 0 no-repeat;
	border: none;
}
.btnStore a:hover {
	background: none;
}

/* boxBtmArea01 - bottom link group */
.boxBtmArea01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: none;
	text-align: left;
}
.boxBtmArea01 .block {
	width: 215px;
	margin-left: 20px;
	padding: 0 0 15px;
	line-height: 1.6em;
	background: #FFFFFF;
}
.boxBtmArea01 .block:first-child {
	margin-left: 0;
}
.boxBtmArea01 .txt .ulLink {
}
.boxBtmArea01 .pic01,
.boxBtmArea01 .pic02,
.boxBtmArea01 .pic03,
.boxBtmArea01 .pic04 {
	display: block;
	width: 215px;
	height: 124px;
	text-indent: -9999px;
}
.boxBtmArea01 .pic01{
	background: url(../img/search/img_bottom_navi_01.jpg) no-repeat;
}
.boxBtmArea01 .pic02{
	background: url(../img/search/img_bottom_navi_02.jpg) no-repeat;
}
.boxBtmArea01 .pic03{
	background: url(../img/search/img_bottom_navi_03.jpg) no-repeat;
}
.boxBtmArea01 .pic04{
	background: url(../img/search/img_bottom_navi_04.jpg) no-repeat;
}
.boxBtmArea01 .block h3 {
	margin-top: 13px;
	margin-bottom: 7px;
	padding: 0 15px;
	font-size: 100%;
}
.boxBtmArea01 .txt {
	padding: 0 15px;
}
.boxBtmArea01 .txt p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 100%;
	line-height: 1.6;
}
.ulLink {
	margin: 0;
}
.ulLink li {
	margin: 0 0 5px 0;
	padding: 0 0 0 7px;
	background: url(../img/search/icon_link.gif) left 0.4em no-repeat;
	border-top: none;
}
.ulLink li.blank {
	margin: 0 20px 2px 0;
	padding: 0 0 0 10px;
	white-space: nowrap;
	background: url(../img/search/icon_blank.gif) left 0.5em no-repeat;
}
.ulLink li a {
	display: inline;
	padding: 0;
	text-decoration: none;
}
.ulLink li a:hover {
	border-bottom: 1px solid #8F7055;
}
.ulLink li.pdf a {
	padding-right: 20px;
	background: url(../img/search/icon_pdf.gif) right center no-repeat;
}

/* boxBtmArea02 - bottom link group */
.boxBtmArea02 .block {
	float: left;
	width: 300px;
	margin: 45px 0 0 40px;
	padding: 15px 0 30px;
	background: transparent none;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	text-align: left;
}
.boxBtmArea02 .block:first-child {
	margin-left: 0;
}
.boxBtmArea02 .block h3 {
	margin: 0;
	padding: 0 0 10px;
	border: none;
	font-size: 100%;
}
.boxBtmArea02 .block h3,
.boxBtmArea02 .txt p {
	padding-bottom: 10px;
	text-align: left;
}
.boxBtmArea02 .txt {
	margin: 0;
}
.boxBtmArea02 .tel {
	padding-left: 30px;
	line-height: 2em;
	font-size: 150%;
	font-weight: bold;
	background: url(../img/search/tel.gif) no-repeat left 0.3em;
}
.boxBtmArea02 .cld2,
.boxBtmArea02 .cld3 {
	display: block;
}
.boxBtmArea02 .left {
	float: left;
	width: 220px;
}
.boxBtmArea02 .right {
	float: right;
	width: 58px;
}
.cld3 a {
	letter-spacing: 0;
}

/* pagetop */
#pagetop {
	width: 980px;
	padding-bottom: 20px;
	border: none;
	font-size: 72%;
	text-align: right;
}
#pagetop a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #595959;
	background: url(../img/search/pagetop.gif) no-repeat left center;
}
#pagetop a:hover{
	text-decoration: underline;
}
#pagetop a span {
	padding: 0;
	background: transparent none;
}

/* footer ------------------------------ */
#footer {
	display: block;
	padding-top: 35px;
	border-top: 1px solid #595959;
	font-size: 72%;
}
#footer a {
	text-decoration: none;
	color: #595959;
}
#footer a:visited {
	color: #ccc;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #595959;
}
#footer .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	width: 980px;
	margin: auto;
	margin-bottom: 35px;
}
#footer .inner .block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 245px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px dotted #888;
}
#footer .inner .block:first-child {
	border-left: 1px dotted #888;
}
#footer .inner .block a {
	color: #595959;
}
#footer .inner .block li {
	margin-bottom: 10px;
	line-height: 1.3em;
}
#footerBtm .inner {
	position: relative;
	width: 980px;
	height: 1.8em;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #F7F7F4 1px solid;
}
#footerBtm .inner ul {
	position: absolute;
	right: 8em;
	width: 480px;
	text-align: right;
}
#footerBtm .inner ul li {
	float: none;
	display: inline;
	width: auto;
	padding: 0;
	border: none;
	margin: 0 10px 0 0;
}
#footerBtm .inner ul li a {
	text-decoration: none;
	color: #595959;
}
#footerBtm .inner ul li a:hover {
	text-decoration: underline;
}
#footerBtm .inner ul li a[target="_blank"] {
	display: inline;
	padding-left: 10px;
	background: url(../img/search/icon_blank.gif) left center no-repeat;
}
.icoPc {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent none;
}
.copyright {
	position: absolute;
	right: 0;
	width: 8em;
	padding: 0;
	background: transparent none;
	color: #000;
	text-align: right;
}
#globalNavigation::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.5px;
    background: none;
}
.link_pagetop_txt.icon:before {
    right: -30px;
    width: 32px;
    height: 32px;
    margin: -17px 0 0;
    background-position: left -300px;
    transform: scale(.5);
}
.icon:before {
    position: static;
    background-size: auto;
}
.icon:before {
    position: static;
    display: inline-block;
    background: url(img/icon.png) left top no-repeat;
    background-size: 15px auto;
    vertical-align: middle;
}
.ap_n_ls_it:before, .icon:before {
    content: '';
}