/* ++++++++++++++++++++++++++++++ */
/* 全体共通CSS                     */
/* ++++++++++++++++++++++++++++++ */
@charset "utf-8";

/* ++++++++++++++++++++++++++++++ */
/* 確認済                          */
/* ++++++++++++++++++++++++++++++ */
body {
	background: #f1f1f1;
	color: black;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin: 10px;
}

h1 {
	color: #660000;
	font-size: 100%;
	margin: 5px 5px 5px 5px;
}

#inputArea {
	position: relative;
}

#inputArea label.nomal {
	display: block;
	width: 10em;
	height: 1.5em;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin: 10px 0px 0px 5px;
	clear: left;
}

#inputArea br {
	clear: left;
}

#inputArea img#btnOK {
	position: absolute;
	left: 440px;
	top: 25px;
	height: 55px;
	width: 100px;
}

p.caution,
label.caution {
	font-size: small;
	color: #ff0000;
}

/* ++++++++++++++++++++++++++++++ */
/* views/welcome_message.php      */
/* (fedault main view)            */
/* ++++++++++++++++++++++++++++++ */
#header {
	background-color: #0000ff;
	color: #ffffff;
	height: 60px;
	padding: 10px 10px 10px 10px;
	font-size: x-large;
	position: relative;
}

#header img#tuitamailplus {
	position: absolute;
	right: 15px;
	top: 2px;
	height: 30px;
	width: 30px;
	margin: 5px 5px 5px 5px;
}

#header img#title {
	position: absolute;
	left: 2px;
	top: 2px;
	height: 76px;
	margin: 0px 0px 0px 0px;
}

#header label#headerText {
	display: block;
	position: absolute;
	left: 50px;
	top: 10px;
}

#header label#headerMessage {
	display: block;
	position: absolute;
	right: 80px;
	top: 5px;
	font-size: medium;
	color: #ffff00;
}

#header label#headerUname {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 18px;
	font-size: medium;
	text-align: right;
}

#header label#headerExpire {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 2px;
	font-size: small;
	text-align: right;
}

#main {
	position: relative;
}

#clear_cash_message {
	background-color: #ff3300;
	color: #ffffff;
	text-align: center;
	visibility: hidden;
	height: 60px;
}

#imageBody {
	position: relative;
	height: 100px;
}

#imageBody img#illust {
	position: absolute;
	left: 20px;
	height: 100px;
	width: 388px;
}

#imageBody #chromes {
	position: absolute;
	width: 500px;
	right: 20px;
	top: 5px;
	height: 40px;
}

#imageBody #chromes img#chromeicon {
	position: absolute;
	left: 5px;
	top: -5px;
	height: 30px;
	width: 30px;
}

#imageBody #chromes p#chrome {
	position: absolute;
	left: 50px;
	width: 330px;
	top: -20px;
	height: 40px;
	font-size: small;
}

#imageBody #SSL {
	position: absolute;
	width: 500px;
	right: 20px;
	top: 55px;
	height: 40px;
}

#imageBody #SSL p {
	font-size: small;
}

#titleMessage {
	color: #0000ff;
	font-size: 90%;
}

#gateBtns {
	position: relative;
	height: 240px;
}

#gateBtns #buttons {
	height: 90px;
}

#gateBtns img#btnTeacher {
	position: absolute;
	top: 0px;
	left: 220px;
	height: 100px;
	width: 200px;
}

#gateBtns img#btnParent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 200px;
}

#gateBtns img#btnLogin {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 80px;
	width: 160px;
}

#gateBtns img#btnNewuser {
	position: absolute;
	top: 20px;
	left: 200px;
	height: 80px;
	width: 160px;
}

#gateBtns img#btnForward {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 100px;
	width: 200px;
}

#gateBtns img#btnHelp {
	position: absolute;
	top: 20px;
	left: 220px;
	height: 100px;
	width: 200px;
}

#gateBtns p#gaiyohere {
	position: absolute;
	top: 30px;
	left: 430px;
}

#gateBtns img#btnBackToTop {
	position: absolute;
	top: 20px;
	left: 380px;
	height: 80px;
	width: 160px;
}

#gateBtns p#pleaseReload {
	position: absolute;
	top: 105px;
	height: 60px;
}

#footer {
	position: relative;
	margin-top: 15px;
	background-color: #99ff66;
	border-bottom: 1px solid #0000ff;
	height: 30px;
}

#footer label#version {
	display: inline-block;
	color: #0000ff;
	font-size: 90%;
	margin-left: 10px;
	margin-top: 5px;
}

#footer label#copyright {
	color: #0000ff;
	font-size: 90%;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 1px;
	margin-right: 10px;
	margin-top: 5px;
}

/* ++++++++++++++++++++++++++++++ */
/* views/users/login.php          */
/* ++++++++++++++++++++++++++++++ */
#message_body {
	height: 30px;
}

#message_body div.bad_message {
	color: yellow;
	background-color: #ff3300;
	margin: 0px;
	/*padding: 5px 5px 5px 5px;*/
}

#loginmain {
	position: relative;
}

#loginbox {
	width: 260px;
	height: 85px;
	margin-left: 40px;
	margin-bottom: 10px;
	background-color: #99ccff;
}

#loginbox label {
	display: inline-block;
	font-size: 80%;
	width: 90px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
}

#loginbox input {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#loginBtns {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 400px;
}

#loginBtns img#loginbtn {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 160px;
	height: 80px;
}

#loginBtns img#btnBackToTop {
	position: absolute;
	top: 2px;
	left: 180px;
	height: 80px;
	width: 160px;
}

/* ++++++++++++++++++++++++++++++ */
/* views/users/startmenu.php          */
/* ++++++++++++++++++++++++++++++ */
#operation_time {
	background-color: #ff0033;
	color: #ffffff;
	margin-top: 2px;
	text-align: center;
}

/* ベータ版メッセージ  */
#beta_message {
	background-color: #ccffcc;
	color: #000066;
	font-size: 80%;
	padding-left: 10px;
}

#header a#logout {
	display: block;
	position: absolute;
	right: 240px;
	bottom: 2px;
	font-size: small;
	color: #ffffff;
}

#centermenu {
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

#centermenu a.startbtn {
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 5px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 240px;
	height: 30px;
	color: #000000;
	background: #00ffff;
	border: solid 2px #000066;
	border-radius: 15px 15px 15px 15px;
	transition: 0.4s;
}

#centermenu a.startbtn:hover {
	background: #003366;
	color: #ffffff;
}

#undermenu {
	position: relative;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

#undermenu a.blockbtn {
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px 10px;
	padding: 2px 2px 5px 5px;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	color: #000066;
	background: #ffcc33;
	border: solid 2px #ff3333;
	border-radius: 15px 15px 15px 15px;
	transition: 0.4s;
}

#undermenu a.blockbtn:hover {
	background: #ff6633;
	color: #000000;
}

#helps {
	margin-left: 40px;
	font-size: 90%;
}

#helps label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#helps a {
	margin-left: 10px;
}

#startup {
	font-size: 90%;
}

#startup label.step_title {
	display: inline-block;
	margin-left: 20px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	border: solid 1px #000000;
	background-color: #ffffcc;
}

#startup p.step_contents {
	margin-left: 30px;
}

#startup p.blue_letter {
	color: #0000ff;
}

/* ++++++++++++++++++++++++++++++ */
/* views/users/whats_new.php      */
/* ++++++++++++++++++++++++++++++ */
table#whatsNew {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
}

table#whatsNew th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000099;
	color: #ffffff;
	font-weight: normal;
}

table#whatsNew th.colA {
	width: 10%;
}

table#whatsNew th.colB {
	width: 90%;
}

table#whatsNew td.colA {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
}

table#whatsNew td.colB {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	text-align: left;
	font-size: 90%;
}

#news_post {
	position: relative;
	margin-bottom: 5px;
}

#news_post img#bbsUp {
	height: 25px;
	width: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	position: absolute;
	left: 750px;
	top: -8px;
}

#news_post img#bbsUp:hover {
	cursor: pointer;
}

input#upContent {
	width: 550px;
}

/* ++++++++++++++++++++++++++++++ */
/* views/general/kyotsu_head      */
/* ++++++++++++++++++++++++++++++ */
table.tablefortop {
	width: 100%;
	/* height: 25px; */
	margin: 2px 2px 2px 2px;
	table-layout: fixed;
}

table.tablefortop td.colA {
	width: 30%;
}

table.tablefortop td.colB {
	font-size: 80%;
}

table.tablefortop td.colB img.btntaishutsuB {
	width: 22px;
	height: 22px;
}

table.tablefortop td.colC {
	width: 30%;
	text-align: right;
}

button.back_to_menu_button {
	color: #000066;
	background: #ccffff;
	border: solid 2px #9999ff;
	border-radius: 5px 5px 5px 5px;
	margin-right: 20px;
}

button.back_to_menu_button:hover {
	background: #000066;
	color: #ccffff;
	cursor: pointer;
}

#message_area {
	position: relative;
}

#message_box {
	position: relative;
	height: 20px;
}

#message_body.good_message {
	color: #000000;
	background-color: #99ff00;
	margin: 0px;
	/*padding: 5px 5px 5px 5px;*/
}

#message_body.bad_message {
	color: yellow;
	background-color: #ff3300;
	margin: 0px;
	/*padding: 5px 5px 5px 5px;*/
}

/* ++++++++++++++++++++++++++++++ */
/* views/mails/groups_student_selector */
/* views/tuitamails/tuitamails_student_selector */
/* views/students/students_student_selector */
/* /views/students/students_gessha_selector */
/* ++++++++++++++++++++++++++++++ */
#student_selector button.keybtn {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #003366;
	background: #f1f1f1;
	color: #0000ff;
	font-size: 80%;
	width: 32px;
	height: 26px;
	margin: 2px 1px 0px;
	border-radius: 5px 5px 5px 5px;
}

#student_selector button.keybtnw {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #003366;
	background: #f1f1f1;
	color: #0000ff;
	font-size: 80%;
	width: 64px;
	height: 26px;
	margin: 2px 1px 0px;
	border-radius: 5px 5px 5px 5px;
}

#student_selector button.keybtn:hover,
#student_selector button.keybtnw:hover {
	cursor: pointer;
	background: #0033cc;
	color: #f1f1f1;
}

#student_selector {
	position: relative;
	height: 180px;
}

#student_selector #keyword_area {
	position: relative;
	height: 30px;
}

#student_selector #keybord0 {
	position: absolute;
	top: 35px;
	height: 150px;
	z-index: 1;
}

#student_selector #keybord1 {
	position: absolute;
	top: 35px;
	height: 150px;
	z-index: 0;
}

/* ++++++++++++++++++++++++++++++ */
/* views/mails/groups_main        */
/* ++++++++++++++++++++++++++++++ */

table#group_name_index {
	table-layout: fixed;
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
}

table#group_name_index td {
	width: 50%;
}

table#group_name_index button.linkbtn {
	width: 240px;
	background-color: #ccffff;
	border: solid 1px #3300ff;
	border-radius: 5px 5px 5px 5px;
}

table#group_name_index button.linkbtn:hover {
	cursor: pointer;
}

table#group_name_index button.editbtn {
	width: 60px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

table#group_name_index button.editbtn:hover {
	cursor: pointer;
}

table#group_name_index button.deletebtn {
	width: 60px;
	background-color: #ffff99;
	border: solid 1px #ff0033;
	color: #ff0000;
	border-radius: 5px 5px 5px 5px;
}

table#group_name_index button.deletebtn:hover {
	cursor: pointer;
}

table#group_name_index button.newgroupbtn {
	width: 240px;
	background-color: #ffff99;
	border: solid 1px #3300ff;
	border-radius: 5px 5px 5px 5px;
}

table#group_name_index button.newgroupbtn:hover {
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++ */
/* views/mails/groups_name        */
/* ++++++++++++++++++++++++++++++ */
#group_name_edit {
	margin-left: 20px;
	width: 90%;
	height: 80px;
	background-color: #ffffcc;
}

