@charset"UTF-8";
@charset"Shift_JIS";

/*Google webfont*/
@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo&family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Expanded&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Princess+Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap');

@font-face {
	font-family:'notosans';
	src: url("webfont/NotoSansJP-Regular.woff") format('woff');
	}

@font-face {
	font-family: 'azukib';
	src: url("webfont/azukib.woff") format('woff');
	}

.notosans{
	font-family:'notosans';
	}

/* Googlefont設定 */
.qwi{
	font-size:30px;
	font-family: 'Qwigley', cursive;
	}

.poiret{
	font-family:'Poiret One';
	}

/* Google font設定終了 */


body:hover #keylogo{
	-webkit-transform:rotate(54000deg);
	-webkit-transition:all 400s ease-in-out;
	transform:rotate(54000deg);
    transition:all 400s ease-in-out;
    }
	
/*New クラス*/
.new{
    font-family: 'Bilbo', cursive,'メイリオ';
    color:orange;
    font-weight:bold;
    font-size:14px;
}
/* ページ全体の基本的な設定と背景色 */
body {
	text-align: center;
	font-family:'Poiret One','notosans';
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: right top;
	}

.main {
	text-align: center;
	width:90%;
	margin-left:5%;
	}

.intolignt{
	font-family: 'Shadows Into Light', cursive;
	font-size:14px;
	}
#text{
text-align: left ;
	}
a.footlink:link{
	color: #F3F3F3;
	}

/* フッターの基本設定 */

header {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	text-align: left;
	margin-top:5px;
	width:100%;
	}

div.article{
   	margin-top:5px;
   	margin-bottom:5px;
   	margin-left:15px;
	}

.shadow{
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	}

.boxstyle {
	color:#000033;
	font-size :16px;
	text-align: left;
	border-top: thin outset #F0F0F0;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #CCCCCC;
	border-radius:5px;
	width:50%;
	padding: 3px 3px 3px 10px;
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	}

.boxstyle2 {
	color:#000033;
	font-size :16px;
	text-align: left;
	border-top: thin outset #F0F0F0;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #CCCCCC;
	border-radius:5px;
	width:80%;
	padding: 3px 3px 3px 10px;
	background: linear-gradient(-120deg,
	rgba(95,95,95,0.2) 0%,
	rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(120deg,
	rgba(95,95,95,0.2) 0%,
	rgba(255,255,255,0.7) 100%);
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	}

#title{
	padding-bottom:0;
	padding-top:5px;
	color:rgb(0,128,128);
	font-family:'Poiret One','notosans';
	text-shadow:2px 2px 3px rgba(95,95,95,0.6);
	width:80%;
	}

div#scrollstyle{
   height:1200px;
   overflow-y:scroll;
	}

div#scrollstyle2{
   height:115px;
   line-height:2;
   overflow-y:scroll;
	}
.sectionmenu{
	border-radius: 3px;
	border:1px rgb(51,122,86) solid;
	 background:rgba(0,65,130,1);
        position: relative;
        padding:0 5px 0 5px;
	}
      
.sectionlist{
				border-radius: 7px;
				border:1px #8abe63 solid;
                position: relative;
                padding:0 0px 0 0px;
            } 

            .box {
                position: relative;
                width: 100%;
                margin-bottom: 20px;
            }
 
            .box:after {
                content: '';
                position: absolute;
                border-top: 10px solid #ccc;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                bottom: -9px;
                left: 5px;
            }

.wordstyle{
	white-space:pre-wrap;
	font-size: 12px;
	font-family: 'notosans' ;
	text-align: left;
	line-height:2.2;
	}
/*****************お問い合わせ********************/
form{
	margin-left:5%;
	}

/*****************Video**************************/
video#bgvid {
  position: fixed; left:0; top: 0;
  max-width: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;
}
/*****************追加プロパティ*****************/
 /*テーブルスタイルの設定*/
        .table1
        {
	font-size: 12px;
	font-family:'Poiret One','notosans';
	text-align: center;
	width : auto;
	background-color: transparent;
}
        .table2
        {
	text-align: left;
	width : auto;
	background-color: transparent;
	padding: 10px;
	font-family:'Poiret One','notosans';
}
/*hの設定*/
h1 {
	background-color:rgba(0,0,0,0.6);
	color:rgba(255,255,255,1);
	font-size :13px;
	border-radius:3px 0 3px 0;
	font-family:'Poiret One','notosans';
	margin:5px;
	text-align: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:100;
 	}

