@charset "utf-8";


/*--------------------------------------------
 
      メインイメージ
 
---------------------------------------------*/

.mainimg{ width: 100%;  position: relative; }
.mainimg img{　width: 100%; height: auto; }

.mainimg h2 {
    position: absolute;
	top: 42%;
    left: 8%;
    width: 144px;
}

.topicpath{ 
	width:94%;
	margin:0px auto 30px;
	position:relative;
}


/*--------------------------------------------
 
      index.html
 
---------------------------------------------*/

.main_content{
	width:94%;
	margin:0px auto 20px;
	position:relative;
}


