@charset "utf-8";
/*メインイメージ*/
#mainRight {
	padding-bottom: 60px;
}

#mainimg {
	background-image: url(../inquiry/img/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 219px;
	margin: 0 auto;
}

#mainimgWrap {
	background-image: url(../img/kasomainbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	border-bottom: solid 1px #cccccc;
}

/*title*/
#ttl {
	background-image: url(../inquiry/img/pagettl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 626px;
	height: 38px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

/*ss1*/
#ss1 {
	background-image: url(../inquiry/img/ss1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

#article1 p {
	width: 586px;
	margin: 0 auto 30px auto;
}

#article1 #freedl {
	background-image: url(../inquiry/img/freedl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 293px;
	height: 53px;
	text-indent: -9999px;
	margin: 0 auto 30px auto;
}

/*ss2*/
#ss2 {
	background-image: url(../inquiry/img/ss2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

#article2 p {
	width: 586px;
	margin: 0 auto 30px auto;
}

#caption {
	width: 586px;
	margin: 0 auto;
	margin-bottom: 3px;
	text-align: right;
}

#caption img {
	vertical-align: -20%;
	margin-right: 3px;
}

#article2 li {
	background-image: url(../img/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}

/*table*/
.require {
	background-image: url(../inquiry/img/mark2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}

td p {
	width: 170px;
	float: left;
	margin-right: 10px;
}

/*form*/
input,textarea {
	border: solid 1px #cccccc;
}

input#abtAD,input#abtPPG,input#abtAC,
input#others {
	border: none;
}

textarea {
	width: 417px;
	height: 160px;
}

.formFrame1 {
	width: 240px;
}

.formFrame2 {
	width: 300px;
}

.formFrame3 {
	width: 100px;
}

#formbtn {
	width: 586px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	border-bottom: dotted 1px #999999;
}

#formbtn div {
	width: 408px;
	margin: 0 auto;
}

#submit {
	background-image: url(../inquiry/img/submitbtn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:164px;
	height: 38px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	*display: block;
	float: right;
}

#reset {
	background-image: url(../inquiry/img/resetbtn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:164px;
	height: 38px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	*display: block;
	float: left;
}

#myreset {
	background-image: url(../inquiry/img/backbtn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:164px;
	height: 38px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	*display: block;
}

/* Operaのみ適用 */
*+html:first-child #reset,
*+html:first-child #myreset,
*+html:first-child #submit {
	padding-left: 500px;
}

#reset:hover,#myreset:hover,#submit:hover {
	background-position: bottom;
}

p.message,p.confirm,p.success {
	width: 588px;
	margin: 10px auto;
}

/*check*/
#conf_ttl {
	background-image: url(../inquiry/img/confirm.jpg);
	background-repeat: no-repeat;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

/*error*/
#error_ttl {
	background-image: url(../inquiry/img/error.jpg);
	background-repeat: no-repeat;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

/*completion*/
#comp_ttl {
	background-image: url(../inquiry/img/comp.jpg);
	background-repeat: no-repeat;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

#thanks_msg {
	background-image: url(../inquiry/img/thanksmsg.jpg);
	background-repeat: no-repeat;
	width: 586px;
	height: 130px;
	margin: 0 auto;
}

#thanks_msg p {
	padding-top: 95px;
	text-align: center;
}