#group_name_edit label {
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 20px;
}

#group_name_edit input#gname {
	width: 360px;
	font-size: 110%;
	margin-top: 20px;
}

#group_name_edit button#save_gname_button {
	width: 60px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-left: 15px;
}

#group_name_edit button#save_gname_button:hover {
	cursor: pointer;
}

#group_name_edit button#back_group_main {
	width: 60px;
	background-color: #ffff99;
	border: solid 1px #ff0033;
	color: #ff0000;
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-left: 15px;
}

#group_name_edit button#back_group_main:hover {
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++ */
/* views/mails/groups_member      */
/* views/mails/groups_member_list */
/* ++++++++++++++++++++++++++++++ */
#group_name_disp,
#current_group_members fieldset,
#candidates_for_group_member fieldset {
	border: #0000ff 1px solid;
	margin-bottom: 10px;
}

#group_name_disp legend,
#current_group_members fieldset legend,
#candidates_for_group_member fieldset legend {
	border: #0000ff 1px solid;
	background-color: #ffcccc;
	color: #0000ff;
	font-size: small;
}

#group_name_disp button#back_group_main {
	width: 60px;
	background-color: #ffff99;
	border: solid 1px #ff0033;
	color: #ff0000;
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-left: 15px;
}

#group_name_disp button#back_group_main:hover {
	cursor: pointer;
}

#current_group_members table#group_member_table,
#candidates_for_group_member table#group_candidate_table {
	table-layout: fixed;
	width: 100%;
}

#current_group_members table#group_member_table td,
#candidates_for_group_member table#group_candidate_table td {
	width: 25%;
	text-align: center;
}

#group_members button.resisterd_students_button,
#group_members button.candidate_students_button {
	border: none;
	background-color: #f1f1f1;
	width: 95%;
	color: #000000;
	font-size: 90%;
}

#group_members button.resisterd_students_button:hover,
#group_members button.candidate_students_button:hover {
	background-color: #ffff33;
	color: #0000ff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++ */
/* views/mails/mail_main          */
/* views/mails/mail_*_selector    */
/* ++++++++++++++++++++++++++++++ */
#mail_main ul.mail_menu {
	display: table;
	table-layout: fixed;
	width: 50%;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-block-start: 10px;
	margin-block-end: 10px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 10px;
}

#mail_main ul.mail_menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #ccffcc;
	border-left: 5px solid #ffffff;
}

#mail_main ul.mail_menu li:hover {
	background-color: #ccff33;
}

#mail_main ul.mail_menu li:first-child {
	border: none;
}

#mail_main ul.mail_menu li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #0000ff;
}

#mail_main label.set_title {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0033ff;
	color: #ffffff;
	font-size: 90%;
}

#mail_to fieldset#bcc {
	background-color: #ffff99;
	border: #0000ff 1px solid;
	margin-bottom: 10px;
	margin-left: 40px;
}

#mail_to legend {
	border: #0000ff 1px solid;
	background-color: #ffcccc;
	color: #0000ff;
	font-size: small;
}

#mail_to fieldset#selectbcc {
	background-color: #ccffff;
	border: #0000ff 1px solid;
	margin-bottom: 10px;
	margin-left: 40px;
}

#candidate table.memberindex,
#bcclist table.memberindex {
	table-layout: fixed;
	width: 100%;
}

#candidate table.memberindex td,
#bcclist table.memberindex td {
	width: 20%;
	text-align: center;
}

#bcclist button.groupname,
#bcclist button.studentname {
	background-color: #ffff99;
	width: 90%;
	border: none;
	font-size: 80%;
}

#candidate button.groupname,
#candidate button.studentname {
	background-color: #ccffff;
	width: 90%;
	border: none;
	font-size: 80%;
}

#candidate button.groupname:hover,
#candidate button.studentname:hover,
#bcclist button.groupname:hover,
#bcclist button.studentname:hover {
	background-color: #66ff99;
	cursor: pointer;
}

#candidate button#btnSelectAll {
	font-size: 80%;
	color: #0000ff;
	background-color: #ff99ff;
	border: solid 1px #ff0033;
	border-radius: 5px 5px 5px 5px;
	margin-left: 15px;
}

#candidate button#btnSelectAll:hover {
	cursor: pointer;
}

#pickout_buttons button {
	width: 20%;
	font-size: 80%;
	background-color: #66ff99;
	border: solid 1px #000099;
	border-radius: 5px 5px 5px 5px;
	color: #0000ff;
}

#pickout_buttons button:hover {
	cursor: pointer;
}

#pickout_area {
	font-size: 90%;
	margin-top: 10px;
}

#selectByFree label.free_label {
	font-size: 90%;
	display: inline-block;
	text-align: right;
	width: 140px;
	padding-right: 5px;
}

#mail_content form#mailContentForm label {
	display: inline-block;
	width: 120px;
	/* font-size: 90%; */
	text-align: right;
	padding-right: 5px;
}

#mail_content input#mail_title {
	display: inline-block;
	/* font-size: 90%; */
	width: 602px;
}

#mail_content textarea#mail_body {
	margin-left: 130px;
	/* font-size: 90%; */
	margin-top: -20px;
	width: 600px;
}

#mail_content input#attachs,
#mail_content select#address {
	/* font-size: 80%; */
	margin-bottom: 5px;
}

#mail_content input#mail_date {
	/* font-size: 80%; */
	width: 100px;
	text-align: center;
}

#mail_content input#mail_time,
#mail_content input#mail_min {
	/* font-size: 80%; */
	width: 40px;
	text-align: center;
	margin-right: 5px;
}

#mail_content span.time_label {
	font-size: 90%;
}

#mail_content button#send_bcc_mail_button {
	/* font-size: 80%; */
	width: 120px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-left: 130px;
}

#mail_content button#send_bcc_mail_button:hover {
	cursor: pointer;
	background-color: #ff9966;
	color: #000000;
}

#mail_content form#mailContentForm label#mail_message {
	/* display: inline-block; */
	width: 400px;
	text-align: left;
	background-color: #ccff99;
	color: #0000ff;
	margin-left: 40px;
	padding-left: 10px;
	visibility: hidden;
}

#mail_rireki table#mail_history {
	table-layout: fixed;
	margin-left: 40px;
	margin-top: 10px;
	font-size: 90%;
	border: solid 1px #000000;
	border-collapse: collapse;
	width: 90%;
}

#mail_rireki table#mail_history th {
	border: solid 1px #000000;
	font-weight: normal;
}

#mail_rireki table#mail_history th.colA {
	width: 30px;
}

#mail_rireki table#mail_history th.colB {
	width: 90px;
}

#mail_rireki table#mail_history th.colF {
	width: 30px;
}

#mail_rireki table#mail_history td {
	border: solid 1px #000000;
}

#mail_rireki table#mail_history td.colB {
	text-align: center;
}

#mail_rireki table#mail_history td.colC {
	padding-left: 5px;
}

#mail_rireki table#mail_history td.colD {
	padding-left: 5px;
}

#mail_rireki table#mail_history td.colE {
	padding-left: 5px;
}

#mail_rireki table#mail_history img.img_ryuyo,
#mail_rireki table#mail_history img.img_delete {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#mail_rireki table#mail_history img.img_ryuyo:hover,
#mail_rireki table#mail_history img.img_delete:hover {
	cursor: pointer;
}

#mail_rireki table#mail_history div.overflow {
	overflow: hidden;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/mails/mail_yoyaku_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#mail_yoyaku {
	position: relative;
}

#mail_yoyaku table#yoyaku_table {
	width: 90%;
	margin-left: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 90%;
}

#mail_yoyaku table#yoyaku_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#mail_yoyaku table#yoyaku_table th.colA {
	width: 30px;
}

#mail_yoyaku table#yoyaku_table img.img_delete_yoyaku {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#mail_yoyaku table#yoyaku_table img.img_delete_yoyaku:hover {
	cursor: pointer;
}

#mail_yoyaku table#yoyaku_table th.colB {
	width: 160px;
}

#mail_yoyaku table#yoyaku_table td {
	border: solid 1px #000000;
}

#mail_yoyaku table#yoyaku_table div.overflow {
	overflow: hidden;
}

#mail_yoyaku table#yoyaku_table td.colB {
	text-align: center;
}

#mail_yoyaku table#yoyaku_table td.colC,
#mail_yoyaku table#yoyaku_table td.colD {
	padding-left: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/tuitamails/tuitamail_main        */
/* views/tuitamails/current_list          */
/* ++++++++++++++++++++++++++++++++++++++ */
#tuitamail_main_view {
	position: relative;
}

#tuitamail_main_view #barcode_area {
	position: relative;
	height: 25px;
	font-size: 90%;
}

#tuitamail_main_view #barcode_area #barcode_ok {
	position: absolute;
	top: 2px;
	height: 25px;
	width: 100%;
	background-color: rgb(241, 241, 241);
	z-index: 1;
}

#tuitamail_main_view #barcode_area #barcode_ng {
	position: absolute;
	top: 2px;
	height: 25px;
	width: 100%;
	z-index: 0;
	background-color: #ff99ff;
	color: #0000ff;
	text-align: center;
}

#tuitamail_main_view #current_list {
	position: relative;
}

#tuitamail_main_view #current_list label#refresh_time {
	color: #0000ff;
	font-size: small;
}

#tuitamail_main_view table#entrylist {
	margin: 0px 2px 0px 2px;
	padding: 0px 10px 0px 10px;
	width: 100%;
	font-size: 90%;
	text-align: center;
	table-layout: fixed;
	border: solid thin #000066;
	border-collapse: collapse;
	color: #000000;
	background-color: #ffffcc;
}

#tuitamail_main_view table#entrylist th {
	font-size: 80%;
	color: #0000ff;
	border-collapse: collapse;
	border: solid thin #000066;
}

#tuitamail_main_view table#entrylist th.name {
	width: 10em;
}

#tuitamail_main_view table#entrylist th.time {
	width: 5em;
}

#tuitamail_main_view table#entrylist td {
	border-collapse: collapse;
	border: solid thin #000066;
}

#tuitamail_main_view table#entrylist td.name_left {
	text-align: left;
	margin-left: 5px;
}

#tuitamail_main_view table#entrylist td.yoyaku_center {
	color: #0000ff;
}

#tuitamail_main_view table#entrylist td.yoyaku_sumi {
	color: #0000ff;
	text-align: left;
	margin-left: 5px;
}

#tuitamail_main_view table#entrylist td img.btn_taishutsu {
	height: 14px;
	width: 14px;
}

#tuitamail_main_view table#entrylist td img.btn_taishutsu:hover {
	cursor: pointer;
}

#tuitamail_main_view table#tableLeaveAll {
	width: 100%;
	font-size: 90%;
	table-layout: fixed;
	color: #000000;
}

#tuitamail_main_view table#tableLeaveAll td {
	width: 20%;
	font-size: 90%;
	text-align: left;
	padding-right: 5px;
}

#tuitamail_main_view table#tableLeaveAll td.yoyaku_sumi {
	color: #ff0033;
}

#tuitamail_main_view input#pasttime {
	width: 40px;
	text-align: center;
}

#tuitamail_main_view button#reExtractBtn {
	font-size: 90%;
	width: 80px;
	border: solid 1px #0000ff;
	background: #ffff66;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#tuitamail_main_view button#reExtractBtn:hover {
	cursor: pointer;
	color: #ffff66;
	background: #0000ff;
}

#tuitamail_main_view button#do_leave_all {
	font-size: 90%;
	width: 180px;
	color: #0000ff;
	background-color: #ff99ff;
	border: solid 1px #ff0033;
	border-radius: 5px 5px 5px 5px;
}

#tuitamail_main_view button#do_leave_all:hover {
	cursor: pointer;
	color: #ff99ff;
	background-color: #0000ff;
}

#tuitamail_main_view #leave_all_head {
	position: relative;
	height: 40px;
}

#tuitamail_main_view #extract_cond {
	position: absolute;
	top: 5px;
	left: 5px;
	/* height: 30px; */
	/* width: 195px; */
}

