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


/*	behavior: url("/css/PIE.htc");*/
/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	behavior: url("/css/PIE.htc");*/



/*top*/
.vi {
	width:950px;
	margin:10px auto 0;
	padding:5px;
	background:#FFF;
	overflow:hidden;
}
.top_point {
	margin:0 0 30px;
}

.top_point .left {
	width: 48%;
	float: left;
}

.top_point .right {
	width: 48%;
	float: right;
}

.top_point .box {
	margin-bottom: 20px;
	position: relative;
}

.top_point .box ul {
	position: absolute;
	bottom: 5px; left: 8px;
	line-height: 2;
	font-size: 110%;
	color: #fff;
}

.top_point .box a {
	color: #fff;
	text-decoration: none;
}

/*.top_point ul {
	margin:0 5px;
	overflow:hidden;
}
.top_point ul li {
	float:left;
	width:29%;
	margin:0 2% 2% 0;
	padding:2% 1%;
	text-align:center;
	font-size:142.9%;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/css/PIE.htc");
}
.top_point ul li:nth-child(3n) {
	margin:0 0 2% 0;
}
.top_point ul li:nth-child(3n+1) {
	clear: both;
}
.top_point ul li:nth-child(n+4) {
	margin-bottom:0;
}
.top_point ul li:nth-child(even) {
	background:url(../img/top/point_bg01.jpg) repeat 0 0;
	border: solid 2px #689822;
}
.top_point ul li:nth-child(odd) {
	background:url(../img/top/point_bg02.jpg) repeat 0 0;
	border: solid 2px #F37B3C;
}
.top_point li{
	margin: 5px 0;
}
.top_point {
	counter-reset:li;   
}
.top_point li {
	position:relative;
	display: block;
	padding:5px 0px 5px 50px; 
	background: #FF9;
	border: 2px solid #960;
	border-radius: 2px;
}
.top_point li:after {
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: 0px;
	top: 0px;
	background: #F90;
	height: 33px;
	width: 30px;
	line-height: 33px;
	border-right: 3px solid #960;
	text-align: center;
	font-weight: bold;
	color:#FFF;
}
.top_point li:before {
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:8px; 
	left:33px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #960;
}*/

