@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
}

/* layout
--------------------------------------------------------------------------*/
html,
body,
header,
#main {
	margin: 0 auto;
	max-width: 640px;
	position: relative;
}

/* block 
--------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 2rem 0;
	letter-spacing: 0;
	line-height: 1.6;
}
h1, .h1 { font-size: 42px; line-height: 1.3; }
h2, .h2 { font-size: 32px; line-height: 1.3; margin: 7rem 0 1.2em 0; font-weight: normal; }
h3, .h3 { font-size: 24px; line-height: 1.35; }
h4, .h4 { font-size: 24px; line-height: 1.5; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 24px; }

small {
	font-size: 65%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	color: #777;
	margin-left: 0.75em;
}
p {
	margin: 0 0 1.2em 0;
}

/* block
--------------------------------------------------------------------------*/
ul {
	margin: 1em 0;
	padding: 0 0 0 1.8em;
	list-style-type: disc;
}
ol {
	margin: 1em 0;
	padding: 0 0 0 2.2em;
}
li {
	margin-bottom: 0.25em;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.4;
	margin-left: 0;
}
dt {
	font-weight: bold;
}
dd+dt {
	margin-top: 1rem;
}
table {
	border-top: 1px solid #ddd;
	margin: 1em 0;
	width: 100%;
	max-width: 100%;
}
caption {
	text-align: left;
	padding: 1rem 0;
}
table tr th,
table tr td {
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
iframe+iframe {
	margin-top: -11px;
}

/* inline
--------------------------------------------------------------------------*/
storng {
	font-weight: bold;
	font-style: normal;
}
em {
	font-style: italic;
}
sup {}
sub {}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: bottom;
}

/* inline-block
--------------------------------------------------------------------------*/
a,
a:link,
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* header
--------------------------------------------------------------------------*/
header {
	width: 640px;
	height: 80px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -320px;
	background-color: #fff;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	z-index: 1000;
}

/* header - main nav
------------------------------------------------------------------- */
header a.menu {
	float: right;
	width: 80px;
	height: 80px;
	background-color: #FA6E40;
}
header a.menu img.close,
header.on a.menu img.open {
	display: none;
}
header.on a.menu img.close {
	display: block;
}
header nav.main {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 0;
}
header nav.main ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #FA6E40;
}
header nav.main li {
	margin: 0;
	border-top: 1px solid #F9DFD5;
}
header nav.main ul li a,
header nav.main ul li a:link,
header nav.main ul li a:visited {
	color: #fff;
	text-decoration: none;
}
header nav.main li a {
	font-size: 22px;
	display: block;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 1px;
}

header nav.main ul li a:hover {
	text-decoration: none;
	background-color: #EDA184;
}

header nav.main ul li img {
	padding: 0 0 5px 10px;
}

/* header - title
------------------------------------------------------------------- */
header h1 {
	margin: 0;
	width: 550px;
	float: left;
}
header h1 a,
header h1 a:link,
header h1 a:visited {
	display: block;
	padding: 15px 10px 16px 10px;
	line-height: 1;
}
header h1 a img {}
header h1 a img.close {
	display: none;
}
header.on h1 a img.open {
	display: none
}
header.on h1 a img.close {
	display: block;
}


/* main
------------------------------------------------------------------- */
#main {
	padding-top: 80px;
}
body.iframe #main {
	padding-top: 0;
}
#main div.line {
	padding: 50px 0;
}
#main div.line.img {
	padding: 0;
}
#main div.line.border {
	border-bottom: 1px solid #ddd;
}
#main div.line > .inner {
	padding: 0 20px;
}
#main div.line.bg {
	background-color: #F6F6F4; 
}
#main div.line.bg.interview {
	padding-top: 0;
}
#main div.line .interview_ttl {
	padding: 20px 0;
	background-color: #1CA466;
	margin-bottom: 40px;
}
#main div.line h2 {
	text-align: center;
	line-height: 1;
	padding: 0 20px;
}
#main div.line h2 > img + span.name {
	margin-top: 20px;
}
#main div.line h2 > span.name {
	display: block;
}
#main div.line h2 > span.sub {
	font-size: 20px;
	display: inline-block;
	padding: 0 30px;
	background: url(../../img/common/bg_h3_line.png) repeat-x left center;
}
#main div.line h2 > span.sub > span {
	padding: 0 20px;
	background-color: #fff;
}
#main div.line.bg h2 > span.sub > span {
	background-color: #F6F6F4;
}
#main div.line .interview_ttl h2 {
	margin-bottom: 0;
}
#main div.line p {
	font-size: 20px;
	padding: 0 30px;
	letter-spacing: 2px;
	line-height: 1.6;
}
#main div.line p.center {
	text-align: center;
}

