@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
	position: relative;
	width: 100%;
	 
	background-color: #ccf2ff;
	background: url('../img/backimg.jpg') ;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;

}


/* aタグの設定 */
a {
  color:#29ab26;
   -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
	color:#2db92a;
}

a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}


/* 全体の幅 */
.wrapper {
  width: 960px;
  margin: 0 auto;
  padding:0 10px;
  
}

.slidetext{
	position:relative;
	}


 div#slidsBox {
    width: 100%;
	padding:2%;
  }
#header1200 {
  max-width: 960px;
  height:240px;
  margin:auto;
background: url('../img/head.png') no-repeat;
background-size: 100% 100%;

}


#header h1 {
  float: left;
}

#header h1 img {
 margin:70px 0 0 35px;
  width: 100%;
  max-width: 500px;
}
	

#header_info{
	float:right;
	padding:4px;
	}
#header_info p{
	margin:0;
	font-size:200%;
	color:#364148;
}
#header_info .tel a{
	font-size:80%;
	color:#364148;
	text-decoration:none;
	}

#header_info .icon-tel{
	 margin:10px;
	 position:relative; top:5px;
}

#header_info p.tel{
	margin:89px 20px 0 0;
	}

/* グローバルナビゲーションのスタイル */
.gnav {
*zoom: 1;
height:90px;
}

.gnav a {
	
	padding:25px 20px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.gnav > div> ul > li > a{
height:65px;
}
.gnav li a:hover,.gnav a.current{
background: url(../img/hover.png)no-repeat;
width: 220px;
  	color:#ffffff;
	
}


.gnav ul {
  background: none;
  position: relative;  
}
.gnav ul li {
	 background: url(../img/menu2.png) no-repeat;
	 float: left;
	 width: 220px;
	 text-align: center;
	 margin-bottom: 2px;

}


.gnav ul li.longTitle a {
  font-size: 80%;
}


.gnav ul li ul li {
  overflow: hidden;
  width: 100%;
  min-height: 0;
  color: #fff;
  border: none;
  float: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  background:none;
  background-color:#ffffff;
  margin-bottom: 0;
}
.gnav ul li ul li:first-child {
	border-left:none;
}

.gnav ul li ul li a {
	    padding: 16px 38px;
	background: url(../img/icon.png) no-repeat 13px 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color:#535353;
	border-bottom: dashed 1px #29ab26;
	
}




.gnav ul li ul li a:hover,
.gnav ul li ul li a.current {
    padding: 16px 38px;
    background: url(../img/icon.png) no-repeat 13px 15px;
    background-color: #c9ffc5;
    color: #535353;
	
}



#slidsBox{
	width:100%;
	margin-bottom: 1.0em;
	background-color: #FFFFFF;
padding:27px;
	-webkit-box-shadow: 0px 1px 4px 0px #6F6F6F;
  -moz-box-shadow: 0px 1px 4px 0px #6F6F6F;
  box-shadow: 0px 1px 4px 0px #6F6F6F;
	}


/* コンテンツエリア全体 */
div#content {
  position: relative;
  width: 100%;
  margin-bottom:80px; 
  	
 
}


/*.sixcol {
width: 100%;
}*/

/* コンテンツエリア -> パンくず */

#breadcrumb {
 margin-left: 252px;
    padding: 10px;
    margin-top: 26px;
}
#breadcrumb li {
    display: inline-block;
    list-style: none;
    line-height: 20px;
    text-shadow: 1px 1px 2px #ffffff;
    font-weight: bold;
}
#breadcrumb li:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
}
#breadcrumb li:first-child:before {
  display: none;
  content: "";
  margin-right: 5px;
}
#breadcrumb li a {
  text-decoration: none;
}

label {
    background: #29ab26;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu 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;
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}
/* コンテンツエリア -> main */


#main {
  width: 688px;
  float: right;


}

.content_box {
	margin-bottom: 1.8em;
	border: 1px solid #622022;
	background-color: #FFFFFF;
	border:2px solid #DDD;
}
.content_box li{
	padding:10px;
	}

