/* INDEX
---------------------------------------------------------------------------*/
#container{max-width:720px;}

#contents .form{ background:#fcfcfc; border:1px #CCC solid; padding:10px; margin:0 0 30px;}

#contents p{margin:0 0 20px;}
#contents table{ width:100%;}
#contents table th{padding:10px; border-top:1px #CCCCCC dotted; width:10em;}
#contents table td{padding:10px; border-top:1px #CCCCCC dotted;}
#contents button{ padding:10px;}

@media (max-width: 768px) {
	#contents p{margin:0;}
	#contents table th{ display:block; width:100%;padding:10px 0 10px;}
	#contents table td{ display:block; width:100%; border-top:none;padding:0 0 10px;}
	#contents input[type=text] { width:100% !important;}
	#contents input[type=email] { width:100% !important;}
	#contents textarea{ width:100% !important;}

}