@charset "utf-8";

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

#mainvisual {
	position: relative;
	height: 397px;
}

#contents {
	padding: 24px 20px 0;
}

#contents a.indexBanner {
	float: left;
	margin-right: 19px;
}

#indexRight {
	float: right;
	line-height: 13px;
	font-size: 10px;
}

#indexRight #ir01,
#indexRight #ir02 {
	position: relative;
	width: 268px;
	height: 48px;
	padding: 30px 16px 0;
	color: #695F46;
}
#indexRight #ir01 ul,
#indexRight #ir02 ul {
	height: 39px;
	overflow-y: auto;
}

#indexRight #ir01 {
	background: url(../img/index/bg_news.gif) no-repeat;
	margin-bottom: 8px;
}
#indexRight #ir01 ul li {
	position: relative;
	padding-left: 73px;
}
#indexRight #ir01 ul li p {
	position: absolute;
	left: 0;
	top: 0;
}

#indexRight #ir02 {
	background: url(../img/index/bg_press.gif) no-repeat;
}

#indexRight #ir01 a.dLink {
	position: absolute;
	left: 16px;
	top: 12px;
	display: block;
	width: 50px;
	height:11px;
	text-indent: -20000px;
}
#indexRight #ir02 a.dLink {
	position: absolute;
	left: 16px;
	top: 11px;
	display: block;
	width: 79px;
	height:9px;
	text-indent: -20000px;
}

	/* ----------------------------------------
		Instagram List
	---------------------------------------- */
		
	#instagram {
		clear: both; 
		padding-top: 30px; 
		text-align: center;
	}
	#instagram .insta_title {
		font-size: 16px; 
		color: #82cec1; 
		text-align: center; 
		padding: 10px 0; 
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		margin-bottom: 20px;
	}