.main_box1{
	margin-bottom: 1.8em;
	background-color: #ffffff;
-webkit-box-shadow: 0px 1px 4px 0px #6F6F6F;
  -moz-box-shadow: 0px 1px 4px 0px #6F6F6F;
  box-shadow: 0px 1px 4px 0px #6F6F6F;	
}
.main_box1 h2{
	
	background: url(../img/point.png)no-repeat 9px 0, url(../img/h2-2.jpg) repeat-x bottom, url(../img/h2-2.jpg);
	    padding: 14px 5px 20px 40px;
	}
	
.main_box2{
	background-color:#f7e2c0;
-webkit-box-shadow: 0px 1px 4px 0px #6F6F6F;
  -moz-box-shadow: 0px 1px 4px 0px #6F6F6F;
  box-shadow: 0px 1px 4px 0px #6F6F6F;
  margin-bottom:30px;
}

.main_box2 a{
	font-weight:bold;
}

.main_box2 h2{
	min-height:61px;
	background: url(../img/ori1.jpg)no-repeat right bottom, url(../img/point.png)no-repeat 9px 0,url(../img/h2-1.jpg) repeat-x bottom;
	padding:15px 80px 20px 40px;
}

.servicelist{
	padding:25px;
	}
.servicelist p{
	padding-right:10px;
	}


#top_content p{
	padding: 16px;
	text-shadow: 2px 2px 3px #ffffff,
	-2px 2px 3px #ffffff,
	2px -2px 3px #ffffff,
	-2px -2px 3px #ffffff;
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
dropshadow(color=#ffffff,offX= 1,offY= 0)
dropshadow(color=#ffffff,offX= 0,offY= 1)
dropshadow(color=#ffffff,offX=-1,offY= 0);
}

#top_content{
	position:absolute;
	height:400px;
	padding:30px;
	width:940px;
	z-index:100;
	top:27px;
	}

.content_box h2 {
  margin-bottom: .4em;
  color: #3c3c3c;
  font-size:130%;
}

.content_box h3 {
  margin-bottom: .4em;
}

.main_box1 ul, .main_box1 ol, .main_box2 ul, .main_box2 ol {
  padding-left: 1em;
}
.main_box1 li, .main_box2 li{
	margin-left:1em;
	line-height:1.4;
	margin-bottom:5px;
}



#sidebar {
  width: 25%;
  float: left;
 }

.button_area li {
  margin: 0 10px 0 0;
  list-style: none;
}

.button_area li a {
  padding: 20px 14px;
  color: #fff;
  text-decoration: none;
  display: block;
}


.button1 {
	border: 2px solid #D0D0D0;
	display: inline-block;
	cursor: pointer;
	font-size: 130%;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
  *zoom: 1;
	text-shadow: -1px -1px 1px #A6A6A6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;	
}

.button1:hover {
  *zoom: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-color: #E7E7E7;
}

.button1:active {
  position: relative;
  top: 1px;
}
.button1 .icon-info{
	display:block;
	float:left;
	position:relative;
	font-size:140%;
	margin-right:10px;
	bottom:4px;
	text-shadow:none;
}


.pageTitle {
height:55px;
position: relative;
	font-size: 160%;
	line-height: 1.4;
	color: #ffffff;
	padding: 10px 20px;
	margin-bottom: 1em;
background: url(../img/img.png)repeat;	
background-color:#29ab26;
    border: 2px solid #239120;
-webkit-box-shadow: 0px 1px 4px 0px #b0b5c0;
  -moz-box-shadow: 0px 1px 4px 0px #b0b5c0;
  box-shadow: 0px 1px 4px 0px #b0b5c0;
	text-shadow: 1px 1px 1px #b0b5c0;	
}


h2{
	font-size:105%;
	padding:17px;
 color: #ffffff;
}


#service_list a
{


	background: url(../img/point.png)no-repeat 5px;
	display:block;
	margin-left:13px;
	    padding: 25px 10px 20px 40px;
		font-size:90%;
	}
	


