@charset"UTF-8";

/*Google webfontの読み込み*/
@import url(http://fonts.googleapis.com/css?family=Calligraffitti);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
@import url(http://fonts.googleapis.com/css?family=Poiret+One|Julius+Sans+One|Gruppo);
@import url(http://fonts.googleapis.com/css?family=Tangerine:700);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

@font-face {
	src: url('webfont/NotoSansJP-Regular.woff') format('woff');
	font-family: 'NotoSansJP';
	}

@font-face {
	font-family:'neuro';
	src: url("webfont/neuro.woff") format('woff');
	}

.neuro{
    font-family:'neuro';
}

.noto{
	font-family: 'NotoSansJP';
	}

/* Googleフォントの読み込み */
.intolignt{
	font-family: 'Shadows Into Light', cursive;
	font-size:16px;
	}

.Tangerine{
		font-family: 'Tangerine';
		font-size:40px;
		text-shadow: 4px 4px 4px #aaa;
		}

.Calligraffiti{
		font-family:'Calligraffitti';
		font-size:40px;
		text-shadow: 4px 4px 4px #aaa;
		}

/* ページ全体の基本的な設定と背景色 */
BODY {
	text-align: center;
	font-family:'NotoSansJP';
	font-size: 11px;
	font-weight: normal;
    color: #FFFFFF;
	margin-top: 0px;-
	margin-bottom: 0px;
	line-height:2.4;
    background-color: rgba(12,24,24,0.9);
}

.background {	
	background-image: url(img/background.png);
	}

header {
	font-family:'NotoSansJP';
	font-size: 14px;
	text-align: left;
	background-color:rgba(14,30,30,0.8);
	margin-left:0px;
    height:87px;
	padding:0px;
	margin-left:5%;
	margin-bottom:15px;
    border-radius: 2px;
	border:1px rgb(95,95,95) solid;
    position: fixed;
    z-index: 100000;
    }

div.article{
font-family:'NotoSansJP';
   	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 :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 :12px;
	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;
	margin-bottom:2px;
	margin-left:5px;
	width:80%;
line-height:1.8;
	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{
	font-size:20px;
	margin-left:10px;
	padding-bottom:8px;
	padding-top:5px;
	padding-left:15px;
	color:rgba(220,75,8,1);
	margin-top:15px;
	margin-left:10px;
	border-radius:5px;
	width:95%;
    height: 60px;
	font-family:'NotoSansJP';
	text-shadow:3px 3px 3px rgba(95,95,95,0.3);
	}

div.scrollstyle1{
    height:90px;
   overflow-y:scroll;
    line-height: 1.7;
    border-radius:2px;
    margin-bottom:5px;
    font-size: 12px;
	}
div.scrollstyle1 ul{
top:-5px;
    position: relative;
    padding-left:15px;
}
div.scrollstyle1 li{
    padding:1px;
}
div.scrollstyle2{
   height:60px;
   overflow-y:scroll;
   line-height: 1.7;
    font-size: 12px;
	}

.sectionmenu{
	background-color:rgba(14,30,30,0.8);
	border-radius: 2px;
	border:1px rgb(95,95,95) solid;
        position: relative;
        padding:0 5px 0 5px;
	font-family: 'neuro','NotoSansJP'; 
	line-height: 1.8;
    padding-left:20px;
	}

.sectionmenu ul{
    padding-right:15px;
}
.sectionmenu2{
        position: relative;
        padding:0 5px 0 5px;
	font-family: 'NotoSansJP'; 
	line-height: 1.8;
	color:rgb(255,255,255);
    max-width: 280px;
	}

.sectionmenu li a{
	color:#FFFFFF;
    font-family: 'neuro','NotoSansJP'; 
	}

.sectionmenu li{
	color:#FFFFFF;
	}

/* 指定が無い時の既読リンクの色 */
.sectionmenu a:link {
	color: rgba(255,255,255,0.8);
	}

.sectionmenu a:visited {
	color: rgba(255,255,255,0.7);
	}

/* マウスカーソルがリンクにかさなった時 */
.sectionmenu a:hover {
	color:rgb(255,128,0);
	text-decoration: none;
	}
/*******************************************/


.sectionmenu:hover{
		background:rgba(0,0,0,0.7);
		-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.01,1.01);
		-webkit- transform:scale(1.01,1.01);
		-moz- transform:scale(1.01,1.01);
		}
      
.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 {
                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;
	text-align: left;
	}    
/*****************追加プロパティ*****************/
 /*テーブルスタイルの設定*/
        .table1
        {
	font-size: 12px;
	font-family:'NotoSansJP';
	text-align: center;
	width : auto;
	background-color: transparent;
}
        .table2
        {
	text-align: left;
	width : auto;
	background-color: transparent;
	padding: 10px;
	font-family:'NotoSansJP';
}
/*hの設定*/
h1 
{
	color:#FFFFFF;
	font-size :12px;
	font-family:neuro,'NotoSansJP';
	margin:5px;
	text-align: left;
    border:1px rgb(95,95,95) solid;
	padding-left: 15px;
	background-color:rgba(14,30,30,0.8);
    font-weight: 100;
 }

h2 {
	color:#FFFFFF;
	font-size :14px;
	font-family:neuro,'NotoSansJP';
	margin:5px;
    margin-bottom: 0px;
	text-align: left;
    font-weight: normal;
    border:1px rgb(95,95,95) solid;
	padding-left: 10px;
	background-color:rgba(14,30,30,0.8);
	width: 60%;
	 }

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:#FFFFFF;
	font-size :14px;
	font-family:neuro,'NotoSansJP';
	margin:5px;
    margin-bottom: 0px;
	text-align: left;
    font-weight: normal;
    border:1px rgb(95,95,95) solid;
	padding-left: 10px;
	background-color:rgba(14,30,30,0.8);
	width: 40%;
}

h4 {
    font-size :13px;
	text-align: left;
	font-family:'NotoSansJP';
	margin-top:0px;
    padding-left: 10px;
	color:#FFFFFF;
	font-weight: lighter;
    background-color:rgba(14,30,30,0.8);
    border:1px rgb(95,95,95) solid;
	text-shadow:1px 1px 2px rgba(95,95,95,0.3);
    width: 30%;
}

h5 {
	font-family:'neuro','NotoSansJP';
	left: auto;
	top: auto;
	right: auto;
	text-align: left;
	padding-left: 10px;
	font-size:12px;
	text-shadow:0px 0px 1px #000;
	line-height:1.5;
	color: #003300;
font-weight: 100;
    text-shadow:2px 2px 3px rgba(95,95,95,0.5);
	}

h6 {
	font-size: 13px;
	padding: 3px 3px 3px 10px; 
	font-family:'NotoSansJP';
	color: #000033; 
	border-width: thin; 
	border-style: outset; 
	border-color: #f0f0f0 #cccccc #cccccc; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	width: 320px; text-shadow: 
	rgba(140, 140, 140, 0.498039) 3px 3px 3px; 
	white-space: pre-wrap;
}
.Poiret{
	font-family:'Poiret One';
	}
p {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family:'NotoSansJP';
	font-size: 12px;
    line-height:2.4;
    white-space: pre-wrap;
}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
	}

/* 指定が無い時の既読リンクの色 */
a:link {
	color:rgb(85,170,170);
	}

a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: rgb(255,128,0);
	text-decoration: none;
	}

}
/* 左側のメニューを入れるＢＯＸの基本設定 (主にニュース、ＲＳＳボックスとする)*/

