/*
Theme Name: clv2016
Theme URI: http://do-clover.net/
Author: Cloverfes web team
Author URI: http://do-clover.net/

*/

.bg {
	
}

.bg-blue {
	background-color: #;
}

.bg-pink{
	background-color: #FF63C9;
}

.bg-glay {
	background-color: #f2f2f2;
}

.bg-sciencepark {
	background-image:url("http://do-clover.net/2016test/wp-content/uploads/2016/09/bubble.png");
	background-repeat:repeat;
	background-attachment: fixed;
}

.bg-game{
	background-image: url("http://do-clover.net/2016test/wp-content/uploads/2016/09/game-back.png");
	background-repeat:repeat;
	background-attachment: fixed;
}

.bg-ehon {
	background-image: url("http://do-clover.net/2016test/wp-content/uploads/2016/09/ehon-back.png");
	background-repeat:repeat;
	background-attachment: fixed;
}

.bg-fukushima {
	background-image: url("http://do-clover.net/2016test/wp-content/themes/clv2016/images/bg/sakura.png");
	background-repeat:repeat;
	background-attachment: fixed;
}

.kidspalette-toggle {
	background-color: #ff8000;
	border-radius: 15px;
	cursor: pointer;
	height: 130px;
	margin: 10px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 130px;
	font-size: 20px;
	font-weight: 700;
}
.kidspalette-toggle:active,
.kidspalette-toggle:focus,
.kidspalette-toggle:hover {
	background-color: #ff8000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.kidspalette-toggle img {
	max-height:100%;
}

.modal-kids {
	padding-top:10%;
}

.line-yoko {　/*よこ縞*/
    background: -moz-linear-gradient(top, #6CF, #6CF 50%, #FF9 50%, #FF9);
    background: -webkit-linear-gradient(top, #6CF, #6CF 50%, #FF9 50%, #FF9);
    background: linear-gradient(top, #6CF, #6CF 50%, #FF9 50%, #FF9);
    -moz-background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}

.line-naname {
	background: -moz-linear-gradient(left top, #6CF, #6CF 25%, #FF9 25%, #FF9 50%,
        #6CF 50%, #6CF 75%, #FF9 75%,#FF9);
    background: -webkit-linear-gradient(left top, #6CF, #6CF 25%, #FF9 25%, #FF9 50%,
        #6CF 50%, #6CF 75%, #FF9 75%,#FF9);
    background: linear-gradient(left top, #6CF, #6CF 25%, #FF9 25%, #FF9 50%,
        #6CF 50%, #6CF 75%, #FF9 75%,#FF9);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}