@charset "utf-8";
/* CSS Document */
#mainTT{
	background-color:#f1f1f1;
	border-bottom:2px solid #c8142d;
	font-size:16px;
	padding:7px 7px;
}
/*#title1{
	background-image:url(../images/main/title1.gif);
	height:44px;
	line-height:44px;
	padding:0 0 0 65px;
	font-size:20px;
}
#title2{
	background-image:url(../images/main/title2.gif);
	height:44px;
	line-height:44px;
	padding:0 0 0 65px;
}
#title2_L{
	background-image:url(../images/main/title2_L.gif);
	height:44px;
	line-height:44px;
	padding:0 0 0 65px;
}
*/
/* 問い合せ */

.mailBt{
	background:-moz-linear-gradient(center top , #ff8700 0%, #ff8700 50%, #ff7300 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8700), color-stop(50%,#ff8700), color-stop(100%,#ff7300));
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom:2px solid #d95000;
	box-shadow:0 2px 0 #dad9d9;
	display:block;
	margin:5px auto;
	width:95%;
	height:45px;
	text-align:center;
	line-height:45px;
	color:#FFF;
	text-decoration:0 1px 0px #00488a;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.telBt{
	margin:10px auto 5px;
	display:block;
}


#tel {
  position: fixed;
  width: 100%;
  left:0;
  bottom:0;
  display: block;
}
 
.webtokuten{
    width: 90%;
    margin: auto;
}
.tax{
    text-align: center;
    width: 90%;
    margin:20px auto;
    display: block;
}