@charset "UTF-8";
/* CSS Document */

body {
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a, a:visited {
	color:#000;
}
h1 {
	font-size:16px;
	margin-top:0;
	margin-bottom: 8px;
}
h2 {
	font-size:17px;
}

  #box{
  width:100%; 
  height:auto;
  margin:auto;
/*  margin-top:20%; */
}

#box > .bximg{
/*  width:400px; */
  height:auto;
  overflow:hidden;
  margin:0px;
}
#box > .bximg > img{
  width:100%;
  min-height:auto;
}

 /* @media screen and (max-width: 480px){
#box > .bximg{
   width:100%; 
  height:auto;
  margin:0px;
 } 
}*/
 @media screen and (max-width : 320px){
     #box > .bximg{
  width:300px;
  height:auto;
}  }