.topics {
	margin:0 0 30px;
}
.topics h3 {
	border-top: solid 5px #346820;
	font-size:171.4%;
	font-weight:bold;
	color:#346A1E;
	padding:5px 10px;
	margin:0 0 20px;
	line-height:1.3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b5e96a', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b5e96a', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #b5e96a, #ffffff);
	background-image: -ms-linear-gradient(top, #b5e96a, #ffffff);
	background-image: -o-linear-gradient(top, #b5e96a, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b5e96a), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #b5e96a, #ffffff);
	background-image: linear-gradient(top, #b5e96a, #ffffff);
	behavior: url("/css/PIE.htc");
}
.topics h3 i {
	display:inline-block;
	margin:0 5px 0 0;
	font-size:75.0%;
	vertical-align: middle;
	-webkit-text-shadow: none;
       -moz-text-shadow: none;
         -o-text-shadow: none;
        -ms-text-shadow: none;
            text-shadow: none;
	behavior: url("/css/PIE.htc");
}
.topics .topics_in {
	text-align: center;
	overflow-y:auto;
}

.topics .topics_in iframe {
	height: 320px;
	border: none;
	width: 99%;
}


/*
.topics .topics_in div {
	padding:0 10px 10px;
	margin:0 0 10px;
	border-bottom: dashed 1px #C8C8CA;
}
.topics .topics_in div date {
	display:block;
	font-size:85.7%;
	color:#4D8838;
	margin:0 0 5px;
}
.topics .topics_in div date:before {
	display:inline-block;
	margin:0 5px 0 0;
	content:'\f101';
	font-family: FontAwesome;
}
.topics .topics_in div p {
	font-size:92.9%;
	margin:0 0 15px 15px;
}
.topics .topics_in div p:last-child {
	margin:0 0 0 15px;
}
*/

.top_about {
	margin:0 0 30px;
}
.top_greeting {
	margin:0 0 30px;
}

.greeting_all .greeting_half {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float:left;
}
.greeting_all .greeting_half:last-child{
	border-left:1px dotted #7EBD60;
}
.greeting_all .greeting_half p{
}
.greeting_all{
	margin-top: 20px;
	height:35em;
	position:relative;
	margin-right:20px;
	box-sizing:padding-box;
	background:url(../img/top/greeting_bg.png) no-repeat center center;
	background-size:85%;
	background-origin:content-box;
	border-top:1px dotted #7EBD60;
}

.greeting_all .r {
	text-align: right;
}

.top_access ul {
	margin:0 0 20px;
	overflow:hidden;
}
.top_access ul li {
	width:210px;
	height:150px;
	background:#CCC;
	display:block;
	float:left;
	text-align:center;
	line-height:160px;
	margin:0 10px 0 0;
}
.top_access ul li:last-child {
	margin:0;
}
.top_access .img {
	margin:0 0 10px;
}
.top_access .img img {
	width:100%;
	height:auto;
	border: solid 3px #dddddd;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");
}
.top_access dl {
	overflow:hidden;
	margin:0 0 10px;
}
.top_access dl dt {
	float:left;
}
.top_access dl dd {
	float:right;
	width:300px;
	text-align:center;
}
.top_access dl dd a {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:6px 24px;
	margin:0 auto;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	behavior: url("/css/PIE.htc");
}
.top_access dl dd a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
	behavior: url("/css/PIE.htc");
}
.top_access dl dd a i {
	display:inline-block;
	margin:0 5px 0 0;
}
.top_access dl dd span {
	display:block;
	padding:5px 0 0;
	text-align:left;
}
.top_access iframe {
	width:100%;
	height:500px;
	margin:0 0 20px;
}
@media screen and (max-width: 640px) {
.vi {
	width:100%;
	margin:2% auto 0;
	padding:0;
}
.top_point {
	margin:0 0 10%;
}
.top_point ul {
	margin:0;
}

.top_point .left {
	width: 100%;
	float: none;
}

.top_point .right {
	width: 100%;
	float: none;
}

.top_point .box ul {
	position: absolute;
	bottom: 6px; left: 5px;
	font-size: 14px;
}

.topics .topics_in iframe {
	height: 200px;
	width: 100%;
}

/*
.top_point ul li {
	float:none;
	width:97%;
	margin:0 0 2% 0;
	padding:2% 1%;
	font-size:128.6%;
}
.top_point ul li:nth-child(n+4) {
	margin-bottom:2%;
}
.top_point ul li:last-child {
	margin-bottom:0;
}
*/

.greeting_all .greeting_half {
	width: 100%;
}

.greeting_all .greeting_half:last-child{
	border-left: none;
}

.topics {
	margin:0 0 10%;
}
.topics h3 {
	font-size:128.6%;
	padding:2% 3%;
	margin:0 0 5%;
}

.topics .topics_in {
	max-height: inherit;
}
.topics .topics_in div {
	padding:0 2% 1%;
	margin:0 0 2%;
}
.topics .topics_in div:nth-child(n+6) {
	display:none;
}
.topics .topics_in div p {
	margin:0 0 3% 0;
}
.topics .topics_in div p:last-child {
	margin:0;
}
.top_about {
	margin:0 0 8%;
}
.top_greeting {
	margin:0 0 8%;
}
.top_access .img {
	margin:0 0 3%;
}
.top_access .img img {
	width: auto;
	max-width:100%;
}
.top_access dl {
	overflow:hidden;
	margin:0 0 5%;
}
.top_access dl dt {
	float:none;
}
.top_access dl dd {
	display:none;
}
.top_access iframe {
	width:100%;
	height:300px;
	margin:0 0 5%;
}
}





/*先生の紹介*/
.career {
	margin:0 0 30px;
	padding:0 10px;
	overflow:hidden;
}
.career p {
	float:left;
	width:196px;
	text-align:center;
}
.career p img {
	margin:0 0 10px;
}
.career ul {
	float:right;
	min-width:380px;
}
.career ul li {
	padding:0 5px 5px;
	margin:0 0 10px;
	border-bottom: dotted 1px #999999;
}
.career ul li span {
	display:block;
	padding:0 0 0 10px;
}
.activity {
	margin:0 0 30px;
}
.activity h4 {
	font-size:114.3%;
	font-weight:bold;
	margin:0 0 10px;
}
.activity p {
	margin:0 15px 30px;
}
.activity p:last-child {
	margin:0 15px;
}
.activity ul {
	margin:0 0 30px;
	display:table;
	width:100%;
}
.activity ul li {
	display:table-row;
}
.activity ul li date {
	display:table-cell;
	white-space:nowrap;
	padding:5px 10px 5px 5px;
	border-bottom: dotted 1px #999999;
}
.activity ul li span {
	display:table-cell;
	padding:5px;
	border-bottom: dotted 1px #999999;
}
.activity h5 {
	font-weight:bold;
	margin:0 0 5px;
}
.activity div dl {
	display:table;
	width:100%;
	padding:0 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");
}
.activity div.box_in01 div {
	margin:0 0 20px;
}
.activity div.box_in01 div:last-child {
	margin:0;
}
.activity div dl:last-child {
	margin:0 0 30px;
}
.activity div.box_in01 div dl:last-child {
	margin:0;
}
.activity div dl dt ,
.activity div dl dd {
	display:table-cell;
	padding:0 0 10px;
}
.field h4 {
	font-size:114.3%;
	font-weight:bold;
	margin:0 0 10px;
}
.field h4:before {
	font-size:85.7%;
	display:inline-block;
	margin:0 5px 0 0;
	color:#096;
	content:'\f192';
	font-family: FontAwesome;
}
.field ul {
	margin:0 15px 20px;
}
.field ul li {
	margin:0 0 10px;
}
.field ul li:last-child {
	margin:0 0 5px;
}
.field ul li:before {
	font-size:85.7%;
	display:inline-block;
	margin:0 5px 0 0;
	color:#666;
	content:'\f138';
	font-family: FontAwesome;
}
.field dl {
	display:table;
	font-size:85.7%;
	color:#696;
}
.field dl dt ,
.field dl dd {
	display: table-cell;
}

h2.lawyer_name{padding:0px 10px 10px; font-size:24px; font-weight:bold; color:#1B3E0E;}
h2.lawyer_name span{ font-size:20px;}
.mt80{margin-top:80px;}

@media screen and (max-width: 640px) {
.career {
	margin:0 0 10%;
	padding:0 2%;
}
.career p {
	float:none;
	width:100%;
	text-align:center;
}
.career p img {
	display:block;
	margin:0 auto 3%;
}
.career ul {
	float:none;
}
.career ul li {
	padding:0 0 2%;
	margin:0 0 3%;
}
.career ul li span {
	padding:0;
}
.activity {
	margin:0 0 10%;
}
.activity h4 {
	margin:0 0 3%;
}
.activity p {
	margin:0 2% 5%;
}
.activity p:last-child {
	margin:0 2%;
}
.activity ul {
	margin:0 0 30px;
	display:table;
	width:100%;
}
.activity ul li {
	display:block;
}
.activity ul li date {
	display:block;
	padding:1%;
	border-bottom: none;
	font-weight:bold;
}
.activity ul li span {
	display:block;
	padding:0 2% 1%;
}
.activity h5 {
	margin:0 0 3%;
}
.activity div dl {
	padding:0 1%;
}
.activity div.box_in01 div {
	margin:0 0 5%;
}
.activity div dl:last-child {
	margin:0 0 8%;
}
.activity div dl dt ,
.activity div dl dd {
	padding:0 0 3%;
}
.field h4 {
	margin:0 0 3%;
}
.field ul {
	margin:0 2% 4%;
}
.field ul li {
	margin:0 0 2%;
}
.field ul li:last-child {
	margin:0 0 2%;
}
}





/*flow*/
.flow {
	margin:0 0 30px;
}
.flow div.box_in01 div {
	margin:0 0 20px;
}
.flow div.box_in01 div p {
	margin:0 0 15px;
}
.flow div.box_in01 div p:last-child {
	margin:0;
}
.flow div.box_in01 p.arrow {
	width: 0;
	height: 0;
	display:block;
	margin:0 auto;
	text-align:center;
	border-top: 30px solid #9C6;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
}

.contract h4 {
	position: relative;
	padding: 10px 10px 10px 0;
	margin:0 0 10px;
	font-size:128.6%;
	font-weight:bold;
}

.contract h4 i {
	display:inline-block;
	margin:0 5px 3px 0;
	vertical-align: middle;	
}

.contract h5 {
	position: relative;
	padding: 1em 10px 5px 0;
	margin:0 0 15px;
	font-size:128.6%;
	font-weight:bold;
	border-bottom: 2px solid #555;
}


.contract {
	margin:0 0 30px;
}
.contract div p {
	margin:0 0 20px;
}
.contract div p:last-child {
	margin:0;
}
.privacy div p {
	margin:0 0 20px;
}
.privacy div p strong {
	display:block;
	margin:0 0 15px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
	font-size:128.6%;
}
.privacy div dl {
	margin:0 0 20px;
}
.privacy div dl dt {
	margin:0 0 10px;
}
.privacy div dl dt strong {
	display:block;
	margin:0 0 15px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
	font-size:128.6%;
}
@media screen and (max-width: 640px) {
.flow {
	margin:0 0 10%;
}
.flow div.box_in01 div {
	margin:0 0 8%;
}
.flow div.box_in01 div p {
	margin:0 0 5%;
}
.flow div.box_in01 p.arrow {
	width: 0;
	height: 0;
	display:block;
	margin:0 auto;
	text-align:center;
	border-top: 15px solid #9C6;
	border-right: 40px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 40px solid transparent;
}
.contract {
	margin:0 0 8%;
}
.contract div p {
	margin:0 0 5%;
}
.contract div p:last-child {
	margin:0;
}
.privacy div p {
	margin:0 0 5%;
}
.privacy div p strong {
	margin:0 0 1%;
}
.privacy div dl {
	margin:0 0 5%;
}
.privacy div dl dt {
	margin:0 0 3%;
}
.privacy div dl dt strong {
	margin:0 0 1%;
}
}


/*price*/
.price {
	margin:0 0 30px;
}
.price .box_in01 p {
	margin:0 0 20px;
}
.price .box_in01 p:last-child {
	margin:0;
}

.price h4 {
	position: relative;
	padding: 10px 10px 10px 0;
	margin:0 0 10px;
	font-size:128.6%;
	font-weight:bold;
}

.price h4 i {
	display:inline-block;
	margin:0 5px 3px 0;
	vertical-align: middle;	
}

.price table {
	margin-bottom: 25px;
	width: 100%;
}

.price table th,
.price table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.gry {
	background: #eee;
	font-weight: bold;
}

.terminology .box_in01 h4 {
	position: relative;
	padding: 1em 10px;
	margin:0 0 10px;
	font-size:128.6%;
	font-weight:bold;
}
.terminology .box_in01 h4::before,
.terminology .box_in01 h4::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.terminology .box_in01 h4::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.terminology .box_in01 h4::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.terminology .box_in01 p {
	margin:0 10px 40px;
}
.terminology .box_in01 p:last-child {
	margin:0 10px;
}


@media screen and (max-width: 640px) {
.price {
	margin:0 0 10%;
}
.price .box_in01 p {
	margin:0 0 8%;
}

.price table th,
.price table td {
	padding: 8px;
	font-size: 13px;
}

.terminology .box_in01 h4 {
	padding: 0.5em 2%;
	margin:0 0 5%;
}
.terminology .box_in01 p {
	margin:0 2% 5%;
}
.terminology .box_in01 p:last-child {
	margin:0 2%;
}
}




/*contact*/
.contact p {
	margin:0 0 30px;
}
.contact p span {
	color: #F00;
}
.contact .form {
	overflow:hidden;
	padding:0 0 50px;
}
.contact .form table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	margin:0 0 40px;
}
.contact .form table th {
	background:#ececec;
	padding:10px 20px;
	width:150px;
	white-space:nowrap;
	border-top: solid 2px #FFF;
	border-bottom: solid 1px #cacaca;
	-moz-border-radius: 5px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px;
	behavior: url("/css/PIE.htc");
}
.contact .form table td {
	padding:10px 20px;
	border-top: solid 2px #FFF;
	border-bottom: solid 1px #cacaca;
	vertical-align:baseline;
}
.contact .form table tr:first-child th ,
.contact .form table tr:first-child td {
	border-top:none;
}
.form table th span {
	color:#F00;
	display:inline-block;
	margin:0 0 0 10px;
}
.form table td span {
	display:block;
}
.form td input[type="text"] ,
.form td input[type="tel"] ,
.form td input[type="email"] ,
.form td input[type="date"] ,
.form td textarea {
	padding:6px 2px;
	margin:5px 0;
	font-size:14px;
	border: solid 1px #CCCCCC;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	behavior: url("/css/PIE.htc");
}
.form td input[type="text"]:focus ,
.form td input[type="tel"]:focus ,
.form td input[type="email"]:focus ,
.form td input[type="date"]:focus ,
.form td textarea:focus {
	outline: 0;
	border: solid 1px #AAAAAA;
	behavior: url("/css/PIE.htc");
}
.form td input.input01 {
	width:95%;
}
.form td input.input02 {
	width:50%;
	margin:0 10px 0 0;
}
.form td input.input03 {
	width:50%;
	margin:0 0 0 10px;
}
.form td textarea {
	width:95%;
	height:300px;
}
.form td label {
	display:inline-block;
	margin:0 20px 10px 0;
}
.form td label input {
	margin:0 10px 0 0;
}
.form dl {
	overflow:hidden;
	text-align:center;
}
.form dl dt ,
.form dl dd {
	display:inline;
}
.form dl dt input ,
.form dl dd input ,
.form dl dt button ,
.form dl dd button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	margin:0 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	behavior: url("/css/PIE.htc");
}
.form dl dt input:hover ,
.form dl dd input:hover ,
.form dl dt input:focus ,
.form dl dd input:focus ,
.form dl dt button:hover ,
.form dl dd button:hover ,
.form dl dt button:focus ,
.form dl dd button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
	behavior: url("/css/PIE.htc");
}
@media screen and (max-width: 640px) {
.contact p {
	margin:0 0 10%;
}
.contact .form {
	padding:0;
}
.contact .form table {
	margin:0 0 10%;
}
.contact .form table th {
	display:block;
	padding:2% 3%;
	width:94%;
	font-weight:bold;
}
.contact .form table td {
	display:block;
	padding:2% 3%;
	border-bottom:none;
}
.form td input.input01 {
	width:99%;
}
.form td input.input02 {
	width:80%;
	margin:0 2% 0 0;
}
.form td input.input03 {
	width:80%;
	margin:0 0 0 2%;
}
.form td textarea {
	width:99%;
	height:300px;
}
.form td label {
	display:inline-block;
	margin:0 3% 2% 0;
	white-space:nowrap;
}
.form td label input {
	margin:0 10% 0 0;
}
}



