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

/* --------------------
			全体設定
---------------------*/
html{
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	overflow-x: hidden;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	width:100%;
	height:auto;
	background-image: url("../images2016/bk.png");
	background-repeat: no-repeat;
	background-size:100% auto;
}

li{
	list-style: none;
}

a{
	color: black;
}

/* --------------------
			header
---------------------*/
header{
	width:100%;
	height:auto;
	margin:0;
	madding:0;
	background-image: url("../images2016/h_bk.png");
	background-repeat: repeat-x;
}
.header-line{
	width:1000px;
	height:23px;
	color:#fff;
	margin: 0 auto;
}
.header-img{
	width:1000px;
	height:108px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.g-navi{
	width:1000px;
	height:55px;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

/* 文字位置調整 */
.header-line p,
.footer-text p{
	padding-top: 5px;	
}

/* --------------------
		globalnavigation
---------------------*/
.img-hover1,
.img-hover2,
.img-hover3,
.img-hover4,
.img-hover5,
.img-hover6,
.img-hover7{
	width: 142px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}
.img-hover1:hover,
.img-hover2:hover,
.img-hover3:hover,
.img-hover4:hover,
.img-hover5:hover,
.img-hover6:hover,
.img-hover7:hover{
	    background-position: 0 -55px;
}
.img-hover1{
	background: url("../images2016/g-navi01.png") no-repeat;
}
.img-hover2{
	background: url("../images2016/g-navi02.png") no-repeat;
}
.img-hover3{
	background: url("../images2016/g-navi03.png") no-repeat;
}
.img-hover4{
	background: url("../images2016/g-navi04.png") no-repeat;
}
.img-hover5{
	background: url("../images2016/g-navi05.png") no-repeat;
}
.img-hover6{
	background: url("../images2016/g-navi06.png") no-repeat;
}
.img-hover7{
	background: url("../images2016/g-navi07.png") no-repeat;
}

/* --------------------
			切り分け
---------------------*/
.t-content{
	width:1000px;
	height:auto;
	margin: 10px auto;
	display: flex;
}

/* 一部flex解除 */
.r-d-content{
	width:744px;
}

/* --------------------
			スライドショー
---------------------*/
.slideShow {
    margin: 0 auto;
    text-align: left;
		margin-right: 15px;
    display: none;
}
.slideShow .mainView {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slideShow .mainView ul {
    width: 100%;
		height:auto;
    overflow: hidden;
/*    position: relative;*/
}
.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 700px;
    position: absolute;
}
.slideShow .mainView ul li img {
    width: 100%;
}
/* サムネイル */
.slideShow .thumbNail {
    width: 100%;
    overflow: hidden;
	margin-top: 5px;
}
 
.slideShow .thumbNail ul {
	margintop: 0px;
	padding: 0;
  width: 100%;
}
 
.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}
 
.slideShow .thumbNail ul li img {
    width: 100%;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/*-------------サイドナビ------------ */
/*
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
.slideShow .mainView .btnPrev {
    left: 0;
    background: #ccc url(../images/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
    right: 0;
    background: #ccc url(../images/btnNext.png) no-repeat center center;
}
*/
 
/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}

/* --------------------
			セミナーWP
---------------------*/
.seminar-box{
	width:285px;
	height: 500px;
	background-color: white;
}
.seminar-flex{
	display: flex;
}
.date,
.member,
.place,
.time,
.name,
.caption,
.teach{
	margin-top: 9px;
}
.date,
.place,
.time,
.name,
.caption{
	margin-left: 10px;
}

.date,
.member{
	height: 25px;
	line-height: 25px;
}
.time,
.caption,
.teach{
	font-size: 10pt;
}
.date{
	width:200px;
	font-size: 15pt;
	color: red;
}
.member{
	width: 80px;
	color: white;
	font-size: 12pt;
	text-align: center;
	background-color: #036eb7;
	margin-right: 10px;
}
.place{
	width: 270px;
	font-size: 15pt;
}
.time{
	color: red;
}
.name{
	color: blueq;
	font-size: 13pt;
}
.caption{
}
.teach{
	width: 200px;
	margin-left: 100px;
}
.seminar-button{
	width: 257px;
	height: 38px;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 風景他 */
.seminar-sub{
	width: 285px;
	background-color: #036eb7;
	padding: 15px 0 15px 0;
	margin-bottom: 0px;
}
.hu-kei{
	width: 260px;
	height: 150px;
	margin: auto;
}
.seminar-sub a{
	color: white;
	font-size: 13pt;
}
.caption-list{
	margin-left: 20px;
}

.handbook,
.news{
	margin-bottom: 10px;
}

.blog-wrap{
	width:1000px;
	height:auto;
	margin:0 auto;
}

/* --------------------
			サイドメニュー
---------------------*/
.side-menu{
	width: 240px;
	height: auto;
	margin-right: 15px;
}
.side-hover1,
.side-hover2,
.side-hover3,
.side-hover4,
.side-hover5,
.side-hover6,
.side-hover7,
.side-hover8,
.side-hover9{
	width: 240px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}
.side-hover1:hover,
.side-hover2:hover,
.side-hover3:hover,
.side-hover4:hover,
.side-hover5:hover,
.side-hover6:hover,
.side-hover7:hover,
.side-hover8:hover,
.side-hover9:hover{
	background-position: 0 -55px;
}
.side-hover1{
	background: url("../images2016/side01.png") no-repeat;
}
.side-hover2{
	background: url("../images2016/side02.png") no-repeat;
}
.side-hover3{
	background: url("../images2016/side03.png") no-repeat;
}
.side-hover4{
	background: url("../images2016/side04.png") no-repeat;
}
.side-hover5{
	background: url("../images2016/side05.png") no-repeat;
}
.side-hover6{
	background: url("../images2016/side06.png") no-repeat;
}
.side-hover7{
	background: url("../images2016/side07.png") no-repeat;
}
.side-hover8{
	background: url("../images2016/side08.png") no-repeat;
}
.side-hover9{
	background: url("../images2016/side09.png") no-repeat;
}

.side-menu-midashi{
	width: 240px;
	height: 40px;
	background-color: #ff6933;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 40px;
}

.side-menu-content p{
	text-align: center;
}

.side-menu-content ul{
	margin:0;
	padding:0;
}

.side-menu-content ul li{
	width: 240px;
	height: 40px;
	background-color: #1068ab;
	margin-bottom: 2px;
	padding-left: px;
	line-height: 40px;
  list-style: none;
	font-weight:bold;
}

.side-menu-content a:link{
	color: white;
	text-decoration: none;
}

.side-menu-content a li:hover{
	width:238px;
	height:38px;
	line-height: 38px;
	color: #1068ab;
	background-color: #fff;
	border: 1px solid #106ab;
}

/* ---------css-----------
			ハンドブック
---------------------*/
.handbook{
	width: 745px;
	height: 135px;
	background-color: none;
}
.handbook img {
	width:100%;
	height:auto;
}
.handbook-child{
	width:950px;
	height:auto;
	text-align: center;
	margin:10px auto;
	display: flex;
	justify-content: space-between;
	background-color: none;
}
.handbook,
.handbook-child{
	text-decoration: none;
}

/* --------------------
			お知らせ
---------------------*/
.news{
	width: 743px;
	height: 145px;
	background-color: #fff;
	border: 1px solid #000;
	padding-bottom: 3px;
}
.topix{
	height:110px;
	overflow-y: scroll;
	padding: 3px 0px 0 10px;
}
.topix li{
	list-style: none;
	font-size: 13px;
	padding-bottom: 3px;

}
/* --------------------
			折りたたみ
---------------------*/
.accordion {
	max-width: 745px;
	min-width: 300px;
	margin: 0 auto;
/*	padding: 10px;*/
}
.accordion input {
	display: none;
}
.accordion label {
	height:100px;
	display: block;
	cursor: pointer;
}
.accordion label:hover {
	background: none;
}
.accordion .ac-cont {
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	height: 0;
	overflow: hidden;
	border: 2px solid #036eb7;
	margin-bottom: 10px;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

/* --------------------
			パンくず
---------------------*/
.links{
	width:1000px;
	height:55px;
	margin:0 auto;
	margin-bottom: 10px;
	background-color: white;
}
.links p{
	font-size: 13px;
	padding-top: 20px;
	padding-left: 20px;
}


/* --------------------
			コンテンツ
---------------------*/
.top-content{
	display: flex;
	flex-wrap:wrap;
}

.content-box, 
.content-box2, 
.content-box3,
.content-box4,
.content-box5{
	height:auto;
	background-color: white;
	border: 1px solid #000;
	border: solid #000 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 10px;
}
.content-box .midashi,
.content-box2 .midashi,
.content-box3 .midashi,
.content-box4 .midashi,
.content-box5 .midashi{
	width:100%;
	margin-bottom: 5px;
}
.content-box{
	width: 49%;
	height: 190px;
}
.content-box2{
	width: 49%;
	height: auto;
}
.content-box3{
	width: 100%;
}
.content-box4{
	width: 49%;
}
.content-box5{
	width: 32.5%;
}
.content-box ul{
		font-size: 11px;
}
.content-box ul,
.content-box2 ul,
.content-box3 ul,
.content-box4 ul,
.content-box5 ul{
	list-style: none;
	margin:0 0 0 1em;
	padding:0;
}
.content-box li,
.content-box2 li,
.content-box3 li,
.content-box4 li,
.content-box5 li{
	margin-bottom: 10px;
}
.harf{
	display: flex;
	justify-content: space-around;
}

/* content-box4 */
.fall-down{
	width: 237.5px;
	height: auto;
	text-align: center;
}
.fall-down img{
	display: block;
	width:80px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fall-down p{
	text-align: left;
	margin-bottom: 10px;
}

/* --------------------
			koujityu
---------------------*/

.koujityu{
	width:1000px;
	height:300px;
	font-size: 30px;
	text-align: center;
	line-height: 300px;
	background-color: white;
	margin-bottom: 300px;
}



/* --------------------
			sitemap
---------------------*/
.sitemap-content{
	width:1000px;
	height:auto;
	margin:10px auto;
}

.sitemap-content a{
	text-decoration: none; 
}

.sitemap-content label,
.content-s2,
.content-s1{
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}



.sitemap-content label{
	background-color: #0033cc;
}
.content-s2{
	background-color: #0033ff;
}
.content-s1{
	background-color: #3366ff;
}

.sitemap-content input[type="checkbox"].on-off{
    display: none;
}

.sitemap-content ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}


.sitemap-content .child1{
	background-color: #dcdcdc;
	margin-left: 10px;
  padding: 5px;
}
.sitemap-content .child2{
	background-color: #c0c0c0;
	margin-left: 20px;
  padding: 5px;
}

.sitemap-content input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

.sitemap-content input[type="checkbox"].on-off:checked + .child-ul1{
    height: 100px;
}
.sitemap-content input[type="checkbox"].on-off:checked + .child-ul2{
    height:1000px;
}
.sitemap-content input[type="checkbox"].on-off:checked + .child-ul3{
    height:70px;
}
.sitemap-content input[type="checkbox"].on-off:checked + .child-ul4{
    height:900px;
}
.sitemap-content input[type="checkbox"].on-off:checked + .child-ul5{
    height:150px;
}
.sitemap-content input[type="checkbox"].on-off:checked + .child-ul6{
    height:450px;
}

.child1 a:hover ,
.child2 a:hover {
	 text-decoration: underline; 
}


/* --------------------
			footer
---------------------*/
footer{
	width:100%;
	height:150px;
	margin-top: 20px;
	background-color: #dcdcdc;
}
.footer-bk{
	width:1000px;
	height:auto;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
}
.footer-box{
	width:240px;
	height:150px;
	font-size: 12px;
}
.footer-box ul li,
.sitemap-box ul li{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom:5px;
}
.footer-text{
	width: 100%;
	height: 20px;
	color: #fff;
	text-align: center;
	background-color: #036eb7;
}


/* --------- 前cssから一部切り抜き ---------- 
一覧ページ
main_title2 , hab_sontents , arrow
複数ページ利用
main_contents , maint_title , subtitle
maintitle , text_contents
------------------------------------------*/

p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	/* リンクの青枠を消す */
	border-style:none;	
}

#top{
	
}

#maincontents_td{
	width:720px;
}

