@charset "UTF-8";

body {
  font-family:'メイリオ', 'Meiryo', sans-serif;
}

textarea {
  width:98%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


#abc { display: none; }

pre {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-top: solid 1px #d7d7d7; /*上線*/
  border-left: solid 1px #d7d7d7; /*左線*/
  border-right: solid 1px #d7d7d7; /*右線*/
  border-bottom: solid 1px #d7d7d7; /*下線*/
}

.messdisplay {
  padding: 0.4em 0.5em;
  color: #000000;
  background: #F3FFD8;
  border-right: solid 3px #d7d7d7;
  border-bottom: solid 3px #d7d7d7;
}

.input_boxwidth {
  width:98%;
  /*height:30px;*/
  /*border:1px solid #FF1D00;*/
  /*padding: 20px 0px;*/
}

.input_boxwidth input[type="text"] {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

.scroll_table{
  white-space: nowrap;
  overflow-x: auto;
}

table{
  border-collapse:separate;
  border-spacing: 0;
  table-layout: fixed;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

table td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.pushbtn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #CED8F6; /*ボタン色#BEF781*/
    color: #627295;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.pushbtn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.pushbtn:hover{
    color: #627295;
    text-decoration: none;
}

.link_contents {
  font-family:'メイリオ', 'Meiryo', sans-serif;
	text-decoration: none;
	background-color: #E8822A;
	display: inline-block;
	padding: 0.1em 0.4em;
	transition: all .3s;
	color: white;
    font-size: 10px;
}
.link_contents:hover {
	color: blue;
	text-decoration: none;
}


.link_editm {
	background-color: brown;
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
	color: white;
	text-decoration: none;
        font-size: 8px;
}
.link_editm:hover {
	color: yellow;
}

.link_edit {
	background-color: brown;
	display: inline-block;
	padding: 0.2em 0.3em;
	transition: all .1s;
	color: white;
	text-decoration: none;
}
.link_edit:hover {
	color: yellow;
}


.link_url {
	background-color: pink;
	display: inline-block;
	padding: 0.2em 0.3em;
	transition: all .1s;
	color: glay;
        text-decoration: none;
        font-size: 9px;
}
.link_url:hover {
	background-color: blue;
	color:orange;
}

.go_submit {
	background-color: white;
        border : ridge 1px blue ;
	display: inline-block;
	padding: 0.2em 0.3em;
	transition: all .1s;
	color: black;
        text-decoration: none;
        font-size: 10px;
}
.go_submit:hover {
	background-color: blue;
	color: white;
}

.submit_dev {
	background-color: blue;
        border : ridge 1px blue ;
	display: inline-block;
	padding: 0.2em 0.3em;
	transition: all .1s;
	color: white;
        text-decoration: none;
        font-size: 14px;
}
.submit_dev:hover {
	background-color: white;
	color: black;
}

.noborder {
  border: 0px none;
}


.username {
	color:silver;
        font-size: 75%;
}
.groupname {
	color:silver;
	font-weight:bold;
        font-size: 75%;
}
.nest {
	color:#555555;
        font-size: 95%;
  padding: 0.1em 0.8em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/

}


/*--------ボタンの定義--------*/

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_btn:hover{
    color: #ff0000;
    text-decoration: none;
}

.square_linkbtn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
	background: linear-gradient(transparent 70%, #58D3F7 100%);
    color: #0080FF;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_linkbtn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_linkbtn:hover{
    color: #0101DF;
    text-decoration: none;
}

.square_pushbtn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #CED8F6; /*ボタン色#BEF781*/
    color: #627295;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_pushbtn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_pushbtn:hover{
    color: #627295;
    text-decoration: none;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}



input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定
    background-color: #000;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;
}


