@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#store_locator_content{
	overflow:hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


a{
	text-decoration: none;
	color: #000;
}
a:hover{

}
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
header{
	margin: 0 auto;
	border-top: solid 5px #000;
	border-bottom: solid 2px #000;
	text-align: center;
}
.header{
	margin: 0 auto;
	text-align: center;
}
.headerLogo{
	margin: 0 auto;
	width: 990px;
	text-align: left;
	position: relative;
}
main{
	letter-spacing:2px;
}
h1{
	line-height: 1;
}
h1.logo img {
    width: 68px;
    height: 55px;
	margin: 20px auto;
}
h1.logo img a:hover{
	opacity: 1;
}
body{
	margin: 0;
	font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.headlineLeft h2.storeName{
	font-size: 22px;
	padding: 20px;
	font-weight: bold;
}
h3{
	margin: 0 0 10px 0;
	font-size: 18px;
}
p{
	margin: 0;
	line-height: 1.8;
}
ul {
    list-style-type: none;
}

/* common */
.num {
    font-family: 'speedee bold';
	font-weight: bold;
}
.txtSmall{
	font-size: 14px;
}

.firstSec{
	background: #fff;
	padding: 20px 0 10px;
}
div.headline{
	width: 100%;
	text-align: center;
	background: #ffbc0d;
	margin-bottom: 20px;
}
h3.h3_ttl01{
	width: 100%;
	text-align: center;
	background: #ffbc0d;
	padding: 20px 0;
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: bold;
}
div.headlineLeft{
	width: 100%;
	text-align: left;
	background: #ffbc0d;
	padding:5px 0;
	margin-bottom: 20px;
}
.headline h2{
	width: 100%;
    text-align: center;
    background: #ffbc0d;
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 5px;
	font-weight: bold;
}

h3.redline,
.work-title-wrap{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 15px;
	line-height: 2;

}
.work-title-wrap{
	text-align: center;
}
.work-title{
	display: inline-block;
	border-bottom: #db0007 solid 2px;
    padding: 0 0 0 5px;
}
h3.redline span{
	border-bottom: #db0007 solid 2px;
	padding: 0 0 5px 5px;
}
h4{
	margin-bottom: 10px;
	font-weight: bold;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb20px{
	margin-bottom: 20px;
}
.commonDl dl{
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
}
.commonDl dl dt{
	clear: left;
	float: left;
	width: 20%;
	min-width: 100px;
	font-weight: bold;
	vertical-align: middle;
}
.commonDl dd{
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}
.floatLeft{
	float: left;	
}
.floatRight{
	float: right;
}

/* navigation */
/*============
nav
=============*/
.headerLogo nav ul {
	position: absolute;
	top:35px;
	left:120px;
}
nav ul li{
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 1.0;
	font-size: 14px;
}
nav ul li a:hover{
	color: #db0007 ;
	opacity: 1;
}
nav ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s;
}
nav ul li a::after{
	position: absolute;
	bottom: -20px;
	left:48%;
	content: "・";
	color: #db0007;
	visibility: hidden;
}
nav ul li a:hover::after{
	visibility: visible;
}
.navBtnArea{
	position: absolute;	
	top: 0px;
	right:0;
}

.btnType1{
	background: #db0007 url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_search.svg) no-repeat;
	background-size: 20px 20px;
	background-position: center right 40px;
    text-align: center;
    border-radius: 7px;
    width: 290px;
    height: 25px;
    margin: 15px 0 5px;
	padding-top: 10px;
	transition: all .3s;

}
.btnType1:hover,
.btnType2:hover,
.btnType3:hover
{
	opacity:0.5;
	transition: all .3s;
}
.btnType1 a{
	color: #fff;
	font-weight: bold;
	display: block;
	transition: all .3s;
}
.btnType2{
	background: #ffbc0d;
    text-align: center;
    border-radius: 7px;
    width: 143px;
    height: 18px;
    margin: 0 0 5px;
	padding-top: 7px;
	transition: all .3s;
}
.btnType2 a,
.btnType3 a{
	color: #000;
	font-weight: bold;
	display: block;
	font-size: 12px;
	transition: all .3s;
}
.btnType3{
	background: #ffbc0d;
    text-align: center;
    border-radius: 7px;
    width: 143px;
    height: 18px;
    margin: 0 0 5px;
	padding-top: 7px;
	position: absolute;
	top:55px;
	right: 0;
	transition: all .3s;
}
.inner{
	width: 990px;
	margin: 0 auto;

}


.firstSecL{
	float: left;
	width: 595px;
	margin-right: 20px;
}
.firstSecR{
	float: right;
	width: 375px;
}

/* jobOpeningType */
.jobOpeningType{

}
.jobOpeningType .jobOpeningTypeInner{
	position: relative;
	width: 595px;
}
.jobOpeningType .jobOpeningTypeInner p{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
}
.jobOpeningType .jobOpeningTypeInner .jobLabel{
	position: absolute;
	top:0;
	right: 0;
	height: 20px;
	background: #ffbc0d;
	border-radius: 15px;
	padding: 3px 13px;
}
.jobOpeningType .jobOpeningTypeInner .jobLabel p{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

/* firstSection */
.firstSecInner{
	margin-bottom: 20px;
}
.storeImg{
	width: 595px;
}
.recruit__carousel{
	max-width: 595px;
	margin: 20px auto 50px;
}
.recruit__carousel .recruit__carousel_item img{
	width: 100%;
}
ul.recruit__carousel{
	margin-bottom: 20px;
}

/* entryButton */


.entryArea{
	background: #db0007;
	padding: 20px 0;
	margin-bottom: 40px;
	font-family: meiryo;
	font-weight: bold;
}
.entryAreaS{
	background: #db0007;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	font-family: meiryo;
	font-weight: bold;
}
.txt1minuts{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/baloon.png) no-repeat center;
	background-size: auto 24px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.entryAreaS .btnEntryS{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_arrow_r.svg) no-repeat #fff;
	background-size: 16px 16px;
	background-position: 300px 22px;
	text-align: center;
	border-radius: 10px;
	width: 330px;
	height: 60px;
	margin-bottom: 10px;
	transition: all .3s;
}
.btnEntryS p{
	font-size: 18px;
	font-weight: bold;
	padding-top:15px; 
}

.entryAreaS .btnCrewS{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_arrow_r.svg) no-repeat #ffbc0d;
	background-size: 16px 16px;
	background-position: 300px 11px;
	text-align: center;
	border-radius: 10px;
	width: 330px;
	height: 40px;
	transition: all .3s;
}
.btnCrewS p{
	font-size: 18px;
	font-weight: bold;
	padding-top:4px; 
}


