

/*----------------------------------------------------------------------
/			index 
/----------------------------------------------------------------------*/
#main{
	padding: 0px 0 0 0;
}
div.headerBanner{
	height: 310px;
	margin-bottom: 30px;
	background:url(/twadmin/wp-content/themes/tokiwa/images/index/main.png) no-repeat 0 0 ;
}
div.sectionLeft{
	float:left;
	width:66%;
}
div.sectionRight{
	float:right;
	width:30%;
}
h2{
	background:none;
	color:#008e3e;
	padding: 0;
	border:none;
	font-size:150%;
	margin: 0 0 12px 0;
}
div.sectionRight .box{
	background:#f3f3e6;
	padding:10px;
	font-size:90%;
	border-radius: 7px;
	margin:0 0 14px 0;
	border:1px solid #ebebd7;
}

div.sectionRight h3{
	border:none;
	font-size:130%;
	line-height:100%;
	padding:0 0 6px 0;
	color:#008e3e;
}
div.sectionRight #stockWidget div.textwidget{
	border:none;
	background:none;
	padding:0px;
	line-height:150%;
	background:#fff;
	text-align:center;
}
div.sectionRight #stockItem div.textwidget{
	border:none;
	background:none;
	padding:0px;
	line-height:150%;
	padding:5px 10px;
	background:#fff;
}
div.sectionRight #stockItem div#textwidget a{
	display:block;
	text-align:center;
	font-size:110%;
	padding:5px 10px;
}

div.sectionRight #stockWidget div.textwidget a:link{
	color: #ff6600;
	padding:5px 10px;
}
div.sectionRight #stockWidget div.textwidget a:visited{
	color: #ff6600;
}
div.sectionRight #stockWidget div.textwidget a:hover{
	color: #ffffff;
	background-color:#ff9900;
}	



div.sectionRight #item div.textwidget img{
	width:100%;
	display:block;
}
div.sectionRight #item div.textwidget{
	padding:0;
}
div.sectionRight #stockWidget div.textwidget a,div.sectionRight #stockItem div.textwidget a{
	display:block;
}
div.sectionRight #stockItem img{
	width:95%;
}
 #stockWidget h3{
 background:url(/twadmin/wp-content/themes/tokiwa/images/common/glass.gif) no-repeat 4.5em 1px ;
 
 }


/*==================================
		print
==================================*/


@media print{

}


@media screen and (max-width: 991px) {

}


@media screen and (max-width:767px) {

}



/*
===========================================================================
| 			device
===========================================================================
*/


/*	
	iPad & iPhone common
*/
@media screen and (max-width: 991px) {




}



/*
	iPhone-480px
*/

/*
	iPhone-480px
*/

@media screen and (max-width:479px) {
	#site-navigation{
		display:none;
	}
	div.sectionLeft{
		float: none;
		width: auto;
	}
	div.sectionRight{
		float: none;
		width: auto;
	}
}