h2 {
	background-color:rgba(255,0,128,0.6);
	color:rgba(0,0,0,1);
	font-size :13px;
	font-family: 'Shadows Into Light','azukib';
	margin:5px;
	text-align: left;
	line-height:2;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: normal;
	border-radius:3px 0 3px 0;
text-shadow:1px 1px 1px rgba(95,95,95,0.8);
}

h2.gridlayout{
	border-top: thin none #F0F0F0;
	border-right: thin inset #CCCCCC;
	border-bottom: thin inset #CCCCCC;
	border-left: thin #CCCCCC;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 90%;
	}

h3 {
	color:rgba(255,255,255,0.8);
	font-size :14px;
	font-family:'Poiret One','notosans';
	width: 200px;
	padding-right:10px;
	background-color:rgba(0,0,0,0.8);
	height:32px;
	text-align: center;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: normal;
	border-radius:3px 0 3px 0;
	text-shadow:0.5px 0.5px 0.5px rgba(95,95,95,0.8);
}

h3.grid3 {
	color:#000033;
	font-size :16px;
	margin:5px;
	text-align: left;
	border-top: thin outset #F0F0F0;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #CCCCCC;
	width:60%;
	padding: 3px 3px 3px 10px;
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	background: linear-gradient(-120deg,
	rgba(0,100,50,0.7) 0%,
	rgba(255,255,255,0.1) 100%);
	
	background: -webkit-linear-gradient(120deg,
	rgba(0,100,50,0.7) 0%,
	rgba(255,255,255,0.1) 100%);
}
h4 {
	text-align: left;
	padding-left: 10px;
	margin: 1px;
	font-family:'Poiret One','notosans';
	font-size: 12px;
	color: #003333;
	font-weight: lighter;
	}
h5 {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family:Calligraffiti;
	font-size: 16px;
	text-shadow: 4px 4px 4px #aaa;
	color: #003300;
	}

.Poiret{
	font-family:'Poiret One';
	}
p {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family:'notosans';
	font-size: 12px;
	line-height:2.2;
	}
a {
	font-family: 'Shadows Into Light','azukib';
	font-size:14px;
	line-height;2px;
	font-weight:bold;
	}

/* 指定が無い時のリンクの下線の有無 */
a:link{color:rgb(225,0,113);
	text-decoration:none;}
/* 指定が無い時の既読リンクの色 */
a:visited{color:rgb(196,0,100);}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: rgb(255,0,255);
	 text-decoration: none ;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 (主にニュース、ＲＳＳボックスとする)*/

/* フッターの基本設定 */
.footer{
	color:white ;
	font-size: 18px;
	}	
		
/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family:'Poiret One','notosans';
	font-size: small;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}
aside {
	font-family:'Poiret One','notosans';
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
article {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	text-align: left;
}

ul {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}
nav {
	text-align: center;
	overflow: visible;
	visibility: visible;
	padding-left: 5px;
	left: 2%;
}

.bodysection {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	text-align: center;
	}

.content {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	text-align: left;
}
.style {
	margin: 5px;
	list-style-type: circle;
}
.Links {
	top: auto;
	text-align: center;
		float: left;
}
textarea {
	height: 100px;
	width: 400px;
}

iframe {
	margin-left: 0px;
	padding-left: 0px;
}
object {
	margin-left: 0px;
	padding-left: 0px;
}
.list
{
	width:100%;
	height:400px; 	
}
.dtstyle{
	white-space:pre-wrap;
	color: #CC9900;
	}
.dtstyle2{
	white-space:pre-wrap;
	color: #339933;
	}


textarea {
	width: 600px;
	font-family:'Poiret One','notosans';
	font-size: 12px;
}
.shell {
	font-family:'Poiret One','notosans';
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
pre {
	display:block;
	margin-top:1em;
	margin-bottom:1em;
	font-family:monospace;
	white-space:pre;
}
li{
	list-style:none
}
dl{
	height: auto ;
	}

header div#description{
	 	font-size: 12px;
		width:97%;
	 	color: black ; 
		text-shadow:none;
		}
/*****************追加プロパティ*****************/
#Amatic{ 
	font-family:'Amatic SC';
	font-size: 35px;
	}


.shadow{
	text-shadow: 3px 3px 4px blue;
	}

