@charset "utf-8";
/* 
    Created on : 2015/02/28, 16:06:32
    Author     : kyoto-info
*/

@media only screen and (max-width: 768px) {
   /*table_list*/
   #contents form table{
		display: block;
        max-width: 768px;
        border: none;
	}
	#contents form table thead{
		display: none;
	}
	#contents form table tbody{
		display: block;
	}
	#contents form table tbody tr{
		display: block;
		margin-bottom: 1.5em;
		border:none;
	}
    #contents form table tbody th{
        display: list-item;
        margin-bottom: 5px;
		border: none;
        padding: 8px 10px;
		list-style-type: none;
        text-align: left;
        width:100%;
    }
	#contents form table tbody td{
		display: list-item;
        margin-bottom: 5px;
		/*margin-left: 20px;*/
		padding: 0;
		border: none;
		width:100%;
		list-style-type: none;
	}
	#contents form table tbody td select{
		width:80%;
	}
}