/* フッターの基本設定 */

footer {
	font-size: 14px;
	text-align: center;
	color: #000033;
	height: 5%;
}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family:'NotoSansJP';
	font-size: small;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}

.footer {
	height: 30px;
	background-image: url(images/background4.png);
}
aside {
	font-family:'NotoSansJP';
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
article {
	font-family:'NotoSansJP';
	font-size: 12px;
	text-align: left;
}

nav {
	text-align: center;
	overflow: visible;
	visibility: visible;
	padding-left: 5px;
}

nav ul {
	font-family:'NotoSansJP';
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
    top: -15px;
    position:relative;
}
nav ul li{
    padding:3px;
}

.bodysection {
	font-family:'NotoSansJP';
	font-size: 12px;
	text-align: center;
	}

.content {
	font-family:'NotoSansJP';
	font-size: 12px;
	text-align: left;
}
.style {
	margin: 5px;
	list-style-type: circle;
}
nav.Links {
	top: auto;
	text-align: center;
		float: left;
        width:100%;
}

textarea {
	height: 100px;
	width: 400px;
}

iframe {
	margin-left: 0px;
	padding-left: 0px;
    	border-radius: 2px;
	border:1px rgb(95,95,95) solid;
    z-index:30000;
}

iframe:hover {
	margin-left: 0px;
	padding-left: 0px;
    	border-radius: 2px;
	border:1px rgb(95,95,95) solid;
  width:133%;
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
        position: relative;
    z-index:30000;
}

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:'NotoSansJP';
	font-size: 12px;
}
.shell {
	font-family:'NotoSansJP';
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
pre {
	display:block;
	margin-top:3px;
	margin-bottom:3px;
	font-family:monospace;
	white-space:pre;
    font-size: 12px;
}
li{
	line-height:1.5;
	list-style:none;
	font-size: 1em;
	font-family:'NotoSansJP';
	}
dl{
	height: auto ;
	}

header div#description{
	color:#FFFFFF;
	height:auto;
	font-size: 12px;
	font-family:'NotoSansJP';
    line-height: 2.2;
    width:100%;
    padding-bottom:5px;
    padding-top: 5px;
    font-weight:100;
    text-align: left;
    left:10px;
    position: relative;
    
		}

