﻿@charset"UTF-8";

/*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');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');


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

/* Googlefont設定 */
.Tangerine{
		font-family: 'Tangerine';
		font-size:30px;
		text-shadow: 4px 4px 4px #aaa;
		}
.qwi{
	font-size:26px;
	font-family: 'Qwigley', cursive;
	}

.Calligraffiti{
		font-family:'Calligraffitti';
		text-shadow: 4px 4px 4px #aaa;
		}

.princesssofia{
		font-family: 'Princess Sofia', cursive;
		}

.poiret{
	font-family:'Poiret One',メイリオ;
	font-weight:bold;
	font-size:15px;
	}

.bilbo{
 font-family: 'Bilbo', cursive;
}

/* ページ全体の基本的な設定と背景色 */
body {
	text-align: center;
	font-family:'azukib';
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/background.png);
	width:91%;
	border-radius:5px;
	}

.main {
	text-align: center;
	width:108%;
	margin-left:5px;
	margin-right:5px;
	}

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

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

header {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	text-align: left;
	margin-top:5px;
	width:100%;
	}

div.article{
   	margin-top:5px;
   	margin-bottom:5px;
   	margin-left:15px;
	line-height:2.2;
	white-space:pre-wrap;
	font-size: 11px;
	font-family:'azukib';
	text-align: left;
	}

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

.boxstyle {
	color:#000033;
	font-size :14px;
	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 :14px;
	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,0,0);
	font-family: 'Noto Sans Japanese', serif;
	text-shadow:4px 4px 5px rgba(0,128,128,0.5);
	width:80%;
	}

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

br	{
	clear:both;
	}
div#scrollstyle2{
   height:115px;
   line-height:2;
   overflow-y:scroll;
	}

.sectionmenu{
	line-height:2;
	border-radius: 3px;
	border:1px rgb(51,122,86) solid;
	 background:rgba(230,230,230,0.2);
        position: relative;
        padding:0 5px 0 5px;
	}
      
.sectionmenu:hover{
		background:rgba(230,230,230,0.3);
		-webkit-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
  		transition:all 0.5s ease-in-out;
	 	transform:scale(1.03,1.03);
		-webkit- transform:scale(1.03,1.03);
		-moz- transform:scale(1.03,1.03);
		}
.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: 'Noto Sans Japanese', serif;

	text-align: left;
	}    
/*****************追加プロパティ*****************/
 /*テーブルスタイルの設定*/
        .table1
        {
	font-size: 12px;
	font-family: 'Noto Sans Japanese', serif;
	text-align: center;
	width : auto;
	background-color: transparent;
}
        .table2
        {
	text-align: left;
	width : auto;
	background-color: transparent;
	padding: 10px;
	font-family: 'Noto Sans Japanese', serif;
}
/*hの設定*/
h1 {
	font-size :20px;
	font-family: 'Noto Sans Japanese', serif;
	margin-left: 0px;
	text-align: left;
	padding-left: 20px;
	line-height:1.7;
	font-style: normal;
 }

h1.green {
	background-color:rgb(0,100,50);
	color:#FFFFFF;
	}

h1.black {
	background-color:rgb(0,0,0);
	color:#FFFFFF;
	}

h1.purple {
	background-color:rgb(164,35,150);
	color:#FFFFFF;
	}

h1.blue {
	background-color:rgb(35,15,210);
	color:#FFFFFF;
	}

h1.red {
	background-color:rgb(255,0,0);
	color:#FFFFFF;
	}

h1.orange {
	background-color:rgb(255,125,0);
	color:#FFFFFF;
	}

h1.pink {
	background-color:rgb(255,0,100);
	color:#FFFFFF;
	}

h1.gold {
	background-color:rgb(255,200,0);
	color:#FFFFFF;
	}

h2 {
	color:#000033;
	font-size :13px;
	font-family:'azukib';
	margin:5px;
	text-align: left;
	border:1px rgba(200,200,200,0.7) solid;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 100%;
	font-weight:normal;
}

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

div.box{
	width:32%;
	float:left;
	}
h3 {
	color:#000033;
	font-size :14px;
	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:33%;
	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%);
}

h3.grid3 {
	color:#000033;
	font-size :14px;
	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: 30px;
	margin: 1px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	color: #003333;
	font-weight: lighter;
}
h5 {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 5px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 16px;
	color:rgb(64,32,0);
}
.Poiret{
	font-family:'Poiret One';
	}
p {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	}

/* 指定が無い時のリンクの下線の有無 */
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: 'Noto Sans Japanese', serif;
	font-size: small;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}
aside {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
article {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	text-align: left;
}

ul {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	text-align: left;
}
ul.list{
	padding-left: 10px;
	padding-right: 10px;
	white-space:pre-wrap;
	}

nav {
	text-align: center;
	overflow: visible;
	visibility: visible;
	padding-left: 5px;
	left: 2%;
}

.bodysection {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	text-align: center;
	}

.content {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12px;
	text-align: center;
}
.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: 'Noto Sans Japanese', serif;
	font-size: 12px;
}
.shell {
	font-family: 'Noto Sans Japanese', serif;
	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: 13px;
		width:99%;
		line-height:2;
	 	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: 'Noto Sans Japanese', serif;
	font-size: 16px;
	color:#FFFFFF;
	float: left;
	text-align: center;
	width: 30%;
	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: 'Noto Sans Japanese', serif;
	font-size: 16px;
	color:#FFFFFF;
	float: left;
	margin: 0;
	text-align: center;
	width: 30%;
	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: 'Noto Sans Japanese', serif;
	font-size: 16px;
	color:#FFFFFF;
	float: left;
	margin: 0;
	text-align: center;
	width: 40%;
	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: 'Noto Sans Japanese', serif;
	font-size: 16px;
	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: 'Noto Sans Japanese', serif;
	font-size: 16px;
	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:5%;
	width:103%;
 	background:rgba(0,0,0,0);
 	height: 30px; 
	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);
	} 	*/

