/* 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: "Noto Sans JP", "メイリオ", "Meiryo UI",  "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
		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:link { color: #000099; text-decoration: none;  transition : .2s;}
a:visited { color: #4169e1; text-decoration: none;  transition : .2s;}
a:hover { color: #ff4500; text-decoration: none; }
a:active { color: #ff8000; text-decoration: none; }
a:focus{
	outline:none;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

		input.pro_no {
			width: 100px;
			height:30px;
			font-size: 16px;
			background-color: #CCFFFF;
			color:#000000;
				
		}
		
@media screen and ( max-width: 640px ){
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}

.link:hover {
position:relative;  
top: 1px;
left: 1px;
}

.link2:hover {
position: absolute;  
top: 1px;
left: 1px;
}

table {
border-collapse: collapse;
padding-left:5px;
padding-right:5px;
padding-left:5px;
border-top: 1px #ccc solid;
border-left: 1px #ccc solid;
border-right: 1px #ccc solid;
border-bottom : 1px #ccc solid;
padding-left:5px;

}

span {


}

	.k-red{
	background:linear-gradient(transparent 15%, #ffb2d8 90%) ;
	}
	.k-blue{
	background:linear-gradient(transparent 15%, #cce5ff 90%) ;
	}
	.k-yellow{
	background:linear-gradient(transparent 15%, #FFFF01 90%) ;
	}
	.k-green{
	background:linear-gradient(transparent 15%, #66FFCC 90%) ;
	}

p.overflow {
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

p.overflow2 {
width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

p.overflow3 {
width: 170px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#show {
    /* 画面中央に表示 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;  /* (height + padding-top + padding-bottom + border-top + border-bottom) の半分 */
    margin-left: -56.5px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}

/* メッセージ */
.alert {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -175px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
#contents {
    padding-bottom: 100px;
}
 
#footer {
    position: fixed;
    bottom: -70;
    width: 100%;
    height: 100px;
}


td{
font-size:14px;
border-top: 1px #ccc solid;
border-right: 1px #ccc solid;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
padding-left:5px;
padding-right:5px;
padding-left:5px;
background-color:transparent;
letter-spacing:0.1em;
line-height: 15px;
color:#606060;
background:#ffffff;
		vertical-align:middle;


}

td.head{

/* 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%, #073693 34%, #073693 45%, #000066 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #252566 0%,#073693 34%,#073693 45%,#000066 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #252566 0%,#073693 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;
padding:5px;
letter-spacing:0.1em;
text-align: center;
}

.wrapper {
  min-height: 100%;
 
  /* フッタの高さと等しいネガティブマージン */
  /* また最後の子要素の潜在的なマージンとしても機能 */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}

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;
	height: 30px;
}

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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	height: 30px;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	height: 30px;
	-moz-appearance:textfield;
}

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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}

input[type="password"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}


input[type="file"] {
  color: rgb(31, 41, 55);
  cursor: pointer;
  border: 1px solid rgb(191, 194, 199);
  border-radius: 0.375rem;
  padding-right: 0.5rem;
  font-size: 12px;
  width: 18rem;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: rgb(209, 213, 219);
  color: rgb(31, 41, 55);
  border: none;
  cursor: pointer;
  border-right: 1px solid rgb(191, 194, 199);
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}


		input.azu {
			width: 150px;
			height:30px;
			font-size: 20px;
			text-align:right;
			background-color:#010B23;
			color:#33FF66;
			
		}


		input.ent {
			width: 0px;
			height:0px;
			outline: none;
			font-size: 0px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#606060;
			letter-spacing: 0px;
		}
		input.ent:focus {
			background-color: transparent; /* 背景色 */
			border: 0px solid transparent;     /* 枠線 */
}


textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	line-height: 18px;
		font-family: "Noto Sans JP", "メイリオ", "Meiryo UI",  "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";

}

