@charset "utf-8";

/*--------------------------------------------
 
      MAIN IMAGE
 
---------------------------------------------*/

#mainimg{
    position:relative;
    overflow:hidden;
	width:100%; 
	margin:170px auto 50px;
}

#slider1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height:100%;
}

#slider1 img{
	width:100%;
	height:auto;
}

/*--------------------------------------------
 
      メインコンテンツ
 
---------------------------------------------*/

#maincont .left h3 img,
#maincont .right h3 img{
	width:100%;
	height:auto;
}

/*--------------------------------------------
 
      ピックアップコンテンツ
 
---------------------------------------------*/

h3.pickup{
	font-size:160%;
}

.pickup-area li img{
	width:100%;
	height:auto;
}

.pickup-area li dl{
	border:1px solid #eee;
	padding:10%;
}

/*--------------------------------------------
 
      お知らせ
 
---------------------------------------------*/

h3.information{
	font-size:160%;
}
	
.newsline{
	height:300px;
}
