@charset "UTF-8";


/* 共通 -----------------------------------------------------------------------*/
* {
	box-sizing:border-box;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
    padding:0;
    text-align:center;
    position:relative;
}
body {
	margin:0;
	padding:0;
	border:0;
	font-size:15px;
	line-height:170%;
	color:#222222;
	text-align: center;
	min-width:1000px;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table,tr,td {
	font-size:15px;
	line-height:170%;
}

a {
	color:#0745D6;
}
a:hover {
	text-decoration: none;
}
img {
	border:0;
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

ul,dl{
zoom: 100%;
}
ul:after,dl:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}


.ttl1 {
	font-size:2em;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	margin: 0 0 50px;
	padding: 30px 10px 30px;
	text-align: center;
	border-bottom: 1px solid #2a6a51;
	color:#2a6a51;
}
.ttl1:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 12%;
	height: 8px;
	margin: 0 auto;
	content: '';
	background-color: #2a6a51;
}

.ttl2 {
	padding:10px 0;
	position:relative;
	margin:0 0 30px;
	text-align:center;
	font-size:1.8em;
	font-weight:normal;
}
.ttl2 span {
	background-color:#FFFFFF;
	display:inline-block;
	position:relative;
	z-index:10;
	padding:0 15px;
}
.ttl2:before {
	content: "";
	position: absolute;
	width:100%;
	border-bottom:1px solid;
	border-color:#2a6a51;
	z-index:-1;
	margin-top:0.3em;
	left:0;
}

.ttl3 {
	font-size:1.6em;
	line-height:1em;
	font-weight: normal;
	position:relative;
	line-height:50px;
	background-color:#eeede4;
	box-shadow:
		10px 0 0 0 #CCCCCC,
		0 3px 0 0 rgba(0,0,0,0.1);
	margin:0 20px 30px 0;
	padding:0 0 0 0.5em;
	font-weight:bold;
}
.ttl3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#CCC;
}
.ttl3:after{
	content:" ";
	position:absolute;
	top:0;
	right:-20px;
	border-width:25px 10px;
	border-style:solid;
	border-color:#eeede4;
	border-right-color:transparent;
	box-shadow:0 3px 0 0 rgba(0,0,0,0.1);
}
.ttl3 span {
	position:relative;
	padding:0 0 0 2em;
}
.ttl3 span:before {
	font-family: 'FontAwesome';
	content: "\f015";
	position: absolute;
	top: -5px;
	left:0;
	color:#fa8d0c;
	font-size:1.5em;
	font-weight:normal;
}

.ttl4 {
	font-size:1.3em;
	line-height:1em;
	font-weight: normal;
    position: relative;
    padding: 10px 80px 10px 2.5em;
    background: #2e8965;
	text-align:left;
	margin:2em 0;
	border-radius:3px;
	color:#FFF;
}
.ttl4:before {
	font-family: 'FontAwesome';
	content: "\f02e";
	position: absolute;
	top: 0.5em;
	left:15px;
	color:#FFFFFF;
	font-size:1em;
}

.ttl5 {
	font-size:1.3em;
	line-height:1em;
	font-weight: bold;
    position: relative;
    padding: 8px 15px;
	text-align:left;
	margin:15px 0;
	border-radius:3px;
	border-left:15px solid #2a6a51;
	color:#2a6a51;
}

.f1 {
	font-size:1.3em;
	line-height:1.5;
}

.btn1 {
	color: #FFFFFF;
	background-color:#2e8965;
	border-radius: 3px;
	border:0;
	box-sizing:border-box;
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	display: block;
	text-decoration:none;
	text-align:center;
	padding: 10px 40px 10px 20px;
	position:relative;
	line-height:150%;
	font-size:1.3em;
	margin:0 auto;
	cursor:pointer;
}
.btn1:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	margin-top:-0.8em;
	right:10px;
	color:#FFFFFF;
	font-size:1em;
}

.btn2 {
	color: #2e8965;
	background-color:#FFF;
	border-radius: 3px;
	border:1px solid #2e8965;
	box-sizing:border-box;
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	display: inline-block;
	text-decoration:none;
	text-align:center;
	padding: 10px 40px 10px 40px;
	position:relative;
	line-height:150%;
	font-size:1.1em;
	margin:0 auto;
	cursor:pointer;
}
.btn2:before {
	font-family: 'FontAwesome';
	content: "\f1c1";
	position: absolute;
	top: 50%;
	margin-top:-0.8em;
	left:10px;
	color:#ff3500;
	font-size:1em;
}
.btn2:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	margin-top:-0.8em;
	right:10px;
	color:#2e8965;
	font-size:1em;
}

