/* CSS Document */

html{
		height: 100%;
  		margin: 0;
}
body{ 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+61,ffffff+71,fff4ff+77,d2deff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%, rgba(210,222,255,0.05) 67%, rgba(255,255,255,1) 71%, rgba(255,244,255,1) 77%, rgba(210,222,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%, rgba(210,222,255,0.05) 67%, rgba(255,255,255,1) 71%,rgba(255,244,255,1) 77%,rgba(210,222,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%, rgba(210,222,255,0.05) 67%,rgba(255,255,255,1) 71%,rgba(255,244,255,1) 77%,rgba(210,222,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2deff',GradientType=0 ); /* IE6-9 */

		background-attachment:fixed;
		font-size:14px;
		color: #606060;
		font-family: "メイリオ", "Meiryo", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
		letter-spacing:0.1em;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
		}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}		

		
	a,vlink{
	color: red;
	text-decoration: none;
		}
	
	table{
	border-collapse: collapse;
	border-left: 1px #A6A6A6 solid;
	border-top: 1px #A6A6A6 solid;
	
	}


@keyframes show-table {
  /*アニメーションを定義します*/
  0% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 0px;
  }
  }
	
	td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 0.1em;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 dashed;
	border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
	background-color: rgb(255, 255, 255, 1);

		}

pre {
	white-space: pre-wrap;
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
	
}

	h2 {
	color: #838383;
	line-height:30px;
	
		}
table#none{ border: 0px; }
td#none{ border: 0px; background-color: rgb(255, 255, 255, 0);}


h2{
position: relative;
padding: 15px 0px 15px 0px;
background:transparent;
animation-duration: 0.3s;
animation-delay: 0.5s; 
animation-name: show-title;
animation-fill-mode: both;
letter-spacing: 6px;
line-height:15px;
text-shadow: 5px 5px 3px #DBDBDB;
	font-family: "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";
font-weight:normal;
  background: -webkit-linear-gradient(30deg, #0033CC, #030a3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

h2:after {
content: "";
display: block;
height: 7px;
background: -moz-linear-gradient(to right, rgb(97, 165, 65), transparent);
background: -webkit-linear-gradient(to right, rgb(97, 165, 65), transparent);
background: linear-gradient(to right, rgb(97, 165, 65), transparent);
	font-family: "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";


}
h2:first-letter {
font-size: 35px;
color: #549cd8;
	font-family: "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";


}


@keyframes show-title {
  /*アニメーションを定義します*/
  0% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 0px;
  }
  }

		
	.mes{
	
	color: #fff;
	
	}

	td.mes{
	
	color: #fff;
	padding: 15px;
	border-bottom: 1px #fff solid;
	font-size: 14px;
	background: rgba(22, 17, 60, .45);
	}


	table.act{
	
min-width: 300px;
animation-duration: 1s;
animation-delay: 0.5s; 
animation-name: show-table;
animation-fill-mode: both;
	}


@keyframes show-table {
  /*アニメーションを定義します*/
  0% {

    opacity: 0;
    top: 40%;
  }
  15% {

    opacity: 0;
    top: 40%;
  }
  100% {

    opacity: 1;
    top: 39%;
  }
  }

input::placeholder {
  color: #CCC;
}

textarea::placeholder {
  color: #CCC;
}
/* IE */
input:-ms-input-placeholder {
  color: #CCC;
}

/* Edge */
input::-ms-input-placeholder {
  color: #CCC;
}

input[type="text"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	color: #606060;
			font-family: "メイリオ", "Meiryo", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
}

input[type="text"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}



input[type="number"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	color: #606060;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
			font-family: "メイリオ", "Meiryo", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}


input[type="email"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	color: #606060;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
			font-family: "メイリオ", "Meiryo", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
}

input[type="email"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}


input[type="image"]:focus,
texture:focus {
outline:none;
}


input[type="password"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	color: #606060;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
			font-family: "メイリオ", "Meiryo", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
	-moz-appearance:textfield;
}

input[type="password"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}



/* チェックボックス周辺の見た目調整 */
.checker .check { display: inline-block; vertical-align: middle; }
.checker .text { display: inline-block; vertical-align: middle; max-width 80px; }

.checker input {
  display: none;
}
.checker .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.checker .check::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.checker input:checked + .check::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #090;
  border-bottom: 3px solid #090;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checker input:disabled + .check:before {
  background-color: #eee;
}
.checker input:checked:disabled + .check::after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}


/* ラジオボックス周辺の見た目調整 */
.radion .check { display: inline-block; vertical-align: middle; }
.radion .text { display: inline-block; vertical-align: middle; max-width 80px;}

.radion input {
  display: none;
}
.radion .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-color: rgba(0,0,0,0.0);
}
.radion .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #FE9A2E;
}
.radion input:checked + .check::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 17px;
  height: 17px;
  color: #60f7f5;
  content: "●";
}
.radion input:disabled + .check:before {
  background-color: #fff;
}
.radion input:checked:disabled + .check::after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}