.listyle{
	float:left;
	width:200px;
	border:0;
	}

#transform li a img{
	width:100px;
	height:100px;
	border:0px;
	}

#ball1:hover{
	-webkit-transform:scale(100,100)rotate(360deg)translate(500px,0);
	-webkit-transition:all 1s ease-in-out;
	transform:scale(100,100)rotate(360deg)translate(500px,0);
	transition:all 1s ease-in-out;
	}

#ball2:hover{
	-webkit-transform:scale(0,0)rotate(180deg)translate(-200px,0);
	-webkit-transition:all 1s ease-in-out;
	transform:scale(0,0)rotate(180deg)translate(-200px,0);
	transition:all 1s ease-in-out;
	}

#ball3:hover{
	-webkit-transform:scale(1,1)rotate(0deg)translate(900px,100px);
	-webkit-transition:all 0.7s ease-in-out;
	transform:scale(1,1)rotate(0deg)translate(900px,100px);	
	transition:all 0.7s ease-in-out;
	}

#ball4:hover{
	-webkit-transform:scale(1,1)rotate(0deg)translate(-600px,0)skew(180deg);
	-webkit-transition:all 0.7s ease-in-out;
	transform:scale(1,1)rotate(0deg)translate(-600px,0)skew(180deg);
	transition:all 0.7s ease-in-out;
	}

#dlstyle{
	height: 20px;
	padding: 0px;
	margin: :0px; 
	} 

#dditem1{
	float: left;
	margin:0;
	border-radius:10px 10px 0 0;
	background-color: #E9E9E9;
	border: thin #C8C8C8 solid;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
	}
#dditem1:hover{
	-webkit-transform:scale(1,1.2)translate(0,-2px);
	transform:scale(1,1.2)translate(0,-2px);
	background-color: #9900cc;
	transition:all 0.7s;	
}

#dditem2{
	float: left;
	margin:0;
	border-radius:10px 10px 0 0;
	background-color: #E9E9E9;
	border: thin #C8C8C8 solid;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
	}
#dditem2:hover{
	-webkit-transform:scale(1.2,1);
	transform:scale(1.2,1);
	background-color: #33cc99;
	transition:all 1s;	
}
#dditem3{
	float: left;
	margin:0;
	border-radius:10px 10px 0 0;
	background-color: #E9E9E9;
	border: thin #C8C8C8 solid;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
	}
#dditem3:hover{
	-webkit-transform:scale(1,1.3)translate(0,-3px);
	transform:scale(1,1.3)translate(0,-3px);
	background-color: #ffffff;
	}
#dditem4{
	float: left;
	margin:0;
	border-radius:10px 10px 0 0;
	background-color: #E9E9E9;
	border: thin #C8C8C8 solid;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
	}
#dditem4:hover{
	-webkit-transform:scale(1,1.3)translate(0,-3px)skew(180deg);
	transform:scale(1,1.3)translate(0,-3px)skew(180deg);
	background-color: #ff9933;
	transition:all 1s;
	}

#item1{
	background: linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	background: -webkit-linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	background: -moz-liner-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	border-radius: 5px 5px 5px 5px;
	border:1px #6ae1c1 solid;
	
	font-family:'Poiret One','notosans';
	font-size: 12px;
	color:#FFFFFF;
	float: left;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
}

#item2{
	background: linear-gradient(45deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	background: -webkit-linear-gradient(45deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	background: -moz-liner-gradient(45deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	border-radius: 5px 5px 5px 5px;
	border:1px #6ae1c1 solid;

	font-family:'Poiret One','notosans';
	font-size: 12px;
	color:#FFFFFF;
	float: left;
	margin: 0;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
}
#item3{
	background: linear-gradient(120deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	background: -webkit-linear-gradient(120deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	background: -moz-liner-gradient(120deg,
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	border-radius: 5px 5px 5px 5px;
	border:1px #6ae1c1 solid;

	font-family:'Poiret One','notosans';
	font-size: 12px;
	color:#FFFFFF;
	float: left;
	margin: 0;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
}

#item4{
	background: linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	background: -webkit-linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	background: -moz-liner-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	border-radius: 5px 5px 5px 5px;
	border:1px #6ae1c1 solid;

	font-family:'Poiret One','notosans';
	font-size: 12px;
	color:#FFFFFF;
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1);
	float: left;
	margin: 0;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
}

#item5{
	background: linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	background: -webkit-linear-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);

	background: -moz-liner-gradient(
	rgb(166,240,200) 0%,
	rgb(120,192,149) 50%,
	rgb(30,177,138) 50%,
	rgb(10,80,40) 100%);
	
	border-radius: 5px 5px 5px 5px;
	border:1px #6ae1c1 solid;

	font-family:'Poiret One','notosans';
	font-size: 12px;
	color:#FFFFFF;
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.3);
	float: left;
	margin: 0;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 20px;
}

