@charset "UTF-8";


.contact_container_top{
	float:left;
	width:920px;
	border-top: #f2f2f2 1px solid;
	padding: 10px 0;
	
}
.contact_container_bottom{
	float:left;
	width:920px;
	border-top: #f2f2f2 1px solid;
	border-bottom: #f2f2f2 1px solid;
	padding: 10px 0;
	
}

.contact_container_btn{
	float:left;
	width:920px;
	align:center;
	padding-top:20px;
	
}
.contact_title{
	float:left;
	width:235px;
	border-left: #C95584 solid 2px;
	border-right: #C95584 solid 1px;
	height:30px;
	padding-top:7px;
	padding-left:10px;
}
.contact_input{
	float:left;
	width:650px;
	height:38px;
	margin-left:20px;
	border-right: #C95584 solid 2px;
}
.contact_title_l{
	float:left;
	width:235px;
	border-left: #C95584 solid 2px;
	border-right: #C95584 solid 1px;
	height:100px;
	padding-top:7px;
	padding-left:10px;
}
.contact_input_l{
	float:left;
	width:650px;
	height:108px;
	margin-left:20px;
	border-right: #C95584 solid 2px;
	
}

.hoge{
	width:610px; 
	border:0;
	padding:10px;

	color:#333;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#f2f2f2;
  }
  
textarea {
	width:610px; 
	border:0;
	padding:10px;
	color:#333;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#f2f2f2;

  }

.hoge3:hover{
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#c95584;
}

.hoge3{
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#c9c9c9;
}

