@charset "utf-8";

#container #main{
	float:none;
	width:auto;
}
#container #sub{
	display:none;
}

#main h1{
	color:#629848;
	text-align:center;
	margin-bottom:50px;
}
/*
 *1 #main #main-site-navi
 *
#main #main-site-navi{
	margin-bottom:80px;
}
p#main-site-navi-change-animate{
	text-align:right;
	margin-top:50px;
	font-size:28px;
}
#main #main-site-navi ul{
	background-image:url(/img/index/top-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#main #main-site-navi ul li a{
	background-color:white;
	padding:5px 5px;
}
#main #main-site-navi ul.moving{
	position:relative;
	width:713px;
	height:380px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background-image:url(/img/index/top-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#main #main-site-navi ul.moving li{
	width:200px;
	display:none;
	position:absolute;
}
#main #main-site-navi ul.moving li.front{
	z-index:100;
}
#main #main-site-navi ul.moving li a{
	border:solid 1px silver;
	display:block;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-color:#f5f5f5;
	text-align:center;
}
*/


#container #main h2{
	position:relative;
	margin-bottom:25px;
	color:#666666;
	border-bottom:solid 1px silver;
	border-left:solid 15px silver;
	padding:5px 0px 2px 5px;
	font-size:26px;
}

#performance span{
	cursor:pointer;
}
/*
#demo-change-view{
	position:absolute;
	right:5px;
	bottom:0px;
	font-size:12px;
	font-weight:normal;
}
*/

#demo-navi{
	margin-bottom:30px;
}

#demo-list{
	float:right;
	width:202px;
}
#demo-thum{
	float:left;
	width:700px;
}
#demo-list .wrap{
	margin-bottom:0;
}

#demo-thum ul,
#demo-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
#demo-list .wrap{
	border:solid 1px silver;
	padding:5px 0;
}
#demo-list ul{
	width:200px;
	height:170px;
	overflow:auto;
}
#demo-list ul li{
}
#demo-list ul li a{
	display:block;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
}
#demo-list ul li a.selected{
	background-color:#F5DEB3;
}

#demo-thum ul{
	height:180px;
	white-space:nowrap;
	overflow:auto;
}
#demo-thum ul li{
	display:inline;
	margin:0 8px;
}
#demo-thum ul li a{
	border:solid 1px silver;
	display:inline-block;
}
#demo-thum ul li a:hover{
	border:solid 1px blue;
}
#demo-thum ul li a.selected{
	border:solid 1px red;
}

#demo{
	height:450px;
	overflow:hidden;
}
.demo{
	margin-bottom:50px;
}
.demo-info{
	float:left;
	width:430px;
	width:230px;
	height:400px;
	background-color:#fafafa;
	border:solid 1px silver;
}
.demo-info .wrap15{
	padding:8px;
}
.demo-info h3{
	font-size:28px;
	font-weight:bold;
	color:#629848;
	margin:0 0 15px 0;
	padding:0 0 3px 0;
	border-bottom:solid 1px #629848;
}
#content .entry-content .demo-info p{
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
}
.demo-frame{
	float:right;
	background-image:url(/img/index/chrome.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:468px;
	height:400px;
}
.demo-frame-content{
	position:absolute;
	top:46px;
	left:2px;
	width:464px;
	height:352px;
	background-color:silver;
	overflow:auto;
}