ul#itemMenu{
	padding-left:3%;
	width:103%;
 	background:rgba(0,0,0,0);
 	height: 30px; 
	} 

 ul#itemMenu li{
 	float:left;
	}

 ul#itemMenu li a{
 	background:rgba(0,0,0,0);
	font-family: 'Noto Sans Japanese', serif;
 	font-size: 14px;
	font-weight:bold;
	color:rgb(0,0,0);
 	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1);
 	text-align: center;
 	width:180px;
 	height: 25px;
	vertical-align: bottom ;
	padding-top:5px;
 	display:block;
 	margin-top: 0px;
 	}
 	
ul#itemMenu li a:hover {
 background:rgba(255,255,255,0.2);
 font-family: 'Noto Sans Japanese', serif;
 font-size: 14px;
 font-weight:bold;
 color:rgb(255,127,39);
 text-align: center;
 width:180px;
 text-decoration: none ;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 }

 /*****************子メニューの設定*****************/
ul#itemMenu li ul.sub{
display:none;
position:absolute;
padding:0px;
color:#000000;
border:1px rgba(0,0,0,0.4) solid;
background:rgba(255,255,255,0.8);
border-radius: 0 0 6px 6px;

width:300px;
transform:translate(-50px,0);

	}

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

#itemMenu li ul.sub li a{
 text-align:left;
 font-family: 'Noto Sans Japanese', serif;
 font-size:12px;
 padding-top:12px;
 padding-bottom:12px;
 padding-left:10px;
 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: 'Noto Sans Japanese', serif;
 font-size:12px;
 padding-top:12px;
 padding-bottom:12px;
 text-align: left;
 border-radius: 6px 0 6px 0;
  }

 /*****************子メニューの表示*****************/
#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: 'Noto Sans Japanese', serif;
 	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);
	}

/***********************グリッドレイアウト設定(title)*****************************/
.itemtitle{
  font-size:14px;
  height: 30px;
  width:950px;  
  margin: 5px;
  float: left;
  border-radius:4px;
  padding:10px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#CCCCCC;
 }
/***********************グリッドレイアウトトランスフォーム設定(title)*************/
.itemtitle:hover{
  height: 80px;
  width:950px;  
  background:#CCCCCC;
  -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;
 }
/************************グリッドレイアウト設定終了(title)*****************************/
/***********************グリッドレイアウト設定(item1)**********************************/
.item1{
  height:350px;
  margin: 5px;
  width: 31%;
  float: left;
  text-align:left;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:rgba(255,255,255,0.8);
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  );
  }
.item1:hover{
  width: 65%;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
  z-index:10;
  }

.item11{
  height:350px;
  margin: 5px;
  width: 32%;
  float: left;
  border-radius:4px;
  text-align:left;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  }

.item11:hover{
  width: 65%;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
  z-index:10;
  }
/************************グリッドレイアウト設定(item2)****************************/
.item2{
  height:170px;
  width: 33%;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  }

.item2:hover{
  height:700px;
  width: 33%;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
  }
/***********************グリッドレイアウト設定(item3)****************************/
.item3{
  width: 19%;
  height:350px;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  }
/***********************グリッドレイアウト設定(item4)****************************/
.item4{
  width: 47%;
  height:350px;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  }

/***********************グリッドレイアウト設定(item5)****************************/
.item5{
  width: 98%;
  height:350px;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
  z-index:10;
  }

.item5:hover{
  width: 98%;
  height:700px;
  margin: 5px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#FFFFFF;
  border:1px rgba(200,200,200,0.7) solid;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
  z-index:10;
  }
/************************グリッドレイアウト設定終了(item3)*************************/
li#ellipsisstyle{ 
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background:#CCCCCC;
  width:500px;
	}

li#clipstyle{ 
	text-overflow:clip;
	white-space:nowrap;
	overflow:hidden;
	background:#CCCCCC;
        width:500px;
	}
/************************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,0,0);
	color:#FFFFFF;
  }

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

.gridlayout3{
  width:21%;
  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: 'Noto Sans Japanese', serif;
	font-size: 12px;
	}
 /*****************親メニューの設定****************/ 

#fisheye{
	height:65px;
	position:relative;
	}

a.fisheyeItem{
	text-align:center;
	color:#E81B90;
	font-size:14px;
	text-decoration:none;
	width:65px;
	position:absolute;
	display:block;
	bottom:0;
	}

.fisheyeItem img{
	border:none;
	margin:-5px auto 0 auto;
	width: 100%;
	}

.fisheyeItem span{
	display:none;
	position:absolute;
	}

.fisheyeContainer{
	height:65px;
	width:390px;
	position:absolute;
	}