#tuitamail_main_view #shori_time {
	position: absolute;
	top: 5px;
	/* height: 30px; */
	margin-left: 300px;
}

#tuitamail_main_view #class_identfy {
	position: absolute;
	top: 10px;
	font-size: 90%;
	color: #0000ff;
	right: 5px;
}

#tuitamail_main_view #class_identfy input#class_id {
	width: 30px;
	text-align: center;
	color: #0000ff;
}

#tuitamail_main_view #leave_list {
	position: relative;
}

#tuitamail_main_view #shori_time input#shori_hour,
#tuitamail_main_view #shori_time input#shori_min {
	width: 40px;
	text-align: center;
}

#tuitamail_main_view label#hankaku {
	color: #ff0000;
	font-size: small;
}

#tuitamail_main_view #ninzu {
	position: relative;
	height: 15px;
	text-align: right;
	font-size: small;
	margin-bottom: 2px;
	margin-right: 5px;
}

#tuitamail_main_view #order_set {
	position: relative;
	font-size: small;
	margin-top: 5px;
	visibility: hidden;
}

#tuitamail_main_view #show_selector {
	position: relative;
	height: 30px;
}

#tuitamail_main_view #show_selector button#show_selector_button {
	position: absolute;
	top: 5px;
	left: 20px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	visibility: visible;
}

#tuitamail_main_view #show_selector button#show_orderset_button {
	position: absolute;
	top: 5px;
	left: 160px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	visibility: visible;
}

#tuitamail_main_view #show_selector button#show_selector_button:hover,
#tuitamail_main_view #show_selector button#show_orderset_button:hover {
	background: #ff00ff;
	color: #ffffff;
	cursor: pointer;
}

#tuitamail_main_view #show_selector button#clear_selector_button {
	position: absolute;
	top: 5px;
	left: 20px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	visibility: hidden;
}

#tuitamail_main_view #show_selector button#clear_orderset_button {
	position: absolute;
	top: 5px;
	left: 160px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	visibility: hidden;
}

#tuitamail_main_view #show_selector button#clear_selector_button:hover,
#tuitamail_main_view #show_selector button#clear_orderset_button:hover {
	background: #ff00ff;
	color: #ffffff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++ */
/* views/tuitamails/manual_selector.php */
/* ++++++++++++++++++++++++++++++ */
#manual_selector #birthday_check {
	position: relative;
	visibility: hidden;
	height: 0px;
	background-color: #ccffff;
}

#manual_selector #birthday_check label#check_name {
	font-size: 90%;
	color: #ff0000;
}

#manual_selector #birthday_check fieldset#check_month {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 160px;
}

#manual_selector #birthday_check fieldset#check_day {
	position: absolute;
	top: 30px;
	left: 195px;
	width: 530px;
}

#manual_selector #birthday_check legend {
	font-size: 80%;
}

#manual_selector #candidates {
	visibility: visible;
}

#birthday_check .check_birth_buttons {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #003366;
	background: #f1f1f1;
	color: #0000ff;
	font-size: 80%;
	width: 46px;
	height: 26px;
	margin: 2px 1px 0px;
	border-radius: 5px 5px 5px 5px;
}

#birthday_check .check_birth_buttons:hover {
	cursor: pointer;
	color: #f1f1f1;
	background: #0000ff;
}

/* ++++++++++++++++++++++++++++++ */
/* views/tuitamails/candidate_list      */
/* ++++++++++++++++++++++++++++++ */
#candidates table#tuitamail_candidate_table {
	table-layout: fixed;
	width: 100%;
}

#candidates table#tuitamail_candidate_table td {
	width: 25%;
	text-align: center;
}

#candidates button.candidate_students_button {
	border: none;
	background-color: #f1f1f1;
	width: 95%;
	color: #000000;
	font-size: 90%;
}

#candidates button.candidate_students_button:hover {
	background-color: #ffff33;
	color: #0000ff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/jankens/game.php                 */
/* ++++++++++++++++++++++++++++++++++++++ */

#janken_area {
	position: relative;
}

#game_area {
	background-color: #ccff66;
	position: relative;
	width: 100%;
	height: 490px;
}

#game_area img#gold1 {
	position: absolute;
	top: 200px;
	left: 144px;
	width: 78px;
	height: 73px;
}

#game_area img#aiko {
	position: absolute;
	top: 10px;
	left: 115px;
	width: 116px;
	height: 170px;
}

#game_area img#roulettebtn0 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 315px;
}

#game_area img#roulettebtn1 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 355px;
}

#game_area img#roulettebtn2 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 395px;
}

#game_area img#roulettebtn3 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 435px;
}

#game_area img#roulettebtn4 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 475px;
}

#game_area img#roulettebtn5 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50px;
	left: 515px;
}

#game_area img#roulettebtn6 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 90px;
	left: 515px;
}

#game_area img#roulettebtn7 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 130px;
	left: 515px;
}

#game_area img#roulettebtn8 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 170px;
	left: 515px;
}

#game_area img#roulettebtn9 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 210px;
	left: 515px;
}

#game_area img#roulettebtn10 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 475px;
}

#game_area img#roulettebtn11 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 435px;
}

#game_area img#roulettebtn12 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 395px;
}

#game_area img#roulettebtn13 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 355px;
}

#game_area img#roulettebtn14 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 315px;
}

#game_area img#roulettebtn15 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 210px;
	left: 275px;
}

#game_area img#roulettebtn16 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 170px;
	left: 275px;
}

#game_area img#roulettebtn17 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 130px;
	left: 275px;
}

#game_area img#roulettebtn18 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 90px;
	left: 275px;
}

#game_area img#roulettebtn19 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50px;
	left: 275px;
}

#game_area img#roulettemarker0 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 50px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker1 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 50px;
	left: 355px;
	z-index: 0;
}

#game_area img#roulettemarker2 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 50px;
	left: 395px;
	z-index: 0;
}

#game_area img#roulettemarker3 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 50px;
	left: 435px;
	z-index: 0;
}

#game_area img#roulettemarker4 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 50px;
	left: 475px;
	z-index: 0;
}

#game_area img#roulettemarker5 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 50px;
	left: 503px;
	z-index: 0;
}

#game_area img#roulettemarker6 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 90px;
	left: 503px;
	z-index: 0;
}

#game_area img#roulettemarker7 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 130px;
	left: 503px;
	z-index: 0;
}

#game_area img#roulettemarker8 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 170px;
	left: 503px;
	z-index: 0;
}

#game_area img#roulettemarker9 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 210px;
	left: 503px;
	z-index: 0;
}

#game_area img#roulettemarker10 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 238px;
	left: 475px;
	z-index: 0;
}

#game_area img#roulettemarker11 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 238px;
	left: 435px;
	z-index: 0;
}

#game_area img#roulettemarker12 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 238px;
	left: 395px;
	z-index: 0;
}

#game_area img#roulettemarker13 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 238px;
	left: 355px;
	z-index: 0;
}

#game_area img#roulettemarker14 {
	position: absolute;
	width: 40px;
	height: 12px;
	top: 238px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker15 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 210px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker16 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 170px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker17 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 130px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker18 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 90px;
	left: 315px;
	z-index: 0;
}

#game_area img#roulettemarker19 {
	position: absolute;
	width: 12px;
	height: 40px;
	top: 50px;
	left: 315px;
	z-index: 0;
}

#game_area img#cornerred {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 275px;
}

#game_area img#cornergreen {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 515px;
}

#game_area img#cornerblue {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 275px;
}

#game_area img#cornerpink {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 250px;
	left: 515px;
}

#game_area img#cornerpa {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 280px;
}

#game_area img#cornergur {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 520px;
}

#game_area img#cornergul {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 255px;
	left: 280px;
}

#game_area img#cornerti {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 255px;
	left: 520px;
}

#game_area label#rouletteval0 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 15px;
	left: 315px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval1 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 15px;
	left: 355px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval2 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 15px;
	left: 395px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval3 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 15px;
	left: 435px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval4 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 15px;
	left: 475px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval5 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 55px;
	left: 515px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval6 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 95px;
	left: 515px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval7 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 135px;
	left: 515px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval8 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 175px;
	left: 515px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval9 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 215px;
	left: 515px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval10 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 255px;
	left: 475px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval11 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 255px;
	left: 435px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval12 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 255px;
	left: 395px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval13 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 255px;
	left: 355px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval14 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 255px;
	left: 315px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval15 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 215px;
	left: 275px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval16 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 175px;
	left: 275px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval17 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 135px;
	left: 275px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval18 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 95px;
	left: 275px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area label#rouletteval19 {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 55px;
	left: 275px;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

#game_area img#btnStart {
	position: absolute;
	top: 50px;
	left: 315px;
	width: 200px;
	height: 200px;
	z-index: 5;
}

#game_area img#btnStart:hover {
	cursor: pointer;
}

#game_area img#myGu {
	position: absolute;
	top: 70px;
	left: 335px;
	width: 160px;
	height: 160px;
	z-index: 4;
}

#game_area img#myTi {
	position: absolute;
	top: 70px;
	left: 335px;
	width: 160px;
	height: 160px;
	z-index: 3;
}

#game_area img#myPa {
	position: absolute;
	top: 70px;
	left: 335px;
	width: 160px;
	height: 160px;
	z-index: 2;
}

#game_area img#blueback {
	position: absolute;
	top: 50px;
	left: 315px;
	width: 200px;
	height: 200px;
	z-index: 1;
}

#game_area img#stopbtn {
	position: absolute;
	width: 176px;
	height: 176px;
	top: 62px;
	left: 327px;
	z-index: 0;
}

#game_area img#stopbtn:hover {
	cursor: pointer;
}

#game_area img#gold2 {
	position: absolute;
	top: 155px;
	left: 595px;
	width: 152px;
	height: 135px;
}

#game_area img#make {
	position: absolute;
	top: 300px;
	left: 115px;
	width: 116px;
	height: 170px;
}

#game_area img#kachi {
	position: absolute;
	top: 300px;
	left: 605px;
	width: 116px;
	height: 170px;
	z-index: 1;
}

#game_area #btnPanel {
	position: absolute;
	top: 300px;
	left: 280px;
	width: 270px;
	height: 180px;
}

#game_area img#metal {
	width: 270px;
	height: 180px;
}

#game_area img#btnGu {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 70px;
	height: 70px;
}

#game_area img#btnGu:hover {
	cursor: pointer;
}

#game_area img#btnTi {
	position: absolute;
	top: 30px;
	left: 100px;
	width: 70px;
	height: 70px;
}

#game_area img#btnTi:hover {
	cursor: pointer;
}

#game_area img#btnPa {
	position: absolute;
	top: 30px;
	left: 190px;
	width: 70px;
	height: 70px;
}

#game_area img#btnPa:hover {
	cursor: pointer;
}

#game_area img#btnGreen {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 50px;
	height: 50px;
}

#game_area img#btnGreen:hover {
	cursor: pointer;
}

#game_area img#btnYellow {
	position: absolute;
	top: 110px;
	left: 110px;
	width: 50px;
	height: 50px;
}

#game_area img#btnYellow:hover {
	cursor: pointer;
}

#game_area img#btnRed {
	position: absolute;
	top: 110px;
	left: 190px;
	width: 50px;
	height: 50px;
}

#game_area img#btnRed:hover {
	cursor: pointer;
}

#game_area label#keyGu {
	display: block;
	font-size: xx-large;
	color: #0000ff;
	position: absolute;
	padding: 5px 0px 0px 2px;
	/*background-color: #ffffe5;*/
	top: 110px;
	left: 40px;
	width: 40px;
	height: 40px;
}

#game_area label#keyGu:hover {
	cursor: pointer;
}

#game_area label#keyTi {
	display: block;
	font-size: xx-large;
	color: #0000ff;
	position: absolute;
	padding: 5px 0px 0px 2px;
	top: 110px;
	left: 125px;
	width: 40px;
	height: 40px;
}

#game_area label#keyTi:hover {
	cursor: pointer;
}

