@charset "utf-8";
header{
	background:url(../images/common/header_img.png) no-repeat right 10px;
}
#breadcrumbs{
	margin-top:164px;
}
#contents{
	width:978px;
	background:url(../images/common/bg/bg01.gif);
	overflow:hidden;
	padding:20px;
	margin:0 auto;
}
#bg_contents_top{
	width:986px;
	height:32px;
	background:url(../images/common/bg/note_top.gif) no-repeat;
	background-size:978px 32px;
	overflow:hidden;
	margin:0 auto;
}
#bg_contents{
	overflow:hidden;
	background:url(../images/common/bg/note.gif);
	border-radius:0 0 10px 10px;
	padding:10px 20px 20px;
	margin:0 auto;
}
#contents h2{
	width:340px;
	height:39px;
	overflow:hidden;
	line-height:300px;
	background:url(../images/contact/tit_contact.png) no-repeat;
	margin-bottom:20px;
}
form{
	background:#f3e5e5;
	border-radius:8px;
	padding:6px 0;
	margin:0 auto 20px;
}
table{
	width:926px;
	border:3px #fff solid;
	table-layout:fixed;
	margin:0 auto;
}
table tr{
	height:50px;
}
table th{
	text-align:left;
	width:200px;
	background:#e0cfcf;
	border-bottom:3px #fff solid;
	padding-left:10px;
}
table td{
	word-break:break-all;
	border-bottom:3px #fff solid;
	padding:10px;
}
.cat_after:after{
	content:":";
	margin-left:10px;
}
table input,select{
	border:1px solid #ccc;
}
select{
	width:280px;
	padding:10px;
}
select option{
	padding-left:5px;
}
input{
	width:365px;
	padding:10px;
	margin-right:10px;
}
textarea{
	font-size:13px;
	width:565px;
	height:230px;
	border:1px solid #ccc;
	padding:10px;
}
.textarea_tit{
	vertical-align:top;
	padding-top:15px;
}
#btn_box{
	width:320px;
	overflow:hidden;
	margin:0 auto 25px;
}
#next01,#next02,#prev{
	width:151px;
	height:44px;
	overflow:hidden;
	line-height:300px;
	display:block;
}
#next01{
	background:url(../images/contact/next01.png) no-repeat;
	margin:0 auto;
}
#next02{
	background:url(../images/contact/next02.png) no-repeat;
	float:left;
}
#prev{
	background:url(../images/common/btn/btn_prev.png) no-repeat;
	float:right;
}
#next01:hover,#next02:hover,#prev:hover{
	background-position:0 -44px;
}
.top_modoru{
	float:right;
	width:222px;
	height:49px;
	overflow:hidden;
	line-height:300px;
	background:url(../images/common/btn/top.png) no-repeat;
	display:block;
	margin-top:20px;
}
.top_modoru:hover{
	background-position:0 -49px;
}
#caution {
	background: none repeat scroll 0 0 #FFE8E8;
	border: 1px solid #FF0004;
	color: #FF0004;
	margin: 0 auto 5px;
	text-align: center;
	width: 895px;
}
#caution p {
	vertical-align: text-bottom;
}
#caution img {
	margin-right: 5px;
	padding: 7px 0 10px;
	vertical-align: middle;
}
#conf table td{
	word-break:break-all;
	padding:10px;
}
#comp p{
  font-size: 18px;
	line-height:32px;
	height:100px;
	text-align:center;
	margin:80px 0 100px 0px;
}
.hisuBox{
	margin-right:10px;
}