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

/*お問い合わせ 全体設定*/
#content_contact {
	font       : 14px 'Lucida Grande','ヒラギノ角ゴ Pro W3',Helvetica, Verdana, sans-serif;
	padding    : 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 20px;
	}
	#contact_top{
	background-image: url(../img/contact_back_top.png);
	width: 850px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	}
	#contact_mid{
	background-image: url(../img/back_mid.png);
	text-align:left;
	width:770px;
	height:auto;
	display: block;
	background-repeat: repeat-y;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	text-align: justify;
	}

#contact_mid h5{
	font-size: 18px;
	text-indent: 20px;
	background-image: url(../img/h5.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-bottom: 1px solid rgba(237,24,27,1.00);
}
/*確認ボタン周り（囲み）*/
table	{
	border: 2px none white;
	margin-bottom: 10px;
	width: 750px
}

table,tr,td{
	border-collapse : collapse;
	border-spacing  : 0;
}

/*確認ボタン上　文章*/
span{color:blue}

th{
	width: 125px;
	height: auto;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	background-color: #ffffe0;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: left
}
	
th img{
	float: left}

/*フォーム左側　文字*/	
.txt{
	margin-left: 5px;
	float: left}

/*フォーム左側の小さい文字*/
.small p{
	font-size: 10px;
	line-height:12px;
	width:70px;
	height:40px;
	padding-top:10px;
	margin-bottom:0px;
	padding-left:28px}
	
td	{
	width:auto;
	height:40px;
	font-size: 11px;
	padding-left: 8px;
	padding-top:10px;
	border-bottom:solid 1px #dcdcdc}
	
.kakunin{
	font-size: 11px;
	width:750px;
	height:60px;;
	text-align:center;
	background-position:center;
	background-color:#ffffe0;
	padding-top:5px}

/*確認ボタン*/	
#myButton a {
	display: block;
	height: 32px;
	width: 156px;
    background-image: url(../img/kakunin_bt.png);
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px
	}

#myButton a:hover {
    background-image: url(../img/kakunin_bt_rv.png)
	}
	
#contact_bot{
	background-image: url(../img/back_bot.png);
	width:850px;
	height:40px;
	display: block;
	background-repeat: no-repeat;
}