.catch {
	font-size: 130%;
	color:#29ab26;
	font-weight: bold;	
}

.box_main{
	padding:15px;
	
	}
.box_main ul li{
	margin-left:25px;
	}

.dl_new dt {
  padding: 5px 10px 0;
    font-weight: bold;
}

.dl_new dd {
  padding: 5px 10px;
  line-height: 150%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.dl_default dt {
  padding: 5px;
  font-weight: bold;
}

.dl_default dd {
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 1px 0px #b0b5c0;
  -moz-box-shadow: 1px 1px 1px 0px #b0b5c0;
  box-shadow: 1px 1px 1px 0px #b0b5c0;
  line-height: 1.4;
}

.tnav h2 {
  padding: 5px;
}

.tnav p {
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 1px 0px #b0b5c0;
  -moz-box-shadow: 1px 1px 1px 0px #b0b5c0;
  box-shadow: 1px 1px 1px 0px #b0b5c0;
}

.tnav_side {
  margin: 10px 10px 10px 0;
-webkit-box-shadow: 0px 1px 4px 0px #6F6F6F;
  -moz-box-shadow: 0px 1px 4px 0px #6F6F6F;
  box-shadow: 0px 1px 4px 0px #6F6F6F;
  margin-bottom:20px;
background-color:#EEFCFF;

}

.tnav_side h1{
	text-align:center;
	color:#ffffff;
	}



.tnav_side1{
	width: 220px;
    margin: 10px 0 0 10px;
	padding:5px;
background-size:100%;
  -webkit-box-shadow: 0px 1px 4px 0px #BFBFBF;
  -moz-box-shadow: 0px 1px 4px 0px #BFBFBF;
  box-shadow: 0px 1px 4px 0px #BFBFBF;
  height:77px;
	background: url(../img/koshin.png) no-repeat;
	
}

.tnav_side2{
	width: 220px;
    margin: 10px 0 0 10px;
	padding:5px;
background-size:100%;
  -webkit-box-shadow: 0px 1px 4px 0px #BFBFBF;
  -moz-box-shadow: 0px 1px 4px 0px #BFBFBF;
  box-shadow: 0px 1px 4px 0px #BFBFBF;
 height:77px;
	background: url(../img/info.png) no-repeat;
	
}
#navBanner img{
	margin-bottom:10px;
	}
.tnav_side2 p{
	text-align:center;
	padding-bottom:13px;
}
.tnav_side1 p{
	text-align:center;
	padding-bottom:29px;
}

.mt{
	margin-top:40px;
	}


.tnav_side h2 {
  padding:20px 0px 15px 50px;
  font-size:100%;
}
.tnav_side1 a, .tnav_side a{
	 text-decoration:none;
	 color:#ffffff;
}
.tnav_side2 a, .tnav_side a{
	 text-decoration:none;
	 color:#ffffff;
}



.tnav_side dl{
	padding:5px 10px 10px 10px;
}
.tnav_side dd{
	line-height:120%;
	margin-bottom:10px;
	}

.tnav_side p {
  padding: 5px 10px;
}



.banner{
	border:1px solid #A2A2A2;
}

.photo_base{
	margin:0 15px 20px 15px;
	}

/* ページナビ */
/* ページトップへボタンのスタイル */
p.gotop {
	float:right;
position: fixed;
  left: auto;
  right: 20px;
  z-index:200;
}

.gotop a{
	text-decoration:none;
	}

.gotop span{
	color:#175ba3;
	margin-left:10px;
	font-weight:bold;
	}


p.gotop a:hover {

	-webkit-transition: 0.8s;
	transition: 0.8s;
}


/* フッターのスタイル */
.footer {
 width:100%;
 background-image:url('../img/footer_bg.png') ;
 background-size:100% 100%;
}

#footer1200{
	margin: auto;
    background: url('../img/footer.png') no-repeat;
    background-size: 100%;
    height: 230px;
}
	

.footerNav a {
padding: 10px;
color:#ffffff;
display: inline-block;
text-decoration: none;
}


