@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700,800|M+PLUS+Rounded+1c:400,700&display=swap');


/*body {
    font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

.base {
	
	max-width: 2560px;
	min-width: 1540px;
/*	max-height:2560px;*/
	min-height:768px;
	height: 100%;
	
	background-color: #D8FFC4;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	margin: 0px;
	
}


.base_main {
	height: 100%;
	max-width: 2560px;
	min-width: 1540px;
/*	max-height:2560px;*/
	min-height:768px;
	background-color: #D8FFC4;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	margin: 0px;
	width: 100%;
}



a, a:visited{
	color: #F06;
	text-decoration: none;
}    

a:hover   {
	/*text-decoration:underline;*/
	color: #F06;
	font-weight: bold;
	font-size: 110%;
}

.outline {

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #D8FFC4;
}


.inputForms {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 50%;
	height: auto;
	border-radius: 16px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	 box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

.inputForms h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	color: #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #9C3;
}

.inputForms h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	background-color: #E6E6E6;
	color: #039;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	}


.inputForms h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #E6E6E6;
	color: #333;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	}
	
#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	color: #666;
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	float: none;
}



.header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	background-color: #79CA8C;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF8D1;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
}

#Centering {
	text-align: center;
}

#logout_box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #FFF;
	position: absolute;
	right: 6em;
	padding: 0.2em;
	top: 0em;
	margin-right: 4em;
	margin-top: 0.5em;
}



#FootStamp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 0px;
	color: #333;
	text-indent: -1em;
}

#FootStamp a:hover {
	color: #F06;
	font-weight: bold;
	font-size: 110%;
}



#FootStamp a:visited {
	color: #333;
}

	
#formBox {
	width:280px;
	height:auto;
	text-align:left;
	margin-top:20px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.registrationformBox {
	width:600px;
	height:auto;
	text-align:left;
	margin-top:20px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.registrationformBox .registrationwaku{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
	height: 22px;
}


.registrationformBox a{
	text-align: left;
}

.registrationformBox input{
	float: right;
}


#inviteformBox {
	width:280px;
	height:auto;
	text-align:left;
	margin-top:20px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.informationformBox {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}


#submitInput3{
	clear:both;
	margin-bottom: 15px;
	margin-top: 15px;
}
#submitInput3 input{
	width:100px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
}



#formcomment{
	clear:both;
	width:320px;
	font-size:0.6em;
	margin-bottom:0.5em;
	color:#FC0;
}

#submitInput{
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

#mailInput{
	clear:both;
	height: 22px;
}

#mailInput a{
	width:160px;
}
#mailInput input{
	float:right;
	width:160px;
	vertical-align: middle;
}

#paswordInput{
	clear:both;
	height: 22px;
}
#paswordInput a{ width:160px; }
#paswordInput input{
	float:right;
	width:160px;
	vertical-align: middle;
}

#submitInput{
	clear:both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#submitInput input{
	width:100px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
}

#submitInput2{
	clear:both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}
#submitInput2 input{
	width:280px;
}



#gotoLogin {
	font-size:0.6em;
	text-align:right;
	margin-top:32px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}

#gotoLogin a{
	color: #FFF;
	text-decoration: none;
}

.imgupwaku {
	height: 177px;
	width: 177px;
	border: 1px dotted #F09;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}



.informationformBox .textwaku2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
	float: right;
	width: 75%;
}


.informationformBox a{
	text-align: left;
}

.informationformBox input{
	float: right;
}

.imgup {
	float: left;
	height: auto;
	width: 183px;
}


.mypageformBox {
	width:600px;
	height:auto;
	text-align:left;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}
.mypageevent {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	color: #039;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	height: 50px;
	width: 600px;
	}



.mypageevent Input{
	width: 150px;
}
.thumbnail {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 20px;
	vertical-align: bottom;
}

.mypageformBox p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	color: #333;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	clear: both;
	}
	

.mypagebtn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: 600;
}

#nownumber {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#icon {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	clear: both;
}