#main li {
	margin-bottom: 1em;
}
#main li li {
	margin-bottom: .45em;
}
#main table {
	width: 600px;
	margin: 2rem auto;
	border-top: 1px solid #000;
}
#main table th,
#main table td {
	font-size: 20px;
	padding: 1em .75em;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#main table td {
	background-color: #fff;
}
#main table tr:last-child th,
#main table tr:last-child td {
	border-bottom: 1px solid #000;
}
#main table th p:last-child,
#main table td p:last-child {
	margin-bottom: 0;
}
#main table th {
	width: 30%;
	font-weight: normal;
	background-color: #D5E0F1;
}
#main table thead {
	display: none;
}
#main table.manager th {
	background-color: #FCFCEB;
}

/* main - section
--------------------------------------------------------------------------*/
#main section:first-child,
section h1:first-of-type,
section h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

/* top - benefitlist
------------------------------------------------------------------- */
#main ul.benefit {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main ul.benefit li {
	display: table-row;
	width: 100%;
	padding: 0;
	margin: 0;
}
#main ul.benefit li a {
	display: table-cell;
	width: 50%;
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	padding: 20px 0;
}
#main ul.benefit li:nth-child(2n+1) a:first-child,
#main ul.benefit li:nth-child(2n) a:last-child {
	background-color: #F8F8F8;
}
#main ul.benefit li a:hover {
	opacity: 0.8;
}
#main ul.benefit li a img {
	margin-bottom: 20px;
	-webkit-tap-highlight-color: transparent;
}
#main ul.benefit li a img.meritall {
	margin-top: 17px;
}
#main ul.benefit li a p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

/* sub - benefit_detail
------------------------------------------------------------------- */
#main ul.benefit_detail {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main ul.benefit_detail li {
	padding: 40px 30px;
	margin: 0;
	background-color: #F8F8F8;
	position: relative;
	border-top: #666666 solid 3px;
}
#main ul.benefit_detail li.last {
	border-bottom: #666666 solid 3px;
}
#main ul.benefit_detail li:nth-child(2n+1) {
	background-color: #E8E8E8;
}
#main ul.benefit_detail li > span {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
}
#main ul.benefit_detail li h2 {
	float: left;
	width: 150px;
	margin-top: 5px;
	padding: 0 10px 0 0;
}
#main ul.benefit_detail li div.lead {
	float: right;
	width: 420px;
	margin-bottom: 20px;
}
#main ul.benefit_detail li div.lead p {
	font-size: 20px;
	padding: 0;
	letter-spacing: 0;
}
#main ul.benefit_detail li div.lead p strong {
}

#main ul.benefit_detail li div.lead p:last-child {
	margin-bottom: 0;
}
#main ul.benefit_detail li .photo.large{
	float: center;
	width: 100%;
	margin: 0;
	text-align: center;
	border: solid 15px #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	clear: both;
}

/* sub - facility_detail
------------------------------------------------------------------- */
#main ul.facility_detail {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main ul.facility_detail li {
	padding: 40px;
	margin: 0;
	background-color: #FFFFE8;
	position: relative;
}
#main ul.facility_detail li:nth-child(2n+1) {
	background-color: #D9EBDB;
}
#main ul.facility_detail li > span {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
}
#main ul.facility_detail li h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
	padding: 0;
}
#main ul.facility_detail li div.lead {
	float: right;
	width: 430px;
}
#main ul.facility_detail li p {
	font-size: 20px;
	padding: 0;
	letter-spacing: 0;
}
#main ul.facility_detail li div.lead p:last-child {
	margin-bottom: 0;
}
#main ul.facility_detail li .photo.large {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
	border: solid 15px #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
