@charset "utf-8";
html{
	font-size:65%;
	/*fireworksの行送りが175%*/
	line-height:1.75;
	letter-spacing:0.04em;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;*/
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}
body{
	color: #333333;
	font-size: 140%;
	line-height: 1.75;
}
hr{
	display:none;
}
ul{
	list-style:none;
}
a{color:#326496;
	text-decoration:none;}
a:link{color:#326496;}
a:visited{
	color:#326496;
	text-decoration:none;
}
a:hover{
	color:#326496;
	text-decoration:underline;
}

em,strong{
	font-weight:bold;
}
img{
	border-style:none;
	vertical-align:bottom;
}

/***clearfix************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*====================================================================*/
/*↓すべてのページ*/
/*====================================================================*/
/*--------------------------------------------------------------------*/
/* ↓全体 */
/*--------------------------------------------------------------------*/
body {
	box-sizing:border-box;
	width: 100%;
	min-width: 950px;
}
p {
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
/* ↑全体 */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓ヘッダー */
/*--------------------------------------------------------------------*/
#headWrapper {
	border-top: 5px solid #ffb400
}
#headWrapper #header {
	width: 950px;
	margin: 20px auto 0 auto;
}
#headWrapper #header h1 {
	float: left;
	margin: 0 0 0 23px
}
#headWrapper #header .etcNavi {
	float: right;
}
#headWrapper #header .etcNavi li {
	margin: 0 0 0 20px;
	float: left;
}
#headWrapper #header .etcNavi li a {
	font-size: 13px;
	color: #333;
	display:inline-block;
	background: url(../images/icon.jpg) no-repeat 2px 7px;
	padding-left: 18px;
}
#headWrapper #header #globalNavi {
	margin: 25px 0 15px 0;
}
#headWrapper #header #globalNavi li {
	float: left;
}
/* ↑ヘッダー */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓コンテンツ */
/*--------------------------------------------------------------------*/
#contentWrapper {
	background: url(../images/bg_body01.gif);
}
#contentWrapper #content {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
/* ↑コンテンツ */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓メイン */
/*--------------------------------------------------------------------*/
#contentWrapper #content .main {
	float: left;
	width: 658px;
}
/* ↑メイン */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓サイド*/
/*--------------------------------------------------------------------*/
#contentWrapper #content #side {
	float: right;
	width: 282px;
}
#contentWrapper #content #side p {
	margin-bottom: 10px;
}
#contentWrapper #content #side .newInfo {
	background-color: #FFF;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#contentWrapper #content #side .newInfo h2 {
	border-bottom: 1px solid #ffb400;
	padding: 0 0 7px 0;
}
#contentWrapper #content #side .newInfo h2 span {
	float: right;
	font-weight: normal;
	font-size: 13px;
}
#contentWrapper #content #side .newInfo .info {
	margin: 10px 0 10px 0;
}
#contentWrapper #content #side .newInfo .day {
	border-bottom: 1px solid #CCC;
}
#contentWrapper #content #side .access {
	background: #fff;
	padding: 5px;
}
#contentWrapper #content #side .mapFrame {
	margin-bottom: 5px;
}
#contentWrapper #content #side .access iframe {
	margin: 5px auto;
}
#contentWrapper #content #side .access p {
	margin-bottom: 5px;
}
#contentWrapper #content #side .access p.address {
	border-top: 1px solid #ccc;
	padding-top: 8px;
}
/* ↑サイド*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓ページトップへ */
/*--------------------------------------------------------------------*/
#pagetop {
	text-align: right;
	background-image: url(../images/bg_body01.gif);
	padding-top: 20px;
	padding-bottom: 10px;
}
#pagetop .pagetopinner {
	box-sizing: border-box;
	width: 950px;
	margin: 0px auto;
	padding: 0px 36px;
}
#pagetop a {
	color: #595750;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}