.circle-2 {

  color: #fff;
  padding: 1%;
  width: 200px;
  height: 25px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  	mix-blend-mode: multiply;
   	display:inline;
   	text-align: center;
  	background: rgba(255, 153, 34, 80%);
 	border-radius: 80% 30% 50% 50%/50%;
	animation-name: fin;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-delay: 0.1s;

}


@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%;
  }
  }


.blink{

    -webkit-animation:blink 0.5s infinite alternate;
    -moz-animation:blink 0.5 infinite alternate;
    animation:blink 0.5s infinite alternate;

}

@-webkit-keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}

}

@-moz-keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}

}

@keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}
}

/* チェックボックス周辺の見た目調整 */
.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:#FFF;
}
.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: 1px;
  width: 16px;
  height: 16px;
  color: #1A94F8;
  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:#FFF;
}
.radion2 .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
color: #FE9A2E;
}
.radion2 input:checked + .check::after {
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 16px;
  height: 16px;
  color: #1A94F8;
  content: "●";
}
.radion2 input:disabled + .check:before {
  background-color: #eee;
}
.radion2 input:checked:disabled + .check::after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}


.google-visualization-tooltip {
  opacity: 0.9;
}

.SampleBox3{
     box-shadow:1px 0px 10px;
     border:1px solid #ccc;
     width:860px;

}
.SampleBox4{
     box-shadow:5px 5px 10px;
     border:1px solid #ccc;
     width:860px;
     height:50px;
}

.note{
    position: relative;
    background-color: #ffffe7;
    background-image: linear-gradient(rgba(241,207,164,0.5) .1em, transparent .1em);
    background-size: 100% 1.5em;
    line-height:1.5em;
    padding:5px;}
    
.message {
    position:relative; 
}
.message span.remark {
    display: none;
     width: 100%;
     left:50%;
     -webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.message a:hover span.remark {
    background: linear-gradient(-110deg, #f3deb9, #e5b665);
    /*background-image: url("/img/wood.jpg");*/
    background: #83bfe4;
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 1.2em;
    margin: 0.5em; 
    padding: 10px;
    position: absolute;
    top: 15px;
    width: 30em;
    border-radius:15px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon;

}

@keyframes show-balloon {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 25px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 25px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 15px;
  }
  }

.message2 {
    position:relative;
		 
}
.message2 span.remark2 {
    display: none;
     width: 100%;
     left:50%; 
}
.message2 a:hover span.remark2 {
    background: none repeat scroll 0 0 #dcfafb;
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:15px;
    top: 20px;
    left:-30px;
    width: 10em;

}


.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(220,250,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220,250,251,1) 0%, rgba(255,255,255,1) 71%, rgba(220,250,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcfafb', endColorstr='#dcfafb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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: nowrap;
    min-width:14em;
    left: -15px;
    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 #dcfafb;
  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;
  }
  }



.message4 { 
    position:relative;
    
}
.message4 span.remark {
    display: none;
     min-width: 14em;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.message4 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: 16px;
    white-space: nowrap;
    min-width:14em;
    left: -20px;
    z-index: 10;
    letter-spacing:0.1em;
    animation-duration: 0.3s;
    animation-name: show-balloon4;
 
}

.message4 .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;
}

.message4 .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-balloon4 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 40px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 40px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 16px;
  }
  }



.message5 { 
    position:relative;
    
}
.message5 span.remark5 {
    display: none;
     min-width: 20em;
     left: 50%;
     -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;
    left: -15px;
    z-index: 10;
    letter-spacing:0.1em;
  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;
  }
  }