.meibo {
	height: auto;
	width: 600px;
	clear: both;
}
.meibo .thumbnail {
	float: left;
	height: 32px;
	width: 32px;
}
.meibo .name {
	border: 1px solid #039;
	margin-left: 10px;
	width: 180px;
	float: left;
	margin-top: 10px;
}
.meibo .comment {
	border: 1px solid #039;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.meibo .gest {
	float: right;
	height: 23px;
	width: 51px;
	padding-top: 10px;
}
.mypageevent .hellow {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	padding-top: 28px;
	width: auto;
	float: left;
}
.number {
	float: left;
	width: auto;
}
.henkoubtn {
	float: right;
	padding-top: 28px;
}
.text {
}
.wakuyokotext {
	float: left;
}

.textfieldsize{
	width:360px;
}
.thumbnailsmall {
	height: 32px;
	width: 32px;
	padding-top: 5px;
	float: left;
}

/*.eventadditionformBox {
	width:600px;
	height:auto;
	text-align:left;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.eventadditionformBox p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	color: #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	clear: both;
	}
*/

.userinformation {
	border: 1px solid #039;
	width: 500px;
	float: left;
	height: 22px;
}
.kensaku_user {
	height: 22px;
	width: 600px;
	clear: both;
	margin-top: 10px;
}
.edit {
	margin-top: 5px;
}
#kensaku {
	width: 600px;
	margin-top: 3px;
}

.textfieldsize1{
	width:150px;
}

.textfieldsize2{
	width:270px;
}



.menu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 0.9em;
}


.topbtn {
	margin-top: 10px;
}
.day {
	float: left;
}
.kensakuidname {
	float: left;
}

/*抽出条件入力用*/
#formBox2 {
	width: 920px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.main_box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	border-radius: 16px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	/* jsPDFではbox-shadowが誤動作する
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	 */
	padding: 10px;
}

.main_box h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	color: #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #9C3;
}


.main_box h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	color: #039;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	}


.main_box h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	}

.main_box a:link, .main_box a:visited, .main_box a:hover{
	color: #F06;
}


#choose_year{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
}


#choose_grade{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
}

#choose_class{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
}

#choose_index{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
}



#choose_category{
	padding: 0.5em;
	width: 15%;
	float: left;
	margin-bottom: 1em;
}

#choose_box{
    padding: 0.5em;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F90;
    height: 2.5em;
    width: 100%;
}

#submit_inline{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}

#print_pdf{
	padding: 0.5em;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}

.dataList{
	position: relative;
	top: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	width: 98%;
}

#dataRow_id{
	top: 1em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	width: 95%;
	list-style-type: none;
	position: relative;
	height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #EDFBE7;
	font-size: 100%;
	line-height: 1.5em;
}

#dataRow_grade{
	top: 1em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.75em;
	margin-left: auto;
	width: 95%;
	list-style-type: none;
	position: relative;
	height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF6B5;
}

#year{
	width: 10em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}
	
#grade{
	width: 8em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}
	
#class_name{
	width: 8em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}
	
	
	
#total{
	width: 8em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}

#Uid{
	width: 5em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	position: relative;
	}
	
#NickName{
	width: 8em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	position: relative;
	}
	
#AbId{
	width: 7em;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	position: relative;
	}
	
.btn_id_res{
	display: inline-block;
	width:auto;
	/*float: left;*/
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 4px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	/* jsPDFではbox-shadowが誤動作する
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	 */
	font-size: 80%;
	color: #FFF;
	background-color: #6C9000;
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 2em;
	position: relative;
	}
	
.btn_id_res a:link, .btn_id_res a:visited{
	color: #FFF;
	text-decoration: none;
	}


.btn_id_res a:hover{
	font-size: 100%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	font-weight: bold;
	background-color: #6C9000;
	}
	
.btn_graf{
	/*float: left;*/
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 4px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	/* jsPDFではbox-shadowが誤動作する
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	 */
	font-size: 80%;
	color: #FFF;
	background-color:#6893FF;
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 2em;
	position: relative;
	display: inline-block;
	}

