@charset "utf-8";

/* ---------------------------------------------------
   File: contact.css
   Version: 1.0.0
   Update: 2016-02-19
   Author: http://flowlab.co.jp

   (c)2007-2016 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
   Grobal Navigation
=================================================== */




/* ===================================================
   Contents
=================================================== */
#information {
	margin-bottom: 10px;
}
#information h2 {
	margin-bottom: 30px;
}
#information ul li {
	float: left;
}

/* ---------------------------------------------------
   Form
--------------------------------------------------- */
form table {
	width: 730px;
}
form tr {
	border-bottom: solid #CBCBCB 1px;
	clear: both;
}

form th {
	font-weight: normal;
	vertical-align: middle;
	width: 190px;
}
form th img {
	vertical-align: text-bottom;
	padding-left: 5px;
}
form td {
	width: 540px;
	float: right;
}
form .feedBox,
form .feedBox02 {
	width: 515px;
	height: 40px;
	border: solid #CBCBCB 1px;
	border-radius: 5px; /* CSS3 */ 
	-webkit-border-radius: 5px; /* Safari,Chrome */ 
	-moz-border-radius: 5px; /* Firefox */
	margin: 20px 0;
	font-size: 100%;
	padding: 0 10px;
}
form .feedBox02 {
	height: 220px;
	resize: vertical;
}
#form_content th {
	vertical-align: top;
	padding-top: 25px;
}
#btn_contact {
	width: 350px;
	padding: 45px 0 140px;
	margin: 0 auto;
}
#submit {
	border: 0;
	width: 350px;
	height: 70px;
	background:url(../contact/images/btn_contact.jpg) 0 0 no-repeat;
}
#submit:hover {
	cursor: pointer;
	opacity: 0.7; /* Safari,Opera */
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE6/7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}