div.back{
background-color:rgba(0,0,0,0.8);
	padding-left:0px;
padding-right:0px;
	margin-left:-1%;
margin-right:0.6%;
margin-top:-1%;
width:102%;
height:auto;
}
/*****************追加プロパティ*****************/
#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:'NotoSansJP';
	font-size: 14px;
	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:'NotoSansJP';
	font-size: 14px;
	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:'NotoSansJP';
	font-size: 14px;
	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:'NotoSansJP';
	font-size: 14px;
	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:'NotoSansJP';
	font-size: 14px;
	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 li{
 	float:left;
	}

 ul#itemMenu 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%);

	border-radius: 3px 3px 3px 3px;
	font-family:'NotoSansJP';
 	font-size: 12px;
 	color:#FFFFFF;
 	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);
 	text-align: center;
 	width:130px;
 	padding: 5px;
 	height: 20px;
 	display:block;
 	}
 
ul#itemMenu li a:hover{
 background:linear-gradient(
 rgb(250,171,240) 0%,
 rgb(250,163,233) 50%,
 rgb(250,139,226) 50%,
 rgb(251,75,216) 100%); 

 background: -webkit-linear-gradient(
 rgb(250,171,240) 0%,
 rgb(250,163,233) 50%,
 rgb(250,139,226) 50%,
 rgb(251,75,216) 100%); 

 background: -moz-liner-gradient(
 rgb(250,171,240) 0%,
 rgb(250,163,233) 50%,
 rgb(250,139,226) 50%,
 rgb(251,75,216) 100%); 

 border-radius: 3px 3px 3px 3px;

 font-family:'NotoSansJP';
 font-size: 12px;
 color:#FFFFFF;
 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);
 text-align: center;
 width: 130px;
 padding: 5px;
 height: 20px;
 -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:'NotoSansJP';
 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:'NotoSansJP';
 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 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:'NotoSansJP';
 	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:12px;
  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{
  margin: 5px;
  width: 530px;
  float: left;
  border-radius:4px;
  padding:10px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  background: linear-gradient(
  rgb(220,240,220) 0%,
  rgb(120,192,149) 100%
  ); 
  background: -webkit-linear-gradient(
  rgb(220,240,220) 0%,
  rgb(120,192,149) 100%,
  );
  }