#pagetop a:before {
	content: "";
	display: inline-block;
	border: 7px solid transparent;
	border-bottom: 9px solid #595750;
	margin-right: 5px;
}
#pagetop a:after {
	content: "";
	display: block;
	border-bottom: 1px solid #9b9a97;
	position: absolute;
	bottom: 0.3em;
	width: 100%;
}
/* ↑ページトップへ */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓フッター */
/*--------------------------------------------------------------------*/
#footer {
	font-size: 14px;
}
#footer .footernav {
	background-color: #fff3d6;
	height: 28px;
	padding-top: 8px;
}
#footer .footernav .footernavinnner, #footer .footerinner {
	width: 952px;
	margin: 0px auto;
}
/*フッターナビ*/
#footer .footernav ul {
	font-weight: bold;
	list-style-type: none;
	margin:0px auto;
	display:table;
}
#footer .footernav ul li {
	display:table-cell;
}
#footer .footernav ul li:after {
	content: "";
	display: inline-block;
	border-right: 2px solid #3b2313;
	height: 1em;
	padding-right: 10px;
	margin-right: 10px;
}
#footer .footernav ul li:last-of-type:after {
	display:none;
}
#footer .footernav ul li a {
	color: #3b2313;
	text-decoration: none;
}
/*住所*/
#footer .juusyo {
	background-color: #FFF;
	color: #4b2301;
	line-height: 1.5em;
}
#footer .juusyo .footerinner {
	display: table;
	border-collapse: collapse;
}
#footer .juusyo address {
	font-style: normal;
	display: table-cell;
	padding: 18px 18px 0px;
}
/*コピーライト*/
#footer .copy {
	background-color: #fa9d49;
}
#footer .pcopy {
	font-size: 12px;
	color: #390404;
	padding-top: 12px;
	padding-bottom: 20px;
	text-align: center;
}
/* ↑フッター */
/*--------------------------------------------------------------------*/
/*↑すべてのページ*/
/*====================================================================*/

/*====================================================================*/
/*↓トップページ*/
/*====================================================================*/

/* ↓ヘッダー */
/*--------------------------------------------------------------------*/
#topImg {
	height: 280px;
	width: 950px;
	overflow: hidden;
}
#topImg ul {
	width: 5700px;
}
#topImg ul li {
	float: left;
	display: inline;
	width: 950px;
	position: relative;
	text-align: center;
}
#topImg ul li img {
	vertical-align: bottom;
}
.controls p {
	cursor: pointer;
	position: relative;
	z-index:10;
}
.controls p.left{
	width:40px;
	float:left;
	margin-top:-150px;
	margin-left:5px;
}
.controls p.right{
	width:40px;
	float:right;
	margin-top:-150px;
	margin-right:5px;
}
/* ↑ヘッダー */
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* ↓メイン */
/*--------------------------------------------------------------------*/
#indexMain {
	float: left;
	width: 659px;
}
/**/
#indexMain h2 {
	border-bottom: 1px solid #ffb400;
	padding: 0 0 7px 0;
}
#indexMain .topTxt01 {
	background-color: #fff3d6;
	padding: 3px;
	margin-bottom: 15px;
}
#indexMain .topTxt01 h2 {
	margin: 0 10px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #999;
}
#indexMain .topTxt01 p.txt {
	margin: 5px 10px 5px 10px;
}
/**/
#indexMain .bankInfo {
	background-color: #FFF;
	padding: 10px 15px;
}
#indexMain .bankInfo h2 span {
	float: right;
	font-weight: normal;
	font-size: 13px;
}
#indexMain .bankInfo {
	margin-bottom: 18px;
}

#indexMain .bankInfo .puketuke {
	float: right;
}
#indexMain .bankInfo .tdsen {
	border-bottom: 1px solid #000;
	height: 20px;
}
#indexMain .bankInfo .psyousai {
	text-align: right;
	padding-right: 10px;
}
#indexMain .bankInfo .psyousai a{
	color:#8b000b;
}
#indexMain .infoBox {
	background-color: #FFF;
	padding: 10px 15px;
	margin-bottom:20px;
}