.btn_graf a:link, .btn_graf a:visited{
	color: #FFF;
	text-decoration: none;
	}


.btn_graf a:hover{
	font-size: 100%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	font-weight: bold;
	background-color:#6893FF;
	}

.res_table_wrapper{
	position: relative;
	top: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	width: 99%;
}


.res_table{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}


.res_table_top th{
	float: left;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	/*border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	font-size: 80%;
	color: #333;
	background-color:#E1E1E1;
	margin-right: 0em;
	margin-left: 0em;
	position: relative;
	width: 3.5em;
	height: 3.5em;
	overflow: hidden;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

.res_table_top_up th{
	float: left;
	padding-right: 0em;
	padding-left: 0em;
	/*border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	font-size: 80%;
	color: #333;
	background-color:#E1E1E1;
	margin-right: 0em;
	margin-left: 0em;
	position: relative;
	width: 3.5em;
	height: 2em;
	overflow: hidden;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	}



.needs_mark0 td{
	float: left;
	padding-right: 0em;
	padding-left: 0em;
	/*border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	font-size: 80%;
	color: #333;
	background-color:#FFFFFF;
	margin-right: 0em;
	margin-left: 0em;
	position: relative;
	width: 3.5em;
	height: 2em;
	overflow: hidden;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}


.needs_mark1 td{
	float: left;
	padding-right: 0em;
	padding-left: 0em;
	/*border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	font-size: 80%;
	color: #333;
	background-color:#FFFF99;
	margin-right: 0em;
	margin-left: 0em;
	position: relative;
	width: 3.5em;
	height: 2em;
	overflow: hidden;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.needs_mark2 td{
	float: left;
	padding-right: 0em;
	padding-left: 0em;
	/*border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	font-size: 80%;
	color: #333;
	background-color:#FFCCCC;
	margin-right: 0em;
	margin-left: 0em;
	position: relative;
	width: 3.5em;
	height: 2em;
	overflow: hidden;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}


.check_rect{
	width: 1em;
	height: 1em;
	backgrousnd-color: #333333;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	background-color: #666;
}

.check_rect_hide{
	width: 1em;
	height: 1em;
	backgrousnd-color: #333333;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	background-color: #666;
	display:none;
}

#res_scroll_box{
	display: block;
	overflow: scroll;
	position: relative;
	height: 98%;
}

#cho_3{
	transform: scale(0.7,1);
	display: inline-block;	
}

#small_font{
	font-size:80%;
	display: inline-block;
	line-height: 1.2em;
	}


.btn_back_wrap{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	position: relative;
	height: 2em;
	width: 8em;
	display: inline-block;
}

#btn_history_back{
	/*float: left;*/
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 4px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	font-size: 70%;
	color: #FFF;
	background-color:#A37886;
	margin-right: 1em;
	margin-left: 1em;
	height: 2em;
	position: relative;
	display: inline-block;
	width: 6em;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0em;
	}

#btn_history_back a:link, #btn_history_back a:visited{
	color: #FFF;
	text-decoration: none;
	}


#btn_history_back a:hover{
	font-size: 120%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	height: 2em;
	font-weight: bold;
	background-color:#A37886;
	color: #FFF;
	}



.check_wrapper{
	overflow: auto;
	position: relative;
	height: 100%;
	width: 80%;
	margin-bottom: 2em;
	padding-right: 2em;
	padding-left: 2em;
}

.sp_needs_chek_box{
	font-size: 100%;
	line-height: 2em;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CF9;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CF9;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.sp_needs_btn_wrapper{
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 50%;
}

.sp_btns{
	margin-right: 10px;
	margin-left: 10px;
	width: 6.5em;
	/* margin-right: 1em; */
	/* margin-left: 1em; */
	
}

.graf_main_box_sp{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*height: 100%;*/
	width: 100%;
	border-radius: 16px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	 box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 0.5em;
	display: none;
}


.menubox1{
	background-color: #FFF9D8;
	border-radius: 16px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	position: relative;
	line-height: 1.5em;
}

.dialog_box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*height: 100%;*/
	width: 100%;
	border-radius: 16px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	 box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.dialog_box h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	color: #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #9C3;
}