#game_area label#keyPa {
	display: block;
	font-size: xx-large;
	color: #0000ff;
	position: absolute;
	padding: 5px 0px 0px 2px;
	top: 110px;
	left: 200px;
	width: 40px;
	height: 40px;
}

#game_area label#keyPa:hover {
	cursor: pointer;
}

#game_area p#jankenCaution {
	display: block;
	position: absolute;
	top: 300px;
	left: 600px;
	width: 360px;
	font-size: small;
	color: #ff0000;
	z-index: 0;
}

#game_area #studentPoint {
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #99ffff;
	position: absolute;
	top: 10px;
	left: 595px;
	width: 250px;
	height: 90px;
}

#game_area #studentPoint button#pointDetail {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #003366;
	background: #ffcccc;
	color: #0000ff;
	font-size: 80%;
	width: 100px;
	height: 26px;
	margin: 2px 1px 0px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	position: absolute;
	top: 65px;
	left: 75px;
}

#game_area #studentPoint button#pointDetail:hover {
	cursor: pointer;
	background: #003366;
	color: #ffcccc;
}

#telop_area input#telopMessage {
	display: block;
	font-size: large;
	width: 100%;
	height: 1.1em;
	padding-top: 0.1em;
	color: #000066;
	background-color: #ffffcc;
	margin-left: 0px;
	margin-bottom: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/jankens/game_end.php             */
/* ++++++++++++++++++++++++++++++++++++++ */
#game_end {
	background-color: #ffccff;
	position: relative;
	height: 530px;
	width: 100%;
}

#game_end label#msgPoint {
	display: block;
	position: absolute;
	width: 460px;
	top: 100px;
	left: 200px;
	color: #ff0033;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

#game_end label#msgBye {
	display: block;
	position: absolute;
	width: 600px;
	top: 200px;
	left: 120px;
	color: #0000ff;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/tuitamails/point_detail.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#point_detail_area #point_detail {
	position: relative;
	background-color: #ccff99;
}

#point_detail_area table#pointRireki {
	width: 100%;
	table-layout: fixed;
	margin: 0px 0px 0px 0px;
	border: solid 1px #000000;
	font-size: 90%;
	border-collapse: collapse;
}

#point_detail_area table#pointRireki tr.title,
#point_detail_area table#pointRireki tr.gokei {
	border: solid 1px #000000;
}

#point_detail_area table#pointRireki th.side {
	font-weight: normal;
	font-size: 80%;
	width: 10%;
}

#point_detail_area table#pointRireki th.center {
	font-weight: normal;
	font-size: 80%;
	width: 8%;
}

#point_detail_area table#pointRireki td.left {
	text-align: center;
}

#point_detail_area table#pointRireki td.right {
	text-align: right;
	padding-right: 5px;
}

#point_detail_area img.blueArrow {
	width: 20px;
	height: 20px;
}

#point_detail_area button#clear_detail {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #003366;
	background: #ffcccc;
	color: #0000ff;
	font-size: 80%;
	width: 60px;
	height: 26px;
	margin: 2px 1px 0px;
	border-radius: 5px 5px 5px 5px;
}

#point_detail_area button#clear_detail:hover {
	cursor: pointer;
	background: #003366;
	color: #ffcccc;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/kyu_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#kyu_main {
	position: relative;
	font-size: 90%;
}

#kyu_main table.kyuchkbox {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	width: 98%;
	color: #000000;
	background-color: #ffffcc;
}

#kyu_main table.kyuchkbox td {
	padding: 2px 5px 2px 5px;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
}

#kyu_main button#btn_check_kyu {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#kyu_main button#btn_check_kyu:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/mailbody_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#mailbody_main {
	position: relative;
	font-size: 90%;
}

#mailbody_main label.title {
	font-size: larger;
	color: #0000ff;
}

#mailbody_main select#f01 {
	height: 25px;
	width: 80px;
}

#mailbody_main input#f02 {
	height: 25px;
	width: 440px;
}

#mailbody_main button#btn_save_mailbody {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#mailbody_main button#btn_save_mailbody:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* view/users/gamen_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#gamen_main {
	position: relative;
}

#gamen_main input.shortField {
	width: 40px;
	text-align: center;
}

#gamen_main input.longField {
	width: 400px;
}

#gamen_main img#btnDisplay {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 380px;
	top: 150px;
}

#gamen_main img#btnDisplay:hover {
	cursor: pointer;
}

#gamen_main #parent_set {
	position: relative;
}

#gamen_main #messageFromSchool {
	position: absolute;
	left: 480px;
	top: 30px;
}

#gamen_main #messageFromSchool label#oshirase {
	background-color: #0000ff;
	color: #ffffff;
	margin: 1px 0px 1px 15px;
}

#gamen_main p#schoolMsg {
	height: 230px;
	width: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url("../img/f00115.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin: -15px 0px 0px 0px;
	padding: 30px 20px 30px 20px;
	font-size: 95%;
	line-height: 1.2em;
}

#gamen_main button.btn_save_gamen {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
}

#gamen_main button.btn_save_gamen:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

#gamen_main ul.gamen_menu {
	display: table;
	table-layout: fixed;
	width: 95%;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-block-start: 5px;
	margin-block-end: 5px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 5px;
}

#gamen_main ul.gamen_menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #ccffcc;
	border-left: 1px solid #ffffff;
}

#gamen_main ul.gamen_menu li:hover {
	background-color: #ccff33;
}

#gamen_main ul.gamen_menu li:first-child {
	border: none;
}

#gamen_main ul.gamen_menu li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #0000ff;
}

#gamen_main label.set_title {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0033ff;
	color: #ffffff;
	font-size: 90%;
}

#gamen_main #tuitamail_set,
#gamen_main #janken_set,
#gamen_main #rendo_set,
#gamen_main #point_set,
#gamen_main #free_set,
#gamen_main #parent_set {
	margin-left: 40px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/edit_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
form#edit_main table#user_data_table {
	width: 100%;
	table-layout: fixed;
	position: relative;
	border: solid 1px #000000;
	border-collapse: collapse;
}

form#edit_main table#user_data_table td {
	border-collapse: collapse;
	border: solid 1px #000000;
}

form#edit_main table#user_data_table td.title {
	width: 150px;
	font-size: 90%;
	text-align: right;
	padding-right: 15px;
	margin: 10px 10px 10px 10px;
}

form#edit_main table#user_data_table td.data {
	padding: 0px 0px 0px 0px;
	margin: 2px 10px 2px 10px;
}

form#edit_main table#user_data_table label.sample {
	font-size: small;
	color: #0000ff;
	margin: 2px 10px 2px 10px;
}

form#edit_main table#user_data_table label.information {
	font-size: small;
	background-color: #ffff33;
	color: #0000ff;
	margin: 2px 10px 2px 10px;
}

form#edit_main table#user_data_table input {
	width: 300px;
	margin: 2px 10px 2px 10px;
}

form#edit_main table#user_data_table input.not_input {
	background-color: #d5d5d5;
}

form#edit_main table#user_data_table input#f18_0,
form#edit_main table#user_data_table input#f18_1 {
	width: 40px;
	margin: 2px 10px 2px 10px;
}

form#edit_main table#user_data_table label.radiolabel {
	font-size: 90%;
}

form#edit_main table#user_data_table span.blueletter {
	font-size: small;
	color: #cc00ff;
}

form#edit_main table#user_data_table span.domain {
	font-size: small;
	color: #000000;
	margin-left: -10px;
}

form#edit_main button#btn_save_useredit {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

form#edit_main button#btn_save_useredit:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

form#edit_main table#user_data_table label.error {
	font-size: 90%;
	color: #ff0000;
}

form#edit_main table#user_data_table button#btn_send_testmail {
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	width: 140px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

form#edit_main table#user_data_table button#btn_send_testmail:hover {
	background: #ff00ff;
	color: #ffffff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* view/users/change_password_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#change_password_main {
	position: relative;
	font-size: 90%;
}

#change_password_main label {
	display: inline-block;
	width: 160px;
}

#change_password_main input {
	display: inline-block;
	width: 100px;
}

#change_password_main button#btn_check_password {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#change_password_main button#btn_check_password:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/edit_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#student_main {
	position: relative;
	font-size: 100%;
}

#student_main label#resist_info {
	color: #0000ff;
	font-size: 80%;
}

#student_main #tuitamail_candidate_table button#new_student {
	color: #ff0000;
}

#student_main #tuitamail_candidate_table button#new_student:hover {
	background-color: #ff99ff;
	color: #0000ff;
	cursor: pointer;
}

#student_main button.btn_save_student {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#student_main button.btn_save_student:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

#student_main button.btn_close_student {
	width: 140px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#student_main button.btn_close_student:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#student_main button#btn_delete_student {
	width: 80px;
	background-color: #ff0033;
	border: solid 1px #0000ff;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#student_main button#btn_delete_student:hover {
	cursor: pointer;
	color: #ff0033;
	border: solid 1px #0000ff;
	background-color: #ffff00;
}

#student_main ul.student_menu {
	display: table;
	table-layout: fixed;
	width: 95%;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-block-start: 5px;
	margin-block-end: 5px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 5px;
}

#student_main ul.student_menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #ccffcc;
	border-left: 1px solid #ffffff;
}

#student_main ul.student_menu li:hover {
	background-color: #ccff33;
}

#student_main ul.student_menu li:first-child {
	border: none;
}

#student_main ul.student_menu li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #0000ff;
}

#student_main label.set_title {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0033ff;
	color: #ffffff;
	font-size: 90%;
}

#student_main input.short_field {
	width: 40px;
	text-align: center;
}

#student_main input.long_field {
	width: 400px;
}

#student_main input.middle_field {
	width: 200px;
}

#student_main input.date_field {
	width: 80px;
	/* text-align: center; */
}

#student_main form#student_data label.title {
	display: inline-block;
	width: 200px;
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
}

#student_main form#student_data label.sample {
	font-size: small;
	color: #0000ff;
	margin: 2px 10px 2px 10px;
}

#student_main form#student_data label.error {
	font-size: 90%;
	color: #ff0000;
	background-color: #ffff00;
}

#student_main form#student_data fieldset.student_mail {
	margin-left: 70px;
	border: solid 1px #0000ff;
	margin-bottom: 5px;
	margin-top: 5px;
}

#student_main form#student_data fieldset.student_mail legend {
	border: solid 1px #0000ff;
	background-color: #ffff99;
	color: #0000ff;
	font-size: 90%;
}

#student_main form#student_data fieldset.student_mail label.title {
	display: inline-block;
	width: 120px;
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
}

#student_main form#student_data label.birth_text {
	font-size: 90%;
}

#student_main form#student_data button.btnParentkey {
	text-decoration: none;
	width: 200px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#student_main form#student_data button.btnParentkey:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#student_main form#student_data button#btn_tokubai_month {
	text-decoration: none;
	width: 50px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#student_main form#student_data button#btn_tokubai_month:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#student_main form#student_data button#send_test_mail {
	text-decoration: none;
	width: 160px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#student_main form#student_data button#send_test_mail:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/points/kojin_main.php */