#facility .slider-pro h2 {
	text-align: center;
	margin-bottom: 5px;
}
#facility li.sp-slide {
    list-style: none;
}
ul.sp-thumbnails.clearfix.clf.facility_thumbnails {
    padding: 0;
}
#facility #facility_slider .sp-previous-arrow {
	left: 0;
	background: url(../../img/common/ico_arrows.png) no-repeat 0 -65px;
}
#facility #facility_slider .sp-next-arrow {
	background: url(../../img/common/ico_arrows.png) no-repeat -65px -65px;
	right: 0px;
}
#facility #facility_slider .sp-previous-arrow:hover {
	background-position: 0 0;
}
#facility #facility_slider .sp-next-arrow:hover {
	background-position: -65px 0;
}
#facility #facility_slider a.sp-previous-arrow {
	margin: 20px 20px 20px 0;
}
#facility #facility_slider a.sp-next-arrow {
	margin: 20px 0 20px 20px;
}
#facility #facility_slider .sp-arrow{
	width: 65px;
	height: 65px;
	max-height: 65px;
}
#facility .sp-thumbnail-container img{
	opacity: 0.5;
}
#facility .sp-thumbnail-container.sp-selected-thumbnail img{
	opacity: 1;
}
#facility .sp-thumbnail-arrow{
	max-height: 25px;
}

/* pagetitle
------------------------------------------------------------------- */
#main h1 {
	height: 120px;
	padding: 26px 0 25px 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
}
#access #main h1,
#privacy #main h1 {
	background: url(../../img/common/bg_pagetitle.png) no-repeat 0 0;
}
#main h1 span {
	display: block;
}
#main h1 span.name {
	display: block;
	letter-spacing: 1px;
}
#main h1 span.sub {
	font-size: 20px;
}

/* search
--------------------------------------------------------------------------*/
#main .search {
	margin: 0 10px 40px 10px;
	padding: 20px;
	background-color: #D5E0F1;
	border-radius: 2px;
}
#main .search a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px 0 5px 34px;
	color: #333;
	font-size: 20px;
}
#main .search a:before {
	display: block;
	content: " ";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -9px;
	background: url(../../img/common/ico_arrow_down.png) no-repeat left center;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear; 
	transition: transform 0.2s linear; 
}
#main .search a.on {
	border-bottom: 1px solid #333;
}
#main .search a.on:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#main .search .cond {
	display: none;
	padding: 0;
	margin: 0;
}
#main .search a + .cond {
	margin-top: 20px;
}
#main .search .cond.on {
	display: block;
}
#main .search .cond ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main .search .cond ul li {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
}
#main .search .cond ul li.half {
	float: left;
	width: 50%;
}
#main .search .cond ul li > span {
	width: 6em;
	padding-right: .5em;
	float: left;
	text-align: right;
	line-height: 58px;
}
#main .search .cond ul li > div.input {
	margin-left: 6em;
}
#main .search .cond ul li input[type="text"] {
	font-size: 24px;
}
#main .search .cond ul li select {
	font-size: 22px;
}
#main .search .cond p {
	text-align: right;
	margin: 0;
	padding: 0;
}
#main .searchcont {
	font-weight: bold;
}
#main .nodatabox {
	padding: 30px;
}
/* top - jobs
--------------------------------------------------------------------------*/
#main #slide_jobs {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
#main #slide_jobs > li > ul >li {
	float: left;
	width: 50%;
	margin: -1px 0 0 0;
	padding: 0;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
