/* 可変グリッド */

a {
    text-decoration:none;
}

.backBamboo{
	padding-top: 10px;
	padding-bottom: 20px;
	background:url(images/back1.png) repeat;
}

.backGrass{
	padding-top: 10px;
	padding-bottom: 20px;
	background:url(images/back2.png) repeat;
}

.backFlower{
	padding-top: 10px;
	padding-bottom: 20px;
	background:url(images/back3.png) repeat;
}

.backWave{
	padding-top: 10px;
	padding-bottom: 20px;
	background:url(images/back4.png) repeat;
}

/*カテゴリーパネル*/

.frameSmallGray {
    background:#f5f5f5;
	padding:0;
	color:#eeeee;
	border:#BFBFBF 2px solid;
	box-shadow: 0 0 10px #BFBFBF;
	margin:5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	text-align:left;
}

.frameSmallGray:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	display: inline-block;
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 1);
}

.frameSmallGray img{
	margin:0 -5px -8px 0;
}

/*パネル本文*/

.framePink {
    width:330px;
	height: 1;
    background:#fff4fc;
	padding:0px 10px 5px 10px;
	color:#eeeee;
	border:#BFBFBF 2px solid;
	box-shadow: 0 0 10px #BFBFBF;
	margin:10px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	text-align:left;
}

.framePink:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	display: inline-block;
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 1);
}

.alignleft {
	float: left;
}

.frameCopy{
	text-align:left;
	font-size : 18px;
	line-height : 150%;
	margin:10px 10px 15px -10px;
	font-weight:lighter;
	color:#fff;
	background-color:#BFBFBF;
	width:330px;
	border-radius: 0px 5px 5px 0;
}

/* animation
.container,section {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.container {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
.container section {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

*/