/* views/points/kojin_detail.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#kojin_main #barcode_area {
	margin-bottom: 15px;
}

#point_edit {
	position: relative;
}

#point_edit #pointSet {
	position: absolute;
	top: 0px;
	width: 300px;
	left: 0px;
	font-size: 90%;
	border: solid 1px #ffcc33;
}

#point_edit table#studentPoints {
	position: relative;
	width: 45%;
	left: 320px;
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: 90%;
}

#point_edit table#studentPoints th {
	text-align: center;
	font-weight: normal;
	border: solid 1px #000000;
}

#point_edit table#studentPoints tr {
	border: solid 1px #000000;
}

#point_edit table#studentPoints td {
	border: solid 1px #000000;
}

#point_edit table#studentPoints td.col_icon {
	width: 30px;
	border-right: none;
}

#point_edit table#studentPoints td.col_title {
	text-align: center;
	border-left: none;
}

#point_edit table#studentPoints td.col_data {
	text-align: right;
	padding-right: 5px;
}

#point_edit table#studentPoints img.show_detail {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#point_edit table#studentPoints img.show_detail:hover {
	cursor: pointer;
}

#point_edit #pointSet label {
	margin-left: 10px;
}

#point_edit #pointSet label#title {
	display: block;
	width: 100%;
	background-color: #ffcc33;
	color: #0000ff;
	text-align: center;
	margin-left: 0px;
}

#point_edit #pointSet input#pointDate {
	width: 100px;
}

#point_edit #pointSet input#pointValue {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

#point_edit #pointSet button#btnPointAdd {
	position: absolute;
	top: 200px;
	display: block;
	margin-left: 100px;
	margin-top: 20px;
	text-decoration: none;
	width: 100px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#point_edit #pointSet button#btnPointAdd:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#point_edit #pointSet button#btnPointChange {
	position: absolute;
	top: 200px;
	display: block;
	margin-left: 100px;
	margin-top: 20px;
	text-decoration: none;
	width: 100px;
	background-color: #ff0033;
	border: solid 1px #0000ff;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#point_edit #pointSet button#btnPointChange:hover {
	cursor: pointer;
	color: #ff0033;
	border: solid 1px #0000ff;
	background-color: #ffff00;
}

#point_edit #pointSet #point_add_message #point_add_message_body {
	background-color: #ccffcc;
	color: #0000ff;
	padding-left: 10px;
	font-size: 90%;
}

#point_edit #point_detail_area {
	position: relative;
}

#point_edit #point_detail_area #point_detail_head {
	margin-left: 40px;
}

#point_edit #point_detail_area img.img_inc_month {
	height: 20px;
	width: 20px;
}

#point_edit #point_detail_area img.img_inc_month:hover {
	cursor: pointer;
}

#point_edit #point_detail_area table#point_detail_table {
	margin-top: 10px;
	margin-left: 40px;
	width: 45%;
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: 90%;
}

#point_edit #point_detail_area table#point_detail_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#point_edit #point_detail_area table#point_detail_table td {
	border: solid 1px #000000;
}

#point_edit #point_detail_area table#point_detail_table td.dates {
	text-align: center;
}

#point_edit #point_detail_area table#point_detail_table td.points {
	text-align: right;
	padding-right: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* /views/points/kaikin_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#kaikin_main {
	position: relative;
	font-size: 90%;
}

#kaikin_main #kaikin_head input.date_input {
	width: 100px;
	text-align: center;
}

#kaikin_main #kaikin_head input#shussekiDays {
	width: 60px;
	text-align: center;
}

#kaikin_main #kaikin_head input#pointAdd {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

#kaikin_main #kaikin_head button#btnDisplay {
	margin-top: 10px;
	margin-left: 40px;
	text-decoration: none;
	width: 80px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#kaikin_main #kaikin_head button#btnDisplay:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#kaikin_main #kaikin_head button#btnAddPoint {
	margin-top: 10px;
	text-decoration: none;
	width: 80px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#kaikin_main #kaikin_head button#btnAddPoint:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* /views/points/kaikin_table.php */
/* /views/points/birthday_table.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#kaikin_main #kaikin_table_area table#kaikin_table,
#kaikin_main #birthday_table_area table#birthday_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	/* width: 100%; */
}

#kaikin_main #kaikin_table_area table#kaikin_table th,
#kaikin_main #birthday_table_area table#birthday_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000099;
	font-weight: normal;
}

#kaikin_main #kaikin_table_area table#kaikin_table th.colA,
#kaikin_main #birthday_table_area table#birthday_table th.colA {
	width: 30px;
}

#kaikin_main #kaikin_table_area table#kaikin_table th.colB,
#kaikin_main #birthday_table_area table#birthday_table th.colB {
	width: 120px;
}

#kaikin_main #kaikin_table_area table#kaikin_table th.colC,
#kaikin_main #birthday_table_area table#birthday_table th.colC {
	width: 30px;
}

#kaikin_main #kaikin_table_area table#kaikin_table th.colD,
#kaikin_main #birthday_table_area table#birthday_table th.colD {
	width: 20px;
}

#kaikin_main #kaikin_table_area table#kaikin_table td,
#kaikin_main #birthday_table_area table#birthday_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#kaikin_main #kaikin_table_area table#kaikin_table td.colD,
#kaikin_main #birthday_table_area table#birthday_table td.colD {
	color: #ff0000;
	font-size: medium;
	font-weight: bold;
}

#kaikin_main #kaikin_table_area table#kaikin_table img.checkOK,
#kaikin_main #birthday_table_area table#birthday_table img.checkOK {
	margin-top: 4px;
	height: 20px;
	width: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/points/clear_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#point_clear_main span#red_text {
	color: #ff0000;
}

#point_clear_main input.dates {
	width: 50px;
	text-align: center;
}

#point_clear_main label#message {
	margin-left: 40px;
	/* padding-left: 10px;
	padding-right: 10px; */
	background-color: #ff0033;
	color: #ffffff;
}

#point_clear_main button#clearCancel {
	margin-top: 20px;
	text-decoration: none;
	width: 100px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#point_clear_main button#clearCancel:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#point_clear_main button#clearNext {
	margin-top: 20px;
	text-decoration: none;
	width: 100px;
	background-color: #ff0033;
	border: solid 1px #0000ff;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#point_clear_main button#clearNext:hover {
	cursor: pointer;
	color: #ff0033;
	border: solid 1px #0000ff;
	background-color: #ffff00;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* /views/points/issei_main */
/* /views/points/issei_select_list */
/* ++++++++++++++++++++++++++++++++++++++ */
#issei_main {
	position: relative;
}

#issei_main fieldset {
	border: solid 1px #0000ff;
}

#issei_main fieldset legend {
	border: solid 1px #0000ff;
	font-size: 90%;
	background-color: #ffccff;
	color: #0000ff;
}

#issei_main #issei_head {
	font-size: 90%;
}

#issei_main label.label_left {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#issei_main #issei_head #point_add {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

#issei_main #issei_head #date_add {
	width: 85px;
	text-align: center;
}

#issei_main #issei_head #btn_add_point {
	margin-top: 10px;
	margin-left: 90px;
	text-decoration: none;
	width: 100px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#issei_main #issei_head #btn_add_point:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#issei_main #btn_clear_select,
#issei_main #btn_select_all {
	text-decoration: none;
	width: 100px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#issei_main #btn_clear_select:hover,
#issei_main #btn_select_all:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#issei_main #selecteds table#issei_selected_table {
	table-layout: fixed;
	width: 100%;
}

#issei_main #selecteds table#issei_selected_table td {
	width: 25%;
	text-align: center;
}

#issei_main #selecteds button.selected_student_button {
	border: none;
	background-color: #f1f1f1;
	width: 95%;
	color: #000000;
	font-size: 90%;
}

#issei_main #selecteds button.selected_student_button:hover {
	background-color: #ffff33;
	color: #0000ff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* /views/students/gessha_main.php */
/* /views/students/gessha_list.php */
/* /views/students/gessha_detail.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#gessha_main {
	position: relative;
}

#gessha_main #gessha_head {
	position: relative;
	margin-bottom: 5px;
}

#gessha_main #gessha_head img#btnLastMonth,
#gessha_main #gessha_head img#btnNextMonth {
	height: 18px;
	width: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#gessha_main #gessha_head img#btnLastMonth:hover,
#gessha_main #gessha_head img#btnNextMonth:hover {
	cursor: pointer;
}

#gessha_main #gessha_head label#labelCurrentMonth {
	font-size: 150%;
	color: #0000ff;
}

#gessha_main #gessha_head #date_head {
	position: absolute;
	top: 5px;
	width: 50%;
	right: 10px;
	font-size: 90%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #ffff66;
	border: 1px solid #ff0000;
}

#gessha_main #gessha_head #date_head input#dateJuryo {
	width: 100px;
	text-align: center;
}

#gessha_main #gessha_head #date_head input#amountJuryo {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

#gessha_main #gessha_list {
	position: relative;
}

#gessha_main #gessha_list table.studentIndex {
	width: 100%;
	table-layout: fixed;
	border: solid 1px #000000;
}

#gessha_main #gessha_list label.studentName {
	display: block;
	height: 20px;
	width: 100px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	text-align: center;
	font-size: 90%;
}

#gessha_main #gessha_list label.studentName:hover {
	background-color: #ffff66;
	cursor: pointer;
}

#gessha_main #gessha_list img.btnShowDetail {
	height: 14px;
	padding-top: 4px;
	width: 14px;
	margin-left: 1px;
}

#gessha_main #gessha_list img.btnShowDetail:hover {
	cursor: pointer;
}

#gessha_main #gessha_list label.labelTableTitle {
	color: #0000ff;
	font-size: 100%;
}

#gessha_main #gessha_list table#tableDetail {
	table-layout: fixed;
	width: 80%;
	border: 1px solid #000000;
	font-size: 90%;
	border-collapse: collapse;
}

#gessha_main #gessha_list table#tableDetail tr,
#gessha_main #gessha_list table#tableDetail td,
#gessha_main #gessha_list table#tableDetail th {
	border: 1px solid #000000;
	border-collapse: collapse;
}

#gessha_main #gessha_list table#tableDetail th {
	background-color: #ffff66;
}

#gessha_main #gessha_list table#tableDetail td {
	text-align: center;
}

#gessha_main #gessha_list button#btnCloseDetail {
	display: inline-block;
	margin: 5px 10px 5px 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 25px;
	color: #000099;
	background: #ff99ff;
	border: solid 1px #ff00ff;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#gessha_main #gessha_list button#btnCloseDetail:hover {
	background: #ff00ff;
	color: #ffffff;
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/gakunen_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#gakunen_main {
	position: relative;
}

#gakunen_main button#refreshAllGakunen {
	margin-top: 10px;
	margin-left: 90px;
	text-decoration: none;
	width: 160px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#gakunen_main button#refreshAllGakunen:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#gakunen_main label#error_exsist {
	display: inline-block;
	margin-top: 10px;
	margin-left: 90px;
	color: #ff0033;
	background-color: #ffff00;
	font-size: 90%;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/yoyaku_main.php */
/* views/students/yoyaku_head.php */
/* views/students/yoyaku_list.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#yoyaku_main {
	position: relative;
	font-size: 90%;
}

#yoyaku_main #yoyaku_head label.title {
	display: inline-block;
	width: 120px;
	padding-right: 5px;
	text-align: right;
}

#yoyaku_main #yoyaku_head input#shoribi {
	width: 85px;
	text-align: center;
}

#yoyaku_main #yoyaku_head label#shuzan_old,
#yoyaku_main #yoyaku_head label#annzan_old {
	display: inline-block;
	width: 80px;
	text-align: center;
	color: #0000ff;
	background-color: #ffffcc;
}

#yoyaku_main #yoyaku_head button#btn_set_yoyaku {
	margin-top: 10px;
	margin-left: 100px;
	text-decoration: none;
	width: 100px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#yoyaku_main #yoyaku_head button#btn_set_yoyaku:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#yoyaku_main table#yoyaku_table {
	table-layout: fixed;
	margin-left: 20px;
	border-collapse: collapse;
	border: solid 1px #0000ff;
}

#yoyaku_main table#yoyaku_table th {
	font-weight: normal;
	border: solid 1px #0000ff;
	border-collapse: collapse;
}

#yoyaku_main table#yoyaku_table th.colA {
	width: 20px;
}

#yoyaku_main table#yoyaku_table th.colB,
#yoyaku_main table#yoyaku_table th.colC {
	width: 100px;
}

#yoyaku_main table#yoyaku_table th.colD,
#yoyaku_main table#yoyaku_table th.colMark {
	width: 80px;
}

#yoyaku_main table#yoyaku_table td {
	border: solid 1px #0000ff;
	border-collapse: collapse;
	text-align: center;
}

#yoyaku_main table#yoyaku_table img.btn_del_yoyaku {
	margin-top: 4px;
	height: 20px;
	width: 20px;
}

#yoyaku_main table#yoyaku_table td.colMark {
	color: #0000ff;
	background-color: #ffffcc;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* view/users/rules.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#rules {
	width: 95%;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #0000ff;
}

label#rulesMustRead {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0000ff;
	font-size: large;
}

label#agreement {
	display: inline-block;
	height: 40px;
	width: 90%;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffff00;
	background-color: #ff0033;
	font-size: x-large;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/parents/parents_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#parents_main {
	position: relative;
	/* font-size: 90%; */
}