/*	border-top: 2px dashed #999;
	border-left: 2px dashed #999;*/
}
#main #slide_jobs > li > ul >li:first-child,
#main #slide_jobs > li > ul >li:nth-child(2) {
	border-top: 0;
	margin-top: 0;
}
#main #slide_jobs > li > ul >li:nth-child(2n+1) {
	border-left: 0;
}
#main #slide_jobs > li ul.jobs > li > a {
	padding: 10px;
}
#main #slide_jobs > li > ul.jobs > li:first-child > a,
#main #slide_jobs > li > ul.jobs > li:nth-child(2) > a {
	padding-top: 0;
}
#main #slide_jobs > li > ul.jobs > li:nth-child(2n) > a > div {
	padding-left: 20px;
}
#main #slide_jobs > li > ul.jobs > li:nth-child(2n+1) > a > div {
	padding-right: 20px;
}
#main ul.jobs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main ul.jobs.slide {
	margin-left: 1px;
}
#main ul.jobs li {
	margin: 0;
/*	width: 300px;
	float: left;*/
}
#main ul.jobs li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#main ul.jobs li a:hover {
	background-color: #f2f2f2;
}
#main ul.jobs li a > div {}
#main ul.jobs li a span.cat {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	background-color: #999;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
#main ul.jobs li a span.cat.cat1 { background-color: #FF3684; }
#main ul.jobs li a span.cat.cat2 { background-color: #FE9900; }

#main ul.jobs li a span.cat.cat101{
	background:#FF3684;
}
#main ul.jobs li a span.cat.cat102{
	background:#22B573;
}
#main ul.jobs li a span.cat.cat103{
	background:#FF9900;
}
#main ul.jobs li a span.cat.cat104{
	background:#29ABE2;
}

#main ul.jobs li a div.photo {
	text-align: center;
}
#main ul.jobs li a div.photo img {
	display: inline-block;
	-webkit-tap-highlight-color: transparent;
	height: 120px;
}
#main ul.jobs li a span.shop {
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
	min-height: 3.6em;
}
#index_job #main {
	padding: 10px;
}
#main #slide_jobs {
	padding: 0;
}
#main #slide_jobs li {
	margin-bottom: 0;
}
#main #slide_jobs > li > ul.jobs > li:nth-child(2n) > a > div {
	padding-left: 10px;
}
#main #slide_jobs,
#main #slide_jobs li,
#main #slide_jobs li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main ul.jobs.slide {
	margin-left: 0;
}
/* sub - jobs
--------------------------------------------------------------------------*/
#main ul.jobs.list {
	margin: 0 10px;
}
#main ul.jobs.list li {
	border-bottom: 2px solid #4B75B9;
}
#main ul.jobs.list li a {
	padding: 30px 10px;
	background: url(../../img/common/ico_more_gray.png) no-repeat;
	background-position: 100% center;
}
#main ul.jobs.list li a:hover {
	background-color: #D5E0F1;
}
#main ul.jobs.list li a .catline {
	display: block;
}
#main ul.jobs.list li a .photo {
	float: left;
	width: 220px;
}
#main ul.jobs.list li a .info {
	float: right;
	width: 310px;
}
#main ul.jobs.list li a .info span.shop {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	min-height: 2em;
}
#main ul.jobs.list li a .info dl {
	margin: 0;
	line-height: 1.2;
}
#main ul.jobs.list li a .info dl dt,
#main ul.jobs.list li a .info dl dd {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
}
#main ul.jobs.list li a .info dl dt {
	color: #4B75B9;
	padding-right: 1em;
}
#main ul.jobs.list li a .info dl dd {}


/* top - interview
--------------------------------------------------------------------------*/
#main ul.interview {
	list-style-type: none;
	padding: 0;
	margin: 0 30px;
}
#main ul#slide_interview{
	margin-left: 0px!important;
}
#main ul.interview li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
body#interview #main ul.interview li {
	border-bottom: 2px solid #999;
}
body#interview #main ul.interview li:nth-child(2n+1) {
	border-right: 2px solid #999;
}
#main ul.interview li a {
	display: block;
	padding: 20px;
	color: #333;
	text-decoration: none;
}
#main ul.interview li a:hover {
	background-color: #C6EDDB;
}
body.iframe #main ul.interview li a:hover {
	background-color: #EAEAE1;
}
#main ul.interview li .photo {
	width: 260px;
	height: 260px;
	overflow: hidden;
	position: relative;
	max-width: 260px;
}
#main ul.interview li .photo.circle {
	border-radius: 100%;
}
#main ul.interview li .photo img {
	height: auto;
	min-height: 260px;
	max-height: none;
	width: auto;