#indexMain .infoBox .newInfo {
	background-color: #FFF;
	padding: 10px 10px;
	margin-bottom: 10px;
	float:right;
	width:290px;
}
#indexMain .infoBox .newInfo h2 {
	border-bottom: 1px solid #ffb400;
	padding: 0 0 7px 0;
}
#indexMain .infoBox .newInfo h2 span {
	float: right;
	font-weight: normal;
	font-size: 13px;
}
#indexMain .infoBox .newInfo .info {
	margin: 10px 0 10px 0;
}
#indexMain .infoBox .newInfo .day {
	border-bottom: 1px solid #CCC;
}
/**/
/*#indexMain .article {
	margin: 10px 0 0 0;
}*/

/**/
/*#indexMain .article .articleLeft {
	float: left;
}
#indexMain .article .articleRight {
	float: right;
}*/

/**/
#indexMain .article table {
	text-align: left;
	float: left;
	width: 300px;
	margin-top: 15px;
}
#indexMain .article table:nth-child(even) {
	float: right;
}
#indexMain .article table:nth-child(odd) {
	float: left;
	clear: both;
}
#indexMain .article table th {
	font-weight: normal;
	width: 200px;
}
#indexMain .article table th.thCatch {
	border-bottom: 1px solid #ffb400;
}
#indexMain .article table th.thCatch:before {
	content: "■ ";
	color: #ffb400;
}
#indexMain .article table th p {
	padding: 5px 0 0 0;
	float: right;
}
#indexMain .article table td{
	color:#03004c;
}
#indexMain .article table td img {
	padding: 5px 0 15px 6px;
	max-width: 92px;
}
#indexMain .article table tr>*{
	border-bottom: 1px solid #CCC;
}
#indexMain  .infoBox .facebook {
	margin-bottom: 18px;
	float:left;
	width:300px;
}
#indexMain .soniAccess {
	background: #fff;
	padding: 10px 15px;
}
#indexMain .soniAccess p {
	margin-left: 9px;
}
#indexMain .soniAccess p.img {
	text-align: center;
	margin: 15px 0;
}
#indexMain .soniAccess p.route {
	margin-left: 14px;
}
#indexMain .soniAccess h3 {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
#indexMain .soniAccess h4 {
	margin-left: 8px;
}
#indexMain .soniAccess h4:before {
	content: "■ ";
	color: #ff6400;
}
#indexMain .soniAccess h4#nanba, h4#kyoto {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	padding-top: 8px;
}
/* ↑メイン */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* ↓サイド */
/*--------------------------------------------------------------------*/

/* ↑サイド */
/*--------------------------------------------------------------------*/
/*↑トップページ*/
/*====================================================================*/

/*====================================================================*/
/*↓トップページ以外*/
/*====================================================================*/
/*--------------------------------------------------------------------*/
/* ↓メイン */
/*--------------------------------------------------------------------*/
.nonIndex {
	color: #242b02;
	font-size: 13px;
	line-height: 1.8em;
}
.nonIndex h2 {
	margin-bottom: 1px;
}
.nonIndex .box {
	padding-left: 10px;
	padding-right: 10px;
}
.nonIndex #breadcrumb {
	font-size: 12px;
	margin-bottom: 13px;
}
.nonIndex h3 {
	font-size: 16px;
	border-bottom: 1px solid #ff7800;
	margin-bottom: 20px;
}
.nonIndex h3:before {
	content: "";
	display: inline-block;
	border-right: 4px solid #f06b37;
	width: 4px;
	height: 20px;
	vertical-align: middle;
	margin-right: 12px;
}
.nonIndex h4 {
	padding-left: 1px;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 10px;
	margin-top: 32px;
	font-size: 15px;
}
.nonIndex h3+h4 {
	margin-top: 0px;
}
.nonIndex a {
	color: #020f72;
	text-decoration: underline;
}
/* ↑メイン */
/*--------------------------------------------------------------------*/
/*↑トップページ以外*/
/*====================================================================*/

