@charset "utf-8";
/* ===========================================================
 CSS information
 file name  :style.css
 style info :お問い合わせ用
 最終更新日 : 2014/10/5
============================================================== */

#contents{
	background:url(../images/contents/logo_transmission.png) no-repeat;
	background-position:center;
}

th{width:200px; padding:5px; font-weight:normal; text-align:right;}
td{padding:5px;}

.input{width:400px; height:1em; background:transparent; border:1px solid #aaaaaa; border-radius:3px; padding:5px; line-height:1em; font-size:100%;}
textarea{width:400px; height:20em; background:transparent; border:1px solid #aaaaaa; border-radius:3px; padding:5px; font-size:100%;}

.button_area{text-align:center;}
.submit{
	background:#ffffff;
	border:1px solid #aaaaaa; border-radius:3px;
	padding:10px 20px;
	font-size:100%;
	cursor:pointer;
}
.submit:hover{background:#eeeeee;}

.conf_button{
	width:120px; height:30px;
	background:url(../images/contact/conf.png) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
.conf_button:hover{opacity:0.7;}

table.conf{width:100%;}
table.conf th{padding:0 10px 0 0; color:#aaaaaa;}
table.conf td{border-bottom:1px dotted #aaaaaa; padding:10px 0;}