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

button {
 border:none; /*枠を消す*/
background-color:#ffffff; /*背景色を白に*/
 } 
.form_table {	
	border: 1px solid #CCC;	border-collapse: collapse;

}
.form_table td {
	padding: 4px;
}

.form_table_color {
	background-color: #F2F2F2;
	border: 1px solid #BFBFBF;
}
.form_tablr_color02 {
	border: 1px solid #E6E6E6;
}
.form_table_none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.requireditem  {
	vertical-align: top;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
.signup_dl {
	padding-bottom: 10px;
}
.signup_link a{
	color: #006;
	text-decoration: underline;
	font-weight: bold;
}
.signup_link a:hover {
	color: #039;
	text-decoration: none;
}


.signup_dl dd {
	padding-bottom: 5px;
}
.company_ul li a {
	color: #333;
	text-decoration: underline;
}
.company_ul li a:hover {
	color: #999;
	text-decoration: none;
}
.partner_sub {
	font-size: 14px;
	font-weight: bold;
}
.privacy_btnbox {
	padding: 15px;
	background-color: #f2f2f2;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
input:hover {
    opacity: 0.7;
 
    /* IE */
    filter: alpha(opacity=0.7);
}
.mailbox {
	overflow: hidden; height: 65px; width: 400px; clear: both; margin:0 auto 0 auto;
}




.mailbox input[type="submit"] { text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 background-image: url(../images/contact_btn.jpg); width: 200px; height: 30px; display:block; background-repeat: no-repeat;
 cursor: pointer;
padding: 0; 
border: none; 

}
button {
border:none; /*枠を消す*/}