#main_contents{
	width: 100%;
	max-width: 1000px;
	backGround:#FFFFFF;
	border: 2px solid #4a7ebb;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
	margin-bottom:10px;
}

#main_contents #in_contents{
	margin-left:8px;
	padding-top:20px;	
}

#main_contents #in_contents p{
	margin-left:8px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:1.2em;
	line-height:1.5em;
	width:685px;
	margin-bottom: 15px;
}

#main_contents #in_contents img{
	display:block;
	text-align: center;
	padding: 0px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_contents #in_contents h1 img,#main_contents #in_contents h2 img{
	margin-top:40px;
}


#main_contents #text_contents{
	margin-left:8px;
	padding-top:20px;	
}

#main_contents #text_contents p{
	margin-left:8px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:1.2em;
	line-height:1.5em;
	width:685px;
	margin-bottom: 15px;
}

#main_contents #text_contents h1,
#main_contents #text_contents h2,
#main_contents #text_contents h3,
#main_contents #text_contents h4,
#main_contents #text_contents h5,
#main_contents #text_contents h6
{
	color:#FFFFFF;
	text-shadow:1px 1px 1px #306;
	font-size:23px;
	line-height:2.5em;
	background-image:url( ../images/h.png );
	background-repeat:no-repeat;
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 54px;
	font-weight: bold;
}