.entryArea{
	padding: 20px 0 20px 20px;
	vertical-align: middle;
	position: relative;
}

.entryTel{
	float: left;
	color: #fff;
	width: 550px;
	text-align: center;
	position: relative;
	top:15px;
}
.entryTel p{
	line-height: 1.5;
}
.entryBtn{
	float: right;
	width: 385px;
	text-align: center;
}

.entryArea .btnEntry{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_arrow_r.svg) no-repeat #fff;
	background-size: 16px 16px;
	background-position: 300px 22px;
	text-align: center;
	border-radius: 10px;
	width: 350px;
	height: 60px;
	margin-bottom: 10px;
	transition: all .3s;
}
.btnEntry p{
	font-size: 18px;
	font-weight: bold;
	padding-top:13px; 
}
.entryAreaS .num,
.entryBtn .num{
	font-size: 22px;
}
.tel{
	font-size: 30px;
	background: url("https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_tel.svg") no-repeat;
	background-position: top 5px left 8px;
	background-size:25px;
}
.time{
	font-size: 20px;
}
.entryAreaS a,
.btnEntry a{
	display: block;
}
.btnEntry:hover,
.btnEntryS:hover,
.btnCrewS:hover{
	opacity: 0.8;
}

/* messageSection */
.messageBox{
	background: url("https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/shopmessage.png") no-repeat;
	background-size: 305px;
	position: relative;
}
.messageBox .ttl{
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	top:12px;
	left:95px;
	margin-bottom: 20px;
	letter-spacing: normal;
}
.messageBox p.txt{
	font-size: 16px;
	padding: 60px 0 30px;

}

/* messageSection 20220901 start */
.messageBox {
  background: none;
  background-size: unset;
  position: relative;
}

.messageBox .ttl {
	position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.ttl.staffmessage:before {
  content: '';
  background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/shopmessage_before.png) no-repeat;
  background-size: cover;
  width: 88px;
  height: 43px;
}
.ttl.staffmessage:after {
  content: '';
  background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/shopmessage_after.png) no-repeat;
  background-size: cover;
  width: 23px;
  height: 43px;
}

.ttl.staffmessage span {
  display: flex;
  background-color: #ffbc0d;
  height: 43px;
  align-items: center;
}

.messageBox p.txt {
  font-size: 16px;
  padding: 0 0 30px;
}
/* messageSection 20220901 end */

.topics{
	color: #db0007;
}
.tableDetailedInfoTitle{
	font-weight: bold;
	font-size: 18px;
}
.tableDetailedInfoContent{
	font-size: 18px;
}
.tableDetailedInfoContent .attention{
	font-size: 14px;
}
.boxWorkInfo{
	margin-bottom: 20px;
}
.boxWorkInfo dl{
	display: flex;
    flex-wrap: wrap;
}
.boxWorkInfo dl dt,
.boxWorkInfo dl dd{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
    justify-content: center;
	border-bottom: #ccc 1px solid;
	padding: 20px 0;
}
.boxWorkInfo dl dt:last-of-type{
	border-bottom: none;
}
.boxWorkInfo dl dd:last-of-type{
	border-bottom: none;
}
.boxWorkInfo dl dt{
	width: 20%;
	font-weight: bold;
	padding-left: 20px;
}
.boxWorkInfo dl dd{
	width: 80%;
	padding-right: 20px;
	line-height: 1.8;
}