.footerNav ul li {
  float: left;
}

.footer p {
  padding: 0 10px;
  font-size: 80%;
  line-height: 140%;
  padding-right: 0.5em;
}

.bnCnetPosition{
	float:right;
}

/* テーブル装飾 */

.data1 {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  margin-bottom: 20px;
}

.data1 th,
.data1 td {
  border-bottom: 1px dashed #999;
  padding: 10px 10px 4px 10px;
  line-height: 140%;
}

.data1 tr:last-child th,
.data1 tr:last-child td {
  border-bottom: none;
}

.data1 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}

.data2 {
  border-top: 1px solid #999;
  border: 1px solid #999;
  margin-bottom: 20px;
}
.data2 .td2{background: #F9EBCB;}
.data2 .td3{background: #E0EFC0;}
.data2 th{background: #C4F3D5;
font-weight: normal;}

.data2 th,
.data2 td {
  border-bottom: 1px solid #999;
	border-right: 1px solid #999;
  padding: 10px 10px 6px 10px;
	text-align: center;
}


.data2 tr:last-child th,
.data2 tr:last-child td {
  border-bottom: none;
}

.data2 caption {
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}


.data3{
	border-spacing:0;
	  box-shadow: 0 1px 1px #cccccc;
	  line-height:150%;	
	}
.data3 caption {
  margin: 0 0 8px 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
 	border-bottom:1px dashed #cccccc;

}


.data3 th,.data3 td{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}
.data3 th{
	padding: 8px 10px;
	background-color: #29ab26;
	color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
		}
.data3 td{
	padding:8px 10px;
	background:#FCFCFC;
	}
.data3 tr:nth-child(even) td{
	background-color: #F4F4F4;
	}
.data3 th:last-child,.data3 td:last-child{
	border-right: 1px solid #B7B7B7;
		}
.data3 tr:last-child th,.data3 tr:last-child td{
	border-bottom:1px solid #B7B7B7;
	}



.data3 tr:not(:first-child) th,.data3 tr:not(:first-child) td{
	border-top:none;
	}

.on_960{
	display:none;
	}
.on_main{
	display:none;
	}
.off_main{
	display:block;
	}
p.gotop img{
	width:75%;
	margin-left:15px;
	margin-bottom:5px;
	}
.footer .tel{
	float:left;
	}
.footer .tel a{
	display:inline-block;
	}

.on_main{
	display:block;
    background-color:#ffffff;
	
	border:solid 3px #29ab26;
	}
	.headtop{
	    background: url(../img/head1.png)repeat-x;
		height:41px;
		webkit-box-shadow: 0px 1px 4px 0px #BFBFBF;
    -moz-box-shadow: 0px 1px 4px 0px #BFBFBF;
    box-shadow: 0px 1px 4px 0px #BFBFBF;
	
	}

 .footerdown{
	    background: url(../img/footer1.png)repeat-x;
			height:34px;
		webkit-box-shadow: 0px 1px 4px 0px #BFBFBF;
    -moz-box-shadow: 0px 1px 4px 0px #BFBFBF;
    box-shadow: 0px 1px 4px 0px #BFBFBF;
	
	}
.footerNav img{
    position: absolute;
    margin-top: 150px;
    width: 237px;
    float: right;
    margin-left: 31%;
	
	
	}
		.footerNav div{
    margin-top: 150px;

	}
	
.tel a{
	padding:0;
	color:#333333;
	}

.tel {
-webkit-text-size-adjust: 100%;
}

.ske{margin-left: 40px;}
.ske dt{clear: both;
	background: #EF2C7B;
color: #FFFFFF;
font-weight: bold;
width: 90px;
border-radius: 60px;
text-align: center;
padding: 10px;
float: left;
margin-bottom: 20px;}
.ske dd{float: left;
padding: 8px;
line-height: 150%;}
.sp_on{display: none;}
@media only screen and (max-width: 1500px) {
	#footer1200{
	margin: auto;
    background: url('../img/footer.png') no-repeat;
    background-size: 100%;
    height: 210px;
}
	.footerNav div{
    margin-top: 135px;

	}
	.footerNav img{
    position: absolute;
    margin-top: 136px;
    width: 237px;
    float: right;
    margin-left: 31%;
	
	
	}
}
@media only screen and (max-width: 1300px) {
#footer1200 {
    margin: auto;
    background: url('../img/footer.png')repeat-x;
}
.footerNav img {
    position: absolute;
    margin-top: 150px;
    width: 200px;
    float: right;
    margin-left: 42%;

}

}