#main_contents #in_contents #beforebox{
	width:700px;
	border: 8px solid #9db2dc;
	border-radius:20px; /* CSS */
	-webkit-border-radius: 10px;  /* Safari,Google Chrome */
	-moz-border-radius: 10px;  /* Firefox */
	behavior: url(common/PIE/PIE.htc);
	position:relative;

}

#main_contents #in_contents #beforebox #beforeimg{
	width: 448px;
	height:auto;
	margin-top:40px;
}


#main_contents #in_contents #afterbox{
	width:700px;
	border: 8px solid #036eb8;
	border-radius:20px; /* CSS */
	-webkit-border-radius: 10px;  /* Safari,Google Chrome */
	-moz-border-radius: 10px;  /* Firefox */
	behavior: url(common/PIE/PIE.htc);
	position:relative;
}

#main_contents #in_contents #afterbox #afterimg{
	width: 448px;
	height:auto;
	margin-top:40px;
}

#main_contents #in_contents #before_mark{
	position: absolute;
	z-index: 10;
	padding: 0px;
	margin-top: -8px;
	margin-left: -8px;
}

#main_contents #in_contents #after_mark{
	position: absolute;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
	z-index: 10;
}

#contentsFooter_1{
  color:#FFF;
	margin-top:20px;
	position:relative;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentsFooter_1 p{
	width:700px;
	text-shadow:1px 1px 1px #306;
	font-size:1.4em;
	line-height:1.4em;
	position: absolute;
	top:10px;
	left:20px;
	width:690px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

#contentsFooter_1 img{
	display:block;
	margin: 0px auto;
	margin-bottom:10px;
}