/**********************************************
about
***********************************************/
#content #aboutMain .read {
	margin: 0 0 25px 0;
}
#content #aboutMain .read p.img {
	float: right;
	margin: 0 0 0 10px;
}
#content #aboutMain .bnr {
	margin: 20px auto 0px auto;
	width: 580px;
}
#content #aboutMain .bnr p.banner1 {
	float: left;
}
#content #aboutMain .bnr p.banner2 {
	float: right;
}
#content #aboutMain .plan h3 {
	margin-top: 30px;
}
#content #aboutMain .aboutImg {
	margin-top: 20px;
}

/**********************************************
forOwner and forUser
***********************************************/
#content #systemMain .fs12 {
	font-size:12px;
}
#content #systemMain .tdBG {
	padding-bottom: 15px;
}
#content #systemMain .td01 {
	background: #843f01;
}
#content #systemMain .td02 {
	background: #aa5302;
}
#content #systemMain .td03 {
	background: #c86304;
}
#content #systemMain .td04 {
	background: #dc7405;

}
#content #systemMain .td01, #content #systemMain .td02, #content #systemMain .td03, #content #systemMain .td04 {
	padding-top: 7px;
	text-align: center;
	vertical-align: top;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
}
#content #systemMain .tdTxt {
	vertical-align: top;
	padding-left: 20px;
}
#content #systemMain .tdTxt a {
	color: #c02203;
}
#content #systemMain .tdTxt h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}
#content #systemMain .flow05 {
	border: 1px solid #ff7800;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content #systemMain .flow05 p {
	padding: 10px;
}
#content #systemMain .flow05 h4 {
	margin: 0 0 0 0;
	padding: 5px 0 5px 7px;
	background: #ff7800;
	color: #fff;
	font-size: 19px;
	border: none;
}
#content #systemMain .goToTop {
	text-align: right;
	margin-bottom: 60px;
}
#content #systemMain .goToTop a {
	color: #595750;
}
#content #systemMain ul.doc {
	background-color: #fff;
	padding: 0px 1px;
	border: 1px solid #e5e5e5;
	counter-reset: num;
	margin-bottom: 20px;
}
#content #systemMain ul.doc a {
	text-decoration: none;
	color: #000;
}
#content #systemMain ul.doc a:hover {
	text-decoration: underline;
}
#content #systemMain ul.doc li {
	padding: 13px 18px;
	border-bottom: 1px solid #c5c5c5;
	position: relative;
	font-size: 15px;
}
#content #systemMain span.pdfIco {
	float: right;
}
#content #systemMain .adb {
	font-size: 11px;
	line-height: 1.5em;
	display: table;
	margin-bottom: 32px;
}
#content #systemMain .adb p {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#content #systemMain .adb p+p {
	padding: 2px 0px;
}
#content #systemMain .pdf {
	margin-top: 20px;
}
#content #systemMain .pdf a {
	text-decoration: underline;
	padding-left: 12px;
}
#content #systemMain .pdf a:before {
	content: url(../images/system/icon_vector.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}
#content #systemMain .jouken {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
#content #systemMain .jouken h4 {
	border: none;
}
#content #systemMain .jouken ul li {
	margin-left: 15px;
}
#content #systemMain p.tel {
	font-size:16px;
	font-weight:bold;
}

/**********************************************
sitemap
***********************************************/
#sitemapMain .box .ptop {
	font-size: 16px;
	color: #22385d;
	background: url(../images/siteicon1.jpg) no-repeat;
	padding-left: 30px;
	margin-top: 20px;
}
#sitemapMain .box .sitebox {
	width: 634px;
	margin-left: 10px;

}
#sitemapMain .sitebox .pakiya {
	background: url(../images/siteicon2.jpg) no-repeat;
	width: 180px;
	padding-left: 50px;
	font-size: 16px;
	color: #22385d;
}
#sitemapMain .sitebox .pakiya a {
	text-decoration: none;
}
#sitemapMain .sitebox .sitesen {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
#sitemapMain .sitemoji {
	margin-left: 50px;
	font-size: 16px;
	color: #22385d;
}