#parents_main #parents_current {
	background-color: #ff99ff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#parents_main #parents_current label#current {
	margin-left: 20px;
	font-size: 100%;
	color: #000099;
}

#parents_main #parents_current button#btn_refresh_current_number {
	margin-left: 40px;
	margin-right: 40px;
	text-decoration: none;
	width: 60px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#parents_main #parents_current button#btn_refresh_current_number:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#parents_main input#birth {
	width: 40px;
}

#parents_main label.sample {
	color: #0000ff;
	font-size: 90%;
}

#parents_main input.parentkeys {
	width: 60px;
}

#parents_main button#btn_parents_login {
	margin-top: 10px;
	margin-left: 40px;
	text-decoration: none;
	width: 100px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#parents_main button#btn_parents_login:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#parents_main ul.parent_menu {
	display: table;
	table-layout: fixed;
	width: 95%;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-block-start: 5px;
	margin-block-end: 5px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 5px;
}

#parents_main ul.parent_menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #ccffcc;
	border-left: 1px solid #ffffff;
}

#parents_main ul.parent_menu li:hover {
	background-color: #ccff33;
}

#parents_main ul.parent_menu li:first-child {
	border: none;
}

#parents_main ul.parent_menu li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #0000ff;
}

#parents_main label.set_title {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0033ff;
	color: #ffffff;
	font-size: 90%;
}

#parents_main label.title {
	display: inline-block;
	width: 120px;
	margin-left: 40px;
	margin-bottom: 2px;
	padding-right: 5px;
	background-color: #ffff99;
	text-align: right;
}

#parents_main fieldset.student_mail label.title {
	display: inline-block;
	width: 120px;
	margin-left: 20px;
	margin-bottom: 2px;
	padding-right: 5px;
	background-color: #ffff99;
	text-align: right;
}

#parents_main input.mail_address {
	width: 400px;
	font-size: large;
}

#parents_main button.btnParentkey {
	text-decoration: none;
	width: 200px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#parents_main button.btnParentkey:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#parents_main button#send_test_mail {
	text-decoration: none;
	margin-left: 20px;
	width: 160px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#parents_main button#send_test_mail:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#parents_main button.btn_close_parent {
	width: 140px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#parents_main button.btn_close_parent:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#parents_main button.btn_save_parent {
	width: 80px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#parents_main button.btn_save_parent:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

#parents_main table#nonyuTable {
	width: 50%;
	margin-left: 40px;
	border: solid 1px #000000;
	border-collapse: collapse;
}

#parents_main table#nonyuTable tr,
#parents_main table#nonyuTable td,
#parents_main table#nonyuTable th {
	border: solid 1px #000000;
	border-collapse: collapse;
}

#parents_main table#nonyuTable th {
	font-weight: normal;
}

#parents_main table#nonyuTable td {
	font-size: 80%;
	text-align: center;
}

#parents_main p#schoolMsg {
	height: 230px;
	width: 320px;
	position: relative;
	top: 0px;
	left: 40px;
	background-image: url("../img/f00115.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -15px;
	padding: 30px 20px 30px 20px;
	font-size: 95%;
	line-height: 1.2em;
}

#parents_main fieldset#attendShowHead {
	width: 495px;
	margin-left: 40px;
	border: none;
}

#parents_main fieldset#attendShowHead input.dates {
	width: 80px;
	text-align: center;
}

#parents_main table#attend_table {
	width: 50%;
	margin-left: 40px;
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
}

#parents_main table#attend_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000099;
	color: #ffffff;
	font-weight: normal;
}

#parents_main table#attend_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#parents_main button#btn_disp_attend {
	width: 80px;
	margin-left: 20px;
	background-color: #ccff99;
	border: solid 1px #006600;
	color: #0000ff;
	border-radius: 5px 5px 5px 5px;
}

#parents_main button#btn_disp_attend:hover {
	cursor: pointer;
	color: #ccff99;
	border: solid 1px #006600;
	background-color: #0000ff;
}

#parents_main button.btn_pagetop {
	width: 120px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#parents_main button.btn_pagetop:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/record_attend_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#attend_main {
	position: relative;
}

#attend_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#attend_main input.dates {
	width: 80px;
	text-align: center;
}

#attend_main #attendShowHead button#btn_display {
	position: absolute;
	left: 350px;
	top: 70px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#attend_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#attend_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 450px;
	top: 70px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#attend_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#attend_main #save_message_area {
	font-size: 90%;
	height: 25px;
}

#attend_main table#attend_table {
	font-size: 90%;
	width: 50%;
	margin-left: 40px;
	table-layout: fixed;
	border: solid 1px #000000;
	word-wrap: break-word;
	border-collapse: collapse;
}

#attend_main table#attend_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#attend_main table#attend_table img.btnEdit {
	margin-top: 2px;
	height: 20px;
	width: 20px;
}

#attend_main table#attend_table th.colA {
	width: 30px;
}

#attend_main table#attend_table th.colB {
	width: 80px;
}

#attend_main table#attend_table th.colC,
#attend_main table#attend_table th.colD {
	width: 40px;
}

#attend_main table#attend_table td {
	border: solid 1px #000000;
	text-align: center;
}

#attend_main table#attend_table td.colD {
	text-align: right;
	padding-right: 5px;
}

#attend_main table#attend_edit {
	table-layout: fixed;
	margin-left: 40px;
}

#attend_main table#attend_edit td.colA {
	width: 65px;
}

#attend_main table#attend_edit td.coB {
	width: 250px;
}

#attend_main table#attend_edit td.coC {
	width: 200px;
}

#attend_main table#attend_edit label#message_edit {
	color: #ff0000;
	font-size: 90%;
}

#attend_main table#attend_edit select#mode_edit {
	display: inline-block;
	height: 30px;
	background-color: #ccffff;
}

#attend_main table#attend_edit button#btn_save_edit {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 20px;
}

#attend_main table#attend_edit button#btn_save_edit:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#attend_main table#attend_edit button#btn_clear_taijo {
	width: 100px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#attend_main table#attend_edit button#btn_clear_taijo:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#save_message.OK {
	color: #000000;
	background-color: #99ff00;
	margin: 0px;
}

#save_message.NG {
	color: yellow;
	background-color: #ff3300;
	margin: 0px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/record_hibetsu_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#hibetsu_main {
	position: relative;
}

#hibetsu_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#hibetsu_main input.dates {
	width: 80px;
	text-align: center;
}

#hibetsu_main #attendShowHead button#btn_display {
	position: absolute;
	left: 500px;
	top: 70px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#hibetsu_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#hibetsu_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 600px;
	top: 70px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#hibetsu_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#hibetsu_main table#hibetsu_table {
	font-size: 90%;
	/* width: 70%; */
	margin-left: 40px;
	margin-top: 10px;
	table-layout: fixed;
	border: solid 1px #000000;
	word-wrap: break-word;
	border-collapse: collapse;
}

#hibetsu_main table#hibetsu_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#hibetsu_main table#hibetsu_table th.colA {
	width: 160px;
}

#hibetsu_main table#hibetsu_table th.colB {
	width: 100px;
}

#hibetsu_main table#hibetsu_table th.colC,
#hibetsu_main table#hibetsu_table th.colD {
	width: 60px;
}

#hibetsu_main table#hibetsu_table td {
	border: solid 1px #000000;
	text-align: center;
}

#hibetsu_main table#hibetsu_table td.colA {
	text-align: left;
	padding-left: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/record_shusseki_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#shusseki_main {
	position: relative;
}

#shusseki_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#shusseki_main input.dates {
	width: 80px;
	text-align: center;
}

#shusseki_main #attendShowHead button#btn_display {
	position: absolute;
	left: 600px;
	top: 70px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#shusseki_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#shusseki_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 700px;
	top: 70px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#shusseki_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#shusseki_main #shusseki_table_area table#shusseki_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	margin-top: 10px;
}

#shusseki_main #shusseki_table_area table#shusseki_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000099;
	font-weight: normal;
}

#shusseki_main #shusseki_table_area table#shusseki_table th.colB {
	width: 160px;
}

#shusseki_main #shusseki_table_area table#shusseki_table th.colC {
	width: 60px;
}

#shusseki_main #shusseki_table_area table#shusseki_table th.colD {
	width: 20px;
}

#shusseki_main #shusseki_table_area table#shusseki_table th.colE {
	width: 30px;
}

#shusseki_main #shusseki_table_area table#shusseki_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#shusseki_main #shusseki_table_area table#shusseki_table td.colC {
	text-align: right;
	padding-right: 5px;
}

#shusseki_main #shusseki_table_area table#shusseki_table td.colD {
	color: #ff0000;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

#shusseki_main #shusseki_table_area table#shusseki_table td.colE {
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: right;
	padding-right: 2px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/record_sskrank_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#sskrank_main {
	position: relative;
}

#sskrank_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#sskrank_main input.dates {
	width: 80px;
	text-align: center;
}

#sskrank_main #attendShowHead button#btn_display {
	position: absolute;
	left: 400px;
	top: 70px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#sskrank_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#sskrank_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 500px;
	top: 70px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#sskrank_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#sskrank_main #sskrank_table_area table#sskrank_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 40px;
}

#sskrank_main #sskrank_table_area table#sskrank_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000099;
	font-weight: normal;
}

#sskrank_main #sskrank_table_area table#sskrank_table th.colA {
	width: 160px;
}

#sskrank_main #sskrank_table_area table#sskrank_table th.colB {
	width: 100px;
}

#sskrank_main #sskrank_table_area table#sskrank_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#sskrank_main #sskrank_table_area table#sskrank_table td.colB {
	text-align: right;
	padding-right: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/points/point_ichiran_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#point_ichiran_main {
	position: relative;
}

#point_ichiran_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#point_ichiran_main input.dates {
	width: 80px;
	text-align: center;
}

#point_ichiran_main #attendShowHead button#btn_display {
	position: absolute;
	left: 400px;
	top: 80px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#point_ichiran_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#point_ichiran_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 500px;
	top: 80px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#point_ichiran_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#point_ichiran_main #point_ichiran_table_area table#point_ichiran_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 40px;
}

#point_ichiran_main #point_ichiran_table_area table#point_ichiran_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000099;
	font-weight: normal;
}

#point_ichiran_main
	#point_ichiran_table_area
	table#point_ichiran_table
	th.colA {
	width: 160px;
}

#point_ichiran_main
	#point_ichiran_table_area
	table#point_ichiran_table
	th.colB {
	width: 120px;
}

#point_ichiran_main #point_ichiran_table_area table#point_ichiran_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#point_ichiran_main
	#point_ichiran_table_area
	table#point_ichiran_table
	td.colB {
	text-align: right;
	padding-right: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/record_contact_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#contact_main {
	position: relative;
}

#contact_main label.title {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#contact_main #attendShowHead button#btn_display {
	position: absolute;
	left: 550px;
	top: 40px;
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
}

#contact_main #attendShowHead button#btn_display:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#contact_main #attendShowHead button#btn_csv {
	position: absolute;
	left: 650px;
	top: 40px;
	width: 80px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
}

#contact_main #attendShowHead button#btn_csv:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#contact_main #contact_table_area table#contact_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	width: 100%;
	margin-top: 10px;
}

#contact_main #contact_table_area table#contact_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000099;
	color: #ffffff;
	font-weight: normal;
}

#contact_main #contact_table_area table#contact_table td {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/students/search_address_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#search_main {
	position: relative;
}

#search_main label.title {
	display: inline-block;
	margin-left: 10px;
	width: 120px;
	padding-right: 5px;
	text-align: right;
	font-size: 90%;
}

