/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2023 | 12:55:37 */
@media screen and (min-width:641px) {
  #header_wrap { 
    min-width:1200px !important; 
  }
  #header { 
    width:1200px !important; 
  }
  #index_top_wrap { 
    min-width:1200px !important; 
  }
  #index_top { 
    width:1200px !important; 
  }
  #main_contents_wrap { 
    min-width:1200px !important; 
  }
  #main_contents { 
    width:1200px !important; 
  }
  #main_col {
    padding: 0 0 60px !important;
  }
  #side_col { 
    width:350px !important; 
    padding: 0 0 60px !important;
  }
  #slider {
    width: 1200px !important;
  }
}

@media screen and (max-width:640px) {
	#main_col {
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.single #main_col {
		padding-top: 60px !important;
	}
}