/**********************************************
news
***********************************************/
#newsMain .newsBox {
	background: #fff;
	padding: 10px 15px 15px 15px;
	margin-bottom: 30px;
}
#newsMain .newsTitle h3 {
	margin-bottom: 2px;
}
#newsMain .newsTitle span {
	float: right;
	margin-bottom: 5px;
}
#newsMain .newsMain p.img {
	float: left;
	margin-right: 20px;
}
#newsMain .newsMain p.txt {
}
#newsMain .newsMain p.more{
	text-align: right;
}

/**********************************************
news-single
***********************************************/
#newsMain.newsSingle .newsTitle h3 {
	font-size: 19px;
}
#newsMain.newsSingle .newsTitle span {
	font-size: 15px;
}
#newsMain.newsSingle .newsMain div.txt {
	font-size: 16px;
}

/**********************************************
空き家バンク 検索部
***********************************************/
.searchForm {
	background-image: url(../images/bg_form.jpg);
	height: 121px;
	margin: 0 0 15px 0;
}
.formInner {
	width: 320px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
.formInner p {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
.formInner table {
	background: #fff;
	width: 100%;
	border: 1px solid #E7E3E3;
}
.formInner table td {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.formInner table .upper td {
	padding-top: 10px;
}
.formInner table .lower td {
	padding-bottom: 10px;
}
.formInner table td select {
	width: 190px;
	height: 25px;
}
.formInner table td.btn {
	padding:0 0 10px 0;
}
.formInner table td input[type="submit"] {
	padding:3px 15px;
}
/**********************************************
空き家情報
***********************************************/
.akiyaInfo {
	background: #fff;
	border: 1px solid #E7E3E3;
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
}
.akiyaInfo .infoTxt {
	float: left;
	border: 1px solid #E7E3E3;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 2px 10px;
	font-size: 15px;
	width: 160px;
}
.akiyaInfo .infoTxt dl {
	width: 100%;
}
.akiyaInfo .infoTxt dt {
	float: left;
	clear: left;
}
.akiyaInfo .infoTxt dd.syozai, .akiyaInfo .infoTxt dd.sellprice {
	clear: both;
	text-align: left;
}
.akiyaInfo .infoTxt dd {
	border-bottom: 1px solid #000;
	text-align: right;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
.akiyaInfo h5.catch, .akiyaInfo h5.catchDetail {
	color: #FF4A00;
	border-bottom: 1px solid #FF4A00;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-size: 14px;
}
.akiyaInfo h5.catchDetail {
	margin-bottom: 15px;
	font-size: 15px;
}
.akiyaInfo h5.catch:before {
	content: "";
	display: inline-block;
	border-right: 4px solid #F06B37;
	width: 4px;
	height: 20px;
	vertical-align: middle;
	margin-right: 9px;
}
.akiyaInfo h5.catchDetail:before {
	content: "";
	display: inline-block;
	border-right: 4px solid #F06B37;
	width: 4px;
	height: 20px;
	vertical-align: middle;
	margin-right: 9px;
}
.infoImg {
	float: right;
	margin-bottom: 5px;
}
.infoImg p {
	text-align: right;
	margin-right: 6px;
}
.infoImg table tr td {
	padding: 0 5px 5px 0;
}
.infoImg table tr td img {
	max-width: 130px;
	height: auto;
}
/**********************************************
空き家情報(詳細)
***********************************************/
.infoDetail {
	clear: both;
	margin-bottom: 10px;
}
.infoDetail p {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.infoDetail table {
	width: 100%;
}
.infoDetail table.detailTable th {
	width: 105px;
	background: #ffecdb;
	border-width: 1px;
	border-style: solid none solid solid;
	border-color: #e5e5e5 #e5e5e5 #fff #e5e5e5;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 15px;
}
.infoDetail table.detailTable tr {
	border: 1px solid #e5e5e5;
}
.infoDetail table.detailTable td {
	padding: 10px 0 10px 20px;
	font-size: 15px;
}
.infoDetail table.detailTable th.thMap {
	border-bottom: #e5e5e5;
}
.infoDetail table.detailTable td.tdMap {
	padding: 10px 10px 0 10px;
}
.infoDetail table.detailTable td.tdMap span.unRegist {
	margin: -7px 0 0 9px;
	display: inline-block;
}
.infoDetail table.detailTable td.tdMap iframe {
	width: 470px;
}
.infoDetail table.detailTable td.tdMap p {
	margin-top: 10px;
}
.redLetter{
	color: #ff0000;
	line-height: 1.5;
	margin-bottom: 10px;
}

/**********************************************
移住者情報
***********************************************/
#messageMain .ijuusya {
	background-color: #FFF;
	width: 640px;
	padding: 10px;
	margin-bottom: 20px;
}
#messageMain .ijuusya .left {
	float: left;
	width: 400px;
}
#messageMain .ijuusya .left .img {
	float: left;
}
#messageMain .ijuusya .left .kinjo {
	float: right;
	font-size: 15px;
	color: #ff7800;
	padding-left: 30px;
}
#messageMain .ijuusya .left .phukusima {
	text-align: right;
	margin-bottom: 10px;
}
#messageMain .ijuusya .left .ijuusen {
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#messageMain .ijuusya .right {
	float: right;
	width: 160px;
}
#messageMain .ijuusya .right p {
	margin-bottom: 20px;
}
#messageMain .soniData .soniinfoImg {
	width: 650px;
	margin: 0 auto;
}
#messageMain .soniData .soniinfoImg table {
	width: 95%;
	margin: 0 auto 30px;
}
#messageMain .soniData .soniinfoImg td {
	text-align: center;
}
#messageMain .soniData .soniinfoImg p {
	text-align: center;
}
#messageMain .soniData .soniinfoImg p img {
	margin: 15px;
}
.goToTop {
	text-align: right;
	margin-bottom: 80px;
}
.goToTop a {
	color: #595750;
}
p.hoikuen {
	margin-top:10px;
	margin-bottom:30px;
	margin-left:80px;
}