ul.boxServiceIcon {
	height: 80px;
}
ul.boxServiceIcon li{
	display: inline-block;
	width: 60px;
	padding-top:70px;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
}
 ul.boxServiceIcon li.icon01{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_uniform.svg) no-repeat center top;
}
 ul.boxServiceIcon li.icon02{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_raise.svg) no-repeat center top;
}
 ul.boxServiceIcon li.icon03{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_food.svg) no-repeat center top;
}
 ul.boxServiceIcon li.icon04{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_employee.svg) no-repeat center top;
}
 ul.boxServiceIcon li.icon05{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_car.svg) no-repeat center top;
}
 ul.boxServiceIcon li.icon06{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_allowance.svg) no-repeat center top;
}
.work-note{
	font-size: 12px;
	text-align: right;
}
.stations td{
	line-height: 1.8;
}
/* mainSection */

.jobDetailSec p{
	line-height: 2;
	margin-bottom: 20px;
}


ul.icons li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 23%;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}
dl.lineNone{
	border-bottom: 0;
}

.lContent{
	float: left;
	width: 485px;
	padding-right:10px;
}

.rContent{
	float: right;
	width: 485px;
	padding-left: 10px;
}


ul.jobIcons{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
ul.jobIcons li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 20%;
	font-size: 12px;
}
ul.jobIcons li img{
	width: 70px;
	margin-bottom: 5px;
}
ul.atmosTable{
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul.atmosTable li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 30%;
	height: 40px;
}

ul.atmosTable li img{
	max-width: 100%;
}
.workstyleArea{
	
}
ul.work-income-list li{
	width: 48%;
	display: inline-block;
	margin-right: 15px;
}
ul.work-income-list li.item01{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/crew_k.png) no-repeat;
	vertical-align: top;
	background-size: 100px;
}
ul.work-income-list li.item02{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/crew_d.png) no-repeat;
	vertical-align: top;
	background-size: 100px;
}
ul.work-income-list li.item03{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/crew_a.png) no-repeat;
	vertical-align: top;
	background-size: 100px;
}
ul.work-income-list li.item04{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/crew_b.png) no-repeat;
	vertical-align: top;
	background-size: 100px;
}
ul.work-income-list li.item05,
ul.work-income-list li.item06{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/crew_s.png) no-repeat;
	vertical-align: top;
	background-size: 100px;
}
.work-income-item-title,
.work-income-list dl{
	padding-left: 115px;
}
.work-income-list dl{
	height: 180px;
}
.work-income-item-title{
	font-weight: bold;
}

.workstyleArea dl{
	display: flex;
	align-items: center;
	padding: 30px 0;
	margin: 0 20px;
}
.workstyleArea dl dt{
	clear: left;
	float: left;
	min-width: 100px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 10px;
}
.workstyleArea dl dt img{
	max-width: 80px;

}
.workstyleArea dd{
}

.staffTitle{
	border-bottom: #dedbce 1px solid;
	padding: 0 0 7px 0;
	margin-bottom: 7px;
}
.staffTitle h3{
	margin-bottom: 1px;
	font-weight: bold;
}
.bottomStaffImg{
	width: 215px;
	margin-right: 20px;
}
.bottomStaffTxt{
	width: 750px;
	margin-bottom: 20px;
	height: 120px;
}

.store-info-detail-unit{
    vertical-align: middle;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.store-info-detail-age-list{
	line-height: 2;
}
.store-info-detail-unit-title-wrap{
	float: left;
	width: 20%;
    vertical-align: middle;
}
.store-info-detail-unit-title-wrap p{
	font-weight: bold;
    vertical-align: middle;
	line-height: 1.5;
}
.store-info-detail-unit-detail{
	float: right;
	width: 80%;
}
.store-info-detail-unit::after{
	content: "";
	display: block;
	clear: both;
}
.store-info-detail-unit-title{
	margin-left: 20px;
}
.store-info-detail-note{
	margin-right: 20px;
}
.br_sp::after {
  content: "\A" ;
  white-space: pre;
}
.store-info-detail-age-title{
	float: left;
	width: 30%;
}
.store-info-detail-age-detail{
	padding-left: 30%
}
.store-info-detail-age-detail:before{
	content: '・・・';
}
.store-info-detail-age-detail span{
	background: linear-gradient(transparent 50%, #ffbc0d 50%);
	font-weight: bold;
}

/* googleMap */
#map-canvas{
    height: 450px;
    margin: 20px 0;
}
.mapLink{
	display: block;
    background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/map_open_btn.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 25px;
    margin: 0 0 40px 860px;
	overflow: hidden;
	text-indent:100%;
	white-space:nowrap;
}
ul.icon {
    display: flex;
    align-items: center;
    height: 30px;
}
ul.icon li {
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
a.aboutIcon {
    font-size: 15px;
    text-decoration: underline;
}
.mapIconSec {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iconRight{
	text-align: right;
	width: 900px;
}
#about-icon{
	margin: 20px;
	padding-bottom: 40px;
	height: 30px;
}
#about-icon ul li{
	float: left;
	margin-right: 10px;	
}
#about-icon ul li div.content{
}
#about-icon .icon{
	width: 40px;
	height: 40px;
}
#about-icon .condition-1{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/mapicon01.jpg) no-repeat;
	background-size: 30px 30px;
}
#about-icon .condition-2{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/mapicon02.jpg) no-repeat;
	background-size: 30px 30px;
}
#about-icon .condition-3{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/mapicon03.jpg) no-repeat;
	background-size: 30px 30px;
}
#about-icon .condition-4{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/mapicon04.jpg) no-repeat;
	background-size: 30px 30px;
}
#about-icon .condition-5{
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/mapicon05.png) no-repeat;
	background-size: 30px 30px;
}
#about-icon .text{
	display: none;
}
#about-icon ul li .content .icon {
    float: left;
    display: table-cell;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