.sticky{
	position: sticky;
	position: -webkit-sticky;
	top: 10px;
}

.wrapper {
	width:1000px;
	height:100%;
	margin:0 auto;
	text-align: left;
}

#pankz {
	padding: 10px 10px 5px 10px;
	font-size:0.8em;
	text-align:left;
}


.tbl1 {
	border-collapse:collapse;
}
.tbl1 th,
.tbl1 td {
	border:1px solid #CCC;
	padding:3px 5px;
}
.tbl1 th {
	background-color:#e4f4ee;
	text-align:center;
}

.tbl2 {
	border-collapse:collapse;
}
.tbl2 th,
.tbl2 td {
	border:1px solid #CCC;
	padding:3px 5px;
	text-align:center;
}
.tbl2 th {
	background-color:#e4f4ee;
}

.clmLft1 {
	float:left;
	width:700px;
}
.clmRgt1 {
	float:right;
	width:230px;
}

.sideMenu {
	margin:0;
	padding:0;
	list-style-type:none;
}
.sideMenu li {
	background-color:#2e8965;
	border-bottom:1px solid #FFF;
	line-height:1.5;
}
.sideMenu li.ttl {
	background-color:#FFF;
	border-bottom:1px solid #FFF;
	line-height:1;
	color:#2a6a51;
	font-weight:bold;
	font-size:2em;
	border-bottom:10px solid;
}

.sideMenu li a {
	display:block;
	padding:10px 10px 10px 2em;
	color:#FFF;
	text-decoration:none;
	position:relative;
}
.sideMenu li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	margin-top:-0.8em;
	left:13px;
	color:#FFFFFF;
	font-size:1em;
}

.mgnTop1 {
	margin-top:1em;
}
.mgnTop2 {
	margin-top:2em;
}
.mgnTop3 {
	margin-top:3em;
}
.mgnBtm1 {
	margin-bottom:1em;
}
.mgnBtm2 {
	margin-bottom:2em;
}

.col2img{
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	vertical-align: middle;
}

.col2img div{
	width: 50%;
	margin-right: 15px;
}
.col2img div:last-child{
	margin-right: 0;
}

.col2img div img{width: 100%;}

/* ヘッダー -----------------------------------------------------------------------*/
#hd {
	text-align: center;
	padding: 0;
	zoom: 1;
	min-width: 1000px;
	position:relative;
	z-index:10;
}
#hd .hdTbl1 {
	padding: 5px 10px 5px 10px;
	background-color:#eeede4;
	text-align:left;
}
#hd .hdTbl1 h1,
#hd .hdTbl1 strong {
	font-weight:normal;
	font-size:0.9em;
}



#hd .hdTbl2 {
	margin:0 auto;
	width:1000px;
	height:120px;
}
#hd .hdTbl2 .logo {
	background-image: url(../img/hd_logo.png);
	background-repeat:no-repeat;
	width: 506px;
	height:72px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 72px;
	float:left;
	margin-top:20px;
}
#hd .hdTbl2 .tel {
	background-image: url(../img/hd_tel.png?20240722);
	background-repeat:no-repeat;
	width: 317px;
	height:78px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 78px;
	float:right;
	margin-top:20px;
}

#hd .hdTbl2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	display:block;
}
#hd .hdTbl2 ul li {
	float:left;
}


/* ナビゲーション -----------------------------------------------------------------------*/

#navi {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	text-align: left;
	width:960px;
	position:relative;
	z-index:1;
}
.top-navi #navi {
	bottom: -15px;
}
#navi li {
	float:left;
	background-color:#2a6a51;
	margin:0 10px 0 0;
	border-radius:5px;
	width:128px;
	height:147px;
}
#navi li:last-child {
	margin:0;
}
#navi li:nth-child(2n) {
	background-color:#2e8965;
}
#navi li:last-child {
	margin:0;
}

