<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}

main {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
ul li {
    line-height: 1;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
}

/*-----------------------------------

    nav

-----------------------------------*/
.globalnav li &gt; ul &gt; li &gt; a {
    padding: 6px 8px 6px 1.5em;
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

    lower

-----------------------------------*/
/*-- main_top_img --*/
#main_top_img {
    margin-bottom: 10px;
}

/*-- recruit_menu --*/
#recruit_menu {
    margin-bottom: 10px;
}
#recruit_menu ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#recruit_menu ul li {
    width: 49%;
    margin-bottom: 2%;
}
#recruit_menu ul li img {
    width: 100%;
}

/*-- breadcrumb --*/
#breadcrumb {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-bottom: 20px;
}
#breadcrumb li {
    font-size: 12px;
    line-height: 1.4;
}
#breadcrumb li::after {
    content: "&gt;";
    margin: 0 5px;
}
#breadcrumb li:last-child::after {
    content: "";
    margin: 0;
}
#breadcrumb li a {
    text-decoration: underline;
}
/*-----------------------------------

    footer

-----------------------------------*/
footer {
    width: 100%;
    line-height: 1;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    background: #333333;
    color: #fff;
}
</pre></body></html>