@CHARSET "utf-8";

/* コンテンツ部分の共通属性 */






div.contactButton{
	padding:0 10px;
}


div.contactButton a:link , div.contactButton a:visited{
	text-align:center;
	display:block;
	margin:5px auto;
	padding:5px 0px;
	background:url('../img/icon/arrow_white.png') no-repeat #FF3355;
	background-position:99% center;
	color:#FFFFFF;
	border-radius:5px;
	font-size:18px;
	text-decoration:none;
	width:65%;
}


div.contactButton a:hover , div.contactButton a:active{
	background:url('../img/icon/arrow_white.png') no-repeat #FF6677;
	background-position:99% center;
}


table.contactTable{
	width:100%;
}


table.contactTable th{
	width:160px;
}


table.contactTable th span.sub{
	font-size:11px;
	font-weight:normal;
}


table.contactTable td{
	padding:5px;
}


table.contactTable td input[type="text"]{
	width:90%;
	padding:3px;
	border-radius:3px;
	border:solid 1px #BBBBBB;
}


table.contactTable td textarea{
	width:90%;
	min-height:200px;
	padding:3px;
	border-radius:3px;
	border:solid 1px #BBBBBB;
}


form.contactForm input[type="submit"]{
	margin: 10px 0;
	padding:5px 10px;

}


form.contactForm button{
	margin: 10px 10px 10px 0;
	padding:5px 10px;

}


form.contactForm input[type="submit"]:hover{
	cursor:pointer;
}


table.contactTable tr td.error{
	background:#FFCCCC !important;
}