.dialog_box h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	color: #039;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #039;
	}


.dialog_box h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	}

.dialog_box .notice {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #ff4500;
	background-color: #fffacd;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding: 0.5em;
	border-radius: 10px;
}

.pw_btns{
	margin-right: 10px;
	margin-left: 10px;
	width: 6.5em;
	
}

.offset_left{
	width: 7.5em;
}

.btn_widthfree{
	width: auto;
}


.btn_history_back{
	/*float: left;*/
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 4px;
	/*-webkit-box-shadow: 1px 1px 3px #000;*/
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	font-size: 70%;
	color: #FFF;
	background-color:#A37886;
	margin-right: 1em;
	margin-left: 1em;
	height: 2em;
	position: relative;
	display: inline-block;
	width: 6em;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0em;
	}

.btn_history_back a:link, .btn_history_back a:visited{
	color: #FFF;
	text-decoration: none;
	}


.btn_history_back a:hover{
	font-size: 120%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	height: 2em;
	font-weight: bold;
	background-color:#A37886;
	color: #FFF;
	}
	
.dialog_inner_wrapper{
	overflow: auto;
	position: relative;
	height: 100%;
/*	width: 95%;*/
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 0.5em;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #C90;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.dialog_list_text{
	line-height: 1.8em;	
}

.dialog_inf_text{
	line-height: 1.5em;
	font-size: 1em;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px dashed #666;
}


.menu_list{
	/*display: none;*/
	/*display: none;にすると全く表示されなくなる*/
	color: #CCC;
	/*visibility: hidden;*/
}

.menu_list a:link, .menu_list a:visited{
	/*display: block;*/
	color: #333;
	/*visibility: visible;*/	
}

.menu_list a:hover{
	/*display: block;*/
	color: #F06;
	/*visibility: visible;*/	
}



#btn_stage_view a:link, #btn_stage_view a:visited{
	color: #B22121;
	text-decoration: none;
	}


#btn_stage_view a:hover{
	font-size: 120%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	height: 2em;
	font-weight: bold;
	background-color:#B22121;
	color: #FFF;
	}

#btn_date_view a:link, #btn_date_view a:visited{
	color: #FFF;
	text-decoration: none;
	}


#btn_date_view a:hover{
	font-size: 120%;
	margin-right: 0.3em;
	margin-left: 0.3em;
	height: 2em;
	font-weight: bold;
	background-color:#B22121;
	color: #FFF;
	}

.login_info {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 0.5em;
	text-align: center;
	background: #FFF7D8;
	border-radius: 8px;
	padding: 0.5em;
}

.login_info a, .login_info a:visited {
	color: #188200;
	text-decoration: none;
}

.login_info a:hover {
	/*text-decoration:underline;*/
	color: #B2009B;
	font-weight: bold;
	font-size: 110%;
}


/*kadono added 2022.03.17*/

/*メンテナンス用*/
.maintenance_message{
    font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 3rem;
	width: 80%;
	/*height: 8rem;*/
	text-align: center;
	background: #FFCFBD;
	border-radius: 20px;
	font-size: 1.5rem;
	line-height: 3rem;
}

.pageBtn {
	margin-right: 2px;
	margin-left: 2px;
	padding: 0 2px;
}

.clickable{
	text-decoration: none;
	cursor : pointer;
}

.clickable:hover   {
	/*text-decoration:underline;*/
	color: #F06;
	font-weight: bold;
	font-size: 110%;
	cursor : pointer;
}

.d_none, .hide {
	display: none;
}

.d_block {
  display: block;
}

.d_inblock {
  display: inline-block
}

.center {
	text-align:center;
}

.dialog_btnarea {
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin: 1rem auto 0.5rem;
	text-align: center;
}
