/* *************************** */
/* head1 */
input.head1 {
	font-size: 2.6em;
	height:80px;
	width:670px;
	padding: 5px 5px;
    background-color: #008000;
	color: #fff;
    border-style: none;
   -webkit-appearance: none;
   border-radius: 0;
}

/* オンマウス時の色変更 */
input.head1:hover {
    background-color: #808080;
    color: #fff;
}

input.chead1 {
	font-size: 2.6em;
	height:100px;
	width:670px;
	padding: 5px 5px;
    background-color: #008000;
	color: #fff;
    border-style: none;
   -webkit-appearance: none;
   border-radius: 0;
}

/* head2 */
input.head2 {
	font-size: 2.6em;
	height:80px;
	width:220px;
	padding: 5px 5px;
    background-color: #FF6600;
	color: #fff;
    border-style: none;
   -webkit-appearance: none;
   border-radius: 0;
}

/* オンマウス時の色変更 */
input.head2:hover {
    background-color: #808080;
    color: #fff;
}

input.chead2 {
	font-size: 2.6em;
	height:100px;
	width:220px;
	padding: 5px 5px;
    background-color: #FF6600;
	color: #fff;
    border-style: none;
   -webkit-appearance: none;
   border-radius: 0;
}