/* ラジオボックス周辺の見た目調整 */
.radion2 .check { display: inline-block; vertical-align: middle; }
.radion2 .text { display: inline-block; vertical-align: middle; max-width 80px;}

.radion2 input {
  display: none;
}
.radion2 .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-color: rgba(0,0,0,0.0);
}
.radion2 .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
}
.radion2 input:checked + .check::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 1px;
  width: 17px;
  height: 17px;
  color: #60f7f5;
  content: "●";
}
.radion2 input:disabled + .check:before {
  background-color: #fff;
}
.radion2 input:checked:disabled + .check::after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}



select {
	background: transparent;
	background-color: #fff;
    padding: .2em .5em .2em .5em;
	color: #727272;

    /*border: 1px solid #242424;*/
    border-radius: 5px;
    font-size: 14px;

	font-family: "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";
    letter-spacing:0.1em;
}

select:focus {
    text-shadow: 0 0 1px #b5b5b5;
}
select * {
    background: #fff;
    color: #606060;
    text-shadow: none;
}

select.clear {
	background: transparent;
	background-color: #fff;
	font-size: 12px;
    color: #606060;
	font-family: "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";
}


.message3 { 
    position:relative;
    
}
.message3 span.remark {
    display: none;
     min-width: 14em;
     left:50%;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.message3 a:hover span.remark { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: rgb(255,255,255); /* Old browsers */
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 18px;
    margin: 0.5em;
    padding: 1.5em;
    position: absolute;
    border-radius:10px;
    top: 24px;
    white-space: nowrap;
    min-width:14em;
    left: 5px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon3;
}

.message3 .triangle {
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.message3 .triangle2 {
  position: absolute;
  top: -14px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes show-balloon3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 40px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 40px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 24px;
  }
  }

.toppage {
    position:relative;
    
}
.toppage span.remark5 {
    display: none;
     min-width: 5em;
     top:50%;
     -webkit-filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.toppage a:hover span.remark5 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #606060;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 75px;
    white-space: nowrap;
    min-width:5em;
    top: 0px;
    font-size:10px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-top3;
}
.toppage .triangle {
  position: absolute;
  left: -29px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.toppage .triangle2 {
  position: absolute;
  left: -28px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-top3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 80px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 80px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 75px;
  }
  }

.toppage2 {
    position:relative;
    
}
.toppage2 span.hanb5 {
    display: none;
     min-width: 5em;
     top:0%;
     -webkit-filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.toppage2 a:hover span.hanb5 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #606060;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 24px;
    white-space: nowrap;
    min-width:5em;
    top: -20px;
    font-size:10px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-hanb3;
 
}
.toppage2 .triangle {
  position: absolute;
  left: -29px;
  top: 10%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.toppage2 .triangle2 {
  position: absolute;
  left: -28px;
  top: 10%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-hanb3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 32x;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 32px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 24px;
  }
  }

.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 3px;   /* 余白       */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252566+0,006dc6+34,073693+45,000066+100 */
background: #252566; /* Old browsers */
background: -moz-linear-gradient(top, #252566 0%, #006dc6 34%, #073693 45%, #000066 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #252566 0%,#006dc6 34%,#073693 45%,#000066 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #252566 0%,#006dc6 34%,#073693 45%,#000066 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252566', endColorstr='#000066',GradientType=0 ); /* IE6-9 */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .5s;         /* なめらか変化 */
  text-shadow    : 1px 1px 3px #fff;
  box-shadow    : 3px 3px 15px #666666;  /* 影の設定 */
  border        : 1px solid #000066;    /* 枠の指定 */
  letter-spacing:0.1em;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
  
}

.circle-2 {

  color: #fff;
  padding: 2%;
 /* width: 200px; */
 /* height: 25px; */
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  	/* mix-blend-mode: multiply; */
   	display:inline;
  	background: rgba(255, 153, 34, .9);
 	border-radius: 80% 30% 50% 50%/50%;
	animation-name: fin;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-delay: 0.5s;
	z-index: 2;

}


@keyframes fin {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 55%;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 53%px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 40%;
  }
  }


@media screen and ( max-width: 640px ){
.button{
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}
	}

.inner2{
	position: absolute;
	top:10px;
	right:10px;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
	background: rgba(18,136,32,0.5);
	color: #fff;
	text-align: center;
	z-index: 5;
	}


.relog{
position: absolute;
background:transparent;
animation-duration: 0.3s;
animation-name: log;
animation-fill-mode: both;
animation-delay: 0.5s;
background:rgba(0,0,0,0.5);
padding:10px;
vertical-align:top;
color:#fff;
border-radius:5px;
font-size:12px;

}


@keyframes log {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    right: 5px;
    top: -10px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    right: 5px;
    top: -10px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    right: 5px;
    top: 30px;

  }
  }
  
  
