@charset "utf-8";
/* CSS Document */
body {
	background: top center;
	margin: 0; 
	padding: 0;
	text-align:left; 
	letter-spacing: 1px;
	color:#666;
	line-height:1.4;
　　font-family: "MS P Gothic","ＭＳ Ｐゴシック",Verdana,Chicago,sans-serif;
　　font-size: 14px;
}
* {
	padding:0;
	margin: 0;
}

h1, h2, h3, h4, h5, ul {
    margin: 0;
    padding: 0;
}

#wrapper{
	margin:0 auto;
}

/*　Index　TOPページ　*/

/* ヘッダー */
#headerWrapper {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(../images/picture/bgheaderWrapper.jpg) repeat-x;
}

#header {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    width:980px;
    height:121px;
}

#header .hedText {
	position: absolute;
	width:600px;
	height:20px;
	font-size:12px;
	left:0px;
	top:7px;
}


#header h1.siteTitle {
	position: absolute;
	top:37px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 60px;
	display: block;
	float: left;
	background: url(../images/picture/bgSiteTitle.gif) 0px 0px;
	z-index: 999;
}



#header #topTel {
	position: absolute;
	top:19px;
	right: -1px;
	margin: 0;
	padding: 0;
	width: 410px;
	height:103px;
	display: block;
}


#header #topTel .companyTel1 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 405px;
	height: 80px;
	display: block;
	background: url(../images/picture/imgTopTel1.gif);
}

.altText {
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}



#header #tel{
	position:absolute;
	float:right;
	left:575px;
	top: 5px;
}


#header img {
    vertical-align: bottom;
}

img {
    border: none;
    display: inline-block;
}

map {
    display: inline;
}

area, param {
    display: none;
}

/* ヘッダー終わり */




/* ナビゲーションボタン */
#gMenu {
    margin:0px;
    padding: 0;
    text-align: center;
    list-style: none;
    height: 45px;
    background: url(../images/navi/bgGMenu.jpg) repeat-x;
}

ul,
li {
	list-style:none;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}

a img {
	border:none;
}


#globalNavi {
	width:980px;
	margin:0 auto;
	display:inline-block;
	position: relative;
}

#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#globalNavi ul li {
	width:196px;
	float: left;
	position: relative;
}

#globalNavi li ul.drop {
	width:196px;
	position:absolute;
	display:none;
	float:none;
	z-index:100;
	font-size:13px;
	left:0;
	top:45px;
	
	/* 透け透けにしたいとき */
	opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	-khtml-opacity: .90; /* Safari 1.x */
	-moz-opacity: .90; /* FF lt 1.5, Netscape */
}

#globalNavi li ul.drop li {
	float:none;
	position:static;
}

#globalNavi li ul.drop li a {
	display:block;
	background:#4A92D9;
	border-bottom:solid 1px #BAD6F1;
	color:#FFF;
	padding:10px;
	zoom:1; /* IE 6 */
}

#globalNavi li ul.drop ul a {
	padding:10px
}


#globalNavi li ul.drop ul a:hover {
	background:#BAD6F1
}



/* パンリスト */
.panList {
	width:756px;
    margin-left:auto;
    margin-right:auto;
    font-size:12px;
	height:35px;
	line-height:35px;
}


#containerUpper{
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#main{
	width:980px;
	height:1530px;
	margin:0px auto;
}

p{
	margin:0;
	padding:0;
}




/* 左側 */
#mainLeft{
	width:210px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}


#side {
	background-color: #E4E4E4;
	padding:5px;
	float: left;
	width:198px; 
	margin-top:5px;
	border:1px solid #F6F6F6
}


/* サイドバー */
div#sidebar	{width:198px;
	float: left;
}


ul.sidemenu	{font-size:13px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li	{list-style-type: none;
}

ul.sidemenu li a	{display: block;
	line-height: 13px;
	text-decoration: none;
	color: #666;
	background-image:url(../images/navi/side_btn.jpg);
	text-decoration: none;
	padding:6px 0px 2px 22px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;

}


ul.sidemenu li a:hover	{background-image:url(../images/navi/side_btn_on.jpg)}

ul.sidemenu ul 	{
	margin:0;
	padding:0}

ul.sidemenu ul li a 	{background-image:url(../images/navi/background_white.gif);
	color:#666;
	border-bottom: solid 1px #aacfff;
	line-height:25px;
	height:25px;
	padding-left:30px;}

ul.sidemenu ul li a:hover{
	background-image:url(../images/navi/background_bule.gif)}

.eigo{
	font-size:10px;
	color:#5DAED0;
}



/* 各ボタン */
.buttn{
	width:210px;
	height:auto;
	float:left;
	margin-top:5px;
}

.buttn img{
	border:none;
}



/* ソーシャルボタン */
.icon{
	width:210px;
	height:30px;
	text-align:left;
	margin:10px 0 0 0;
	float:left;
}





/* 右側 */
#mainRight{
	width:756px;
	height:auto;
	float:right;
	margin:10px 0 0 14px;
}