#contentsFooter_2{
	
	margin:0px;
	margin-top:20px;
	padding:0px;
	position:relative;
	
}

#contentsFooter_2 p{
	width:700px;
	text-shadow:1px 1px 1px #306;
	font-size:1.4em;
	line-height:1.4em;
	position: absolute;
	top:10px;
	left:20px;
	width:690px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

#contentsFooter_2 img{
	display:block;
	margin: 0px auto;
	margin-bottom:10px;
}

/* 第1階層 */
#main_contents #hab_contents{
	margin-left:8px;
	padding-bottom:8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#main_contents #hab_contents h1{
	color: #000;	
	font-size: 1.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left:10px;
	padding-left:10px;
}

#main_contents #hab_contents ul{
	list-style-type:none;
	margin-left:-10px;
}

#main_contents #hab_contents ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#main_contents #hab_contents ul li p{
	font-size:1.4em;
	padding-top:10px;
	padding-bottom:10px;
	/* font-weight: bold; */
}

#main_contents #hab_contents .arrow{
	vertical-align:-0.1em;
	margin-right:5px;
}

#main_contents #hab_contents a:hover{
	color:#FF0000;
}

#maint_title{  
  	position:relative;
	color:#FFF;
	padding:0px;
	margin:0px;	 
}

#maint_title #subtitle{	
	font-weight:bold;
	text-shadow:1px 1px 1px #385c84;
	position: absolute;
	top:25px;
	left:30px;
	font-size:1em;
}