/***********************グリッドレイアウトトランスフォーム設定(item1)*************/
.item1:hover{
  height: 115px;
  width:530px;  
  -webkit-transition:all 1s ease-in-out;
  -ms-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
	}
/************************グリッドレイアウト設定終了(item1)***********************/
/************************グリッドレイアウト設定(item2)****************************/
.item2{
  width: 390px;
  margin: 5px;
  float: left;
  border-radius:4px;
  padding:10px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 
 background: linear-gradient(
 rgb(220,240,220) 0%,
 rgb(120,192,149) 100%
 ); 
 background: -webkit-linear-gradient(
 rgb(220,240,220) 0%,
 rgb(120,192,149) 100%,
 );
}
/***********************グリッドレイアウトトランスフォーム設定(item2)*************/
.item2:hover{
  height: 115px;
  width:390px;  
  -webkit-transition:all 1s ease-in-out;
  -ms-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
 }
/************************グリッドレイアウト設定終了(item2)***********************/
/***********************グリッドレイアウト設定(item3)****************************/
.item3{
  width: 250px;
  margin: 5px;
  float: left;
  border-radius:4px;
  padding:10px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 background: linear-gradient(
 rgb(220,240,220) 0%,
 rgb(120,192,149) 100%
 ); 
 background: -webkit-linear-gradient(
 rgb(220,240,220) 0%,
 rgb(120,192,149) 100%,
 );
}
/***********************グリッドレイアウトトランスフォーム設定(item3)*************/
.item3:hover{
  height:40px;
  width:950px;  
  -webkit-transition:all 1s ease-in-out;
  -ms-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
  word-break:break-all;
  overflow:visible;
  white-space:normal;
 }
/************************グリッドレイアウト設定終了(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設定終了*************************/
/************************gridlayout設定終了*************************/

.gridlayout1{
font-family:neuro,'NotoSansJP';
  border-radius: 2px;
  width:95%;
  float: left;
margin-left:-2%;
margin-right:0px;
  padding-left :8%;
  padding-top: 0px;
  padding-bottom: 0px;
background-color:rgba(14,30,30,0.8);
 color:#FFFFFF;
 height:70px;
line-height:1.2;
border:1px rgb(95,95,95) solid;
  }
.gridlayout2{
  width:58%;
  margin-left:15px;
  float: left;
　font-family: 'NotoSansJP'; 
　line-height: 2.2;
    position: relative;
  }

.gridlayout3{
  margin-left:5px;
  width:18.5%;
  margin-right: 1%;
  float: left;
  }

.gridlayout4{
  width:23%;
  float: left;
    position: relative;
    margin-left:-30px;
  }

.gridlayout4 h5{
color:rgb(255,128,0);
}

div.dammy{
    height:105px;
}
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: "'NotoSansJP'";
	font-size: 12px;
	}

pre {
    font-size: 12px;
    margin-left:10px;
    padding: 10px;
    background-color: rgba(0,0,0,0.3);
	display:block;
    width: 70%;
	margin-top:1em;
	margin-bottom:1em;
    line-height: 1.5;
	font-family:monospace;
	white-space:pre;
}

table{
    border:1px rgb(95,95,95) solid;
}
td{
    border:1px rgb(95,95,95) solid;
}
tr{
        border:1px rgb(95,95,95) solid;
}
/************************************************************/


body:hover img#keylogo{
	-webkit-transform:rotate(60000deg);
	-webkit-transition:all 400s ease-in-out;
	transform:rotate(60000deg);
    transition:all 400s ease-in-out;
    }

@media screen and (max-width:1200px) {
    /*　画面サイズが1200pxからはここを読み込む　*/
header div#description{
	color:#FFFFFF;
	height:auto;
	font-size: 8px;
	font-family:'NotoSansJP';
    line-height: 2.2;
    width:100%;
    padding-bottom:5px;
    padding-top: 5px;
    font-weight:100;
    text-align: left;
    left:10px;
    position: relative;
		}
}