#navi li a {
	display: block;
	position: relative;
	padding:20px 10px;
	text-decoration:none;
	text-align: center;
	color:#FFF;
	font-weight:bold;
}
#navi li a:before {
	font-family: 'FontAwesome';
	content: "\f015";
	display:block;
	position: relative;
	color:#FFF;
	font-size:60px;
	line-height:1.3;
	font-weight:normal;
}
#navi li:nth-child(2) a:before {
	content: "\f15c";
}
#navi li:nth-child(3) a:before {
	content: "\f1b3";
}
#navi li:nth-child(4) a:before {
	content: "\f0e8";
}
#navi li:nth-child(5) a:before {
	content: "\f05a";
}
#navi li:nth-child(6) a:before {
	content: "\f095";
}
#navi li:nth-child(7) a:before {
	content: "\f183";
}



/* ボディ -----------------------------------------------------------------------*/

#bd {
	margin-bottom:50px;
}


/* フッター -----------------------------------------------------------------------*/
#ft {
	width: 100%;
	min-width: 1000px;
	margin:130px 0 0 0;
}
#ft .wrapper {
	border-top:1px solid #CCC;
}
#ft .contact {
	width: 1000px;
	margin:0 auto 30px auto;
	border:4px solid #2a6a51;
	padding:30px 15px 15px 15px;
	position:relative;
}
#ft .contact h2 {
	width: 266px;
	height: 85px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 85px;
	background-image: url(../img/ft_contact.png);
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:-50px auto 0 auto;
}
#ft .contact ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	display:table;
	table-layout:fixed;
}
#ft .contact ul li:nth-child(1) {
	width:35%;
	background-color:#eeede4;
	display:table-cell;
	padding:10px;
	color:#2a6a51;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.3;
}
#ft .contact ul li:nth-child(1) strong {
	font-size:1.7em;
	display:block;
}
#ft .contact ul li:nth-child(2) {
	width:34%;
	display:table-cell;
	vertical-align:middle;
}
#ft .contact ul li:nth-child(2) strong {
	font-size:1.4em;
}
#ft .contact ul li:nth-child(3) {
	width:31%;
	display:table-cell;
	vertical-align:middle;
}
#ft .contact ul li:nth-child(3) a {
	margin:10px 0 0 0;
}


#ft .menu {
	text-align: left;
	float: left;
	padding: 20px 0;
	width:430px;
	font-size:0.9em;
}


.copyright {
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	float:right;
}
#ft .sub {
	text-align: center;
	font-size: 12px;
	padding: 0 0 50px;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 50%;
	margin-right:-500px;
    font-size: 80%;
}
#page-top a {
    background: #2a6a51;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity:0.8;
}

/* トップページ -----------------------------------------------------------------------*/


#slide {
    height: 320px;
    overflow:hidden;
	margin:0 0 -50px 0;
	position:relative;
	z-index:0;
}

.idxLft {
	float:left;
	width:620px;
}
.idxRgt {
	float:right;
	width:320px;
}

.idxGuide {
	margin:0 0 4em;
}
.idxGuide h2 {
	width: 467px;
	height: 39px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 39px;
	background-image: url(../img/idx_guide.png);
}
.idxGuide .inner {
	border:2px solid #2a6a51;
	padding:15px;
}
.idxGuide ul {
	margin:1em 0 1em;
	padding:0;
	list-style-type:none;
	vertical-align:top;
}
.idxGuide li {
	width:30%;
	float:left;
	margin:10px 1.5%;
}
.idxGuide li img {
	width:100%;
	height:auto;
}
.idxGuide ul h3 {
	color:#2a6a51;
	font-weight:bold;
	position:relative;
	padding:0 0 0 2.5em;
	min-height:3em;
}
.idxGuide li:nth-child(1) h3:before {
	content:"1.";
	position:absolute;
	top:0;
	left:0;
	font-size:2em;
	line-height:1;
	font-weight:normal;
}
.idxGuide li:nth-child(2) h3:before {
	content:"2.";
	position:absolute;
	top:0;
	left:0;
	font-size:2em;
	line-height:1;
	font-weight:normal;
}
.idxGuide li:nth-child(3) h3:before {
	content:"3.";
	position:absolute;
	top:0;
	left:0;
	font-size:2em;
	line-height:1;
	font-weight:normal;
}


.catch {
	font-size:2em;
	line-height:1.3;
	margin:50px 0 20px 0;
	text-align:center;
	color:#2a6a51;
	font-weight:bold;
}
.body {
	margin:0 0 4em;
}


