﻿@media only screen and (max-width: 480px){
	/*header*/
	#header{
		height: 150px;
	}
	#header #logo{
		width: 70px;
		height: 80px;
		margin-right: 10px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#header p.description{
		top: 45px !important;
	}
	#header ul{
		top: 120px !important;
	}
	/*ListUL*/
	#ListUL{
		width: 100%;
	}
	#ListUL .mobile-hide{
		display: none;
	}
	#ListUL .mobile-show{
		display: block !important;
		position: relative;
	}
	#ListUL .mobile-show:after{
		position: absolute;
		content: '';
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #FFF;
		margin-top: -15px;
		margin-left: 5px;
	}
	#ListUL .mobile-show:hover:after{
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #CC6714;
		margin-top: -13px;
		margin-left: 5px;
	}
	#ListUL .mobile-show:hover .menu-container{
		display: block !important;
		background-color: #FFF;
		position: absolute;
		border: 1px solid #c9c9c9;
		width: 170px;
		padding: 0 10px;
		padding-top: 10px;
	}
	#ListUL .mobile-show:hover .menu-container a{
		color: #2c5990;
		padding: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#header ul li{
		height: 35px;
		font-size: 15px;
	}
	#header ul li a{
		padding: 6px 20px 0 20px;
	}
	
	/*center*/
	#top5{
		display: none;
	}
	#container{
		width: 100% !important;
		left: 0;
		top: 0;
	}
	#container table{
		width: 100% !important;
		margin: 10px;
	}
	#container table .auto-style1{
		width: 15% !important;
	}
	#container table .auto-style1, #ContentPlaceHolder1_QuestBody_L{
		font-size: 14px;
	}
	#container table .auto-style2{
		width: 60% !important;
	}
	#container table .auto-style2 input[type=text]{
		width: 90% !important;
		padding: 5px 10px;
	}
	#container table textarea{
		width: 90% !important;
		padding: 10px;
	}
	#container input[type=submit]{
		background-color: #2c5990;
		border: none;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		height: 30px;
		width: 50% !important;
		padding: 0 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		cursor: pointer;
		margin-left: 14px;
	}
	h1.q{
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	/*posts*/
	#posts{
		width: 90%;
	}
	#posts .question .message{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
		border-left: 4px solid #CCC;
		padding-left: 20px;
	}
	#posts .question{
		margin-bottom: -10px;
		padding-bottom: 25px;
		border-bottom: 1px solid #e1e1e1;
	}
	#posts .question .top_question{
		font-size: 13px;
		margin-top: 20px;
	}
	.bottom_question a.answered{
		font-size: 15px;
		background-position-y: 5px;
	}
	#posts .answer .answerText{
		font-size: 14px;
		line-height: 22px;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	
	.r,.r1,.r2,.r3{
		width: 100% !important;
	}
	#footer{
		width: 100% !important;
	}
	#footer div, #footer p{
		width: 100% !important;
	}
	#footer #bottom_footer, #footer .contacts{
		margin: 0 !important;
	}
}