/* Tablet Portrait (768px) */
@media only screen and (max-width: 768px){
  
  body {line-height: 1.4}
  #main_container {width: 763px; font-size: 13px;}
  #menu_top_container {font-size: 12px;}
  #slogan {font-size: 12px; }
  #logo {height:23px; width:184px;}
  #form_search_text {height: 28px;}

  .fieldradio {padding-bottom: 4px;}
  #button_submit {width: 300px; height: 30px;}
  
  #left_content {float:left; width: 450px;}
  #right_content {float: right; width: 305px; padding-left: 2px;}

  #bookmark_small {float: left; width: 100%; padding-left: 0px;}

}

/* Phone Landscape (480px) */
@media only screen and (max-width: 480px) {
  
  body {line-height: 1.3}
  #main_container {width: 475px; font-size: 12px;}
  #menu_top_container {display: none}
  #slogan {font-size: 10px;}
  #logo {height:20px; width:160px;}
  #form_search_text {height: 25px;}

  .fieldradio {padding-bottom: 3px;}
  #button_submit {width: 250px; height: 28px;}
  
  #left_content {width: 100%}
  #right_content {float: left; width: 100%; padding-left: 0px;}
  
  #prefix_index {display: none}

  #bookmark_small {float: left; width: 100%; padding-left: 0px;}
  
  #image_visual {width: 400px; height: 267px}
  
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
  
  body {line-height: 1.3}
  #main_container {width: 315px; font-size: 12px;}
  #menu_top_container {display: none}
  #slogan {font-size: 10px; float:left}
  #logo {height:18px; width:144px;}

  #form_search_text {height: 23px;}

  .fieldradio {padding-bottom: 2px;}
  #button_submit {width: 200px; height: 25px;}
  
  #left_content {width: 100%}
  #right_content {float: left; width: 100%; padding-left: 0px;}
  
  #prefix_index {display: none}
  
  #bookmark_small {float: left; width: 100%; padding-left: 0px;}
  
  #image_visual {width: 300px; height: 200px}


}


/* Phone Portrait (240px) */
@media only screen and (max-width: 240px) {
  
  body {line-height: 1.2}
  #main_container {width: 235px; font-size: 12px;}
  #menu_top_container {display: none}
  #slogan {font-size: 10px;  float:left}
  #logo {height:18px; width:144px;}
  
  #form_search_text {height: 23px;}

  .fieldradio {padding-bottom: 1px;}
  #button_submit {width: 200px; height: 25px;}
  
  #left_content {width: 100%}
  #right_content {float: left; width: 100%; padding-left: 0px;}

  #prefix_index {display: none}
  
  #bookmark_small {float: left; width: 100%; padding-left: 0px;}
  
    #image_visual {width: 200px; height: 133px}


}

