/*
RESPONSIVE BASE DEFINES
*/
.ssts_main_elements
{
	max-width:1080px;
  width:auto;
}
.ssts_copyright
{
  max-width:1080px;
  width:auto;
}

.cust_headbanner img
{
  width:76%;
  min-width:100px;
}
.ssts_main_left
{
  min-width:166px;
}

.ssts_nav_box_100
{
  margin-left:-6px;
}

#ssts_nav_box_100_title
{
  cursor:pointer;
}        
#ssts_nav_box_100_title .ssts_headbutton
{
  background-color:#9e1510;
  color:white;
  font-size:20px;
  margin-bottom:30px;

  margin-top:5px;
  line-height:20px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:25px;
  
  border-radius:5px;
}
        
#ssts_nav_box_100_navi
{
  display:none;
  margin-top:-20px;
  margin-bottom:20px;
}

/*
@media (max-width : 400px)
{  
  .ssts_productlist_product,
  .ssts_productlist_product img
  {
    width:100%;
    min-width:100%;
  }
  
  .ssts_productlist_product
  {
    margin-bottom:10px;
  }
}
*/

@media (max-width : 400px)
{  
	.cust_hornavbar a
	{
/*		margin-left:12px;*/
		margin-left:2px;
	}
	.cust_hornavbar a:first-child
	{
		margin-left:2px;
	}
	
	.cust_hornavbar a:link,
	.cust_hornavbar a:visited,
	.cust_hornavbar a:active
	{
		font-size:10px;
	}

}


/* overload if viewport is 600px or smaller*/
@media (max-width : 600px)
/* and (max-device-width : 800px)*/
{  
/*
  .ssts_main_mainarea
  {
    text-align:left;
  }
*/
  img.wysiwyg_element_small
  {
    width:100%;
  }
  img.wysiwyg_element_small_right
  {
    width:100%;
  }

  .ssts_nav_box_100
  {
    display:block;
  }
  .ssts_main_left
  {
    display:none;
  }
  .ssts_main_left
  {
    width:100px;
  	padding:0 10px 0 0;
  }
	
	
	.cust_hornavbar a
	{
		margin-left:5px;
	}
	.cust_hornavbar a:first-child
	{
		margin-left:5px;
	}

}


@media (max-width : 750px)
{  
  .ssts_nav_item
  {
    padding-left:0;
  }
  .ssts_mainarea
  {
  	margin-right:0;
  }
  
  img.wysiwyg_element_medium,
  img.wysiwyg_element_medium_right
  {
    width:100%;
  }
 	.ssts_main_topbar
	{
		display:none;
	}
	
	
	.cust_hornavbar a
	{
		margin-left:5px;
		
	}
	.cust_hornavbar a:first-child
	{
		margin-left:5px;
	}


}