/* アピールタイトル */
#mainRight h2{
	width:756px;
	height:auto;
	margin:0;
	padding:0;
}

/* サブタイトル */
.subTitle{
	width:756px;
	height:60px;
}

.box{
	width:756px;
	height: auto;
	margin:20px 0 35px 0;
}

p.topText{
	margin:5px 0 8px 25px;
	text-align:left;
	background:url(../images/navi/table_tag_orange.gif) no-repeat 0 6px;
	padding-left:15px;
}


.anzArea01 {
    margin:0 0 25px 0;
	width:756px;
	font-size:14px;
}


h3 {
   width:724px;
   height:40px;
   margin:5px 10px 5px 22px; 
   padding: 7px 0 0 0;
   background: url(../images/picture/hosyu_h3b.jpg) no-repeat left top;
   font-size: 0.9em;
   color: #BC6903;
}


h3 span {
   margin-left: 25px;
   font-size: 1.35em;
}


h4 {
   width: 680px;
   margin: 0 auto 10px;
   padding: 4px 0 3px 10px;
   border-top: 1px #ebc2a2 solid;
   border-right: 1px #ebc2a2 solid;
   border-bottom: 1px #ebc2a2 solid;
   border-left: 7px #ebc2a2 double;
   font-size: 1.1em;
   color: #BC6903;
}


p.text{
	margin:5px 20px 30px 50px;
	line-height:1.6
}





/*　使用年数延長表　*/
.tenkenImg1{
	width:756px;
	height:280px;
	background:url(../images/picture/hosyu_mainImg2.jpg)
}

.tenkenBox{
	width:716px;
	height:230px;
	margin:30px 0 0px 40px;
}
	

.tenkenBox li {
width:346px;
margin:0;
float: left;
}




.tenkenBox li span {
display: block;
background-color: #333;
padding: 3px 0 3px 0;
font-size: 90%;
color: #FFF;
text-align: center;
margin-right:9px
}







/*----------------------------　点検・調整・修理～　---------------------------------------*/
.tenkenImg2{
	width:717px;
	height:230px;
	margin-left:39px;
}

.tenkenImg2 li.three {
　　width: 233px;
}

ul, ol {
　　list-style: none;
　　margin: 0;
　　padding: 0;
}


.tenkenImg2 li {
width:233px;
margin: 0 0 20px 0;
float: left;
}


img {
border: none;
vertical-align: top;
}

img {
display: inline-block;
}


li {
text-align: -webkit-match-parent;
}

.tenkenImg2 li span {
display: block;
background-color: #333;
padding: 3px 0 3px 0;
font-size: 90%;
color: #FFF;
text-align: center;
margin-right:9px
}




p.rightText{
	padding:20px 25px 0px 540px;
	font-size:13px;
	letter-spacing:2px;
}

p.rightText span{
	font-size:15px;
}
				  



.point {
display: block;
margin: 5px;
padding:10px;
background: #F5F5F5;
border: 1px #999 solid;
text-align:left;
}












/* ページの先頭に戻る */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #4A92D9;
    text-decoration: none;
    color: #fff;
	font-size:11px;
    width:100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #BAD6F1;
}


/* フッター */
#footerWrapper{
	background: url(../images/picture/bgFooterWrapper.jpg);
}



#footer {
    margin: 0 auto;
    padding:0;
    width:980px;
    text-align: left;
}





#footerItem.clearFix{
	width:auto;
	height:250px;
}

div {
    display: block;
}

.clearFix::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



#footerAdd {
    width:980px;
	height:190px;
    float: left;
	margin-top:30px;
}

#footerAdd1 {
    width:280px;
	height:190px;
    float: left;
    font-style: normal;
	font-size:13px;
}

#footerAdd2 {
    width:460px;
	height:70px;
    float:left;
    font-style: normal;
	text-align:center;
	padding-top:40px;
}

p.addText{
	text-align:left;
	font-size:13px;
	line-height:1.6;
}




#footerAdd3 {
    width:240px;
	height:60px;
	float:left;
	padding-top:50px;
}


.ft_mailBtn{
	width:240px;
	height:34px;
	margin:5px 0 0 0px;
	float:right
}


.ft_mailBtn img{
	border:none;
}



#footerAdd p {
    margin: 0;
    padding: 0;
}


address {
   display: block;
}


#footerAdd4 {
    width:700px;
	height:75px;
    float:left;
    font-style: normal;
}

#link{
	width:700px;
	height:auto;
	text-align:left;
	line-height:1.6;
	font-size:12px;
	border-top:#CCC solid 1px;
	padding-top:13px;
}

#menu{
	list-style-type:none;
	margin:0;
}

#menu li{
	display:inline;
	padding:0 5px 0 15px;
	background-image: url(../images/navi/sikaku.gif);
	background-repeat:no-repeat;
	background-position:0 3px;

}


#menu li a{
	color:#666
}

#menu li a:hover {
	color:#999}



.footerCopyright{
	text-align:left;
	float:left;
	width:980px;
	height:30px;
	line-height:30px;
	font-size:10px;
	color:#666
}

.footerCopyright a:hover{
	color:#09F
}