/*	min-width: 260px;
	max-width: none;*/
	width: 260px;
	position: absolute;
	margin: auto;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	-webkit-tap-highlight-color: transparent;
}
body#interview #main ul.interview li .photo {
	width: 250px;
	height: 250px;
}
#main ul.interview li .info {
	width: 260px;
	height: 159px;
	padding-top: 20px;
	background-color: #1CA466;
	color: #fff;
}
#main ul.interview li:nth-child(2n) .info {
	background-color: #DDF1E8;
	color: #333;
}
#main ul.interview li span {
	display: block;
}
#main ul.interview li span.job {
	font-size: 18px;
	margin-bottom: 5px;
}
#main ul.interview li span.name {
	font-size: 24px;
	margin-bottom: 20px;
}
#main ul.interview li span.name span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 20px;
}
#main ul.interview li span.shop {
	font-size: 22px;
	min-height: 3.6em;
	line-height: 1.2;
}
#main ul.interview li p.btn.detail {
	margin: 10px 0;
	background-color: #1BA466;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
}
#main ul.interview li p.btn.detail span {
	padding: 0 15px;
	background: url(../../img/common/ico_detail.png) no-repeat;
	background-position: 100% 4px;
}

/* sub - infobox (interview detail / job detail)
--------------------------------------------------------------------------*/
#main div.infobox {
	margin: -10px 0;
	padding: 0 20px;
}
#main div.infobox .photo {
	float: left;
	width: 260px;
}
#main div.infobox .photo.trim {
	height: 260px;
	overflow: hidden;
	position: relative;
	max-width: 260px;
	margin: 0 auto 20px auto;
}
#main div.infobox .photo.trim.circle {
	border-radius: 100%;
}
#main div.infobox .photo.trim img {
	height: auto;
	min-height: 260px;
	max-height: none;
	width: auto;
/*	min-width: 260px;
	max-width: none;*/
	width: 260px;
	position: absolute;
	margin: auto;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	-webkit-tap-highlight-color: transparent;
}
#main div.infobox .cont {
	float: right;
	width: 310px;
}
#job_d #main div.infobox .cont {
	margin-top: 45px;
}
#main div.infobox .cont.middle {
	padding-top: 80px;
	text-align: center;
}
#main div.infobox div+.catline {
	margin-top: 20px;
}
#main div.infobox .catline+div {
	margin-top: 20px;
}

#main div.infobox.center {
	text-align: center;
}
#main div.infobox.center .photo,
#main div.infobox.center .cont {
	width: 100%;
	float: none;
}
#main div.infobox.center .photo+.cont {
	margin-top: 20px;
}

#main div.infobox span.name {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
#main div.infobox span.name span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 20px;
}
#main div.infobox span.job {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
#main div.infobox span.shop {
	display: block;
	margin: 0;
	text-align: left;
	line-height: 1.2;
}
#main div.infobox p {
	padding: 0;
}
#main div.infobox p:last-child {
	margin-bottom: 0;
}
#main div.infobox dl {
	margin: 0;
	line-height: 1.2;
}
#main div.infobox dl dt,
#main div.infobox dl dd {
	display: inline;
	font-size: 18px;
	font-weight: normal;
}
#main div.infobox dl dt {
	color: #4B75B9;
	padding-right: 1em;
}
#main div.infobox dl dd {}

#main div.infobox span.cat {
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
#main div.infobox span.cat.cat1 { background-color: #FF3684; }
#main div.infobox span.cat.cat2 { background-color: #FE9900; }

