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

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../contact/images/main_image.jpg);
}

/*------------ 見出し ------------*/
h3#title01 {
	background-image: url(../contact/images/subtitle_01.jpg);
}

/*------------ テーブル ------------*/
table.contact_table {
	width: 100%;
	border: #afd1dc 1px solid;
}

table.contact_table th {
	padding:20px 10px;
	font-weight: normal;
	color: #010101;
	font-size: 14px;
	background-color: #e1f7fd;
	border: #afd1dc 1px solid;
}

table.contact_table td {
	padding:20px 10px;
	color: #010101;
	font-size: 14px;
	border: #afd1dc 1px solid;
	line-height:2.4em;
}


/*input*/

input.type1{
	width:400px;
}
input.type2{
	width:100px;
}
textarea.type3{
	width:400px;
}
input.btn{
	padding:5px 10px
}

p.tableBtn{
	margin:20px auto 0;
	text-align:center;
}