dds1:hover{
	background-color: #FFFFFF;
}

#column{
	position: relative;
	column-count:3;
	column-gap:32px;
	column-width:200px;
	column-rule:1px splid #f00;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;	
	}
	
#flex{
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:flexbox;
	}

#flex div#flex1{ 
	padding:10px;
	width:200px;
	height:80px;
	background-color: #CCFF99;
	border-radius:5px;
	}
#flex div#flex2{ 
	padding:10px;
	width:200px;
	height:150px;
	background-color: #CCFF99;
	border-radius:5px;
	}
#flex div#flex3{ 
	padding:10px;
	width:200px;
	height:150px;
	background-color: #CCFF99;
	border-radius:5px;
	}

#grid{
	display: grid;
	grid-columns:76% 24%;
	width:800px;
	}
	
/*scale(2,2) rotate(120deg);
/*	background-color:linear-gradient(
	rgb(182,94,152)0%,
	rgb(157,83,133)50%,
	rgb(131,47,101)50%,	
	rgb(97,34,75)100%
	);
/*****************親メニューの設定****************/
ul#itemMenu{
	padding-left:8%;
	width:100%;
 	background:rgb(0,128,128);
 	height: 25px; 
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.3);
 	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.2);
 	border-radius: 5px 5px 5px 5px;
	} 	

 ul#itemMenu li{
 	float:left;
	}

 ul#itemMenu li a{
 	background:rgb(0,128,128);
	font-family:'Poiret One','notosans';
 	font-size: 12px;
	color:rgb(0,255,255);
 	text-align: center;
 	width:110px;
 	height: 25px;
 	display:block;
 	margin-top: 0px;
 	}
 	
ul#itemMenu li a:hover{
 background:linear-gradient(
 rgb(0,100,100) 0%,
 rgb(0,100,100) 100%);

 background: -webkit-linear-gradient(
 rgb(0,100,100) 0%,
 rgb(0,100,100) 100%);

 background: -moz-liner-gradient(
 rgb(0,100,100) 0%,
 rgb(0,100,100) 100%);

 font-family:'Poiret One','notosans';
 font-size: 12px;
 color:rgb(255,127,39);
 text-align: center;
 width: 110px;
 text-decoration: none ;
 -webkit-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 }

 /*****************子メニューの設定*****************/
#itemMenu li ul.sub{
display:none;
position:absolute;
padding:0px;
background:rgba(230,160,230,0.2);
border-radius: 0 0 6px 6px;
width: 140px;
	}

#itemMenu li ul.sub li{
 float:none;
	}

#itemMenu li ul.sub li a{
 text-align:left;
 font-family:'Poiret One','notosans';
 font-size:12px;
 padding-top:12px;
 padding-bottom:12px;
 text-align: left;
 background:rgba(230,160,230,0);
 text-shadow:none;
 border-radius:0;
 border:none;
 box-shadow:none;
 }

#itemMenu li ul.sub li a:hover{
 text-align:left;
 font-family:'Poiret One','notosans';
 width: 130px;
 font-size:12px;
 padding-top:5px;
 padding-bottom:5px;
 text-align: left;
 background:rgba(230,160,230,0.5);
 border-radius: 6px 0 6px 0;
 
 margin:0;
 transform:scale(1,1)skew(180deg);
 transition:all 0.7s;
 -webkit-transform:scale(1,1)skew(180deg);
 -webkit-transition:all 0.7s;
 }

 /*****************子メニューの表示*****************/
#itemMenu li:hover ul.sub{
	 display:block;
 	}
 /*****************パンくずメニュー*****************/
.bread{
	overflow:hidden;
	}


.bread li{
 	float:left;
	}