#main div.infobox span.cat.cat101{
	background:#F224BB;
}
#main div.infobox span.cat.cat102{
	background:#4A8700;
}
#main div.infobox span.cat.cat103{
	background:#F25B24;
}
#main div.infobox span.cat.cat104{
	background:#2454F2;
}
#main div.infobox span.cat.cat105{
	background:#5B24F2;
}
#job_d #main table td a.shopurl{
	padding-right: 35px;
	background: url(../../../img/common/img_target_blank.png) no-repeat center right;
	word-break: break-word;
}
/* sub - movie (job detail)
--------------------------------------------------------------------------*/
#main div.movie {
	text-align: center;
	margin-bottom: 40px;
}
#main div.movie img {
	border-radius: 100%;
	width: 260px;
}
#job_d #main .photo.large {
	margin: 40px 0 0 0;
	text-align: center;
}
/* qalist (interview detail)
--------------------------------------------------------------------------*/
#main ul.qalist {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}
#main ul.qalist li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #1BA466;
}
#main ul.qalist li:last-child {
	border-bottom: 0;
}
#main ul.qalist li h3 {
	color: #2AABE4;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 22px;
	font-size: 22px;
	letter-spacing: 2px;
}
#main ul.qalist li p,
#main ul.qalist li p.qa_last {
	padding: 0;
	font-size: 18px;
}
#main ul.qalist li .photo {
	float: right;
	width: 210px;
}
#main ul.qalist li .photo+p {
	float: left;
	width: 370px;
}
#main ul.qalist li .photo img {
	width: 100%!important;
	height: auto!important;
}
#main ul.qalist li .photo.large {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
	margin-bottom: 50px;
	border: solid 15px #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
#main ul.qalist li .photo.large img {
/*	width: auto!important;*/
}
#main .nojob {
	text-align: center;
}

ul.qalist dl{
	padding-left:55px;
	margin-bottom: 30px;
}
ul.qalist dt {
	/*font-size: 18px;*/
	color: #1BA466;
	position: relative;
	margin-bottom: 25px;
}
ul.qalist dt:before {
	position: absolute;
	content: url(../../img/interview/img_q01.png);
	top: -3px;
	left: -50px;
}
ul.qalist dd {
	padding: 5px 5px 0 25px;
	background: url(../../img/interview/bg_faq01.png) no-repeat left top;
	position: relative;
}
ul.qalist dd:before {
	position: absolute;
	content: url(../../img/interview/img_a01.png);
	top: -5px;
	left: -50px;
}


/* access
------------------------------------------------------------------- */
#main .access {
	padding: 0 20px;
}
#main .access table th {
	width: 40%;
}
#main .access table td {
	text-align: center;
}
#main .access img {
	width: 100%;
}
#main div.line div.addinfo h2 {
	margin-bottom: 25px;
}
#main .access .map_link {
	margin: 20px auto 0;
	text-align: center;
}
#main .access .map_link a {
	display: inline-block;
	text-decoration: none;
}
#main .access .map_link:hover div {
	opacity: 0.7;
}

#main .access .map_link div {
	padding: 0 70px;
	width: 100%;
	height: 75px;
	line-height: 75px;
	color: #fff;
	background: #FA6E40;
	border: none;
	text-align: center;
	letter-spacing: 2px;
}

/* privacy policy
------------------------------------------------------------------- */
div.privacyList {
	font-size: 20px;
}

.privacyDate{
	font-size: 20px;
	text-align:right;
	padding:30px 30px 30px;
	line-height: 120%;
}
.privacyDate p {
    margin-bottom: 0;
}

/* buttons
------------------------------------------------------------------- */
#main p.btn {
	margin-top: 50px;
	text-align: center;
}
#main p.btn.more a {
	display: inline-block;
	background-color: #fff;
	text-decoration: none;
}
#top #main p.btn.more.job a {
	background-color: #fff;
	border: 4px solid #4A75B9;
	padding: 0;
}
#main .interview p.btn.more a {
	padding-right: 15px;
	border: 4px solid #1BA466;
}
#main p.btn.more.benefit a {
	border: 4px solid #666666;
}
#main p.btn.more a:hover span {
	background-position: 100% -29px;
}

#main p.btn.more.job a {
	border: 0;
	background-color: #4B75B9;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
}
#main p.btn.more.job a:hover {
	opacity: 0.8;
}
#main p.btn.more.job a span {
	display: inline-block;
	min-width: 260px;
	background: url(../../img/common/ico_detail.png) no-repeat;
	background-position: 100% 16px;
	padding: 10px 60px;
}