#about-icon ul li .content .text {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
}
#about-icon ul li .content {
    display: table;
}
#about-icon ul li {
    float: left;
    list-style: none;
    padding-bottom: 15px;
    width: 31%;
}
#about-icon ul {
    margin: 0 0 -10px 0;
    padding: 0;
    min-height: 1%;
}
#superbox-container #superbox .close img {
    width: 12px;
    height: 12px;
}
#superbox-container #superbox .close {
    right: 15px;
    top: 6px;
}
/* youtube */
.movieWrap{
	margin: 0 auto 40px;
	text-align: center;
}

/* bottomSection */
.closingSec a{
	transition: all .3s;
}
.closingSec a:hover{
	opacity: 0.8;
}
.bottomArea ul{

}
.bottomArea ul li{

	border-bottom: #fff 2px solid;
}
.bottomArea ul li.lineNone{
	border-bottom: none;
}
.bottomArea ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-right: 20px;
	text-decoration:none;
	vertical-align: middle;
	transition: all .3s;
}
.bottomArea ul li a:hover{
	color: #db0007;
	opacity: 1;
}
.bottomArea ul li a:after{
	content: "";
	position: absolute;
	width: 100%;
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_arrow_b.png) no-repeat;
	background-size: 15px 15px;
	top:50%;
	right:-95%;
	margin-top: -10px;
	vertical-align: middle;
	height: 100%;
}
.bottomArea ul li:hover{
	opacity: 0.8;
}

/* breadcrumbs */
.breadcrumbArea{
	background: #dedbce;
	padding: 10px 20px;
	width: 100%;
}

.breadcrumb {
	padding-left:0;
	margin-left:0;
	width: 990px;
	margin: 0 auto;
	font-size: 12px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
	transition: all .3s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
	color: #db0007;
}

.closingSec{
	background: #ffbc0d;
	width: 100%;
}
/* gotop */
.goTop{
	text-align: center;
	padding: 20px 0;
	border-bottom: #000 solid 2px;
}
.goTop:hover{
	opacity: 0.8;
}
.goTop a{
	position: relative;
	width: 100%;
	margin-right: 20px;
	text-decoration:none;
	vertical-align: middle;
}
.goTop a:after{
	content: "";
	position: absolute;
	width: 100%;
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_up.png) no-repeat;
	background-size: 20px 20px;
	top:50%;
	right:-110%;
	margin-top: -10px;
	vertical-align: middle;
	height: 100px;
}

/* footer */
footer ul{
	padding: 20px 0;
	line-height: 2.5;
}
.footer4col{
	display:-webkit-flex;display:flex;
	margin-bottom: 40px;
	float: left;
	font-size: 12px;
}
footer a:hover{
	color: #db0007;
}
.footer4col ul{
	width: 245px;
}
.footer1{
	flex: 1;
}
.footer2{
	flex: 2;
}
.footer3{
	flex: 3;
}
.footer4{
	flex: 4;
}
.footer1,
.footer2,
.footer3,
.footer4{
	width: 245px;
}
li.lh1{
	line-height: 1.5;
}
.footerRight{
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
}
ul.footerOfficial{
	text-align: right;
}
ul.footerOfficial li{
	float: left;
	margin-right: 20px;
}
.entryArea{
	letter-spacing: normal;
}
.copyright{
	padding: 20px 0;
	border-top: #000 solid 1px;
	border-bottom: #000 5px solid;
	text-align: center;
	font-family: speedee bold;
}
.directions {
    margin: 10px 0 0 10px;
}
.directions .route-navigation {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
}
.directions .route-navigation label {
    position: absolute;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    background-image: url(//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_routetoggle.png);
    width: 52px;
    height: 34px;
}
.directions .route-navigation-result {
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    margin-left: 15px;
    padding: 5px 10px;
    width: 220px;
}
.directions .route-navigation select {
    font-size: 14px;
    background: #fff;
    border: none;
    vertical-align: bottom;
    height: 24px;
    margin-left: 60px;
    padding: 0 5px;
}
.directions .route-navigation-result .close {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}
.directions .route-navigation-result .distance {
    float: right;
    margin-top: 2px;
}
.directions .route-navigation-result .duration {
    font-size: 14px;
}
.directions .route-navigation-result .error {
    font-size: 13px;
}
.current-location-button {
    display: block;
    background-image: url(//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_currentlocation.png);
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0 10px 20px 0;
    width: 28px;
    height: 28px;
    bottom: 4px !important;
    position: relative;
    z-index: 100;
}
@font-face {
  font-family: 'speedee bold';
  src: url(https://www.mcdonalds.co.jp/common/fonts/Speedee_W_Bd.woff2.php) format('woff2'), url(https://www.mcdonalds.co.jp/common/fonts/Speedee_W_Bd.woff.php) format('woff');
}
.firstSecInner {
    margin-bottom: 20px;
    line-height: 1.8;
}
span.num {
    font-weight: 600;
    font-family: 'speedee bold';
}
.stations td span {
    display: block;
}
.stationCatch{
    display: block;
    margin-top:20px;
}
ul.jobIcons li,
ul.atmosTable li {
    letter-spacing: 0.5px;
}
.bottomArea ul li {
    line-height: 1.8;
}
.tel {
    font-size: 38px;
    background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_tel.png) no-repeat;
    background-position: top 12px left 8px;
    background-size: 25px;
}
@media all and (-ms-high-contrast: none){
.footer1, .footer2, .footer3, .footer4{
    padding-right:255px;
  }
}
@media all and (-ms-high-contrast: none){
	ul.boxServiceIcon li.icon01,
	ul.boxServiceIcon li.icon02,
	ul.boxServiceIcon li.icon03,
	ul.boxServiceIcon li.icon04,
	ul.boxServiceIcon li.icon05,
	ul.boxServiceIcon li.icon06{
		background-position:center -10px;
	}
}
.firstSecR span.num{
font-size: 150%;
}
.maplink a {
    display: block;
    background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/map_open_btn.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 25px;
    margin-top: 20px;
    text-indent: -9999%;
}
.goTop a:after {
    content: "";
    position: absolute;
    width: 100%;
    background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/img/icon_up.png) no-repeat;
    background-size: 20px 20px;
    top: 50%;
    right: -110%;
    margin-top: -10px;
    vertical-align: middle;
    height: 100px;
}
/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
	color: #be1c10;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 1.2;
}
.tit_basic01.type01 {
	font-size: 30px;
	margin-bottom: 20px;
}