.message6 {
    position:relative; 
}
.message6 span.remark6 {
    display: none;
     min-width: 16em;
     right:50%;
     -webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.message6 a:hover span.remark6 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: rgb(220,250,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220,250,251,1) 0%, rgba(255,255,255,1) 71%, rgba(220,250,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcfafb', endColorstr='#dcfafb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 20px;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    top: 15px;
    white-space: nowrap;
    min-width: 16em;
    right: -15px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon6;

}

.message6 .triangle {
  position: absolute;
  top: -15px;
  right: 10%;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.message6 .triangle2 {
  position: absolute;
  top: -14px;
  right: 10%;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #dcfafb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes show-balloon6 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 25px;
        min-width: 16em;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 25px;
        min-width: 16em;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 15px;
        min-width: 16em;
  }
  }


.message7 { 
    position:relative;
    
}
.message7 span.remark {
    display: none;
     max-width: 14em;
     left:50%;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.message7 a:hover span.remark { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: rgba(255,255,255,1); 

    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: nowrap;
    max-width:14em;
    left: -15px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon7;
  font-size: 12px;
}

.message7 .triangle {
  position: absolute;
  top: -15px;
  left: 30%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.message7 .triangle2 {
  position: absolute;
  top: -14px;
  left: 30%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes show-balloon7 {

  0% {
    display: none;
    opacity: 0;
    top: 40px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 40px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 24px;
  }
  }

.karugazou { 
    position:relative;
    
}
.karugazou span.remark {
    display: none;
     min-width: 14em;
     white-space: normal;
     right:50%;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.karugazou 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); 
    border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 20px;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    bottom: 30px;
    width: 400px;
    white-space: normal;
    right: -150px;
    z-index: 10;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: karu;
 
}

.karugazou .triangle {
  position: absolute;
  bottom: -15px;
  right: 45%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.karugazou .triangle2 {
  position: absolute;
  bottom: -14px;
  right: 45%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes karu {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    right: -150px;
    bottom: 60px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    right: -150px;
    bottom: 50px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    right: -150px;
    bottom: 30px;
  }
  }


.relog{
position: absolute;
background:transparent;
animation: log 0.3s 0.5s both,log2 1s 5s both;
background:rgba(0,0,0,0.5);
padding:10px;
vertical-align:top;
color:#fff;
border-radius:5px;
font-size:12px;

}

@keyframes log {
  /*アニメーションを定義します*/
  0% {
    visibility: hidden;
    opacity: 0;
    right: 80px;
    top: -30px;
  }
  15% {
    visibility: hidden;
    opacity: 0;
    right: 80px;
    top: -10px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    right: 80px;
    top: 10px;

  }
  	}

@keyframes log2 {
  0% {
    display: inline-block;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
    
  }
}


.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;
  }
  }


.ponu{
position: relative;
background:transparent;
animation-duration: 0.3s;
animation-name: pon;
animation-fill-mode: both;
animation-delay: 0s;

}


@keyframes pon {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 300px;
    top: 250px;
    width:300px;
    height:300px;
  }
  35% {
    display: inline-block;
    opacity: 0;
    left: 300px;
    top: 250px;
    width:300px;
    height:300px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 0px;
    top:0px;
    width:30px;
    height:30px;
  }
  }
  
.aiu {
    position:relative;
    
}

.aiu table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid; 
	border-collapse: collapse;
}
.aiu td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid; 
	padding: 3px;
	font-size:15px;
		vertical-align:middle;

}

.aiu span.remark6 {
    display: none;
     min-width: 5em;
     top:50%;
     -webkit-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.3));
  z-index: 5;
}

