@charset "UTF-8";


/* body */
#pc{
    display: none;
}

body{
	margin:0 auto;
}

#top_left .top_home {
    display: block;
    margin: 0 auto;
}
#top_right img{
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 90%;

}
#top_navi{
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}

/* ナビ */
#navi {text-align: center;}
#navi .inner {display: none;}
#navi .navi_06 {background:  rgba(0,119,196,1.00)}
#navi .navi_01 {background:  rgba(0,119,196,1.00)}
#navi .navi_02 {background:  rgba(0,119,196,1.00)}
#navi .navi_03 {background:  rgba(0,119,196,1.00)}
#navi .navi_04 {background:  rgba(0,119,196,1.00)}
#navi .navi_05 {background:  rgba(0,119,196,1.00)}
#navi .navi_02_child li {background:rgba(0,160,220,1.00);}
#navi .navi_03_child li {background:rgba(0,160,220,1.00);}
#navi li a{
    display: block;
    padding: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 1px dotted white;
}
#navi .navi_05 :last-of-type {
  border-bottom: none;/*最後のliの線だけ消す*/
    }
#navi li a:hover{
    background: #C9C9C9;
}

/* index イメージ画像 */
#index_image {
    margin-top: -40px;
}


/* メイン */

#main{
    margin: 0 auto;
}
#main_left{
    width: 90%;
    margin: 0 auto;
}
#main_right{
    width:90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* バナー */

.banner img{
    width: 100%;
    height: 100%;
}
.banner img:hover {
	opacity: 0.5 ;
}
.banner a {
    text-decoration: none;
    text-indent: -9999px;
}
.banner{
    margin-bottom: 10px;
}




#mobile{
    margin-top: 10px;
    margin-bottom: 30px;
}