/* !Listing
---------------------------------------------------------- */
.ul_basic01 {
}
	.ul_basic01 li {
	}
.ul_notes01 {
	margin-top: 25px;
}
	.ul_notes01 li {
		text-indent: -1em;
		margin-left: 1em;
	}

.ol_basic01 {
}
	.ol_basic01 li {
	}

.dl_basic01 {
}
	.dl_basic01 dt {
	}
	.dl_basic01 dd {
	}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
}
	.table_basic01 th,
	.table_basic01 td {
	}
	.table_basic01 th {
	}
	.table_basic01 td {
	}
		.table_basic01 th div,
		.table_basic01 td div {
		}
/* !Section
---------------------------------------------------------- */
.section01       { /* Basic Section */ }


/* !Btn
---------------------------------------------------------- */
.btn_basic01 {
	display: inline-block;
	padding: 3px 22px;
	background-color: #be1c10;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
}
	.btn_basic01 .ico01 {
		vertical-align: -0.1em;
		margin: 0 8px 0 -5px;
	}
.btn_basic01.close {
	margin-right: 76px;
	padding: 3px 52px 3px 11px;
}
	.btn_basic01.close .ico01 {
		margin: 0 31px 0 0;
	}

/* !Box
---------------------------------------------------------- */
.box_bnr_slide01 {
	position: relative;
	z-index: 1;
}
.box_bnr_slide01.borderT01 {
	margin-top: 30px;
	padding: 25px 0 20px;
	border-top: 1px solid #d7d4d4;
	border-bottom: 1px solid #d7d4d4;
}
	.box_bnr_slide01 .bx-prev,
	.box_bnr_slide01 .bx-next {
		display: block;
		position: absolute;
		top: 16px;
		width: 29px;
		height: 116px;
		text-indent: -9999px;
		margin-top: -16px;
		overflow: hidden;
	}
	.box_bnr_slide01 .bx-prev {
		left: 0;
		background: url(//www.mcdonalds.co.jp/common/images/btn/btn_prev01.png) 0 0 no-repeat;
	}
	.box_bnr_slide01 .bx-next {
		right: 0;
		background: url(//www.mcdonalds.co.jp/common/images/btn/btn_next01.png) 0 0 no-repeat;
	}
	.box_bnr_slide01 .bx-prev.disabled,
	.box_bnr_slide01 .bx-next.disabled {
		display: none;
	}

/* menu type */
.box_bnr_slide01 .listMenu01 {
	margin-top: 0;
}
	.box_bnr_slide01 .listMenu01 li {
		margin-top: 0;
	}
	.box_bnr_slide01 .listMenu01 li:nth-child(4n+1) {
		clear: none;
	}
		.box_bnr_slide01 .listMenu01 li a {
			display: block;
		}
		.box_bnr_slide01 .listMenu01 li .btn01 {
			position: static;
			padding-left: 27px;
			margin-top: 8px;
		}

/* !Txt
---------------------------------------------------------- */
.txt_link01 {
	background: url(//www.mcdonalds.co.jp/common/images/ico/ico_arrow_r01.png) 0 0.4em no-repeat;
	padding-left: 12px;
	color: #be1c10;
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	text-align: left;
	font-size:12px;
}
#wrapperIn {
	width: 840px;
	padding: 46px 0;
	margin: 0 auto;
	}
.topicPath {
	width:100%;
	padding:10px 0 10px 0;
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/topicpass_bg.gif) repeat;
	xverflow-y: auto !important;
	min-width:980px !important;
}
.topicPath .inner {
	color:#666;
	font-size:72%;
	width:980px;
	margin:auto;
}
.topicPath a {
	color:#555;
}
.topicPath ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 13px 0 0;
	background: url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/topicpathArrow.gif) no-repeat 100% 0.5em;
}
.topicPath ul li a {
	color: #521E06;
	text-decoration:none;
}
.topicPath ul li a:hover, .topicPath ul li a:active {
	text-decoration:underline;
	color: #521E06;	
}
.topicPath ul li.home {
	padding: 0 13px 0 0px;
}
.topicPath ul li.current {
	background: none!important;
}
#map-wrapper {
  position: relative;
}

