@charset "utf-8";


/*----------------------------------------------------
	#gNav
----------------------------------------------------*/
img{float:left;margin: 2px 0;}


#gNav {
    width:115px;
	background-color:#FFFFFF;
			}

#gNav li {
	position: relative;
	float: left;
	margin-right: 0px;
	width:115px;
}

#gNav li ul {
	font-size: small;
}

#gNav li a {
	display: block;

}

#gNav li ul {
	position: absolute;
	top:-999em;
	left: 0px;
	width: 128px;
	padding: 0 0 1px;
	background: #000000;
	
}

#gNav .hover ul,
#gNav li:hover ul {
	top: 2px; left:117px;
}

#gNav li ul li {
	float: none;
}

#gNav li:hover img,
#gNav .hover img {
}

#gNav li:hover li img,
#gNav .hover li img {
	visibility: visible;
	margin-left: 10px;
	vertical-align: middle;
}

#gNav li ul li a {
	display: block;
	width: 111px;
	margin: 0 1px;
	padding: 5px 5px 5px 10px;
	background: #FFF;
	text-decoration: none;
	border-top: 1px solid #000000;
	color: #333333;
	font-weight: bold;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#gNav li ul li a:visited {
}

#gNav li ul li a:hover {
	background-color: #C0FFFF;
}

table.type1 {
	margin-bottom:20px
}

table.type1 td, table.type1 th {
	padding:5px 6px;
}
table.type1 th {
	text-align:center
}
table.type1 td.ts1 {
	text-align:right
}
.bar_a {
	border-top:1px solid #000000;
	border-left:1px solid #000000	
}
.bar_b {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000
}
.bar_c {
	border-bottom:1px solid #000000
}


/**************************
.article-contents h2 + .column {
  margin-top: 20px;
}
.article-contents .example .left {
  position: relative;
  padding: 80px 0;
  border: 1px solid #eaeaea;
  text-align: center;
}
.article-contents .example .left:after {
  content: 'DEMO';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px){
  .article-contents .example .left {
    float: left;
    width: 45%;
    max-width: 360px;
    margin-right: 40px;
  }
  .article-contents .example .right {
    overflow: hidden;
  }
  .article-contents .example .right p:first-child {
    margin-top: 0;
  }
}
.article-contents .example-button {
  display: inline-block;
  width: 200px;
  height: 54px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.article-contents .example-button::before,
.article-contents .example-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.article-contents .example-button,
.article-contents .example-button::before,
.article-contents .example-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
******************************/

.kai_button1 {
  display: inline-block;
  width: 115px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
}
.kai_button1::before,
.kai_button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kai_button1,
.kai_button1::before,
.kai_button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*                                             */
.kai_button2 {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.kai_button2 span {
  display: block;
  position: absolute;
  width: 115px;
  height: 60px;
  border: 2px solid #4169E1;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.kai_button2 span:nth-child(1) {
  background-color: #4169E1;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.kai_button2 span:nth-child(2) {
  background-color: #fff;
  color: #4169E1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.kai_button2:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.kai_button2:hover span:nth-child(2) {
  background-color: #4169E1;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}