@charset "utf-8";
/* CSS Document */

/***********************************************************/
/*　トップページ用CSS  */
/***********************************************************/
/*　社内メモ  */
/*　制作：大坪  */



/*キービジュアル*/

#slider{
	height:270px;
}
#kv_area{
	position:relative;
	height:270px;
}


/*左カラム*/
#top_main{
	width:560px;
	margin:20px 0 20px 45px;
	float:left;
}
h2{
	clear:both;
}
.ttlbtn_wrap{
	margin: 0;
    position: relative;
}
.ttlbtn {
    bottom: 9px;
    position: absolute;
    right: 11px;
}


/*新着情報*/

.tbl_style_topnews{
	margin:10px 0 30px 20px;
}
.tbl_style_topnews td{
	padding:2px 4px;
	vertical-align:top;
	
}
.news_txt{
	overflow: hidden;
	white-space: nowrap;
	width:390px;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}




/*最新の冊子*/

#list_book{
	margin:20px 0 30px 20px;
	overflow:hidden;
	list-style:none;
}

#list_book li{
	margin:0 25px 0 0;
	width:245px;
	float:left;
}

#list_book li .bd{
	border:1px solid #CCC;
}
#list_book li p{
	line-height:1.2;
}












/*右カラム*/
#top_sub{
	width:300px;
	margin:20px 45px 20px 0;
	float:right;
}

.frame_sub01{
	border:1px solid #E7D1AA;
	background:#FCF4E1;
	padding:15px 18px;
}
.frame_sub02{
	border:1px solid #F0C6D4;
	background:#FCF4E1;
	padding:15px 18px;
}








