body {
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 2px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border:0 none;
}

html, body {
	height: 100%;
	margin: 0;
}

/********** 共通 **********/

#wrap {
  min-height: 100%;
}

.error_text {
	color: red;
	font-size: 14px;
}

/********** login.php **********/

#login_area {
	background-color: #0053a7;
	color: #fff;
	padding: 50px 0;
	height: 100vh;
}

.login_title {
	text-align: center;
	width: 95%;
	margin: 0 auto;
 }

.login_title img {
	color: #fff;
	width: 25px;
}

.login_title h2 {
	font-size: 2.0rem;
}

.login_title p {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 50px;
}

.login_form {
	width: 95%;
	margin: 30px auto;
	text-align: center;
}

.login_form p {
	font-size: 1.1rem;
	text-align: left;
	width: 85%;
	margin: 0 auto;
}

.login_form input {
	width: 95%;
	padding: 15px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 18px;
}

.login_btn button {
	width: 95%;
	padding: 15px 0;
	cursor: pointer;
}

.login_btn {
	margin-top: 50px;
}

/********** index.php **********/

#notice_area {
	max-width: 90%;
	margin: 20px auto;
}

.top_area {
	margin: 30px 0;
}

.top_address {
	line-height: 1.5;
	letter-spacing: 1.5px;
	font-size: 14px;
}

.top_title_text {
	margin-bottom: 20px;
}

.top_title_text h2 {
	text-align: center;
}

.middle_top_text p {
	margin: 20px 0 10px;
	line-height: 1.2;
}

.middle_content table {
	width: 100%;
	text-align: center;
	border-collapse : collapse;
	margin: 20px 0;
}

.middle_content table td {
	border: 1px solid #ADADAD;
}

table.table_red tr td {
	border: 1px solid #b22222;
}

table.table_blue tr td {
	border: 1px solid #0053a7;
}

.table_title_red {
	background-color: #b22222;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}

.table_title_gray {
	background-color: #808080;
	color: #fff;
	padding: 3px 0;
}

.table_title_blue {
	background-color: #0053a7;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}

.rent_detail {
	text-align: right;
}

table tr.double_line {
	border: 3px double #ADADAD;
}

.middle_billing_amount {
	font-size: 2rem;
	font-weight: bold;
	padding: 5px 0;
}

.middle_limit_text {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 0;
}

#promise_date {
	width: 90%;
	margin: 20px auto;
	padding: 10px 0;
}

.middle_regist_text textarea {
	width: 90%;
	margin: 0 auto;
}

.middle_regist_text button {
	width: 90%;
	margin: 30px 0;
}


/********** footer area **********/
footer {
  height: 30px;
  background-color: #0053a7;
  color: #fff;
  padding: 15px;
}

footer p {
	text-align: center;
	font-size: 2.5vw;
	color: #fff;
}

/********** thanks.php **********/
.ank_top_area {
	background: #0053a7;
	color: #fff;
	padding: 20px;
}

.ank_top_area h2 {
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
}

.ank_content_area {
	padding: 30px;
}

.logout_area {
	text-align: center;
}

.logout_area button {
	width: 95%;
	padding: 15px 0;
	cursor: pointer;
}


@media screen and (max-width: 360px) {
   /* 表示領域が320px以下の場合に適用するスタイル */
	.middle_content_text h2 {
	  font-size: 1.2rem;
	}

	.middle_content_text h1 {
	  font-size: 1rem;
	}
}