.aiu a:hover span.remark6 { 
/* 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;
    white-space: nowrap;
    min-width:5em;
    top: -65px;
    left: 55px;
    animation-fill-mode: both;
    font-size:17px;
    z-index: 5;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-top3;
   z-index: 5;
}
.aiu .triangle {
  position: absolute;
  left: -29px;
  top: 30%;
  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;
  
}

.aiu .triangle2 {
  position: absolute;
  left: -28px;
  top: 30%;
  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-aiu3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 120px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 120px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 115px;
  }
  }



.pick1 {
		position: relative;	
	}
table .pick1{
		animation: moveimg 0.7s ease;
		left:0px;
		top: 0px;
		z-index:1;

}	
.pick2 {

		animation: moveimg 0.7s ease;
		position: relative;
		left:0px;
		top: 0px;
		z-index:1;
	}
.pick3 {

		animation: moveimg 0.7s ease;
		position: relative;
		left:0px;
		top: 0px;
		z-index:1;
	}
.pick4 {

		animation: moveimg 0.7s ease;
		position: relative;
		left:0px;
		top: 0px;
		z-index:1;
		
	}
.pick5 {

		animation: moveimg 0.7s ease;
		position: relative;
		left:0px;
		top: 0px;
		z-index:1;
	}
@keyframes moveimg {

		0% {
		display:none;
		left: 0px; top: -100px;
		opacity:0;
		}
		
		50% {
		left: 0px; 
		opacity:0;
		}
		
		100% {
		left:0px;
		top: 0px; 
		opacity:01;
		
		}
	}


.type-shine {
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.type-shine:before {
  -webkit-animation: shine .6s ease 1.5s 5;
  content:"";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  transform: rotate3d(0,0,1,-45deg) translate3d(0,-120%,0);
}
@-webkit-keyframes shine {
  0% {transform: rotate3d(0,0,1,-45deg) translate3d(0,-120%,0);background: rgba(255,255,255,0.5);}
  100% {transform: rotate3d(0,0,1,-25deg) translate3d(0,150%,0);background: rgba(255,255,255,0.5);}
}

table#seco {
border-collapse: collapse;
padding-left:5px;
padding-right:5px;
padding-left:5px;
border-top: 0px #ccc solid;
border-left: 0px #ccc solid;
border-right: 0px #ccc solid;
padding-left:5px;

}

table#none{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
background-color: transparent;
margin: 0 auto;
}

table#none1{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
background-color: transparent;
margin: 0 auto;
}
td#none1{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
background-color: transparent;
margin: 0 auto;
font-size: 12px;
}

table#dot{
border-top: 2px #ccc dashed;
border-right: 2px #ccc dashed;
border-left: 0px #ccc dashed;
border-bottom: 0px #ccc dashed;

}

th{
color:#0000CC;
letter-spacing:0.1em;
padding-left:5px;
background:#FFFFFF;
border-right: 1px #ccc solid;
border-bottom: inherit;
border-left: inherit;
border-top: 1px #ccc solid;

}


td#karute {
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
font-size:16px;
  		letter-spacing:0.1em;
line-height:25px;

}


td#oky{
font-size:12px; 
border-top: 1px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;
white-space: nowrap;
box-shadow: 0px -0.3px 1px 0.1px #eee inset;

}


td.oky{
font-size:12px; 
border-top: 1px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
padding-top: 3px;
padding-bottom: 3px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;
white-space: nowrap;
box-shadow: 0px -0.3px 1px 0.1px #eee inset;

}

td.oky2{
font-size:12px; 
border-top: 1px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;
white-space: nowrap;
box-shadow: 0px -0.3px 1px 0.1px #eee inset;

}

td.oky3{
font-size:12px; 
border-top: 1px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;
white-space: nowrap;
box-shadow: 0px -0.3px 1px 0.1px #eee inset;

}

td.oky4{
font-size:12px; 
border-top: 1px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;
white-space: nowrap;
box-shadow: 0px -0.3px 1px 0.1px #eee inset;

}


table.oky tr:hover {
  background: rgba(30,36,227,0.15);    /* マウスオーバー時の行の背景色 */ 
  background: -moz-linear-gradient(to top, rgba(30,36,227,0.15), transparent);
  background: -webkit-linear-gradient(to top, rgba(30,36,227,0.15), transparent);
  background: linear-gradient(to top, rgba(30,36,227,0.15), transparent);
}