#maint_title #maintitle{	
	/* font-weight: bold; */
	text-shadow:2px 2px 1px #385c84;
	position: absolute;
	top:50px;
	left:30px;
	font-size:1.5em;
}

#maint_title > h1{
	margin:0px;
	padding:0px;
}

#main_title_2{
	position:relative;
	margin:0px;
	padding:0px;	
}

#main_title_2 img{
	position:relative;	
	margin:0px;
	padding:0px;
}

#main_title_2 #maintitle{
	position:absolute;
	top:35px;
	left:27px;
	margin:0px;
	padding:0px;
}
#main_title_2 h1{
	color:#FFFFFF;
	font-size:2em;
	padding:0px;
	margin:0px;	
}

#main_title_2 p{
	font-size:1em;
	/*	color:#0A76c2; */
	color:#FFFFFF;
	text-shadow:1px 1px 2px #385c84;
	/* font-weight: bold; */
	position: absolute;
	top:35px;
	left:30px;
	width:680px;
	line-height:1em;
	/* width内で文字列折り返し */
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#main_contents #hab_contents{
	margin-left:40px;
	padding-bottom:8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#main_contents #hab_contents h1{
	color: #000;	
	font-size:1.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left:10px;
	padding-left:10px;
}

#main_contents #hab_contents ul{
	list-style-type:none;
	margin-left:-10px;
}

#main_contents #hab_contents ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#main_contents #hab_contents .arrow{
	vertical-align:-0.1em;
	margin-right:5px;
}

#main_contents #hab_contents a:hover{
	color:#FF0000;
}

.list_styles{
	list-style:none;
	margin-bottom:10px;	
}

/* 　提供サービステーブル内　 */

.service-haba{
	width:732px;
}

.service-text{
	padding: 10px;
}

.service-text2 p{
	width:250px;
	margin-right: 50px;
	float: left;
}

.service-img1,
.service-img2{
	margin-top: 5px;
}


.service-table1{
	margin:10px;
	float: left;
}

.service-table2{
	margin: 10px;
	float: right;
}

.service-table3{
	width:730px;
}

.service-table4{
	padding: 5px;
}

.service-table3 th{
	background-color: #ccc;
	height:20px;
	line-height: 20px;
}


.service-table1 tr td,
.service-table2 tr td{
	padding: 5px;
}

.service-tyosei1{
	width:400px;
	float: right;
}

.service-tyosei2 img,
.service-tyosei3 p{
	width:200px;
	float: left;
}
.service-tyosei3 img{
	width:170px;
}


.service-tyosei2 p,
.service-tyosei3 p{
	padding: 10px;
}

.service-tyosei4 p{
	width:250px;
	margin-right: 200px;
	padding: 10px;
	float: left;
}

/* お問い合わせ */

/* 以下メールフォーム */
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	font-size: 10pt;
	width:100%;
	margin:0 auto;
	margin-bottom: 15px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	background-color: #fff;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.text-red{
	margin-top: 5px;
	color:red;
}

.info-contact{
	margin-left:20px;
}

.contact-hand{
	width:50%;
	height:auto;
}

.marginB-TT100{
	margin: 0 0 100px 0;
}

