﻿@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');

/* Google Font指定クラス*/
.princesssofia{
font-family: 'Princess Sofia', cursive;
}

.shadowintolight{
		font-family: 'Shadows Into Light', cursive;
		color:#000000;
}
.Calligraffiti{
		font-family:'Calligraffitti';
		}
.Poiret{
	font-family:'Poiret One';
	}

.Poiret_bold{
	font-family:'Poiret One';
	font-weight: bold;
	}

@font-face {
	src: url('webfont/NotoSansJP-Regular.woff') format('woff');
	font-family: 'NotoSansJP';
	}

.noto{
	font-family: 'NotoSansJP';
	}

.bilbo{
 font-family: 'Bilbo', cursive;
}
/* ページ全体の基本的な設定と背景色 */
BODY {
	text-align: left;
	font-family: メイリオ;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
background-image: url(img/background.png);
	color:#FFFFFF;
	background-attachment: fixed;
	background-position: right top;
	line-height:2;
}

header {
	font-family: "メイリオ";
	font-size: 14px;
	background-image: url(img/title.png) ;
	text-align: left;
	background-repeat: no-repeat;
	margin-left:15px;
	margin-top:15px;
	height:130px;
}

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:#000000;
	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:60%;
	padding: 3px 3px 3px 10px;
	background: linear-gradient(-120deg,
	rgba(166,208,19,0.7) 0%,
	rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(120deg,
	rgba(166,208,19,0.7) 0%,
	rgba(255,255,255,1) 100%);
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	}

.boxstyle2 {
	color:rgb(0,64,64);
	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(166,208,19,0.7) 0%,
	rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(120deg,
	rgba(166,208,19,0.7) 0%,
	rgba(255,255,255,1) 100%);
	text-shadow:3px 3px 3px rgba(140,140,140,0.5);
	}

#title{
	font-size:36px;
	margin-left:10px;
	padding-bottom:0;
	padding-top:10px;
	padding-left:15px;
	color:rgba(255,133,11,1);
	margin-top:15px;
	margin-left:30px;
        	border-bottom: 1px solid rgb(95,95,95);
        border-left: 20px solid rgb(95,95,95);
	border-radius:5px;
	width:80%;
	text-shadow:3px 3px 3px rgba(95,95,95,0.3);
	}
#subtitle{
	font-size:24px;
	font-family: メイリオ;
	}

.shadowinto{
	font-family: 'Shadows Into Light', cursive;
	}
div#scrollstyle{
   height:800px;
   overflow-y:scroll;
	font-size:12px;
	}

div#scrollstyle2{
   height:80px;
   overflow-y:scroll;
	}
.sectionmenu{
		border:1px solid rgb(255,128,0);
                position: relative;
		border-radius:5px;
                padding:0 10px 0 10px;
            }

.sectionmenu:hover{
	 background-color:rgb(255,255,255,0.91);
 	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;
            }

.sectionmenu:hover h5{
	color:rgb(255,128,0);
 	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;
            }

.sectionmenu:hover li{
	color:rgb(0,0,0);
 	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;
            }
      
.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;
	}    
/*****************追加プロパティ*****************/
 /*テーブルスタイルの設定*/
        .table1
        {
	font-size: 14px;
	font-family: メイリオ;
	text-align: center;
	width : auto;
	background-color: transparent;
}
        .table2
        {
	text-align: left;
	width : auto;
	background-color: transparent;
	padding: 10px;
	font-family: メイリオ;
}
/*hの設定*/
h1 
{
	color:rgba(255,133,11,1);
	font-size :20px;
	margin:5px;
	text-align: left;
  	border-bottom: 1px solid rgb(255,255,255);
        border-left: 10px solid rgb(255,255,255);
	border-radius:3px;
	padding-left: 10px;
	font-weight :normal;
	font-family:'Poiret One';
 }