.idxPoint {
	background-color:#eeede4;
	padding:15px 20px;
	position:relative;
}
.idxPoint:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #2a6a51 transparent transparent transparent;
}
.idxPoint:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #2a6a51 transparent transparent;
}

.idxPoint h2 {
	width: 410px;
	height:30px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
	background-image:url(../img/idx_point.png);
	margin:0 auto 15px auto;
}

.idxPoint ul {
	margin:0 0 1em;
	padding:0;
	list-style-type:none;
}
.idxPoint ul li {
	position:relative;
	padding:0 0 0.2em 1.5em;
	width:50%;
	float:left;
	font-size:1.1em;
	font-weight:bold;
}
.idxPoint ul li:before {
	font-family: 'FontAwesome';
	content: "\f058";
	color:#e21313;
	position: absolute;
	top:0;
	left:0;
	font-weight:normal;
}

.idxNews {
	margin:30px 0 3em 0;
	font-size:0.9em;
}
.idxNews h2 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3;
	color:#2a6a51;
	border-bottom:1px solid;
	margin:0 0 1em;
}
.idxNews dl {
	padding:0;
	margin:0;
	list-style-type:none;
}
.idxNews dt {
	width:8em;
	float:left;
	display:block;
	position:relative;
	padding:0 0 0 1em;
	box-sizing:border-box;
}
.idxNews dt:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	top: 0;
	left: 0;
	color: #fb8d0c;
}
.idxNews dd {
	margin:0 0 8px 8em;
}
.idxNews dd:after {
	clear: both;
	display: block;
	content: "";
}

.idxFb {
	
}
.idxFb h2 {
	font-size:2em;
	font-weight:bold;
	line-height:1;
	color:#2a6a51;
	margin:0;
}

.bnrBox1 {
	margin:0;
	padding:0;
	list-style-type:none;
}
.bnrBox1 li {
	margin:0 0 10px;
}


/* NPO情報 -----------------------------------------------------------------------*/