@media only screen and (max-width: 1000px) {
	
	
  .wrapper {
    width: 100%;
  }


#main{
	width:74%;
	}

#top_content{
	padding:5px;
	width:92%;
	left:25px;
	}


}

/* タブレット向けのレイアウトの指定：～990px */
@media only screen and (max-width: 990px) {
	#header_info{
	display:none;
	}
  #header {
    margin-top: 0;
  }


 div#slidsBox {
    width: 100%;
	padding:2%;
  }
.gnav{
	display:none;
	}
	
  #gnav {
    padding-top: 0;
	  }

  #gnav ul {
    padding-bottom: 5px;
  }

  div#content {
    width: 100%;

  }

  #main {
    width: 100%;
    float: none;
  }

  .button_area article.shopBox {
    width: 100%;
    background: white;
    margin: 0;
    float: none;
    border: none;
  }


  #sidebar {
    width: 100%;
    float: none;
  }

 .footer .footerNav ul {
    margin: 0;
    padding-bottom: 5px;
  }

  img {
    max-width: 100%;
    height: auto;

  }


  .gnav .home {
    display: none;
  }
.gnav ul li{
	width:33.3%;
	
	}
.gnav a{
	height:56px;
	padding:20px 10px;
	}
.gnav ul li:nth-child(4) {
border-left:1px solid #C7C7C7;
}
.gnav ul li:nth-child(n+4) {
border-top:1px solid #C7C7C7;
}

#navBanner img{
	
	margin: 30px 0;
	}
	
	#header h1 img {
 margin:55px 0 0 10px;
  width: 100%;
  max-width: 500px;
}


.off_960{
	display:none;
	}
	
.on_960{
	display:block;
	margin-bottom:20px;
	}
.tnav_side2{
	width:48%;
	margin:0;
	}
	.tnav_side1{
	width:48%;
	margin:0;
	}

#top_content{
	padding:5px;
	width:92%;
	left:30px;
	}

#top_content p{
	padding: 6px;
	}

	 /*.gnav {
 background: url(../img/menu2.png) repeat-x;
  height:140px;

}*/

.tnav_side2{
background-size:100% 100%;
}
.tnav_side1{
background-size:100% 100%;
}

#footer1200 {
    margin: auto;
    background: url('../img/footer.png')repeat-x;
}

.off_main{
	border:0;
	display:block;
	}
.on_main{
	display:none;
	}
p.gotop{
	text-align:right;
	}
/*文字をかぶせない場合*/
.on_main{
	display:block;
    background-color:#ffffff;
	
	border:solid 3px #29ab26;
	}
#breadcrumb {
	display:none;
}
.footerNav img{
  position: absolute;
    margin-top: 150px;
    width: 200px;
    float: right;
    margin-left: 49%;
}
}
@media only screen and (max-width: 820px) {

	#header h1 img {
    margin: 55px 0 0 10px;
    width: 90%;
    max-width: 500px;
}


}
/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {

#header_info{
	display:none;
	}
.gnav ul li.longTitle a {
	padding:16px 10px;
}
	#header1200 {
  max-width: 960px;
  height:250px;
  margin:auto;
background: url('../img/mhead.png') no-repeat;
background-size: 100% 100%;
}
 div#slidsBox {
    width: 100%;
	padding:0;
  
  }
.photo_base{
	width:50%;
	text-align:center;
	}

.tnav_side2{
	width:47%;
	}	
	.tnav_side1{
	width:47%;
	}
