@charset "UTF-8";
/* ===================================================================

Common Style

======================================================================*/
/*--------------------------------------------------------------------
 Reset
----------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
* {
	word-break: break-all;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------ body reset */
body {
	font-family: '???C???I',Meiryo,'?q???M?m?p?S Pro W3','?l?r ?o?S?V?b?N',MS PGothic,sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	word-wrap: break-word;
}
* html body {
	font-size: x-small;
}
*:first-child + html body {
	font-size: x-small;
}
table {
	font-size: 100%;
}
@media only screen and (max-device-width: 480px) {
  /* iPhone?̂ݓǂݍ??ﾞ */
  body {
	-webkit-text-size-adjust: none;
}
}
/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	background: transparent;
}
/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
	border: 0;
}
/* img */
img {
	vertical-align: middle;
}
*:first-child + html img {
	vertical-align: bottom;
}
* html img {
	vertical-align: bottom;
}
img {
	margin-bottom: 0;
	font-size: 12px;
}
/* input */
input {
	vertical-align: middle;
}
*:first-child + html input {
	vertical-align: middle;
}
* html input {
	vertical-align: middle;
}
/* select */
select {
	vertical-align: middle;
}
*:first-child + html select {
	vertical-align: middle;
}
* html select {
	vertical-align: middle;
}
/* ------------------------------------------------------------ ?軏{?ݒ・*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 1.2;
	color: #333;
}
ol li,
ul li {
	list-style: none;
}
/* ?・・q?Ή? */
p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea,
td th,
td td {
	font-size: 100%;
}
/* ?????X?^?C?? */
em {
	color: #999;
}
strong,
.strong,
span.strong {
	font-weight: bold;
}
strong.more,
.strong.more,
span.strong.more {
	color: #CC0000;
}
strong.most,
.strong.most,
span.strong.most {
	font-weight: bold;
	color: #CC0000;
}
/* ?????N?X?^?C?? */
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;
}
.dn {
	display: none !important;
}
/* ?? clearFix ??
------------------------------------------------------------*/
.cf {
	*zoom: 1;
}
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*********************************************************************************
 breadClumb
*********************************************************************************/

.breadCrumbListWrap {
	width: 950px;
	margin: 0 auto;
}
.breadCrumbList:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.breadCrumbList > li {
	float: left;
}
.breadCrumbList > li + li {
	margin-left: 10px;
	padding-left: 8px;
	background: url("../images/icon_links_small.png") no-repeat left center;
}
.disableBreadCrumbList {
	display: none;
}
/*********************************************************************************
 breadCrumbListSecond
*********************************************************************************/
.breadCrumbListSecondWrap {
	margin-top: 10px;
}
.breadCrumbListSecond {
	display: table;
	margin-left: auto;
}
.breadCrumbListSecond:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.breadCrumbListSecond > li {
	display: table-cell;
}
.breadCrumbListSecond > li + li {
	margin-left: 10px;
	padding-left: 13px;
	background: url("../images/icon_links_small.png") no-repeat 5px center;
}
.disableBreadCrumbList {
	display: none;
}
/*********************************************************************************
 hit number
*********************************************************************************/
.searchListAreaName {
    color: #666666;
    font-size: 12px;
    overflow: hidden;
}

.searchListHitNumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.searchListHitNumber > dt {
    color: #666666;
    font-size: 12px;
}

.searchListHitNumber > dd {
    color: #666666;
    font-size: 12px;
}

.searchListHitNumberFullNumber {
    font-size: 12px;
    font-weight: bold;
    color: #E41A12;
}