h2 {
	color:#000000;
	font-size :16px;
	font-family:メイリオ;
	margin:5px;
font-weight:normal;
	text-align: left;
	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%;
	text-shadow:3px 3px 3px rgba(95,95,95,0.5);
	background: linear-gradient(
	rgb(255,255,255) 0%,
	rgb(255,128,0) 50%,
	rgb(128,0,0) 100%);
	
	background: -webkit-linear-gradient(
	rgb(255,255,255) 0%,
	rgb(255,128,0) 50%,
	rgb(128,0,0) 100%);

	background: -moz-liner-gradient(
	rgb(255,255,255) 0%,
	rgb(255,128,0) 50%,
	rgb(128,0,0) 100%);
	
	border-radius: 5px 5px 5px 5px;
	border:1px #f16521 solid;
}

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:rgb(0,64,64);
	font-size :14px;
	margin:5px;
	font-weight:normal;
	text-align: left;
	border-top: thin outset #F0F0F0;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #CCCCCC;
	width:50%;
	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,1) 100%);
	background: -webkit-linear-gradient(120deg,
	rgba(0,100,50,0.7) 0%,
	rgba(255,255,255,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 {
	font-size :14px;
	margin:1px;
	text-align: left;
	border-radius:3px;
	font-weight :normal;
	font-family:'Poiret One';
}
h5 {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family:'Poiret One';
	text-shadow:0px 0px 1px #000;
	font-size: 20px;
	color:#FFFFFF;
	font-weight :normal;
	text-shadow:2px 2px 3px rgba(95,95,95,0.3);
}

p {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 10px;
	font-family: メイリオ;
	font-size: 14px;
}

/* 指定が無い時のリンクの下線の有無 */
af {
	text-decoration: none;
	font-family:'Poiret One';
	font-size: 16px;
	color: #000000;
	}


/* 指定が無い時の既読リンクの色 */
a:link{color:#E95295;
text-decoration:none;}
a:visited{color:#DB1C72;}
a:hover{text-decoration:none;}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */


}
/* 左側のメニューを入れるＢＯＸの基本設定 (主にニュース、ＲＳＳボックスとする)*/
.left {
	float: left;
	width: 20%;
	margin:5px 5px 2px 0px;
	text-align: left;
	font-size :x-small;
	font-family: メイリオ;
	background-color: #FFFFFF;
}
.left_style
        {
	text-align: left;
	background-color: #FFFFFF;
	font-family: メイリオ;
}
/* 右側のメニューを入れるＢＯＸの基本設定 */
.right {
	float: left;
	width: 22%;
	margin: 5px 0px 2px 5px;
	text-align: left;
	font-size : x-small;
	font-family: メイリオ;
	padding-bottom: 10px;
}
.right_style
        {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: メイリオ;
}

/* フッターの基本設定 */

footer {
	color: #ffffff;
	font-family: 'Shadows Into Light', cursive;
	font-size:16px;
	padding-left: 20px;
	padding-top: 20px;
}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: メイリオ;
	font-size: small;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}

aside {
	font-family: メイリオ;
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
article {
	font-family: メイリオ;
	font-size: 14px;
	text-align: left;
}

ul {
	font-family: メイリオ;
	text-align: left;
	padding-left: 5px;
}
nav {
	width: 20%;
	overflow: visible;
	float: left;
	visibility: visible;
	padding-left: 5px;
}
.entry {
	margin-top:10px;
	margin-left:10px;
	padding-left:15px;
	font-family: メイリオ;
	font-size: 14px;
	text-align: left;
	width: 95%;
}
.content {
	font-family: メイリオ;
	font-size: 12px;
	text-align: left;
	float:left;
	width: 56%;
	padding-left:10px;
        padding-right:5px;
}
.style {
	margin: 5px;
	list-style-type: circle;
}
.Links {
	top: auto;
	font-size:12px;
}
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: メイリオ;
	font-size: 12px;
}

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{
	 	width:97%;
		}
#subtitle{
	font-size: 24px;
}
/*****************追加プロパティ*****************/
#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:メイリオ;
	font-size: 16px;
	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:メイリオ;
	font-size: 16px;
	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:メイリオ;
	font-size: 16px;
	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:メイリオ;
	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:メイリオ;
	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 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:メイリオ;
 	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:メイリオ;
 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:メイリオ;
 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:メイリオ;
 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:メイリオ;
 	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{
  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設定終了*************************/
.gridlayout1{
  border-radius: 5px;
  width:92%;
  float:left;
  margin-top:10px;
  padding-left :8%;
  padding-top: 0px;
  padding-bottom: 0px;
  background:rgb(255,220,185);
  height:150px;
  }

.gridlayout3{
  width:30%;
  margin: 5px;
  float: left;
  border-radius:5px;
  padding:10px;
  }

 .gridlayout4{
  width:30%;
  margin: 5px;
  float: left;
  border-radius:5px;
  padding:10px;
　}

/*.gridlayout2{
  width:46.5%;
  margin: 15px;
  float: left;
  border-radius:5px;
  padding:10px;
/*}

/*.gridlayout2#layout1{
	height:405px;
  	overflow:hidden;
	white-space:normal;
/*	}

/*.gridlayout2#layout2{
	height:400px;
/*	}


/*.gridlayout3:hover{
  -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;
  height:510px;
/*		}


/*P.p_grid_trans{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  -webkit-transition:all 1s ease-in-out;
  -ms-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
/*		}

/*.gridlayout3:hover P.p_grid_trans{  
  word-break:break-all;
  overflow:visible;
  white-space:normal;
/*}

/*.gridlayout2:hover P.p_grid_trans{  
  word-break:break-all;
  overflow:visible;
  white-space:normal;
/*}

/*div.gridlayout2:hover#layout1{
  width:97%;
   height:800px;
   overflow:scroll;
  -webkit-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
　text-overflow:ellipsis;
  word-break:break-all;
  white-space:normal;
	}

/***********************グリッドレイアウト設定(item)*****************************/
.item{
  font-size:12px;
  width:100%;
  height: 60px;
  float: left;
  border-radius:4px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item: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:12px;
  width:95%;
  height: 30px;
  float: left;
  border-radius:4px;
margin-left:0px;
margin-bottom:1px;
margin-top:2px;

  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
 white-space:pre-wrap;
border-radius:4px;
  padding-left:10px;
 background: linear-gradient(
 rgb(255,188,121) 0%,
 rgb(255,129,2) 100%
 ); 
 background: -webkit-linear-gradient(
 rgb(255,188,121) 0%,
 rgb(255,129,2) 100%
 );
 }
/***********************グリッドレイアウトトランスフォーム設定(item)*************/
.item4:hover{
  border-radius: 3px;
  border:1px rgb(51,122,86) solid;
  width:500%;
  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;
        position: relative;
        padding:0 5px 0 5px;
	 background-color:rgb(255,255,255,0.91);
	color:rgb(0,0,0);
	z-index:1;
 }
/************************グリッドレイアウト設定終了(item)*****************************/

