@charset "utf-8";
/* CSS Document */

#tabs
{
	padding:30px 30px;
}
#website
{
	padding:20px;
}
#tabs #website .question
{
	margin:5px 0 5px 0;
	font:bold;
	font-weight:600;
}
#tabs #website p
{
	width:700px;
	font-size:12px;
	text-align:justify;
}
#feedback_form .input {width:300px;height:16px;border:1px solid #d5d5d5;padding:3px 6px;background:#fff;margin-bottom:6px; margin-top:5px; color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}
/*#feedback_form {margin-top:15px;width:600px; padding: 5px 10px 7px; }
#feedback_form p { line-height:24px;padding-bottom:6px;width:104px; margin-top:5px; }
#feedback_form a {margin-left:24px;margin-top:8px}
/*#feedback_form .input {float:left;width:300px;height:16px;border:1px solid #d5d5d5;padding:3px 6px;background:#fff;margin-bottom:6px; margin-top:5px; color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}*/
#feedback_form textarea {overflow:auto;width:560px;height:120px;border:1px solid #d5d5d5;background:#fff;padding:3px 6px;margin-bottom:0;color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}
.mail_content{ padding:20px 30px;}


@media only screen and ( max-width: 767px) {
	#tabs
{
	padding:10px 10px;
}
#website
{
	padding:5px;
}
#tabs #website .question
{
	margin:5px 0 5px 0;
	font:bold;
	font-weight:600;
}
#tabs #website p
{
	width:290px;
	font-size:12px;
	text-align:justify;
}
#feedback_form .input {width:190px;height:16px;border:1px solid #d5d5d5;padding:3px 6px; background:#fff;margin-bottom:6px; margin-top:5px; color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}
/*#feedback_form {margin-top:15px;width:600px; padding: 5px 10px 7px; }
#feedback_form p { line-height:24px;padding-bottom:6px;width:104px; margin-top:5px; }
#feedback_form a {margin-left:24px;margin-top:8px}
/*#feedback_form .input {float:left;width:300px;height:16px;border:1px solid #d5d5d5;padding:3px 6px;background:#fff;margin-bottom:6px; margin-top:5px; color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}*/
#feedback_form textarea {overflow:auto;width:260px;height:120px;border:1px solid #d5d5d5;background:#fff;padding:3px 6px;margin-bottom:0;color:#4e4e4e;font:13px Arial, Helvetica, sans-serif}
.mail_content{ padding:20px 30px;}