@charset "UTF-8";
/*
本WEBサイトで公開しているHTML・CSS・JavaScriptは合同会社ベストブリッジが記述し、タイムスタンプを付与した電子書類で保管を行っています。
また、公開に至るまでの制作過程も、タイムスタンプを付与した電子書類として保管を行っています。
*/

/*============================================
#top_info
============================================*/
#top_info{
position:relative;
/*--*/
display:block;
width:100%;
height:auto;
margin:0;
border:0;
padding:0; 
}

/*============================================
#top_info>h2
============================================*/
#top_info>h2{
position:relative;
/*--*/
display:block;
width:220px;
height:140px;
margin:0 auto;
border:0;
padding:0;
}

#top_info>h2>img{
position:relative;
/*--*/
display:block;
width:100%;
height:100%;
margin:0;
border:0;
padding:0;
}

/*============================================
#top_info>div#tel
============================================*/
#top_info>div#tel{
position:relative;
/*--*/
display:block;
width:220px;
height:40px;
margin:0 auto 20px auto;
border:0;
padding:0;
}

#top_info>div#tel>a>img{
position:relative;
/*--*/
display:block;
width:100%;
height:100%;
margin:0;
border:0;
padding:0;
}

#top_info>div#tel>a:hover{
opacity:.7;
-webkit-transition:0.3s;
transition:0.3s
}

#top_info>div#tel>a:active{
opacity:.7;
-webkit-transition:0.3s;
transition:0.3s
}

/*============================================
#top_info>p
============================================*/
#top_info>p{
position:relative;
/*--*/
display:block;
width:90%;
max-width:1000px;
height:auto;
margin:0 auto 30px auto;
border:0;
padding:0;
/*--*/
text-align:center;
line-height:1.6;
font-size:12px;
font-weight:normal;
color:#333;
}

/*============================================
#top_info>div#googlemap
============================================*/
#top_info>div#googlemap{
position:relative;
/*--*/
display:block;
width:90%;
max-width:1400px;
height:600px;
margin:0 auto;
border:solid 4px #FFF;
border-radius:7px;
padding:0;
background-color:#EFEFEF;
overflow:hidden;
}