.float-panel {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 10px;
  width: 270px;
}

.float-panel-inner {
  margin: 10px 0;
}

.panel-top {
  position: absolute;
  left: 0;
  top: 10px;
}

.panel-bottom {
  margin-top: 90px;
  overflow-y: auto;
  padding-bottom: 10px;
}

.float-panel .each-box {
  margin: 20px 10px 10px 10px;
}
.float-panel .each-box:last-child {
  margin-bottom: 0;
}
.float-panel .each-box h4 {
  font-size: 12px;
  font-weight: bold;
  background: #ccc url("//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_collapse_up.png") 96% center no-repeat;
  margin: 0 0 -10px 0;
  padding: 2px 10px;
}
.float-panel .each-box h4.collapsed {
  background-image: url("//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_collapse_down.png");
}
.float-panel .each-box h4.result-zero {
  background-image: none;
}
.float-panel .each-box h4:hover {
  background-color: #ddd;
  cursor: pointer;
}
.float-panel .search {
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  width: 248px;
}
.float-panel .search .tab {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.float-panel .search .tab ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
}
.float-panel .search .tab ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.float-panel .search .tab ul li {
  float: left;
  display: inline;
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
}
.float-panel .search .tab ul li:hover {
  cursor: pointer;
}
.float-panel .search .tab ul li.active {
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: -2px 0 -1px 0;
  padding: 6px 9px;
}
.float-panel .search .search-form {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px 8px;
  width: 231px;
}
.float-panel .search .search-form input {
  font-size: 12px;
  line-height: 1.2;
  border: 0 solid #999;
  outline: 0 none #000;

  margin: 0;
  padding: 0;
  width: 200px;
  height: 22px;
}
.float-panel .search .search-form .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_geosearch.png");
  background-size: 14px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: -1px -1px 0 0;
  width: 34px;
  height: 28px;
}
.float-panel .search .search-form .search-icon:hover {
  cursor: pointer;
}
.float-panel .search .reset-btn {
  position: absolute;
  right: 0;
  top: 6px;
  color: #333;
  font-size: 10px;
  font-weight: bold;
}
.float-panel .search .reset-btn:hover {
  cursor: pointer;
}
.float-panel .panel-bottom .each-box:first-child {
  margin-top: 0;
}
.float-panel .conditions ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.float-panel .conditions ul li {
  position: relative;
  display: table;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  width: 95%;
  height: 40px;
}
.float-panel .conditions ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  background-size: contain;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}
.float-panel .conditions ul li .switch {
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("//sl-goga-jp.s3-ap-northeast-1.amazonaws.com/env1/images/theme/mcdonalds/btn_slidetoggle.png");
  background-position: 0 0;
  border-radius: 20px;
  margin-top: -10px;
  width: 42px;
  height: 20px;
  background-color: #fff;
}
.float-panel .conditions ul li .switch.on {
  background-position: 0 -20px;
  background-color: #b00000;
}
.float-panel .conditions ul li .switch:hover {
  cursor: pointer;
}
.float-panel .conditions ul li .condition {
  display: table-cell;
  font-size: 13px;
  line-height: 1.2;
  vertical-align: middle;
  padding: 6px 60px 6px 34px;
}
.float-panel .store-list ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.float-panel .store-list ul li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.float-panel .store-list ul li .body {
  background-color: transparent;
  padding: 5px 8px;
}
.float-panel .store-list ul li .body:hover {
  background-color: #ffe;
  cursor: pointer;
}
.float-panel .store-list ul li .body .name {
  color: #b00000;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -2px;
}
.float-panel .store-list ul li .body .address {
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.float-panel .store-list ul li .body ul.icons {
  margin: 3px 0 -3px 0;
  padding: 0;
  min-height: 1%;
}
.float-panel .store-list ul li .body ul.icons:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.float-panel .store-list ul li .body ul.icons li {
  float: left;
  background-size: contain;
  border: none;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.boxBtmArea02 .txt p {
  background-position: left 0.2em;
}
.tel span {
  vertical-align: middle;
}
.ulLink a {
  color: #8F7055;
}

.sideQuickSearch {
  /*background-color: #FAFAF8;*/
  padding: 20px;
  border: 1px #cfcfcf solid;
  margin: 50px 0;
  text-align: center;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.sideQuickSearch h3 {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.sideQuickSearch p {
  display: inline-block;
  margin: 0 20px;
  line-height: 30px;
  vertical-align: top;
}
.sideQuickSearch form {
  /*float: right;*/
  display: inline-block;
  padding-top: 2px;
}
.sideQuickSearch input.txt {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  width: 330px;
  margin-right: 10px;
}
.sideQuickSearch .btn {
  display: inline-block;
  vertical-align: top;
}
.sideQuickSearch .btn input {
  display: block;
}
.search-toggle-btn {display: none;}
.mini section {
    padding: 16px 10px 11px 16px;
}

/* added 20181024 */
.boxBtmArea01 {
    margin-top: 0;
}
/* end - added 20181024 */
.boxBtmArea01 .block{
	float:left;
	width:215px;
	padding:0 0 15px 0 ;
	margin-left:20px;
	line-height:1.6;
	background:#FFFFFF;
	}
.boxBtmArea01 .txt{
	font-size:86%;
	padding:0 15px 0 15px;
	}
.boxBtmArea01 .txt p{
	margin-bottom:10px;

	}			
.boxBtmArea01 .txt .ulLink{
	margin-top:5px;
	letter-spacing:-0.1em;
	}	
	
.boxBtmArea01 .block .pic01{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/img_bottom_navi_01.jpg) no-repeat;
	height:124px;
	width:215px;
	text-indent:-9999px;	
	}
.boxBtmArea01 .block .pic02{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/img_bottom_navi_02.jpg) no-repeat;
	height:124px;
	width:215px;
	text-indent:-9999px;		
	}
.boxBtmArea01 .block .pic03{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/img_bottom_navi_03.jpg) no-repeat;
	height:124px;
	width:215px;
	text-indent:-9999px;		
	}	
.boxBtmArea01 .block .pic04{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/img_bottom_navi_04.jpg) no-repeat;
	height:124px;
	width:215px;
	text-indent:-9999px;		
	}		
