.animation5{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 5s;
  width: 98px;
  	z-index: 4;
  
}

.animation10{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 10s;
  width: 128px;
}

.animation15{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.animation15b{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.8s;
  width: 88px;
}
.animationfooter{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.1s;
  width: 88px;
}
.keyframe1 {
  animation-name: jump;
  animation-duration: .1s;
}
.keyframe2 {
  animation-name: jump;
  animation-duration: .2s;
}
.keyframe3 {
  animation-name: jump;
  animation-duration: .3s;
}
.keyframe4 {
  animation-name: jump;
  animation-duration: .4s;
}
.keyframe5 {
  animation-name: jump;
  animation-duration: .5s;
}
.keyframe6 {
  animation-name: jump;
  animation-duration: .6s;
}.keyframe7 {
  animation-name: jump;
  animation-duration: .7s;
}.keyframe8 {
  animation-name: jump;
  animation-duration: .8s;
}.keyframe9 {
  animation-name: jump;
  animation-duration: .9s;
}.keyframe10 {
  animation-name: jump;
  animation-duration: .10s;
}
.keyframetitle {
  animation-name: jumptitle;
  animation-duration: .20s;
}
.keyframefooter {
  animation-name: jumpfooter;
  animation-duration: .136s;
}

@keyframes jump{
  0%   { transform:translate(0%, 180px) rotateX(50deg); }
  100% { transform:translate(0%, 0%); }
}
@keyframes jumptitle{
  0%   { transform:translate(0%, 400px) rotateX(150deg); }
  100% { transform:translate(0%, 0%); }
}
@keyframes jumpfooter{
  0%   { transform:translate(0%, 20px) rotateX(10deg); }
  100% { transform:translate(0%, 0%); }
}
.animationtitle{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.5s;
  width: 680px;
}

.animation12{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.5s;
  width: 98px;
}

.keyframe12{
  animation-name: anim_y;
}

@keyframes anim_y {
  0% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(130px, 0);
  }
}
@keyframes anim_footer {
  0% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(130px, 0);
  }
}
.animation13{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
  width: 480px;
  height: 400px; 
}
.keyframe13{
  animation-name: anim_y2;
}

@keyframes anim_y2 {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(480px, 0);
  }
}

h1 {
font-size:15px;
margin-top:0px;
margin-bottom:0px;
padding:6px;
color: #e60012;
text-align:center;
} 
BODY {

text-align:center;
color: #000000;
border-color: #ffff00;
background: #ffffff;
   margin: 0;
   padding: 0; 
cursor: default;
cursor: pointer;
cursor: text;
cursor: wait;
cursor: help;
cursor: move;
cursor: w-resize;
cursor: ne-resize;
cursor: n-resize;
cursor: nw-resize;
cursor: crosshair;
}

.nav1 ul {
	font-size: 0;
	box-sizing: border-box;
	width: 1080px;
	padding: 4px;
	list-style: none;
	text-align: center;
}
.nav1 li {
	font-size: 16px;
	margin: 0 8px;
	display: inline-block;
	border: ridge 1px #d40101;/*線の種類 太さ 色*/
}
.nav1 li a {
text-decoration: none;
background: #fcfcfc;
	padding: 8px 24px 8px 24px; /* 文字と下線に隙間を作る */
	color: #000;
	display: block;
}
.nav1 li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #d40101;
	display: block;
}
.nav1 li a:hover:after {
	width: 100%;
	border-bottom: 3px solid #d40101;
}




img {
    border-style:none;
}

#header1 {
background-color: #ffffff;
   color: #e60012;
   text-align: center;
   width: 100%;
   height: 30px;     /* サイトロゴの高さに合わせて調節して下さい。*/

    position: fixed;
    top: 0;
    left:0;
	z-index: 2;
	border-top: 1px solid #d40101;
	border-bottom: 1px solid #d40101;
    /* サイトロゴの高さに合わせて調節して下さい。*/
}
#header2 {

   text-align: center;
   width: 100%;
   height: 140px;     /* サイトロゴの高さに合わせて調節して下さい。*/
    position: fixed;
    top: 30px;
    left:0;
    	border-top: 1px solid #d40101;

	z-index: 1;
}

#contents1 {
background-color: #ffffff;

   top: 250px;
   text-align: center;
   width: 100%;
	z-index: 4;
}

#wrapper {
 width:880px;
 padding: 50px 0px 0px 0px; /* 文字と下線に隙間を作る */
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 z-index: 0;
}