table.oky2 tr:hover {
  background: rgba(242,124,36,0.15);    /* マウスオーバー時の行の背景色 */
  background: -moz-linear-gradient(to top, rgba(242,124,36,0.15), transparent);
  background: -webkit-linear-gradient(to top, rgba(242,124,36,0.15), transparent);
  background: linear-gradient(to top, rgba(242,124,36,0.15), transparent);
}

table.oky3 tr:hover {
  background: rgba(19,85,18,0.2);    /* マウスオーバー時の行の背景色 */
  background: -moz-linear-gradient(to top, rgba(19,85,38,0.2), transparent);
  background: -webkit-linear-gradient(to top, rgba(19,85,38,0.2), transparent);
  background: linear-gradient(to top, rgba(19,85,38,0.2), transparent);
}

table.oky4 tr:hover {
  background: rgba(213,232,107,0.3);    /* マウスオーバー時の行の背景色 */
  background: -moz-linear-gradient(to top, rgba(213,232,107,0.3), transparent);
  background: -webkit-linear-gradient(to top, rgba(213,232,107,0.3), transparent);
  background: linear-gradient(to top, rgba(213,232,107,0.3), transparent);
}
/*
table.oky td:hover {
  background-color: #CCFFFF;    /* マウスオーバー時のセルの背景色 */
}
*/


td#dot{
font-size:16px;
border-top: 1px #ccc dashed;
border-right: 1px #ccc dashed;
border-left: 2px #ccc dashed;
border-bottom: 2px #ccc dashed;
padding-left:5px;
padding-right:5px;
padding-left:5px;
background-color:#FFFFFF;
line-height: 15px;
color: #606060;

}

td#gozou{
font-size:14px;
border-right: 1px #ccc solid;
border-bottom: inherit;
border-left: inherit;
border-top: 1px #ccc solid;
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:10px;
color: #606060;
line-height:25px;

}

th#gozou{
color: #0000CC;
font-size: 14px;
border-right: 1px #ccc solid;
border-bottom: inherit;
border-left: 1px #ccc solid;
border-top: 1px #ccc solid;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

span#karute {
display: inline-block;
}

td#waku{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
}
/*padding-left:5px;
padding-right:5px;
font-family:"osaka","ＭＳ Ｐ ゴシック",Arial;
}*/


td#seco{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 1px #ccc solid;
padding-left:3px;
padding-right:3px;
color: #606060;
font-size:12px;
/*background-image: url("/pic/td.jpg");*/
background-color:transparent;
}



td#deco{
border-top: 0px #ccc solid;
border-right: 1px #ccc solid;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
padding-left:5px;
padding-right:5px;
color:#FFFFFF;
font-size:14px;
/*background-image: url("/pic/td.jpg");*/
background-color:#CC00CC;
}

td#none{
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0px #ccc solid;
border-bottom: 0px #ccc solid;
padding-left:5px;
padding-right:5px;
vertical-align: middle;
color: #606060;
font-size:14px;
background-color:transparent;
}



#sakuta.tr,td,th{
border-top: 0px #ccc solid;
border-right: 1px #ccc solid;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
font-size:14px;
}



input#side { 

    width: 50px; 
    height: 20px; 
	font-size:11px;
} 


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;
text-shadow: 5px 5px 3px #DBDBDB;
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);

}
h2:first-letter {
font-size: 35px;
color: #549cd8;

}


@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;
  }
  }


.kiri{
position: relative;
padding: 15px 15px 15px 15px;
color: #606060;
animation-duration: 0.3s;
animation-name: show-kiri;
animation-fill-mode: both;

}


@keyframes show-kiri {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 25px;
    font-size:10px;
  }
  15% {
    display: inline-block;
    opacity: 0.5;
    top: 15px;
    font-size:15px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 10px;
    font-size:15px;
  }
  }

.button {
  display       : inline-block;
  border-radius : 15px;;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 5px;   /* 余白       */
  
/* 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%, #073693 34%, #073693 45%, #000066 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #252566 0%,#073693 34%,#073693 45%,#000066 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #252566 0%,#073693 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;
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, rgba(255,140,0,0.1) 100%);     /* 文字色     */
  border        : 1px solid #ff8c00;
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left: 2px; top: 2px; 
}