.boxBtmArea01 .cld1{
	margin-left:0px;
	}
.boxBtmArea01{
	margin-top:30px;
	text-align:left !important;
	}	
	
.boxBtmArea01 .block h3{
	font-weight:bold;
	color:#333333;
	margin-bottom:7px !important;
	margin-top:13px !important;
	font-size:100%;
	padding:0 15px 0 15px !important;
	border:none !important;
	text-align:left !important;
	}
.boxBtmArea01Outline{
	padding-top:0px !important;
	padding-bottom:20px !important;
	}	
.boxBtmArea01Outline .boxBtmArea01{
	padding-top:0px !important;
	}
.boxBtmArea01Outline .boxBtmArea01 .block{
	float:left;
	width:215px;
	padding:0 0 15px 0 ;
	margin-left:40px !important;
	line-height:1.6;
	background:#FFFFFF;
	}
.boxBtmArea01Outline .boxBtmArea01 .cld1{
	margin-left:0px !important;
	}	
.boxBtmArea01Outline .boxBtmArea01 h3{
	padding-left:0px !important;
}	
.boxBtmArea01Outline .boxBtmArea01 .txt{
	padding-left:0px !important;
	letter-spacing:0em !important;
	padding:0 0 0 0 !important;
}
.boxBtmArea01Outline .boxBtmArea01 .txt p{
	font-size:115% !important;
}	
*html .boxBtmArea01Outline .boxBtmArea01 .txt p{
	font-size:117% !important;
}
	
.boxBtmArea02 .block{
	float:left;
	width:260px;
	padding:15px 0 30px 0 ;
	margin-left:30px;
	margin-top:45px;
	border-top:1px solid #CCCCCC;
	line-height:1.6;
	}

.boxBtmArea02 .cld1{
	margin-left:0px;
	}				
		
.boxBtmArea02 .block h3{
	font-weight:bold !important;
	color:#333333 !important;
	margin-bottom:5px !important;
	padding-left:0 !important;
	border:none !important;
	font-size:100% !important;
	margin-top:0px !important;
	padding-top:0px !important;
	}	

.boxBtmArea02 .tel{
	padding-left:30px;
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/tel.gif) no-repeat left 0.3em;
	font-size:150%;
	font-weight:bold;
	line-height:2;
	}
.boxBtmArea02 .left{
	width:185px;
	float:left;
	}				

.boxBtmArea02 .txt{
	font-size:86%;
	}		

.boxBtmArea02 .txt p{
	padding-bottom:10px;
	}		
	
		
.boxBtmArea02 .right{
	width:58px;
	float:right;
	}				

.boxSubmit{
	background:#FCF3F3;
	border:#F9E7E7 solid 1px;
	text-align:center;
	}	
.boxSubmit{

	background:#FCF3F3;
	border:#F9E7E7 solid 1px;
	text-align:center;
	padding:29px;
	clear:both;
	}					
.boxSubmit h3.tit{
	font-size:0;
	line-height:0;
	border:none;
	padding-left:0 !important;
	}