#search_main #search_head button#btn_search {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 10px;
}

#search_main #search_head button#btn_search:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#search_main #search_result_area table#search_result_table {
	border: solid 1px #660000;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 90%;
	width: 100%;
	margin-top: 10px;
}

#search_main #search_result_area table#search_result_table th {
	border: solid 1px #660000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000099;
	color: #ffffff;
	font-weight: normal;
}

#search_main #search_result_area table#search_result_table th.name {
	width: 140px;
}

#search_main #search_result_area table#search_result_table th.yuko {
	width: 40px;
}

#search_main #search_result_area table#search_result_table td {
	border: solid 1px #660000;
}

#search_main #search_result_area table#search_result_table td.name {
	text-align: center;
}

#search_main #search_result_area table#search_result_table td.address {
	padding-left: 5px;
}

#search_main #search_result_area table#search_result_table td.yuko {
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/order_iccard_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#select_area {
	position: relative;
}

#select_area table#input_amounts {
	table-layout: fixed;
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#select_area table#input_amounts th {
	font-weight: normal;
	border: solid 1px #000000;
}

#select_area table#input_amounts th.colB {
	width: 60px;
}

#select_area table#input_amounts th.colC {
	width: 100px;
}

#select_area table#input_amounts th.colD {
	width: 100px;
}

#select_area table#input_amounts th.colE {
	width: 100px;
}

#select_area table#input_amounts img.item_picutures {
	width: 200px;
	margin-left: 60px;
}

#select_area table#input_amounts img#designB {
	background-color: #fff100;
	margin-left: 10px;
}

#select_area table#input_amounts div#card_design_select {
	margin-left: 60px;
	margin-bottom: 0px;
}

#select_area table#input_amounts div#card_design_select label#label_design_a {
	display: inline-block;
	width: 200px;
}

#select_area table#input_amounts div#card_design_select label#label_design_b {
	display: inline-block;
	width: 260px;
}

#select_area table#input_amounts td {
	border: solid 1px #000000;
}

#select_area table#input_amounts td.colB {
	text-align: center;
}

#select_area table#input_amounts td.colC {
	text-align: right;
	padding-right: 10px;
}

#select_area table#input_amounts td.colD {
	text-align: right;
	padding-right: 5px;
}

#select_area table#input_amounts td.colE {
	text-align: right;
	padding-right: 10px;
}

#select_area table#input_amounts input.amounts {
	width: 50px;
	text-align: center;
	margin-right: 5px;
}

#select_area table#input_amounts label.item_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#select_area table#input_amounts td.colA p {
	margin-left: 60px;
}

#select_area table#input_amounts div#color_selects {
	margin-left: 280px;
	margin-top: 10px;
}

#select_area table#input_amounts label.color_select {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	color: #000000;
}

#select_area table#input_amounts label.color_select:hover {
	cursor: pointer;
}

#select_area table#input_amounts label#color_select_01 {
	background-color: #e60012;
}

#select_area table#input_amounts label#color_select_02 {
	background-color: #f39800;
}

#select_area table#input_amounts label#color_select_03 {
	background-color: #fff100;
}

#select_area table#input_amounts label#color_select_04 {
	background-color: #8fc31f;
}

#select_area table#input_amounts label#color_select_05 {
	background-color: #009944;
}

#select_area table#input_amounts label#color_select_06 {
	background-color: #009e96;
}

#select_area table#input_amounts label#color_select_07 {
	background-color: #00a0e9;
}

#select_area table#input_amounts label#color_select_08 {
	background-color: #0068b7;
}

#select_area table#input_amounts label#color_select_09 {
	background-color: #1d2088;
}

#select_area table#input_amounts label#color_select_10 {
	background-color: #920783;
}

#select_area table#input_amounts label#color_select_11 {
	background-color: #e4007f;
}

#select_area table#input_amounts label#color_select_12 {
	background-color: #e5004f;
}

#select_area img#btn_konyu {
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#select_area img#btn_konyu:hover {
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/order_namestickers_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#select_area {
	position: relative;
}

#select_area p#stickers {
	font-size: 80%;
}

#select_area p#stickers span.stickerPrice {
	background-color: #ffff33;
	color: #0000ff;
}

#select_area p#stickers span.btnspan {
	background-color: #99ffff;
}

#select_area form#form_stickers input#attachs {
	margin-left: 40px;
}

#select_area form#form_stickers label.title {
	font-size: 90%;
	margin-left: 40px;
}

#select_area form#form_stickers input#amount {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 60px;
	text-align: center;
}

#select_area form#form_stickers button#btn_order_stickers {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 40px;
}

#select_area form#form_stickers button#btn_order_stickers:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#select_area table#itemImages td {
	text-align: center;
}

#select_area table#itemImages label.itemTitle {
	font-size: 80%;
	color: #0000ff;
}

#select_area table#itemImages img.sticker_images {
	height: 150px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/genpkey_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#genpkey_main {
	position: relative;
	font-size: 90%;
}

#genpkey_main label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#genpkey_main button.btn_parentkey {
	text-decoration: none;
	width: 160px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 160px;
}

#genpkey_main button.btn_parentkey:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#genpkey_main label.title {
	display: inline-block;
	margin-left: 40px;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#genpkey_main input#order_date {
	width: 85px;
	text-align: center;
}

#genpkey_main button#btn_show_order {
	width: 100px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#genpkey_main button#btn_show_order:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#genpkey_main table#order_select_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 40px;
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#genpkey_main table#order_select_table th {
	font-weight: normal;
	border: solid 1px #000000;
}

#genpkey_main table#order_select_table th.colA {
	width: 30px;
}

#genpkey_main table#order_select_table th.colB {
	width: 85px;
}

#genpkey_main table#order_select_table th.colC {
	width: 85px;
}

#genpkey_main table#order_select_table th.colD {
	width: 85px;
}

#genpkey_main table#order_select_table th.colF {
	width: 100px;
}

#genpkey_main table#order_select_table th.colG {
	width: 80px;
}

#genpkey_main table#order_select_table th.colH {
	width: 80px;
}

#genpkey_main table#order_select_table th.colI {
	width: 80px;
}

#genpkey_main table#order_select_table th.colJ {
	width: 30px;
}

#genpkey_main table#order_select_table td {
	border: solid 1px #000000;
}

#genpkey_main table#order_select_table td.colB,
#genpkey_main table#order_select_table td.colC,
#genpkey_main table#order_select_table td.colD,
#genpkey_main table#order_select_table td.colF,
#genpkey_main table#order_select_table td.colI {
	text-align: center;
}

#genpkey_main table#order_select_table td.colG,
#genpkey_main table#order_select_table td.colH {
	text-align: right;
	padding-right: 10px;
}

#genpkey_main table#order_select_table img.select_btn,
#genpkey_main table#order_select_table img.proceed_btn {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#genpkey_main table#order_select_table img.select_btn:hover,
#genpkey_main table#order_select_table img.proceed_btn:hover {
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/nearing_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#nearing_main {
	position: relative;
	font-size: 90%;
}

#nearing_main #nearing_head {
	margin-left: 20px;
}

#nearing_main #nearing_head img.selectBtn {
	height: 20px;
	width: 20px;
}

#nearing_main #nearing_head img.selectBtn:hover {
	cursor: pointer;
}

#nearing_main #nearing_head button#btn_send_mail {
	text-decoration: none;
	width: 180px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 40px;
}

#nearing_main #nearing_head button#btn_send_mail:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#nearing_main table#nearing_user_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 40px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#nearing_main table#nearing_user_table th {
	font-weight: normal;
	border: solid 1px #000000;
}

#nearing_main table#nearing_user_table th.colA {
	width: 30px;
}

#nearing_main table#nearing_user_table th.colB {
	width: 85px;
}

#nearing_main table#nearing_user_table th.colD {
	width: 100px;
}

#nearing_main table#nearing_user_table th.colE {
	width: 120px;
}

#nearing_main table#nearing_user_table th.colF {
	width: 80px;
}

#nearing_main table#nearing_user_table td {
	border: solid 1px #000000;
}

#nearing_main table#nearing_user_table td.colA {
	text-align: center;
}

#nearing_main table#nearing_user_table td.colB {
	text-align: center;
}

#nearing_main table#nearing_user_table td.colC {
	text-align: left;
	padding-left: 5px;
}

#nearing_main table#nearing_user_table td.colD {
	text-align: center;
}

#nearing_main table#nearing_user_table td.colE {
	text-align: center;
}

#nearing_main table#nearing_user_table td.colF {
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/confirm_expire_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#confirm_main {
	position: relative;
}

#confirm_main p#confirm_head {
	display: inline-block;
	width: 25em;
	margin-left: 40px;
	color: #3300ff;
	background-color: #ffffcc;
	padding-left: 10px;
	padding-right: 10px;
}

#confirm_main #notices {
	margin-left: 40px;
}

#confirm_main #notices label.title {
	display: inline-block;
	width: 160px;
	text-align: right;
	padding-right: 10px;
}

#confirm_main #notices label.data {
	display: inline-block;
	width: 100px;
	text-align: center;
}

#confirm_main button#confirmOK {
	text-decoration: none;
	width: 160px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 40px;
}

#confirm_main button#confirmOK:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#confirm_main button#confirmNG {
	text-decoration: none;
	width: 160px;
	height: 24px;
	color: #006600;
	background-color: #ffccff;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 20px;
}

#confirm_main button#confirmNG:hover {
	cursor: pointer;
	color: #ffff00;
	background-color: #ff33ff;
	border: solid 1px #006600;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/set_segment_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#set_expire_main {
	position: relative;
	font-size: 90%;
}

#set_expire_main label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#set_expire_main #set_expire_head label.title {
	display: inline-block;
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

#set_expire_main #set_expire_head label.data {
	display: inline-block;
	width: 300px;
	font-size: 92%;
	padding-left: 15px;
}

#set_expire_main #set_expire_head input.data {
	/* display: inline-block; */
	font-size: 100%;
	width: 100px;
	text-align: center;
}

#set_expire_main #set_expire_head button#btnOK {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 120px;
	margin-top: 10px;
}

#set_expire_main #set_expire_head button#btnOK:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#set_expire_main table#expire_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 40px;
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#set_expire_main table#expire_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#set_expire_main table#expire_table th.colA {
	width: 30px;
}

#set_expire_main table#expire_table th.colB {
	width: 85px;
}

#set_expire_main table#expire_table th.colD {
	width: 100px;
}

#set_expire_main table#expire_table th.colE {
	width: 95px;
}

#set_expire_main table#expire_table th.colF {
	width: 80px;
}

#set_expire_main table#expire_table th.colG {
	width: 80px;
}

#set_expire_main table#expire_table td {
	border: solid 1px #000000;
}

#set_expire_main table#expire_table td.colB {
	text-align: center;
}

#set_expire_main table#expire_table td.colC {
	padding-left: 5px;
}

#set_expire_main table#expire_table td.colD,
#set_expire_main table#expire_table td.colE,
#set_expire_main table#expire_table td.colF,
#set_expire_main table#expire_table td.colG {
	text-align: center;
}

#set_expire_main table#expire_table img.selectBtn {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#set_expire_main table#expire_table img.selectBtn:hover {
	cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/set_segment_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#set_segment_main {
	position: relative;
	font-size: 90%;
}

#set_segment_main label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#set_segment_main #set_segment_head label.title {
	display: inline-block;
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

#set_segment_main #set_segment_head label.data {
	/* display: inline-block;
	width: 200px; */
	padding-left: 10px;
}

#set_segment_main #set_segment_head select#new_kubun {
	margin-left: 10px;
}

#set_segment_main #set_segment_head button#btnOK {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 120px;
	margin-top: 10px;
}

#set_segment_main #set_segment_head button#btnOK:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#set_segment_main table#segment_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 40px;
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#set_segment_main table#segment_table th {
	border: solid 1px #000000;
	font-weight: normal;
}

#set_segment_main table#segment_table th.colA {
	width: 30px;
}

#set_segment_main table#segment_table th.colB {
	width: 85px;
}