/**********************************************
お問い合わせ
***********************************************/
#inquiryMain h3+p {
	margin-bottom: 20px;
}
#inquiryMain .attention {
	padding: 15px;
	margin-bottom:20px;
	background-color: #fdede7;
}
#inquiryMain table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#inquiryMain table caption {
	text-align: left;
	font-size: 15px;
}
#inquiryMain table tr>* {
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0px;
}
#inquiryMain table tr.hissu>th:after {
	content: "※必須";
	color: #aa1f24;
	padding-left: 1em;
}
#inquiryMain table tr>th {
	font-weight: normal;
	box-sizing: border-box;
	width: 245px;
	padding-left: 18px;
	font-size: 15px;
}
#inquiryMain table caption~tbody tr>th {
	width: 242px;
}
#inquiryMain table tr td input[type="text"] {
	width: 170px;
}
#inquiryMain table tr td input#tel,
#inquiryMain table tr td input#phon {
	width: 220px;
}
#inquiryMain table tr td input#mail01,
#inquiryMain table tr td input#mail02 {
	width: 312px;
}
#inquiryMain table tr td input#post01,
#inquiryMain table tr td input#post02 {
	width: 57px;
}
#inquiryMain .red {
	color: #aa1f24;
}
#inquiryMain p.red {
	margin-bottom: 20px;
}
#inquiryMain span.wpcf7-list-item {
	margin-left: 0;
	display: block;
}
#inquiryMain input.wpcf7-back {
	background: url(../images/btn_modoru.png) no-repeat;
	width: 137px;
	height: 42px;
	border: none;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
}
#inquiryMain input.wpcf7-submit {
	float: left;
	margin-right: 10px;
}
#inquiryMain .wpcf7c-conf {
	background: #fff;
}
#inquiryMain .pKakunin {
	font-weight: bold;
	font-size: 15px;
}