@media screen and ( max-width: 640px ){
.button{
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}
	}


.button2 {
  display       : inline-block;
  border-radius : 10%;          /* 角丸       */
  font-size     : 12px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 3px;   /* 余白       */
  background    : #FF9999;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #CCC;  /* 影の設定 */
  text-shadow    : 2px 1px 1px #666;
  border        : 1px solid #FF9999;    /* 枠の指定 */
  letter-spacing: 2px;

}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
} 


@media screen and ( max-width: 640px ){
.button2{
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}
	}

.button3 {
  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/#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;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 7px #666666;  /* 影の設定 */
  text-shadow    : 2px 1px 3px #CCC;
  border        : 1px solid #D6B31B;    /* 枠の指定 */
  letter-spacing:0.1em;

}
.button3:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
} 



.button4 {
  display       : inline-block;
  border-radius : 30px;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 3px;   /* 余白       */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+50,c1fbff+100 */
background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(left, #e4f5fc 0%, #c1fbff 50%, #c1fbff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e4f5fc 0%,#c1fbff 50%,#c1fbff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e4f5fc 0%,#c1fbff 50%,#c1fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#c1fbff',GradientType=1 ); /* IE6-9 */

  color         : #1D2537;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 2px #666666;  /* 影の設定 */
  text-shadow    : 1px 1px 1px #CCC;
  border        : 1px solid #f7ecba;    /* 枠の指定 */
  letter-spacing:0.1em;
  
}
.button4:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  border        : 1px solid #FF9933;    /* 枠の指定 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 1px #ccc;
  position:relative; left:1px; top:1px; 
} 


	
select {
	background: transparent;
	background-color: #fff;
    padding: .2em .5em .2em .5em;
    color: #000f;
    /*border: 1px solid #242424;*/;
    font-size: 15px;
    letter-spacing:0.1em;
    border: 1px solid #2589d0;
    border-radius: 3px;
    color: #333333;
}

select:focus {
    text-shadow: 0 0 1px #b5b5b5;
        
}
select * {
    background: #fff;
    color: #606060;
    text-shadow: none;
        border-radius: 3px;
    
}

select.clear {
	background: transparent;
	background-color: #fff;
	font-size: 12px;
    color: #606060;
	
}	

table.type03 th{
  position: relative;
  text-align: left;
  background-color: rgba(93, 184, 210, 0.7);
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.type03 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid rgba(93, 184, 210, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
	table.type03 td {
	    width: 150px;
	    padding: 5 px;
	    vertical-align: middle;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}

table.type04 {
	    border-collapse: collapse;
	    text-align: left;
	    border-top: 1px solid #ccc;
	    border-left: 5px solid #369;

	}
	table.type04 th {
	    padding: 10px;
	    font-weight: bold;
	    vertical-align: middle;
	    color: #153d73;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    white-space:nowrap;
	}
	table.type04 td {
	    padding: 10 px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}



.item {

    position: fixed;
     bottom:20px;
     right:200px;
     z-index: 10;
}


.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.3em;
    margin: 0.5em;
    padding: 1.5em;
    position: absolute;
    border-radius:30px;
    bottom: 110px;
    min-width:10px;
    width:400px;
    left: -200px;
	right: -200px;
    z-index: 6;
    font-size:13px;
    letter-spacing:0.1em;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo UI",  "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
  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;
  }
  }


.appButton img:hover{
transform: scale(1.02) rotate(1deg) translateX(1px) translateY(2px);
  cursor: pointer;
  transition-duration: 0.05s;
  
}

.qa {

width: 300px;

}

	.eff {
	width:300px;
	
	}