#set_segment_main table#segment_table th.colD {
	width: 100px;
}

#set_segment_main table#segment_table th.colE {
	width: 95px;
}

#set_segment_main table#segment_table th.colF {
	width: 80px;
}

#set_segment_main table#segment_table td {
	border: solid 1px #000000;
}

#set_segment_main table#segment_table td.colB {
	text-align: center;
}

#set_segment_main table#segment_table td.colC {
	padding-left: 5px;
}

#set_segment_main table#segment_table td.colD,
#set_segment_main table#segment_table td.colE,
#set_segment_main table#segment_table td.colF {
	text-align: center;
}

#set_segment_main table#segment_table img.selectBtn {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

#set_segment_main table#segment_table img.selectBtn:hover {
	cursor: pointer;
}

#set_segment_main button#btn_refresh_segment_table {
	width: 100px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
}

#set_segment_main button#btn_refresh_segment_table:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/count_user_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#count_user_main {
	position: relative;
	font-size: 90%;
}

#count_user_main #count_user_head img.btn_years {
	width: 20px;
	height: 20px;
}

#count_user_main #count_user_head img.btn_years:hover {
	cursor: pointer;
}

#count_user_main table#count_user_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#count_user_main table#count_user_table th {
	border: solid 1px #000000;
	background-color: #000066;
	color: #ffffff;
	font-weight: normal;
}

#count_user_main table#count_user_table th.colB {
	width: 140px;
}

#count_user_main table#count_user_table td {
	border: solid 1px #000000;
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/user_list_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#user_list_main {
	position: relative;
	font-size: 90%;
}

#user_list_main label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}
#user_list_main #user_search {
	position: absolute;
	top: 20px;
	right: 20px;
}
#user_list_main #user_search button#btn_user_search {
	width: 60px;
	background-color: #ccffff;
	border: solid 1px #3300ff;
	border-radius: 5px 5px 5px 5px;
}
#user_list_main #user_search button#btn_user_search:hover {
	cursor: pointer;
}
#user_list_main #user_search button#btn_user_csv {
	width: 60px;
	background-color: #ccffff;
	border: solid 1px #3300ff;
	border-radius: 5px 5px 5px 5px;
}
#user_list_main #user_search button#btn_user_csv:hover {
	cursor: pointer;
}
#user_list_main table#user_list_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #000000;
	margin-bottom: 10px;
}

#user_list_main table#user_list_table th {
	border: solid 1px #000000;
	font-weight: normal;
	background-color: #000099;
	color: #ffffff;
}

#user_list_main table#user_list_table th.colA {
	width: 40px;
}

#user_list_main table#user_list_table th.colB {
	width: 85px;
}

#user_list_main table#user_list_table th.colD {
	width: 160px;
}

#user_list_main table#user_list_table th.colE {
	width: 100px;
}

#user_list_main table#user_list_table th.colF {
	width: 80px;
}

#user_list_main table#user_list_table th.colG {
	width: 80px;
}

#user_list_main table#user_list_table th.colH {
	width: 40px;
}

#user_list_main table#user_list_table th.colI {
	width: 20px;
}

#user_list_main table#user_list_table td {
	text-align: center;
	border: solid 1px #000000;
}

#user_list_main table#user_list_table td.colC {
	text-align: left;
	padding-left: 5px;
}

#user_list_main table#user_detail_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#user_list_main table#user_detail_table th {
	border: solid 1px #000000;
	font-weight: normal;
	background-color: #000099;
	color: #ffffff;
}

#user_list_main table#user_detail_table th.colA {
	width: 150px;
}

#user_list_main table#user_detail_table th.colC {
	width: 150px;
}

#user_list_main table#user_detail_table th.colD {
	width: 200px;
}

#user_list_main table#user_detail_table td {
	text-align: center;
	border: solid 1px #000000;
}

#user_list_main table#user_detail_table td.heads {
	background-color: #000099;
	color: #ffffff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/users/startup_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#startup_main {
	position: relative;
}

#startup_main button#btn_next {
	text-decoration: none;
	width: 160px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 20px;
	margin-top: 10px;
}

#startup_main button#btn_next:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/sendmail_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#adminmail_main {
	position: relative;
	font-size: 90%;
}

#adminmail_main label.div_title {
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #99ccff;
}

#adminmail_main #user_list_main {
	width: 90%;
	margin-left: 40px;
}

#adminmail_main label#label_count {
	display: inline-block;
	margin-left: 80px;
}

#adminmail_main button.btn_select_all {
	width: 100px;
	height: 24px;
	background-color: #ffccff;
	border: solid 1px #006600;
	color: #006600;
	border-radius: 5px 5px 5px 5px;
	margin-left: 80px;
	margin-bottom: 2px;
}

#adminmail_main button.btn_select_all:hover {
	cursor: pointer;
	color: #ffff00;
	border: solid 1px #006600;
	background-color: #ff33ff;
}

#adminmail_main ul.mail_menu {
	display: table;
	table-layout: fixed;
	width: 50%;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-block-start: 10px;
	margin-block-end: 10px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 10px;
}

#adminmail_main ul.mail_menu li {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
	text-align: center;
	background-color: #99ccff;
	border-left: 5px solid #ffffff;
}

#adminmail_main ul.mail_menu li:hover {
	background-color: #ccff33;
}

#adminmail_main ul.mail_menu li:first-child {
	border: none;
}

#adminmail_main ul.mail_menu li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #0000ff;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/set_value_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#set_value_main {
	position: relative;
	font-size: 90%;
}

#set_value_main label.title {
	display: inline-block;
	margin-left: 40px;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

#set_value_main input#f01 {
	width: 40px;
	text-align: center;
}

#set_value_main input#f02 {
	width: 100px;
}

#set_value_main button#btn_exec {
	text-decoration: none;
	width: 80px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 80px;
	margin-top: 10px;
}

#set_value_main button#btn_exec:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/check_gamen_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#check_gamen_main {
	position: relative;
	font-size: 90%;
}

#check_gamen_main img.selectBtn {
	height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-top: 2px;
}

#check_gamen_main img.selectBtn:hover {
	cursor: pointer;
}

#check_gamen_main table#check_gamen_user_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 40px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#check_gamen_main table#check_gamen_user_table th {
	font-weight: normal;
	border: solid 1px #000000;
}

#check_gamen_main table#check_gamen_user_table th.colA {
	width: 30px;
}

#check_gamen_main table#check_gamen_user_table th.colB {
	width: 85px;
}

#check_gamen_main table#check_gamen_user_table th.colD {
	width: 160px;
}

#check_gamen_main table#check_gamen_user_table td {
	border: solid 1px #000000;
}

#check_gamen_main table#check_gamen_user_table td.colB {
	text-align: center;
}

#check_gamen_main table#check_gamen_user_table td.colC {
	text-align: left;
	padding-left: 5px;
}

#check_gamen_main table#check_gamen_user_table td.colD {
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/check_misoushin_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#check_misoushin_main {
	position: relative;
	font-size: 90%;
}

#check_misoushin_main img.selectBtn {
	height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-top: 2px;
}

#check_misoushin_main img.selectBtn:hover {
	cursor: pointer;
}

#check_misoushin_main table#misoushin_mail_table {
	table-layout: fixed;
	width: 90%;
	margin-left: 20px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#check_misoushin_main table#misoushin_mail_table th {
	font-weight: normal;
	border: solid 1px #000000;
}

#check_misoushin_main table#misoushin_mail_table th.colA {
	width: 30px;
}

#check_misoushin_main table#misoushin_mail_table th.colB {
	width: 100px;
}

#check_misoushin_main table#misoushin_mail_table td {
	border: solid 1px #000000;
}

#check_misoushin_main #mail_detail_area {
	border: solid 1px #000000;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 90%;
}

#check_misoushin_main #mail_detail_area label.title {
	display: inline-block;
	margin-left: 20px;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	color: #0000ff;
}

#check_misoushin_main #mail_detail_area label.data {
	margin-left: 10px;
}

#check_misoushin_main #mail_detail_area textarea.data {
	margin-left: 150px;
	border: none;
	background-color: #f1f1f1;
}

#check_misoushin_main #mail_detail_area button#delete_btn {
	text-decoration: none;
	width: 160px;
	height: 24px;
	color: #0000ff;
	background-color: #ccff99;
	border: solid 1px #006600;
	border-radius: 5px 5px 5px 5px;
	transition: 0.4s;
	margin-left: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#check_misoushin_main #mail_detail_area button#delete_btn:hover {
	cursor: pointer;
	color: #ccff99;
	background-color: #0000ff;
	border: solid 1px #006600;
}

#sid_match_main {
	position: relative;
	font-size: 90%;
}

#sid_match_main #sid_match_matchdata {
	position: relative;
	width: 100%;
}

#sid_match_main #sid_match_matchdata table#back td {
	vertical-align: top;
}

#sid_match_main #sid_match_matchdata table#points {
	width: 240px;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#sid_match_main #sid_match_matchdata table#points2 {
	width: 240px;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#sid_match_main #sid_match_matchdata table#points th,
#sid_match_main #sid_match_matchdata table#points2 th {
	font-weight: normal;
	border: solid 1px #000000;
}

#sid_match_main #sid_match_matchdata table#points th.colA,
#sid_match_main #sid_match_matchdata table#points2 th.colA {
	width: 30px;
}

#sid_match_main #sid_match_matchdata table#points th.colB,
#sid_match_main #sid_match_matchdata table#points2 th.colB {
	width: 40px;
}

#sid_match_main #sid_match_matchdata table#points th.colC,
#sid_match_main #sid_match_matchdata table#points2 th.colC {
	width: 80px;
}

#sid_match_main #sid_match_matchdata table#points th.colD,
#sid_match_main #sid_match_matchdata table#points2 th.colD {
	width: 90px;
}

#sid_match_main #sid_match_matchdata table#points td,
#sid_match_main #sid_match_matchdata table#points2 td {
	border: solid 1px #000000;
	text-align: center;
}

#sid_match_main #sid_match_matchdata table#attends {
	width: 310px;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #000000;
}

#sid_match_main #sid_match_matchdata table#attends th {
	font-weight: normal;
	border: solid 1px #000000;
}

#sid_match_main #sid_match_matchdata table#attends th.colA {
	width: 30px;
}

#sid_match_main #sid_match_matchdata table#attends th.colB {
	width: 140px;
}

#sid_match_main #sid_match_matchdata table#attends th.colC {
	width: 60px;
}

#sid_match_main #sid_match_matchdata table#attends th.colD {
	width: 80px;
}

#sid_match_main #sid_match_matchdata table#attends td {
	border: solid 1px #000000;
	text-align: center;
}

#issei_point_main {
	position: relative;
	font-size: 90%;
}

#issei_point_main table#issei_point_candidate {
	border-collapse: collapse;
	border: solid 1px #000000;
}

#issei_point_main table#issei_point_candidate th {
	font-weight: normal;
	border: solid 1px #000000;
}

#issei_point_main table#issei_point_candidate td {
	border: solid 1px #000000;
}
/* ++++++++++++++++++++++++++++++++++++++ */
/* views/admins/mail_records_main.php */
/* ++++++++++++++++++++++++++++++++++++++ */
#mail_records_main {
	position: relative;
	font-size: 90%;
}
#mail_records_main table#mail_records_table {
	width: 90%;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #000000;
}
#mail_records_main table#mail_records_table th {
	font-weight: normal;
	border: solid 1px #000000;
}
#mail_records_main table#mail_records_table td {
	border: solid 1px #000000;
	text-align: center;
}
#mail_records_main table#mail_records_table td.colB {
	text-align: right;
	padding-right: 40px;
}
#mail_records_main table#mail_records_table td.colC {
	text-align: right;
	padding-right: 40px;
}
button#btnMailRecordRefresh {
	width: 60px;
	font-size: 90%;
	background-color: #66ff99;
	border: solid 1px #000099;
	border-radius: 5px 5px 5px 5px;
	color: #0000ff;
}
button#btnMailRecordRefresh:hover {
	cursor: pointer;
}