/*------------------------------
  TOPページ設定
 ------------------------------- */

@import url("reset.css");
@import url("share.css");



/* スライダー
------------------------------- */
#img_top{

}
#img_top li{
position:relative;
}
#img_top ul{
height:400px;
overflow:hidden;
}
#img_top .bx-wrapper .bx-pager.bx-default-pager a {
background:#999;
}
#img_top .bx-wrapper .bx-pager.bx-default-pager a.active {
background:#25C7C4;
}

/* intro
------------------------------- */
#intro{
position:relative;
}
#intro h2{
padding:10px 0;
font-size:20px;
font-weight:bold;
line-height:1.4;
}
#intro .txt{
font-size:16px;
line-height:1.4;
height:70px;
}
#intro li{
float:left;
}
#intro1{
width:287px;
}
#intro2{
width:187px;
margin:12px 0 0;
}
#intro3{
width:255px;
margin:-80px 0 0;
}
#intro .btn{
clear:both;
text-align:center;
}