@charset "utf-8";
/*
Theme Name: 知人社 PDF管理
Author: RUSH DESIGN
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/******************************************************
リセット
******************************************************/
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-weight: 400;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #000;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 14px;
	font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: "Noto Sans JP", sans-serif;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Kosugi Maru', sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
共通設定
******************************************************/
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
/******************************************************
ヘッダー
******************************************************/
#header {
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
  color: #fff;
  background: #568cb5;
}
#header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
/******************************************************
フッター
******************************************************/
#footer {
  padding: 50px 0;
  text-align: center;
  background: #f2f2f2;
}

/******************************************************
ページレイアウト
******************************************************/
h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}






















/******************************************************
共通
******************************************************/
.page_box {
  margin: 50px auto;
}
.link_btn_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_btn_cover a {
  margin: 0 6px;
}
a.link_btn {
  display: inline-block;
  padding: 2px 4px;
  color: #000;
  font-size: 1.2rem;
  font-weight: normal!important;
  line-height: 1;
  border: 1px solid #666;
  border-radius: 3px;
  background: #efefef;
  text-decoration: none!important;
}
/******************************************************
テーブル
******************************************************/
.post_table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.post_table th,
.post_table td {
  padding: 5px;
  font-size: 1.2rem;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.post_table th {
  background: #f6f6f6;
}
.post_table .title {
  text-align: left;
}
.post_table a {
  font-weight: bold;
  text-decoration: underline;
}
.post_table a:hover {
  text-decoration: none;
}
.post_table a.blue {
  color: #009;
}
.post_table a.red {
  color: #900;
}

























/******************************************************
①ログインページ
******************************************************/
.login_box {
  text-align: center;
}
.login_form {
  display: inline-block;
  text-align: center;
}
.login_table th {
  padding-right: 1rem;
  text-align: right;
}