@charset "utf-8";

html{
	padding: 0;
	margin: 0px;
	outline: 0px none;
}
body{
	margin: 0px;
	font-size: 15px;
	color:#555555;
	text-align: left;
	background-color: #ffffff;
	font-family: 'Arial','Helvetica Neue','Helvetica','Noto Sans JP','YuGothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
/*	letter-spacing: 1px;*/
	font-weight: 550;
	background-image:url("/assets/img/bg_front.jpg");
	background-repeat: repeat;
	background-size: cover;
}
h1{
	color : #2a8fed;
	border-bottom: solid 2px #eaeaea;
	font-size: 20px;
	padding: 5px 32px;
	margin: 31px 0;
}
h2{
	border-left: solid 5px #2a8fed;
	font-size: 15px;
	padding: 8px 8px;
	margin: 18px 21px;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
label{
	white-space: nowrap;
}
#login{
	font-size: 16px;
	background-image:url("/assets/img/bg_login.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-color: #e5e5e3;
	text-align: center;
}
table{
	border-collapse: collapse;
}
th, td{
	white-space: nowrap;
	font-weight: 550;
}
.logo_img{
	margin: 100px auto 10px;
}
.login_box{
	background-color: #ffffff;
	border-radius: 6px;
/*	border: solid 1px #333333;*/
	box-shadow: 0 0 2px 2px #55bb99;
	width: 480px;
	padding: 27px 15px;
	margin: 40px auto;
}
.login_title{
	font-size: 24px;
	text-weight: bold;
	margin: 13px 10px;
}
.admin_login{
	width: 100%;
	text-align: left;
}
.admin_login td{
	padding: 7px;
/*	font-weight: bold;*/
}
.login_input{
	width: 93%;
	border: solid 1px #888888;
	border-radius: 3px;
	margin: 3px;
	padding: 11px;
	font-size: 14px;
	background-color: #aaeebb;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px rgb(231, 255, 241) inset !important; // background-colorでは変わらないため、box-shadowを指定。
	-webkit-text-fill-color: #bbffbb !important;
}
.login_submit{
	border-radius : 25px;
	background: linear-gradient(to right, #44dd88, #228844);
	text-align: center;
	padding : 12px 12px;
	margin: 10px 5px 5px;
	color : #ffffff;
	line-height : 1em;
	border: 0;
	width: 98%;
	font-size: 17px;
	font-weight: bold;
}
.top_div{
	width: 100%;
	background: linear-gradient(to right, #008080, #2f4f4f);
}
.top_title{
	padding : 22px 35px;
	color : #ffffff;
	font-size: 23px;
	font-weight: bold;
	float: left;
}
.top_info{
	padding : 12px 35px;
	color : #ffffff;
	font-size: 15px;
	float: right;
}
.attend_submit{
	background: linear-gradient(to right, #109090, #2f4f4f);
	border-radius : 25px;
	text-align: center;
	padding : 32px 12px;
	margin: 10px 5px;
	color : #ffffff;
	line-height : 1em;
	border: 0;
	width: 260px;
	font-size: 22px;
	font-weight: bold;
}
.attend_disable{
	background: linear-gradient(to right, #909090, #4f4f4f);
	border-radius : 25px;
	text-align: center;
	padding : 32px 12px;
	margin: 10px 5px;
	color : #ffffff;
	line-height : 1em;
	border: 0;
	width: 260px;
	font-size: 22px;
	font-weight: bold;
}

.top_area{
	position: relative;
}
.main_contents{
	text-align: center;
}
.attend_box{
	background: #ffffff;
	text-align: center;
	margin: 20px auto;
	padding: 40px 30px;
	border-radius : 25px;
	border: 2px solid #109090;
	box-shadow: 4px 2px 2px #4f4f4f;
	width: 800px;
}
.attend_area{
	text-align: center;
	margin: 10px auto;
	padding: 40px 10px 30px;
	border-radius : 15px;
	border: 1px solid #99cccc;
}
.leave_area{
	padding-left: 30px;
}
.return_button{
	background: linear-gradient(to right, #909090, #4f4f4f);
	border-radius : 25px;
	text-align: center;
	font-size: 20px;
	padding : 11px 26px;
	margin: 14px 25px 11px;
	color : #ffffff;
	border: 0;
	font-weight: bold;
}
.button_active{
	border-radius : 25px;
	background: #ff8c00;
	text-align: center;
	padding : 5px 22px 5px 23px;
	margin: 14px 25px 11px;
	color : #ffffff;
	border: 0;
	font-size: 13px;
	font-weight: bold;
}

.area_table{
	margin: 5px 100px 30px;
	width: 800px;
}
.area_table th{
	padding: 11px 22px;
	color: #ffffff;
	background: #99b6c8;
	border-radius: 4px 4px 0 0;
}
.area_table td{
	padding: 4px 42px;
	background: #ffffff;
}
.area_table tr:nth-child(odd) td{
	background: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.mail_table{
	margin: 5px 100px 30px;
	width: 450px;
}
.mail_table th{
	padding: 6px 10px;
	background: #b0d0e0;
}
.mail_table td{
	padding: 6px 10px;
	background: #ffffff;
}
.mail_table tr:nth-child(odd) td{
	background: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.caution{
	color: #ee3333;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_small{
	font-size: 12px;
}
.str_left{
	text-align: left;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}

.pc{
	display: inline;
}
.sp{
	display: none;
}
@media (max-width: 600px) {
	body{
		font-size: 13px;
	}
	h1{
		font-size: 18px;
		padding: 4px 15px;
	}
	h2{
		padding: 6px 4px;
		margin: 13px 11px;
	}
	#login{
		background-image:url("/assets/img/bg_login_m.jpg");
		background-repeat: no-repeat;
		background-size: auto;
	}
	.logo_img{
		margin: 25px auto 15px;
	}
	.login_box{
		width: 84%;
		padding: 20px 8px;
	}
	.login_input{
		width: 87%;
	}
	.login_title{
		font-size: 20px;
		text-weight: bold;
		margin: 13px 5px;
	}
	.top_title{
		font-size: 15px;
		padding : 8px 7px;
	}
	.top_info{
		font-size: 13px;
		padding : 9px 9px 3px;
		margin: 0 0 5px;
	}
	.return_button{
		font-size: 17px;
		padding : 9px 16px;
		margin: 14px 25px 11px;
	}
	.attend_box{
		width: 87vw;
		padding: 12px;
		margin: 5px auto;
	}
	.attend_area{
		margin: 11px auto;
		padding: 18px 4px 14px;
	}
	.leave_area{
		padding-left: 15px;
	}

	.pc{
		display: none;
	}
	.sp{
		display: inline;
	}
}