.comTbl1 {
	width:800px;
	border-collapse:collapse;
	margin:0 auto 60px auto;
	text-align:left;
}
.comTbl1 th {
	border: 1px solid;
	border-color: #FFFFFF;
	padding: 15px 10px 15px 35px;
	white-space: nowrap;
	background-color: #E4F4EE;
	position: relative;
	vertical-align: middle;
	text-align: left;
}
.comTbl1 th:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	left: 15px;
	font-size:120%;
	color:#2a6a51;
}
.comTbl1 td {
	border:1px solid;
	border-color:#FFFFFF;
	padding: 15px 10px;
	background-color:#f6f6f6;
}
.joinFlow1 {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:1.3;
}
.joinFlow1 li {
	border:1px solid #CCC;
	border-radius:5px;
	width:24%;
	float:left;
	margin:0 1.2% 0 0;
	position:relative;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
.joinFlow1 li:last-child {
	margin:0;
}
.joinFlow1 li:after {
	font-family: 'FontAwesome';
	content: "\f061";
	position: absolute;
	top: 50%;
	margin-top:-0.4em;
	right: -20px;
	font-size:2em;
	z-index:10;
	color:#2e8965;
}
.joinFlow1 li:last-child:after {
	content: "";
}
.joinFlow1 h3 {
	background-color:#e4f4ee;
	padding:5px 10px;
	color:#2e8965;
	text-align:center;
	border-radius:5px 5px 0 0;
	font-weight:normal;
}
.joinFlow1 .txt {
	padding:10px 15px 10px 15px;
	margin:0;
}

.kifu {
	background-color:#e4f4ee;
	padding:15px;
	text-align:center;
	font-size:1.3em;
}
.kifu h3 {
	display:inline-block;
	color:#2e8965;
}


/* 管理メニュー -----------------------------------------------------------------------*/

.svcList1 {
	padding:0;
	margin:0;
	list-style-type:none;
}
.svcList1 li {
	border:1px solid #CCC;
	margin:0 2% 2% 0;
	padding:1em 1.5em 0.8em 1.5em;
	border-radius:3px;
	width:49%;
	float:left;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	counter-increment:sample;
}
.svcList1 li:nth-child(2n) {
	margin:0 0 2% 0;
}
.svcList1 li .ttl {
	font-weight:bold;
	font-size:1.1em;
	color:#2e8965;
	padding:0 0 0 3em;
	position:relative;
}
.svcList1 li .ttl:before {
	content:counter(sample)".";
	position:absolute;
	top:-0.1em;
	left:0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2em;
	text-align:center;
	width:1.3em;
	display:inline-block;
}


/* ご利用ガイド -----------------------------------------------------------------------*/

.guideFlow1 {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:1.3;
}
.guideFlow1 li {
	border:1px solid #CCC;
	border-radius:5px;
	width:19%;
	float:left;
	margin:0 1.2% 0 0;
	position:relative;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
.guideFlow1 li:last-child {
	margin:0;
}
.guideFlow1 li:after {
	font-family: 'FontAwesome';
	content: "\f061";
	position: absolute;
	top: 50%;
	margin-top:-0.4em;
	right: -20px;
	font-size:2em;
	z-index:10;
	color:#2e8965;
}
.guideFlow1 li:last-child:after {
	content: "";
}
.guideFlow1 li img {
	max-width:100%;
	height:auto;
}
.guideFlow1 h3 {
	background-color:#2e8965;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	border-radius:5px 5px 0 0;
}
.guideFlow1 .txt {
	padding:10px 15px 10px 15px;
	margin:0;
}

/* 遺品整理 -----------------------------------------------------------------------*/

.ihin-bnr {
	display: flex;
}

.ihin-bnr .ihin-bnr-container{
	margin-right: 15px;
}

.ihinFlow-content {
	border: 5px solid #fa8d0c;
	padding: 15px;
	margin-bottom: 65px;
	position: relative;
}

.ihinFlow-content:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	border-top:40px solid #FCCF9A;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
}

.ihinFlow-content:last-child:after{
	content: none;
}

.ihinFlow img {
	max-width:100%;
	height:auto;
}

.ihinFlow-ttl{
	display: flex;
	font-size: 1.3em;
	border-bottom: 2px solid #FCCF9A;
}
.ihinFlow-ttl .ihinFlow-no{
	color: #fa8d0c;
	font-weight: bold;
	margin-right: 15px;
}

.ihinFlow-box-imgtxt{
	display: flex;
	align-items: center;
	width: 100%;
}

.ihinFlow-box-imgtxt .ihinFlow-img{
	width: 20%;
	margin-right: 15px;
}
.ihinFlow-box-imgtxt .ihinFlow-txt{
	width: 80%;
}

/* お問い合わせ -----------------------------------------------------------------------*/

.contBox {
	width:800px;
	margin:0 auto 60px auto;
	line-height:1.8em;
	text-align:center;
}
.contBox .tel {
	font-size:2.5em;
	position:relative;
	padding:0 0 0 1em;
}
.contBox .tel:before {
	font-family: 'FontAwesome';
	content: "\f095";
	position: absolute;
	top: 50%;
	margin-top:-0.4em;
	left: 0;
}
.contBox .fax {
	font-size:1.5em;
}

.contNote {
	width:1000px;
	text-align:center;
	margin:0 auto;
}

.formTbl1 {
	border-collapse:collapse;
	width:800px;
	margin:0 auto 10px auto;
}
.formTbl1 th,
.formTbl1 td {
	padding: 15px 10px;
	vertical-align:top;
}
.formTbl1 tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}

.formTbl1 th {
	font-weight: bold;
	width: 20%;
	position: relative;
	padding-right: 40px;
	white-space: nowrap;
	text-align:left;
}
.formTbl1 th.hissu:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	top: 15px;
	right: 10px;
	font-size:90%;
	color:#FF0000;
}
.formTbl1 td {
	text-align:left;
}
.formTbl1 td p {
	color: #555555;
	margin:5px 0;
}
.formTbl1 td p.note {
	color: #FF0000;
}
.formTbl1 input[type=text],
.formTbl1 input[type=email],
.formTbl1 textarea {
	width:90%;
	vertical-align:middle;
}
.formTbl1 .yoko label {
	display:inline-block !important;
	padding:0;
	width:auto;
	vertical-align:middle;
}

.formTbl1 .w1 {
	width:30px !important;
	vertical-align:middle;
}
.formTbl1 .w2 {
	width:200px !important;
	vertical-align:middle;
}

.form .btnBox {
	padding:20px 0;
	text-align:center;
}

.contThx {
	width:1000px;
	text-align:center;
	margin:0 auto;
}