.boxSubmit h3 img{
	vertical-align:bottom;
	line-height:0 !important;

	}		
.boxSubmit .btnStore{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/button_index_01_hover.jpg) no-repeat 0 0                ;
	width:304px;
	height:54px;
	display:block;
	margin:auto;
	margin-bottom:30px;
	}	
	
.boxSubmit .btnStore a{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/button_index_01.jpg) no-repeat 0 0                ;
	width:304px;
	height:54px;
	display:block;
	text-indent:-9999px;
	}
.boxSubmit .btnStore a:hover{
	background:none;
	}
.boxSubmit .btnApplication{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/button_submit_hover.jpg) 0 0 no-repeat;
	width:205px;
	height:54px;
	display:block;
	overflow:hidden;
	margin:auto;
	}
/* 20160128 out
.boxSubmit .btnApplication a{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/button_submit.jpg) 0 0 no-repeat;
	width:205px;
	height:55px;
	display:block;
	text-indent:-9999px;
	}
.boxSubmit .btnApplication a:hover{
	background:none;
	}
------------------------------------*/
/* 20160128 add----------------start*/
.boxSubmit .btnApplication a{
	background: url("/recruit/crew/shared/graphic/button_submit_store.jpg") 0 0 no-repeat;
	width:205px;
	height:55px;
	display:block;
	text-indent:-9999px;
	}
.boxSubmit .btnApplication a:hover{
	background: url("/recruit/crew/shared/graphic/button_submit_store_hover.jpg") 0 0 no-repeat;
	}
/* 20160128 add------------------end*/
.boxLinkarea{
	border-top:1px solid #DEDBCE;
	border-bottom:1px solid #DEDBCE;
	margin-bottom:50px;
	padding:10px 0px 10px 0;
	font-size:86%;
	background:#FAFAF8;
	}	
.boxLinkarea .left{
	width:50%;
	float:left;
	text-align:left;
	}					
.boxLinkarea .right{
	width:50%;
	float:right;
	text-align:right;
	}
	
.boxLinkarea .left a{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_link_back.gif) left 0.5em no-repeat;
	padding-left:15px;
	margin-left:20px;
	}		
.boxLinkarea .right a{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_link.gif) right 0.5em no-repeat;
	padding-right:15px;
	margin-right:20px;
	}					

				
.boxLinkarea a{
	text-decoration:none;
	}
.boxLinkarea a:hover{
	text-decoration: underline;
	}
.boxBorder{
	border:solid 1px #FFE57F;
	padding:20px;
	margin-bottom:50px;
	background:#FFFCF2;
	}
		
.boxBorder h3{
	font-weight:bold;
	color:#333333;
	padding-bottom:5px;
	font-size:115%;
	border:none !important;
	padding-left:0 !important;
	margin-bottom:10px !important;
	}
	
.boxBorder .right{
	width:235px;
	float:right;
	}	
.boxBorder .left{
	float:left;
	width:670px;
	}
.boxBorder .left p{
	padding-bottom:5px;
	}			

.boxTextArea{
	padding-bottom:40px;
	}	
h2.tit-01 {
	font-weight:bold;
	font-size:115%;
	line-height:1.3;
	border-left:5px solid #C6141D;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold ;
	padding-bottom:0px !important;
	margin-bottom:20px;
	}
	
h3.tit-01 {
	font-weight:bold;
	font-size:115%;
	line-height:1.3;
	border-left:5px solid #C6141D;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold ;
	}
	
h4.tit-01 {
	font-weight:bold;
	font-size:115%;
	line-height:1.3;
	border-left:5px solid #C6141D;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold ;
	}	
	
.boxColMainText h4{
	font-weight:bold;
	line-height:1.4;
	color:#9B9373;
	margin-bottom:10px;
	}
.ulCir li {
	padding-left:1.2em;
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_ulcir.gif) left 0.6em no-repeat;
}
.ulLink {
	margin: 0;
}
.ulLink li {
	margin: 0 20px 7px 0;
	padding: 0 0 0 10px;
	background: url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_link.gif) left 0.4em no-repeat;
	line-height:1.5;
}
.ulLink li a {
	text-decoration:none;
}
.ulLink li a:hover {
	text-decoration: underline;
}

.ulLink li.blank {
	margin: 0 20px 2px 0;
	padding: 0 0 0 10px;
	white-space: nowrap;
	background: url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_blank.gif) 0 0.5em no-repeat!important;
}

.ulLink li.pdf a{
	background:url(https://www.mcdonalds.co.jp/recruit/crew/shared/graphic/icon_pdf.gif) right center no-repeat;
	padding-right:20px;
}

.boxBtmArea01 .ulLink li {
	margin: 0 0 5px 0;
	padding: 0 0 0 7px;
	background: url(https://www.mcdonalds.co.jp/recruit/crew_recruiting/shared/graphic/icon_link.gif) left 0.4em no-repeat;
	line-height:1.5;
}
#store_locator_content .boxBtmArea02 .block{
	    width: 480px;
}
.boxBtmArea02{
	margin-bottom:40px;
}