 @charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1024px){ /* ---- Handy Landscape ---- */
   	
	/* header_wrapper css */
	#page_wrapper{
	   width:         100%;	
	}
	#head_wrapper{
	   width:         100%;
	   min-height:    0px;
	   height:        300px;
	   position:      relative;
	   border:        none;
	   margin-left:   0%;
			
	}
	#logo{
       height:         150px;
       border:         none;
       position:       relative;
	   margin:         auto;
	   float:          none;
	   top:            30px;
    }
	#title_wrapper{
	   width:         100%;
	   height:        80px;
	   text-align:    center;
	   position:      relative;
	   top:           30px;
	   right:         0%;
	}
	
	/* content_main css */
	#content_wrapper{
		float:         none;
		width:         95%;
		margin-top:    60px;
		overflow-x:    hidden;		
	}
	#main-wrapper{
	    float:none;
		width:92%;	
	}
	#content_main{
	    float:none;
		width:85%;
		padding:20px;
		word-break:break-all;	
	}
	/* sidebar_wrapper css */
	.sidebar_wrapper{
		float:         none;
		width:         92%;
		margin-top:30px;
	}
	.content_sidebar{
		width:75%;
		margin-left:   0px;
		padding:20px;
	}
	
}