.on_main{
	display:block;
    background-color:#ffffff;
	
	border:solid 3px #29ab26;
	}

.off_main{
	display:none;
	}
	
#footer1200{

background: url('../img/footer.png') no-repeat;
 background-size:cover;
 background-position:-300px 0;

}
.gnav{
	display:none;
	}

	
#header {
 background-image:none;
}

.max{
	width:100%;
	padding:0;
	z-index:-10;
	}
	
.servicelist div:nth-child(2){
	padding-bottom:0;

}
.ske{margin-left: 0;}
}
@media only screen and (max-width: 670px) {
	.footerNav img {
		display:none;
}
	}

@media only screen and (max-width: 620px) {
	#header h1 img {
    width: 80%;
}
	#header1200 {
  max-width: 960px;
  height:195px;
  margin:auto;
background: url('../img/mhead.png') no-repeat;
background-size: 100% 100%;
}
}




/* ：～520px */
@media only screen and (max-width: 520px) {
li.privacy{
	clear:both;
	}
	
#header1200 {
  max-width: 960px;
  height:160px;
  margin:auto;
background: url('../img/headermini.png') no-repeat;
background-size: 100% 100%;
}

/*虹の場合*/
/*#header1200 {
  max-width: 960px;
  height:170px;
  margin:auto;
background: url('../img/headermini2.png') no-repeat;
background-size: 100% 100%;
}
#slidsBox{
	margin-top:20px;
	}	*/

.w100_U520 {width:100%!important;}

.float_none_U520 img, .w100_U520 img{
	margin-bottom:10px;
	}
.tc_U520 { text-align: center !important; }	
.footer p {
	
 padding:0 10px;
 margin-bottom:0;
}
/*.footerNav a{
	padding:10px;
	}*/
#header h1 img {
    margin:40px 0 0 17px;
  
    max-width: 500px;
}
.footerNav img{
	display:none
	}
	
.footerNav a{
	font-size:90%;
	}
	

}


/* スマホ向けのレイアウトの指定：～420px */
@media only screen and (max-width: 420px) {
	.sp_on{display: block;}
	.ske .mt30,.ske .mt15{margin-top: 0!important;}
  #gnav .toggleBtn {
    display: block;
  }

  .gnav ul li {
    width: 50%;
  }


  .data1 th {
    border-bottom: none;
    margin-left: 0;
  }

  .data1 td {
    padding-top: 3px;
    margin-left: 0;
  }

  .data1 th br,
  .data1 td br {
    display: none;
  }

  .data1 tr:last-child th,
  .data1 tr:last-child td {
    border-bottom: none;
  }
  
  
  .data3 th, .data3 td {
	width:100%;
	display:block;
}

#header_main{
	clear:both;
	 width:100%;
margin:0 0 26px 0;
	 }

.float_none_U420 img, .w100_U420 img{
	margin-bottom:10px;
	}
.photo_base{
	margin:0 auto 15px;
	clear:both;
	width:100%;
	text-align:center;
	}



.tnav_side2{
	width:46%;
	}
.tnav_side1{
	width:46%;
	}


/*.footerNav a {
  padding:10px;

}*/
#header1200 {
  max-width: 1200px;
  margin:auto;


  height:144px;
  

}
#header h1 img {
    width: 70%;
}

.catch {
	font-size: 110%;
}
.footer p {
	
 padding:0 10px;
 margin-bottom:0;
}

#top_content{
	padding:5px;
	width:92%;
	left:20px;
	}
.footer .tel{
	clear:both;
	}
p.gotop img{
	width:50%;
	margin-left:20px;
	}
.pageTitle{
	font-size:140%;
	}


#header h1 img {
    margin: 37px 0 0 24px;
    max-width: 500px;
}
.footerNav img{
	display:none
	}
.footerNav a{
	font-size:60%;

	}
p.gotop{
	width:37%;
	
	}
.gotop span {
	display:none;
}
div#content {
  position: relative;
  width: 100%;
  margin-bottom:20px; 
  	
 
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.footerNav div{
    margin-top: 130px;

	}
}