@charset "utf-8";

html, body{ overflow: hidden; height: 100%; }
body { font-size: 14px; line-height: 1.3em; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #000; background-color: #D1DCE1; }
body, div { box-sizing: border-box; -moz-box-sizing: border-box; }
h2 { font-size: 1.5em; border-left: 10px solid #6D8654; padding-left: 10px; margin-bottom: 10px; }
a { color:#68A3FF; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a:visited { color: #68A3FF; }

table { border-collapse: collapse; }
table, td ,th { border: 1px solid #A4ABB7; background: #fff; }
td, th { padding: 3px 5px 2px; }
th { color: #4F6170; background: #E2E7EB; }
td.submit { padding: 10px; }


input[type='text'], input[type='password'] { height: 24px; width: 90%; }
input[type='text'].date { width: 40px; }
input[type='button'], input[type='submit'] { height: 30px; line-height: 30px; padding: 0 30px 0; text-align: center; border-radius: 15px; background: #507FBF; color: #fff; border: 0; cursor: pointer; margin: 0 20px 0; }
input[type='button']:disabled, input[type='submit']:disabled { cursor: default; opacity: 0.4; }
textarea { width: 450px; height: 250px; }


/*	全体	*/
#admincase { width: 100%; max-width: 1024px; position: relative; margin: 0 auto 0; background: #fff; overflow: hidden; }
.center { text-align: center; }
.errortext { color: #ee0000; }
.font_size_s { font-size: 0.85em; }
.flexcase { display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex_justify { justify-content: space-between; -ms-flex-pack: justify; -moz-box-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; }
.flex_center { justify-content: center; -ms-flex-pack: center; -moz-box-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }
.flex_stretch { -ms-flex-align: stretch; -moz-box-align: stretch; -webkit-align-items: stretch; -webkit-box-align: stretch; align-items: stretch; }



/*	ヘッダ		*/
#headerarea { width: 100%; background: #667788; height: 40px; }
#headerarea #headbox { width: 1024px; height: 40px; line-height: 40px; margin: 0 auto 0; text-align: right; color: #fff; position: relative; }
#headerarea #headbox a { color: #fff; text-decoration: underline; }
#headerarea #headbox a:hover { color: #eee; text-decoration: none; }
#headerarea img.headimage { display: block; position: absolute; top: 0; left: 0; }


/*	メイン		*/
div#div_maincontainer { width: 100%; }
ul#ul_leftmenu { display: block; width: 25%; max-width: 200px; background: #32363A; }
ul#ul_leftmenu li { display: block; height: 50xp; padding-left: 10px; line-height: 50px; border: 0; border-top: 1px solid #50565B; border-bottom: 1px solid #15191D; 
					color: #ddd; background: #2C3337; border-left: 7px solid #2C3337; cursor: pointer; }
ul#ul_leftmenu li:active { background: #425A70; }
ul#ul_leftmenu li.selecting { border-left: 7px solid #4576B8; }
ul#ul_leftmenu li.selected { color: #fff; border-left: 7px solid #34A1E5; cursor: default; }

div#div_maincontentcase { width: 96%; max-width: 800px; min-height: 300px; padding: 30px 20px 30px 0; }
div#div_maincontentcase table { width: 700px; }
div#div_maincontentcase table th { width: 25%; }

div.div_onecontent { margin-bottom: 40px; }

ul.defaultlist { display: block; width: 100%; max-width: 700px; height: 200px; overflow-y: scroll; overflow-x: hidden; border: 1px solid #A4ABB7; }
ul.defaultlist li { display: block; position: relative; height: 26px; border-bottom: 1px solid #D4D9E0; background: #fff; }
ul.defaultlist li span { position: absolute; top: 50%; margin-top: -0.5rem; padding-left: 10px; }
ul.defaultlist li div.buttoncase { height: 20px; position: absolute; top: 50%; right: 5px; margin-top: -10px; overflow: hidden; }
ul.defaultlist input[type='button'] { height: 20px; line-height: 20px; padding: 0 10px 0; border-radius: 10px; font-size: 0.8em; margin: 0 2px 0; float: right; }
ul.defaultlist input[type='button'].bt_edit { background: #46AB7A; }
ul.defaultlist input[type='button'].bt_delete { background: #C06D6F; }
ul.defaultlist input[type='button'].bt_canceledit { background: #CB942D; }
ul.defaultlist input[type='button'].bt_submitedit { background: #339FAC; }
ul.defaultlist input[type='button'].bt_url { background: #54A3E4; }
ul.defaultlist input[type='text'] { width: 45%; height: 18px; margin: 3px 0 0 5px; }
ul.defaultlist span.purl { display: none; }
.on_edit .show_on_edit { display: block; }
.on_edit .hide_on_edit { display: none; }
.un_edit .show_on_edit { display: none; }
.un_edit .hide_on_edit { display: block; }

h2 select { margin-left: 10px; font-size: 14px; padding: 2px 5px 2px; cursor: pointer; }
div.div_forhidden { margin-bottom: 20px; display: none; }

ul#ul_allplayers { height: 600px; }
li.li_players span.pname { padding-left: 30px !important; width: 230px; }
li.li_players span.pinfo { left: 270px; width: 290px; }
li.li_players input[type='checkbox'] { width: 20px; height: 20px; position: absolute; top: 50%; margin-top: -10px; margin-left: 5px; }

a#a_openmailtoplayer, a#a_opensubmitids { margin-left: 30px; }

div#div_rectablecase { width: 100%; max-width: 770px; height: 500px; overflow-y: scroll; overflow-x: hidden; }
table#tbl_records { width: 100% !important; max-width: 750px !important; font-size: 0.8em; }
table#tbl_records th.taskscores { width: 14.6%; }
table#tbl_records th.score { width: 6.6%; }
table#tbl_records td.score { width: 6.6%; text-align: right; }
table#tbl_records th.index { width: 8%; }
table#tbl_records td.index { width: 8%; text-align: right; }
table#tbl_records th.pcode { width: 6.6%; }
table#tbl_records th.page { width: 6.6%; }
table#tbl_records th.pgender { width: 6.6%; }



/*	フッタ		*/
#footerbox { width: 100%; height: 50px; padding: 10px 0 0; color: #4F6170; font-size: 0.8em; text-align: center; background-color: #D1DCE1; }


/*	ログイン	*/
#loginbox { width: 500px; padding: 20px; margin: 60px auto 100px; }
#loginbox table { width: 100%; margin-top: 20px; }
#loginbox table th { width: 30%; }
#loginbox table th, #loginbox table td { padding: 10px; }
#loginbox p.submit { margin-top: 30px; }
