@charset "utf-8";

/************************************************************
 初期化 
 ***********************************************************/
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { border: 0; vertical-align: middle; }
table { border-spacing: 0; }
input, select { vertical-align: middle; }
body { line-height: 1.7; font-size: 100%; -webkit-text-size-adjust: none; background-color: #ffffff; color:#000000; }
a { text-decoration: none; color: #337777; }

/************************************************************
 フォント 
 ***********************************************************/
body, input, select, textarea, table, th, td, li, a { font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica; }
input, select, textarea, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
strong, em { font-style: normal; font-weight: bold; }

/************************************************************
 HEADER 
 ***********************************************************/
header { display: table; width: 100%; margin-bottom: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
header #header .headerLogo{ width:195px; display: block; padding: 7px 5px 5px 10px; vertical-align: middle; border:none;margin:  5px auto 0;}
header #header .headerLogo img{ width: 100%;}
header #header { background: url(https://tokuten.recruit.co.jp/img/balanceRef/bg_header_01.png) repeat-x scroll 0 0 #ffffff; position: relative; width: 100%; height: 60px; padding-top: 4px; z-index: 1; }

/************************************************************
 FOOTER 
 ***********************************************************/
footer #footer #copyright { padding: 10px; }
footer #footer #copyright #logo img { margin-right: 5px; vertical-align: Text-bottom; }
footer #footer #copyright #logo a { display: block; font-size: 10px; font-weight: bold; color: #435B67; }
footer #footer #copyright #group a { display: block; font-size: 10px; font-weight: bold; color: #435B67; text-decoration: underline; }
footer #footer nav { height: 1.5em; list-style: none; padding: 15px 0 10px; text-align: center; font-size: 10px; position: relative; overflow: hidden; }
footer #footer nav ul { position: relative; left: 50%; float: left; }
footer #footer nav ul li { position: relative; left: -50%; float: left; list-style: none; }
footer #footer nav li:after { content: ' | '; color: #888888; }
footer #footer nav li:last-child { margin-right: 0; }
footer #footer nav li:last-child:after { content: ''; }
footer #footer { background: url(https://tokuten.recruit.co.jp/img/balanceRef/bg_header_01.png) repeat-x scroll 0 0 #ffffff; }

/* ページトップ */
.pageTopLink { margin: 10px; text-align: right; }

/* CSS Document */
.pc_view { display: none; }