.bread li a{
	background:linear-gradient(
	rgb(251,229,246) 0%,
	rgb(214,70,185) 50%,
	rgb(200,61,180) 50%,
	rgb(258,17,200) 100%);
	
	background: -webkit-linear-gradient(
	rgb(251,229,246) 0%,
	rgb(214,70,185) 50%,
	rgb(200,61,180) 50%,
	rgb(258,17,200) 100%);

	background: -moz-liner-gradient(
	rgb(251,229,246) 0%,
	rgb(214,70,185) 50%,
	rgb(200,61,180) 50%,
	rgb(258,17,200) 100%);

	font-family:'Poiret One','notosans';
 	font-size: 12px;
 	color:#FFFFFF;
 	text-align: center;
 	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.2);
 	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.3);
 	width:130px;
 	height:60px;
 	display:block;
 	}

.bread li a::before{
	display:block;
	width:15px;
	height:30px;
	border-right:5px solid #FFFFFF;
	background:liner-gradient(
	rgb(251,229,246) 0%,
	rgb(214,70,185) 100%,
	);
	margin:0 -10px -30px auto;
	content:"";
	transform:skew(30deg);
	}

.bread li a::after{
	display:block;
	width:15px;
	height:31px;
	border-right:5px solid #FFFFFF;
	background:liner-gradient(
	rgb(200,61,180) 0%,
	rgb(258,17,200) 100%
	);
	margin:11px -10px 0 auto;
	content:"";
	transform:skew(-30deg);
	}

/***********************グリッドレイアウト設定(item)*****************************/
.item1{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item1:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 130px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/

/***********************グリッドレイアウト設定(item)*****************************/
.item2{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item2:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 200px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/***********************グリッドレイアウト設定(item)*****************************/
.item3{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item3:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 900px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/***********************グリッドレイアウト設定(item)*****************************/
.item4{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item4:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 800px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/***********************グリッドレイアウト設定(item)*****************************/
.item5{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item5:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 1800px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/***********************グリッドレイアウト設定(item)*****************************/
.item6{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item6:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:99%;
  height: 1900px;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	 background:linear-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
	
	background: -webkit-linear-gradient(-45deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);

	background: -moz-liner-gradient(135deg,
	rgba(1,50,24,0) 0%,
	rgba(1,50,24,0) 90%,
	rgba(1,50,24,0.2) 100%);
        position: relative;
        padding:0 5px 0 5px;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/***********************グリッドレイアウト設定(item)*****************************/
.item7{
  font-size:14px;
  width:99%;
  height: 30px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/************************グリッドレイアウト設定終了(item)*****************************/
/************************white-space設定*************************/
#whitespacestyle1{ 
  white-space:normal;
  background:#CCCCCC;
  width:300px;
  margin-left:100px;
	}
#whitespacestyle2{ 
  white-space:pre;
  background:#CCCCCC;
  width:300px;
  margin-left:100px;
	}
#whitespacestyle3{ 
  white-space:nowrap;
  background:#CCCCCC;
  width:300px;
  margin-left:100px;
	}
#whitespacestyle4{ 
  white-space:pre-wrap;
  background:#CCCCCC;
  width:300px;
  margin-left:100px;
	}
#whitespacestyle5{ 
  white-space:pre-line;
  background:#CCCCCC;
  width:300px;
  margin-left:100px;
	}
/************************white-space設定終了*************************/
.gridlayout1{
  border-radius: 5px;
  width:100%;
  float: left;
  padding-left :8%;
  padding-top: 0px;
  padding-bottom: 0px;
  	background:rgb(0,128,128);
	color:#FFFFFF;
  }

.gridlayout2{
  width:75%;
  margin: 5px;
  float: left;
  padding:10px;
  }

.gridlayout3{
  width:20%;
  margin: 2px;
  float: left;
  }
  
.gridlayout4{
	width:20%;
 margin: 2px;
  float: left;
	}

div.infodiv {
	width: 49.5%;
	float: left;
  }

div.infodiv1 {
	width: 100%;
	float: left;
  }
  
iframe.contents{
	height:2150px;
	width:100%;
	}

iframe.info{
	height: 300px;
	margin-top:5px;
	width: 100%;
	font-family:'Poiret One','notosans';
	font-size: 12px;
	}
 /*****************親メニューの設定****************/ 
table {
text-align:left;
}

table.footerlist tr{
margin-bottom:20px;
}
/******************bx-slider-text******************/
div.bxslidertext{
	padding-top:5px;
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