.button2 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 3px;   /* 余白       */
  background    : #FF9999;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 7px #666;  /* 影の設定 */
  text-shadow    : 2px 1px 1px #666;
  border        : 1px solid #FF9999;    /* 枠の指定 */
  letter-spacing: 2px;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";

}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
} 

.button3 {
  display       : inline-block;
  border-radius : 3px;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
 /* padding       : 3px 3px;   /* 余白       */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcb9+0,fffff5+68,fefcb9+100 */
background: rgb(254,252,185); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(254,252,185,1) 0%, rgba(255,255,245,1) 68%, rgba(254,252,185,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(254,252,185,1) 0%,rgba(255,255,245,1) 68%,rgba(254,252,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(254,252,185,1) 0%,rgba(255,255,245,1) 68%,rgba(254,252,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcb9', endColorstr='#fefcb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color         : #1D2537;     /* 文字色     */
  height   : 30px;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 7px #666666;  /* 影の設定 */
  text-shadow    : 2px 1px 3px #CCC;
  border        : 1px solid #D6B31B;    /* 枠の指定 */
  letter-spacing: 0.1em;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシック";

}
.button3:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
} 


.css-button-sliding-to-left--gray2 {
  min-width: 130px;
  width: 250px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 2px #CCC;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #9D9D9D;
  overflow: hidden;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 1px 1px 3px #CCC;
  letter-spacing: 1px;
  
}
.css-button-sliding-to-left--gray2:hover {
  color: #9D9D9D;
  border: 2px solid #9D9D9D;
  font-weight: bold;
  position: relative;
  top: 1px;
  left: 1px;
}
.css-button-sliding-to-left--gray2:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--gray2:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
}


/* MEMO枠 */

.boxmemo {
    position: relative;
    margin-top: -15px;
    margin-bottom: 0px;
    padding: 0.5em 1em;
    border: solid 3px #66CCCC;
    border-radius: 8px;
    width:fit-content;
    animation: memo 0.3s ease 0.3s both;
    background:transparent;
    
}
.boxmemo .boxmemo-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1em;
    font-size: 19px;
    background: #ffffff;
    color: #66CCCC;
    font-weight: bold;
}
.boxmemo p {
    margin-top: -25px;
    margin-bottom: 0;  
    padding: 0;
    white-space: nowrap;

}

@keyframes memo {
  0% {
    opacity: 0;
    z-index:5;
	top: 30px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 0px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 0px;
  }
}

.nokori {
  animation: nokori 0.5s ease 0.2s;
  background-color: rgb(125,0,0,0.4);
  padding: 2px;
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
  position: absolute;
/*  border-radius: 10px; */
  right: 15px;
  top: 39px;
  line-height: 18px;
  z-index:1;
}

@keyframes nokori {
  0% {
    opacity: 0;
    z-index:5;
	top: 39px;
    right: 35px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 39px;
    right: 18px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 39px;
    right: 15px;
  }
}


.nokori2 {
animation: flash 1s linear;
animation-delay: 1s;
animation-iteration-count: 8;
diplay: inline;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}

#footer {
    position: fixed;
    bottom: -70;
    width: 100%;
    height: 100px;
    z-index:2;
}

.item {

    position: fixed;
     bottom:20px;
     right:200px;
     z-index:6;
}


.item .itemmes {
    position:relative;
    
}
.item .itemmes span.remarki {
    display: none;
     min-width: 10px;
     left:0%;
     right:0%;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35)); 
}

.item .itemmes a:hover span.remarki { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
   border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1.5em;
    position: absolute;
    border-radius:30px;
    bottom: 110px;
    min-width:10px;
    max-width:400px;
    left: -200px;
	right: -200px;
    z-index: 6;
    font-size:13px;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-itemmes;
 
}
.item .itemmes .tritem {
   position: absolute;
  left: 250px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

.item .itemmes .tritem2 {
  position: absolute;
  left: 251px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
  
}

@keyframes show-itemmes {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    bottom: 100px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    bottom: 105px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    bottom: 110px;
  }
  }

.demo{

	position: absolute;
	top: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: center;
	animation-name: find;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-delay: 0.1s;
}


@keyframes find {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 55%;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 37%;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 35%;
  }
  }

table.stick{
border-collapse:separate;
border-spacing:0;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}


.message5 { 
    position:relative;
    
}
.message5 span.remark5 {
    display: none;
     min-width: 20em;
     left: 5px;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.message5 a:hover span.remark5 { 
background-color: rgb(255,255,255); 
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 20px;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    top: 24px;
    white-space: normal;
    min-width: 20em;
    z-index: 10;
    letter-spacing:0.1em;
    left: 0px;
  animation-duration: 0.3s;
  animation-name: show-balloon5;
}

.message5 .triangle {
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.message5 .triangle2 {
  position: absolute;
  top: -14px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes show-balloon5 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 40px;
    
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 40px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 24px;
    
  	}
  }