#mainmanue {
   text-align: center;
   width: 820px;
   height: 60px;     /* サイトロゴの高さに合わせて調節して下さい。*/
}
#main {
   text-align: center;
   width: 820px;     /* メニューとコンテンツを囲んでいます。 */
}
#menu {
   float: left;
   width: 200px;     /* floatの width 指定は必須です。*/
}
#contents {
   float: left;
   width: 620px;     /* floatの width 指定は必須です。*/
}
#contentsall {
   float: left;
   width: 760px;     /* floatの width 指定は必須です。*/
   padding-top:5px;
   padding-bottom:5px;
   margin-left:20px;
   margin-bottom:5px;

}
#footer {
   clear: both;      /* float をクリアしています。*/
   text-align: center;
   width: 760px;
   height: 50px;
   font-size:14px;
   font-weight:bolder;
   color: #ffffff;
}

#menu ul {
   list-style: none;
}

A:link
{ color: #0000E1; text-decoration: none; }
A:visited
{ color: #008080; text-decoration: none; }
A:active
{ color: #FF0000; text-decoration: none; }
A:hover
{ color: #FF5A0B; text-decoration: underline; }




#boxA {
 width:800px;
}

#boxB {
 width:195px;
 float:left;
 text-align:center;
}

#boxC {
 width:600px;
 float:right;
 margin-left: 10px;
 margin-top: 10px;
}

#boxD {
 clear:both;
 width:800px;
background-color: #000099
}

#boxDB {
float: left; width:600px;
}
#boxDB2 {
float: left; width:120px;
}
a.menue{
    width:300px;
    display: block;
    color: #060;
    text-decoration: none;
    font-size: 95%;
    font-weight: bold;
    line-height: 2;
    border: solid 1px #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, #e7ff71, #bce200);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7ff71), to(#bce200));
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e7ff71, endcolorstr=#bce200));
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e7ff71, endcolorstr=#bce200))";
    zoom: 1;
}

a.menue:hover{
position: relative;
    top: 1px;
    left: 1px;
    box-shadow: none;
    border: solid 1px #bce200;
    background: -moz-linear-gradient(top, #bce200, #e7ff71);
    background: -webkit-gradient(linear, left top, left bottom, from(#bce200), to(#e7ff71));
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#bce200, endcolorstr=#e7ff71));
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#bce200, endcolorstr=#e7ff71))";
    zoom: 1;
}

a.menue:visited{
    width:300px;
    display: block;
    color: #060;
    text-decoration: none;
    font-size: 95%;
    font-weight: bold;
    line-height: 2;
    border: solid 1px #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, #e7ff71, #bce200);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7ff71), to(#bce200));
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e7ff71, endcolorstr=#bce200));
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e7ff71, endcolorstr=#bce200))";
    zoom: 1;
}

a.left_menue{
color: #002300;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#d8ffd8;
}

a.left_menue:visited{
color: #002300;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#d8ffd8;
}

a.left_menue:hover{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}

a.left_menue:active{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}



a.left_menue_on{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#008000;
}

a.left_menue_on:visited{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#008000;
}

a.left_menue_on:hover{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}

a.left_menue_on:active{
color: #ffffff;
font-weight:bolder;
display:block;
width:180px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}

a.zukan_shousai{
color: #002300;
font-weight:bolder;
display:block;
width:160px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#9ff98e;
background:#feffce;
}

a.zukan_shousai:visited{
color: #002300;
font-weight:bolder;
display:block;
width:160px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#9ff98e;
background:#feffce;
}

a.zukan_shousai:hover{
color: #ffffff;
font-weight:bolder;
display:block;
width:160px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}

a.zukan_shousai:active{
color: #ffffff;
font-weight:bolder;
display:block;
width:160px;
font-size:14px;
padding:5px;
text-align:center;
border:1px solid;
border-color:#ededee;
background:#2cc82c;
}

textarea.detail {
width: 590px;
height: 10em;
}


table.kinokozukan1 {border: 1px #aefc99 solid; background-color: #f0fdec;}
td.kinokozukan1 { width: 580px; color: #0a2d00; background-color: #f0fdec; padding: 6px; font-size: 14px; line-height: 1.5; text-align: left; vertical-align:text-top; }
td.kinokohanbai1 { padding: 6px; font-size: 14px; line-height: 1.5; text-align: left; }




/*== 無限に波紋が広がる */

.btnripple2{
    /*波紋の基点とするためrelativeを指定*/
  position: relative;
    /*波紋の形状*/
  display:inline-block;
  background:#333;
  width:480px;
  height:80px;
  border-radius: 5%;
  color:#ccc;
    outline: none;
    /*アニメーションの設定*/
    transition: all .3s;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover{
  background:#666;  
}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -25%;
    top: -25%;
    /*波形の形状*/
    border: 1px solid #333;
    width: 130%;
    height: 130%;
    border-radius: 5%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
    animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1.5);
    opacity: 0;
  }
}

/*中央矢印*/
.btnripple2 span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 48%;
    left: 35%;
    /*矢印の形状*/
    border: 10px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-color: #fff;
}

/*========= レイアウトのためのCSS ===============*/

body{
    vertical-align:middle; 
    padding: 90px 0;
    text-align: center;
}

p{
    margin: 10px;
}