@media screen and (max-width: 480px) {

	.qa {
	width: 70%;
		}
		
	td {
	font-size: 5px;
	}
	
	.eff {
	width:90%;
	
	}

}

.inner{
	position: fixed;
	left: 0;
	right: 0;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	padding: 15px 30px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	width: 300px;
	z-index: 5;
	font-size: 18px;

	}
	
.inner2{
	position: absolute;
	top:10px;
	font-size: 12px;
	right:10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
	background: rgba(18,136,32,0.5);
	color: #fff;
	text-align: center;
	z-index: 5;
	}

.nokori {
  animation: nokori 0.5s ease 0.2s both;
  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;
  }
}



#pointmsg {

animation: flash 1s linear infinite;

}
#pointmsg2 {

animation: flash 1s linear infinite;
margin-top: 5px;

}

.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;
  }
}

#birth {

text-align: center;
font-family:'メイリオ', 'Meiryo', sans-serif;
color: red;
font-size: 12px;
animation: flash 1s linear infinite;
diplay: inline;

}

.needset {
  animation: need 0.5s ease 0.2s both;
 /* background-color: rgb(125,0,0,0.4); */
  padding: 2px;
  padding-right: 3px;
  padding-left: 3px;
  color: #FF9999;
  position: absolute;
/*  border-radius: 10px; */
  right: 25px;
  line-height: 18px;
  z-index:1;
}

@keyframes need {
  0% {
    opacity: 0;
    z-index:5;
	top: 20px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 11px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 10px;
  }
}


.needset2 {
animation: nflash 1s linear both;
animation-iteration-count: 10;
diplay: inline;
}

@keyframes nflash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}



.demo{

	position: absolute;
	top: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
	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%;
  }
  }
  

.fmes {
  animation: need 0.5s ease 0.2s both;
 /* background-color: rgb(10,10,10,10, .8); */
  padding: 2px;
  padding-right: 3px;
  padding-left: 3px;
  color: #303030;
  position: relative;
/*  border-radius: 10px; */
  line-height: 20px;
  z-index:1;
}

@keyframes need {
  0% {
    opacity: 0;
    z-index:5;
	top: 20px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 11px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 10px;
  }
}


.fmes {
animation: fflash 1s linear both;
animation-iteration-count: 10;
diplay: inline;
}

@keyframes fflash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}


ol.help {

list-style-type: decimal;
position: relative; 
left: -10px;
width: 95%;

}
ol.help2 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help2 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help2 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #1e90ff; /*点の色*/
    }


ol.help3 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help3 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help3 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: rgba(220,20,60, .7); /*点の色*/
    }

ol.help4 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help4 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help4 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: green; /*点の色*/
    }

ol.help5 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help5 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help5 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: purple; /*点の色*/
    }


ol.help6 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help6 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help6 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #add8e6; /*点の色*/
    }

ol.help7 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help7 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help7 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #f4a460; /*点の色*/
    }

ol.help8 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help8 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help8 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: gray; /*点の色*/
    }
    

.etem {

    position:relative;
     z-index:3;
     display: inline;
}


.etem .etemmes {
    position:relative;
    display: inline;
    
}
.etem .etemmes span.remarkin {
    display: none;
     min-width: 10px;
     left: 0px;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
  /* animation-duration: 0.3s; */
  animation-name: show-etemmes;
  z-index: 10;
 width:400px;
}

.etem .etemmes a:hover span.remarkin { 
/* 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:10px;
    top: 10px;
    width:400px;
    left: 0px;
    z-index: 10;
    font-size:13px;
    letter-spacing:0.1em; 
    white-space: normal;
    
 
}
.etem .etemmes .tretem {
   position: absolute;
  left: 9px;
  top: 40px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

.etem .etemmes .tretem2 {
  position: absolute;
  left: 10px;
  top: 40px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
  
}

@keyframes show-etemmes {

  0% {
    display: none;
    opacity: 0;
    top: 20px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 15px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 10px;
  }
  }
  