#main p.btn.more.entry a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #4B75B9;
	color: #fff;
}
#main p.btn.more.entry a:hover {
	opacity: 0.8;
}
#main p.btn.more.entry a > span {
	display: inline-block;
	min-width: 0;
	background: url(../../img/common/ico_detail.png) no-repeat;
	background-position: 100% 16px;
	padding: 5px 80px;
}
#main p.btn.more.entry a > span > span {
	display: inline-block;
	background: none;
	padding: 5px 0;
	min-width: 0;
	border-bottom: 2px solid #fff;
}

#main p.btn.detail {
	text-align: center;
}
#main p.btn.detail a {
	display: inline-block;
    margin: 10px 0;
    background-color: #FA6E40;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
}
#job_dInterview #main p.btn.detail a {
    background-color: #1BA466;
}
#main p.btn.detail a:hover {
	opacity: 0.8;
}
#main p.btn.detail a span {
	display: block;
	min-width: 240px;
    padding: 0 15px;
    background: url(../../img/common/ico_detail.png) no-repeat;
    background-position: 100% 3px;
}

#main a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 15px 40px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background-color: #4B75B9;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}
#main a.btn {
	border-radius: 5px;
	margin-bottom: 1.2em;
}
#main a.btn.full {
	width: 100%;
}
#main a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
#main a.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: 0;
	opacity: 0.8;
}

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pagetop > a:hover {
	opacity: 0.8;
}

/* Forms
--------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 100%;
	height: 58px;
	padding: 6px 10px;
	background: #fff;
	border: 2px solid #888888;
	border-radius: 6px;
	box-shadow: none;
	box-sizing: border-box;
}
select {
	background: #fff url(../../img/common/ico_dropdown.png) no-repeat right 50%;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #8BA7D5;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(139, 167, 213,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(139, 167, 213,.6);
}
label,
legend {
	margin-right: 20px;
	margin-bottom: .5rem;
	cursor: pointer;
}
legend {
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}

@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		margin-right: 10px;
	}
}

/* Pager */
ul.pager{
  width:580px;
  /*margin:40px auto 60px;*/
  overflow:hidden;
  text-align:center;
  list-style: none;
}
ul.pager li{
  width:50px;
  height:55px;
  color:#FA6E40;
  font-size:20px;
  text-align:center;
  line-height:55px;
  border:solid 1px #FA6E40;
  margin-right:25px;
  float:left;
}
ul.pager li a{
  display:block;
  width:50px;
  height:55px;
  color:#FA6E40;
  text-decoration: none;
}
ul.pager li a:hover,
ul.pager li.current{
  color:#fff;
  background:#FA6E40;
  text-decoration:none;
}
ul.pager li.prev_next{
  width:80px;
  border:none;
}
ul.pager li.prev_next a{
  display:inline;
  font-weight:bold;
}
ul.pager li.prev_next a:hover{
  color:#FA6E40;
  background:none;
  text-decoration:underline;
}
ul.pager li.last{
  margin-right:0;
}
	ul.pager li.current,
	ul.pager li a {
		border: solid 1px #FA6E40;
	}
	ul.pager li.prev_next a {
		border: 0;
	}
/* footer
--------------------------------------------------------------------------*/
footer {
	margin-top: 60px;
	padding: 10px 20px 60px 20px;
	font-size: 14px;
	border-top: 6px solid #FA6E40;
	letter-spacing: 1px;
}
footer p {
	color: #000;
	margin-bottom: 0;
}
footer p span {
	font-family: 'Arial', sans-serif;
	font-size: 1.1em;
	color: #000!important;
}

/* clf
--------------------------------------------------------------------------*/
.clf:before,
.clf:after,
#main .search .cond ul li:before,
#main .search .cond ul li:after,
#main ul.benefit_detail li:before,
#main ul.benefit_detail li:after,
header:before,
header:after,
#main:before,
#main:after {
	display: table;
	content: " ";
}
.clf:after,
#main .search .cond ul li:after,
#main ul.benefit_detail li:after,
header:after,
#main:after {
	clear: both;
}