@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body.responsive .container {
   max-width: none;
}

#masthead {
   background: rgba(102, 102, 102, 0.58);
}

#masthead .site-branding .logo-site-title {
   font-size: 1.3em;
}

#masthead .site-branding .logo-site-title {
   vertical-align: middle;
}

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 {
  font-family: 'Titillium Web', 'Noto Sans TC', sans-serif;
}

.site-footer {
   display: none;
}

.so-widget-sow-button-flat-f9926db4c47c .ow-button-base a {
   padding: 10px 15px 10px 30px;
}

.main-navigation ul > li {
   vertical-align: middle;
   padding: 0px;
   line-height: 60px;
   margin: 0 -2px;
}

.main-navigation ul a:hover {
   color: #ffffff;
   background-color: royalblue;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}

.main-navigation ul a {
   color: black;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}

.main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
   color: #ffffff;
   background-color: royalblue;
}

.main-navigation ul > li a {
    padding-left: 20px;
    padding-right: 20px;
}



a.MORE-btn {
	box-sizing: border-box;
    font-size: 1.1em;
    padding: 0.5em 1em;
    background: transparent;
    border: 2px solid #41a9d5;
    color: #41a9d5 !important;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
}

a.MORE-btn:hover {
    background: #41a9d5;
    color: #FFFFFF !important;
}

.recruit-block {
    height: 250px;
    margin-bottom: 85px;
}
