@charset "utf-8";
@import "frame.css";
@import "sub.css";

/* /////////////////////////////////////////// */
/* OverRide
/* /////////////////////////////////////////// */

::-webkit-input-placeholder {
	color: #CCC;
}
/* Firefox */
::-moz-placeholder {
	color: #CCC;
}
/* IE */
:-ms-input-placeholder {
	color: #CCC;
}

/* text */
input::-ms-clear {
	visibility: hidden;
}
/* password */
input::-ms-reveal {
	visibility: hidden;
}

textarea {
	resize: vertical;
}


/* ■ テーブル (714px)
/* /////////////////////////////////////////// */

table.mail {
	border-collapse: collapse;
	border-spacing: 1;
	width: 100%;
	font-size: 16px;
	color: #333;	
}
	
table.mail td.clm{
	width: 30%;
	background-color: #FFF;
	border: thin solid #CCC;
	text-align: right;
	padding: 1em;
}
table.mail td.con{
	width: 70%;
	background-color: #FFF;
	border: thin solid #CCC;
	padding: 1em;
}
input.name {
	width: 40%;
}
input.company {
	width: 45%;
}
input.mail {
	width: 65%;
}
input.phone {
	width: 38%;
}
input.zip {
	width: 25%;
}
input.add {
	width: 65%;
}
input.year {
	width: 12%;
}
input.date {
	width: 7%;
}
textarea.disc {
	width: 80%;
}

ul li,ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


