@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}
/* 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;
}



/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}

img{
	width: 100%;
}


/* link style ------------------------------*/
/* -----------------------------------------*/

a:link { color: #000000;
	text-decoration: none; }
a:visited { color: #000000;
	text-decoration: none; }
a:hover {
	color: #B5B5B6;
	text-decoration: none;
}
a:active {
	color: #B5B5B6;
	text-decoration: none;
}


a:hover img {
	
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:hover {
	
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


/* lyout style ------------------------------*/
/* -----------------------------------------*/

body {
	color: #000;
	font-family: "MS-PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 28px;
	background-image: url(../../img/common_img/bg_rick.png);
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	body {
	
	font-size: 14px;
	line-height: 26px;
}

}
/* -------------end------------- */




/* #header ------------------------------*/
/* -----------------------------------------*/




/* #contents  ------------------------------*/
/* -----------------------------------------*/


#contents {
    max-width: 950px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 30px;
    text-align: left;
    background-color: #FFFFFF;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-shadow: 5px 5px 8px #333;
	-webkit-box-shadow: 5px 5px 8px #333;
	box-shadow: 5px 5px 8px #333;
	text-align: justify;
}

/* 小さい画面用の設定-------------- */
@media (max-width:949px){
	
#contents {width: 94%;
margin-top: 20px;
padding: 10px;
	}

}
/* -------------end------------- */



.header{display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;}


.header li:first-child{max-width: 216px;}


.bt_back{
    width: 80px;
    height: 80px;
	
}

.bt_back .bt_back_text{
    display: table-cell;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
	background-color: #000;
	border-radius: 50%;
	line-height: 1.2;
}

.bt_back .bt_back_text a{
color: #fff;
}



.recruit_title{
    font-size: 120%;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
	padding-left: 5px;
}





/* tbentry  ------------------------------*/
/* -----------------------------------------*/
.tbentry {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.tbentry th {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 30px;
	width: 20%;
}
.tbentry td {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 30px;
}

.bt_entry_wrap{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	min-width: 12em;
}

.bt_entry{
	width: 100%;
	background-color: #a71a20;
text-align: center;
	position: relative;
	display: inline-block;
	
}




.bt_entry a{
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;	
	color: #fff;
	
}

.hvr-sweep-to-right:before{
    background-color: #666!important;
	
}

.bt_entry::after{
    font-family: FontAwesome;
	content : "\f054";
	position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
	color: #fff;
  }

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.tbentry th {
	box-sizing: border-box;
	display: block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
	text-align: left;
	width: 100%;
	padding-left: 10px;
}

		
.tbentry td {
	display: block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
	padding-left: 10px;
}
}
/* -------------end------------- */

.job_cate01{background-color: #F5CA7C;}
.job_cate02{background-color: #B9DCBF;}
.job_cate03{background-color: #94CDE6;}
.job_cate04{background-color: #FFBFB3;}

#pageTop{
	
	position:fixed;
	bottom:20px;
	right:20px;
	}




/* #footer ------------------------------*/
/* -----------------------------------------*/

.footer_minatomirai{
    text-align: center;
    border-bottom: 2px double #000000;
	margin-top: 20px;
}

.footer_minatomirai img{max-width: 195px;
vertical-align: bottom;}



address {
	font-size: 11px;
	text-align: center;
}



/* common_style ------------------------------*/
/* -----------------------------------------*/
.bottom3 {
	margin-bottom: 3px;
}

.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom50 {
	margin-bottom: 50px;
}


.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}
.right2 {
	margin-right: 2px;
}
.right10 {
	margin-right: 10px;
}

.right15 {
	margin-right: 15px;	
}
.right20 {
	margin-right: 20px;	
}


.right30 {
	margin-right: 30px;
}

.right_img {
	float: right;
}
.left_img {
	float: left;
}

.txt13 {
	font-size: 13px;
}
.txt11 {
	font-size: 11px;
	line-height: 14px;
}
.txt11_2 {
	font-size: 11px;
	line-height: 12px;
}

.txt16 {
	font-size: 16px;
}

.line15 {
	line-height: 15px;
}

.line17 {
	line-height: 17px;
}

.line20 {
	line-height: 20px;
}


.center_txt{
	text-align: center;
}
/* PC向けレイアウトの指定：481px以上では固定レイアウト */
.miniimage {
	display: none;
}  /* miniを非表示 */
.bigimage {
	display: block;
	line-height: 0px;
} /* bigを表示 */

@media screen and (max-width: 480px) {
.miniimage {
	display: block;
	line-height: 0px;
} /* miniを表示 */
.bigimage {
	display: none;
}   /* bigを非表示 */
}
