@charset "UTF-8";
/* CSS Document */


.pi-01{
	   margin-top: 180px;
       }

span.hisu{
	color:#F29BD0;
	padding: 1em 0;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	
}

#formWrap {
	width:740px;
	margin:50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap p{
	margin: 2em 0;
	}
table.formTable{
	width:100%;
	margin:30px auto;
	border-collapse:collapse;
}
table.formTable td,table{
	border:1px solid #ccc;
	padding:13px 14px;
}
table.formTable th{
	border:1px solid #ccc;
	padding:14px 18px;
	width: 200px;
	font-size: 1.1em;
	background:#f4f4f4;;
	text-align:left;
	table-layout: fixed;
}
.formTable textarea select ,table.formTable input, table.formTable textarea{
	padding: 0.7em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	table-layout: fixed;
}

.form-botan input
{
	text-align: center;
	margin: 10px;
	/*border-radius: 0;  */ 
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
}
.form-botan input:hover{
	 background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
	


@media screen and (max-width:768px){
	#formWrap{ margin: 20% auto;
				width: 90%;}
	table.fomTable{
		width: 100%;
		margin: 10% auto;
	}
	table.formTable td, table.formTable th{
		width: 100%;
		display: block;
		border-top: none;
		}
	table.formTable th{
		width: 100%;
	}
	table.formTable tr:first-child th{ border-top: 1px solid #ddd; }
	.formTable textarea select,table.formTable input, table.formTable textarea{
	width: 100%;	
	padding: 0.7em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	input[type=checkbox],input[type=radio] {
    margin: 1em 0 0.5em 0;
    margin-top: 1px\9;
    line-height: normal;
	}
	
}