.searchListHitNumberDisplayNumber {
    color: #666666;
    font-size: 12px;
}
/*********************************************************************************
 footer
*********************************************************************************/
.footerWrap {
	width: 950px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	*zoom: 1;
}
.footerWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
address.footerAddress {
	float: left;
	margin-top: 3px;
	text-align: left;
}
.footerLinks {
	float: right;
	margin-top: 5px;
}
.footerLinks > li {
	float: left;
	line-height: 1;
}
.footerLinks > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #999;
}
a.linkRecruitGroup,
a.linkRecruitGroup:visited,
a.linkRecruitGroup:link {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: '???C???I','?q???M?m?p?S Pro W3',Meiryo,'?l?r ?o?S?V?b?N',MS PGothic,sans-serif;
	line-height: 2;
}
/*********************************************************************************
 header
*********************************************************************************/
.headerWrap {
	width: 100%;
	padding: 0 0 3px;
	background: #FFFFFF url("../images/bg_header_border_bottom.gif") repeat-x left bottom;
	border-top: 6px solid #E73820;
	font-family: '???C???I',Meiryo,'?q???M?m?p?S Pro W3','?l?r ?o?S?V?b?N',MS PGothic,sans-serif;
	overflow: visible;
	z-index: 200;
	position: relative;
}
.headerInner {
	position: relative;
	width: 950px;
	height: 84px;
	margin: 0 auto;
}
.headerLogoArea {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	float: none !important;
	padding: 0 !important;
}
.promotionCatchLink {
	display: block;
}
.promotionCatchNetReserve {
	position: absolute;
	left: 280px;
	top: 7px;
}
.headerInfoArea {
	position: absolute;
	top: 3px;
	right: 0;
	width: 960px;
	line-height: 1.5;
}
.headerShopInfo,
.headerShopArea {
	text-align: right;
}
.headerShopInfo {
	padding-top: 1px;
	line-height: 1.3;
	white-space: nowrap;
	word-wrap: normal;
}
.headerShopName {
	position: static;
  /* ?T?u?T?C?g?p?X?^?C?? */
	display: inline-block;
	font-size: 10px;
	line-height: 1.3 !important;
	color: #666666;
	width: 448px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
.headerShopArea,
.headerShopArea > dt,
.headerShopArea > dd,
.headerShopArea > dd > a {
	display: inline;
	line-height: 1.2;
	font-size: 10px;
}
.headerShopName + .headerShopArea {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 1px solid #ccc;
	margin-left: 4px;
	padding-left: 4px;
}
.headerShopInfo + .headerLinks {
	margin-top: 5px;
}
.headerLinks {
	zoom: 1;
}
.headerLinks:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.headerLinks > li {
	float: right;
	margin-left: 20px;
	padding: 2px 0 2px 8px;
	background: url(../images/icn_header_dot_arrow.gif) no-repeat left center;
	line-height: 1;
}
.headerLinks > li > a {
	line-height: 1;
	font-size: 10px;
}
.headerLinks > li.iconNewWindow {
	background-image: url(../images/icn_window_blue.png);
	background-repeat: no-repeat;
}
.headerWrap .headerLinks li.iconNewWindow {
	background-position: 0 4px;
	padding-left: 12px;
}
/*********************************************************************************
 keyWord
*********************************************************************************/
.keyWordList {
	margin-top: 15px;
	padding: 14px 12px;
	border: 3px #EAEAEA solid;
}
.keyWordList:after {
	display: block;
	clear: both;
	heigth: 0;
	content: "";
}
.keyWordList > li {
	float: left;
	margin: 5px 0;
	line-height: 1.5;
}
.keyWordList > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #A9A9A9 solid;
}
.keyWordList + .subTitle {
	margin-top: 30px;
}
.keyWord {
	font-size: 12px;
}
.keyWord + .keyWord {
	margin-left: 5px;
}
/*********************************************************************************
 pageLinker
*********************************************************************************/
.pageLinker {
	position: relative;
	margin-top: 58px;
	text-align: center;
}
.pageLinkerPrev,
.pageLinkerNext {
	display: inline-block;
}
.pageLinkerPrev > a,
.pageLinkerNext > a {
	display: block;
	height: 28px;
	padding: 0 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #1470CC;
	text-decoration: none;
}
.pageLinkerInner {
	display: inline-table;
	margin: 0 9px;
}
.pageLinkerInner > li {
	display: table-cell;
	background: #FFFFFF;
	text-align: center;
	line-height: 1;
}
.pageLinkerInner > li > a, .pageLinkerInner > li span {
	display: block;
	height: 28px;
	padding: 0 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #1470CC;
	text-decoration: none;
}
.pageLinkerInner > li ~ li {
	padding-left: 9px;
}
.pageLinkerInner > li .invalid {
	padding: 1px 9px;
	background: #EAEAEA;
	border: none;
	color: #999999;
}
/*********************************************************************************
 scrollTop
*********************************************************************************/
.scrollTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	min-width: 85px;
	height: 85px;
	z-index: 300;
	transition: bottom 0.2s ease-out;
}
/*********************************************************************************
 searchPanel
*********************************************************************************/
.searchPanelContent {
	float: left;
	width: 200px;
	border: 3px #EFEFED solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*zoom: 1;
}
.searchPanelContent:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.areaSearchPanel {
	position: relative;
	border: 1px solid #DCDCDA;
	border-radius: 3px;
}
.areaSearchPanel > li:first-child {
	display: table;
	width: 100%;
}
.areaSearchPanel > li:first-child > .sidebarTitle {
	display: table-cell;
}
.areaSearchPanel > li:first-child > .positionAreaReselectionTrigger {
	display: table-cell;
	padding: 8px 10px 7px 16px;
}
.areaSearchPanel > li + li {
	border-top: 1px solid #DCDCDA;
}
.sidebarTitle {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 16px;
	background: url("../images/bg_sidebar_ttl.png") no-repeat left 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
.areaSelectList > li {
	position: relative;
}
.areaSelectList > li + li {
	border-top: 1px solid #DCDCDA;
}
.areaSelectList > li + li:not(:last-child) {
	background-image: url("../images/icn_activeindent.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}
.areaSelectList > li + li:last-child {
	padding-left: 5px;
}
.areaSelectList > li + li + li {
	padding-left: 15px;
	background: none;
}
.areaSelectList > li:hover:not(:last-child) {
	background-color: #F8F8F8;
}
.areaReselection {
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5;
}
.linkArrowSmall {
	padding-left: 12px;
	background: url("../images/icon_links_small.png") no-repeat left center;
}
.areaSelected {
	background: url("../images/icn_round_gray.png") no-repeat 164px center;
}
.areaSelected > a, .areaSelected > span {
	display: block;
	padding: 9px 30px 9px 10px;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
}
.areaSelected > a:hover {
	color: #555555;
	text-decoration: none;
}
.positionAreaReselectionTrigger + .positionAreaReselection {
	display: none;
}
.positionAreaReselectionTrigger:hover + .positionAreaReselection {
	display: block;
}
.areaSelectList > li + li > .areaSelected > a {
	padding-left: 20px;
}
.areaSelectList > li:last-child > .areaSelected {
	margin-left: 10px;
	background: url("../images/icn_search_crt.png") no-repeat left center;
	color: #E73820;
}
.areaSelectList > li:last-child > .areaSelected a, .areaSelectList > li:last-child > .areaSelected span {
	padding-left: 15px;
	color: #E73820;
}
.positionAreaReselection {
	position: absolute;
	top: -3px;
	left: 191px;
	display: block;
	width: 750px;
	padding: 15px 0;
	background: #FFF;
	border: 3px #E73820 solid;
	border-radius: 3px;
	font-size: 0;
	z-index: 200;
	overflow: hidden;
}
.positionAreaReselection > li {
	width: 33.33333%;
	display: inline-block;
	margin-left: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 0 2px 10px;
	border-left: 1px solid #E3E3E3;
}
.positionAreaReselection > li > a {
	font-size: 12px;
	line-height: 1.5;
}
.positionAreaReselection:hover {
	display: block;
}
@supports (display: flex) or (display: -webkit-flex) or (display: -moz-flex) {
  .positionAreaReselectionTrigger:hover + .positionAreaReselection {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
  .positionAreaReselection {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
  .positionAreaReselection > li {
	display: block;
}
  .positionAreaReselection:hover {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
}
.positionAreaReselectionSa {
	width: 439px;
	padding: 10px 10px 10px 15px;
}
.areaReselectionListWrap {
	*zoom: 1;
}
.areaReselectionListWrap + .areaReselectionListWrap {
	margin-top: 5px;
}
.areaReselectionListWrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.areaReselectionListWrap > dt {
	float: left;
	width: 100px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
.areaReselectionListWrap > dd {
	float: left;
	width: 314px;
}
.areaReselectionList {
	*zoom: 1;
}
.areaReselectionList:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.areaReselectionList > li {
	float: left;
	line-height: 15px;
        font-size: 12px;
}
.areaReselectionList > li > a {
	font-size: 12px;
}
.areaReselectionList > li + li {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #CCCCCC;
}
/*  Genre */
.standardSearchPanel {
	position: relative;
	border: 1px solid #DCDCDA;
	border-radius: 3px;
}
.standardSearchPanel > li + li {
	border-top: 1px solid #DCDCDA;
}
.standardSelectList > li {
	position: relative;
}
.listItemSelected > a:hover {
	color: #E73820;
	background-color: #F8F8F8;
}
.listItemSelected > a, .listItemSelected > span {
	display: block;
	padding: 9px 30px 9px 20px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
}
.listItemSelected.hasChild {
	background: url("../images/icn_round_gray.png") no-repeat 164px center;
}
.listItemSelected.selected > span {
	padding-left: 24px;
	background: url("../images/icn_search_crt.png") no-repeat 10px 15px;
	color: #E73820;
}
.listItemSelected.selected > span a {
	padding-left: 15px;
	color: #E73820;
}
.listItemSelected + .positionListItemReselection {
	display: none;
}
.listItemSelected:hover + .positionListItemReselection {
	display: block;
}
.positionListItemReselection {
	position: absolute;
	top: -10px;
	left: 191px;
	width: 439px;
	padding: 10px 10px 10px 15px;
	background: #FFF;
	border: 3px #E73820 solid;
	border-radius: 3px;
	z-index: 200;
}
.positionListItemReselection:hover {
	display: block;
}
.disableSearchPanel {
	display: none;
}
/*********************************************************************************
 particular
*********************************************************************************/
.popularAreaWrap {
	margin-top: 57px;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
}
.subTitle > * {
	font-size: 16px;
	font-weight: bold;
}
.popularAreaList {
	margin-top: 10px;
	padding: 12px 10px;
	border: 2px #DCDCDC solid;
}
.popularAreaList:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.popularAreaList > li {
	float: left;
	line-height: 1.4;
}
.popularAreaList > li > a {
	font-size: 12px;
}
.popularAreaList > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #DADADA solid;
}
/* icon */
.icnBorder:before {
	display: inline-block;
	width: 0px;
	height: 17px;
	margin-right: 12px;
	border-left: 4px #CC0000 solid;
	vertical-align: top;
	content: "";
}
/*********************************************************************************
 shopList
*********************************************************************************/
.searchMapList {
	position: relative;
	float: right;
	width: 720px;
}
.areaTitle {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.areaIntroduce {
	margin-top: 12px;
	color: #333333;
	font-size: 11px;
	line-height: 1.5;
}
.shopListWrap {
	margin-top: 5px;
}
.shopListWrap > li {
	border: 4px #E2EFD0 solid;
}
.shopListWrap > li + li {
	margin-top: 15px;
}
.shopCassetteWrap {
	padding: 15px;
	border: 1px #DCDCDC solid;
}
.shopArticle > span {
	color: #666666;
	font-size: 10px;
}
.shopArticle > span + span:before {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 4px;
	padding-left: 0px;
	background-color: #989898;
	vertical-align: middle;
	content: "";
}
.shopName {
	margin-top: 8px;
}
.shopName > a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.shopCassetteMiddle {
	margin-top: 14px;
}
.shopCassetteMiddle:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.shopImage {
	float: left;
	width: 199px;
	height: 199px;
	margin-right: 25px;
	border: 1px solid #DFDFDF;
	text-align: center;
}
.shopImage > img {
	max-width: 198px;
	max-height: 198px;
}
.shopInfoRight {
	overflow: hidden;
}
.shopAccess {
	max-width: 100%;
	display: inline-block;
	color: #666666;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1;
	word-wrap: normal;
}
.shopMenuWrap {
	margin-top: 10px;
}
.shopMenuWrap > dt {
	min-height: 19px;
	color: #666666;
	font-size: 12px;
}
.shopMenuWrap > dd {
	margin-top: 9px;
}
.shopMenuList + .shopMenuList {
	margin-top: 10px;
}
.shopMenuInner:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.shopMenuInner + .shopMenuInner {
	margin-top: 25px;
}
.shopMenuInner > dt {
	float: left;
	display: inline-block;
	width: 70%;
	height: 18px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: normal;
}
.shopMenuInner > dt > span:not([class]) {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.shopMenuInner > dt + dd {
	float: right;
	color: #D0111B;
	font-size: 14px;
	font-weight: bold;
}
.shopMenuInner > dd {
	font-size: 11px;
	line-height: 1.2;
}
.shopMenuInner > dd + dd {
	margin-top: 7px;
}
.shopMenuInnerDetail {
	display: -webkit-box;
	width: 100%;
	max-height: 2.4em;
	margin-top: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666666;
	font-size: 10px;
	line-height: 1.2;
	word-wrap: normal;
}
.shopPlan {
	margin-top: 16px;
}
.shopPlan > dt {
	padding-left: 29px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.shopPlan > dt + dd {
	position: relative;
	margin-top: 7px;
}
.shopPlanDetail {
	display: -webkit-box;
	width: 100%;
	max-height: 4.2em;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
}
.shopPlanDetailMore {
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	line-height: 1.4;
	z-index: 100;
}
.shopReporterWrap {
	margin-top: 15px;
	color: #666666;
}
.shopReporterWrap > span {
	color: #333333;
}
.icnDoubleBorder:before {
	display: inline-block;
	width: 2px;
	height: 17px;
	margin-right: 12px;
	border-left: 5px #CC0000 solid;
	border-right: 1px #CC0000 solid;
	vertical-align: top;
	content: "";
}
.icnAccess:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	padding-left: 0px;
	vertical-align: text-bottom;
	content: "";
	background: url("https://imgfp.hotp.jp/SYS/cmn/images/front_002/icn_access_red_small.png") no-repeat left top;
}
.icnLunch:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	padding-left: 0px;
	vertical-align: text-bottom;
	content: "";
	background: url("../images/icn_lunch.png") no-repeat left top;
}
.icnReport {
	background: url("../images/icn_report.png") no-repeat left top;
}
.icnRecommend {
	margin-right: 10px;
	padding: 1px 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #E73820;
}
.systemErrorMsg {
	padding-top: 45px;
	color: #A20000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

/*********************************************************************************
 list
*********************************************************************************/
.mainContainer {
	width: 950px;
	margin: 0 auto;
	padding: 8px 0 105px;
}
.listContainer {
	margin-top: 10px;
	*zoom: 1;
}
.listContainer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/*********************************************************************************
 systemError
*********************************************************************************/
.systemErrorMsgWrap {
	padding: 45px 0 105px;
	text-align: center;
}
.systemErrorMsg {
	color: #A20000;
	font-weight: bold;
	font-size: 16px;
}
.systemErrorNavigateMsg {
	margin-top: 20px;
	font-size: 16px;
}
.systemErrorLinks {
	margin-top: 30px;
}
.systemErrorLinks > li > a {
	font-size: 14px;
}
.systemErrorLinks > li + li {
	margin-top: 10px;
}

/*********************************************************************************
 logo
*********************************************************************************/
.footerWrap > .contentLeft {
    display: flex;
    align-items: flex-end;
}

.recruitLinkWrap {
    font-size: initial;
}

.recruitLinkWrap a {
    display: flex;
    align-items: flex-end;
}

.recruitLogoWrap {
    width: 100px;
    height: 26px;
}

.recruitLogoWrap > img {
    width: 100%;
    height: 100%;
}

.recruitLogoWrap {
    width: 100px;
    height: 26px;
}

.copyright {
    display: block;
    margin-left: 10px;
    color: #435B67;
    font-size: 10px;
    font-family: 'メイリオ', sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}
