#main > header {
	position: relative;
	height: 284px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0px rgba(12, 3, 7 , .3);
}

#main > header h1 {
	z-index: 2;
	position: absolute;
	left: 40px;
	top: 50px;
	width: 304px;
	height: 70px;
	background: url(../img/h-header.png);
	text-indent: -9999px;
}

#main > header p {
	z-index: 2;
	position: absolute;
	left: 40px;
	top: 150px;
	width: 279px;
	height: 91px;
	background: url(../img/header-text.png);
	text-indent: -9999px;
}

#main > header p a {
	position: absolute;
	display: block;
	left: 3px;
	top: 73px;
	width: 127px;
	height: 18px;
}

#main > header #slider {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#main > header #slider img {
	display: none;
}

/* 新着情報 */
#main #news {
	margin-top: 10px;
	padding: 20px 10px 10px;
	border: 3px solid #ffffff;
	border-radius: 8px;
	background-color: #e5eeee;
	box-shadow: 0px 0px 3px 0px rgba(12, 3, 7, .3);
}

#main #news h1 {
	height: 19px;
	margin-left: -17px;
	background: url(../img/h-news.png) no-repeat;
	text-indent: -9999px;
}

#main #news .container {
	margin-top: 20px;
	padding: 20px;
	background-color: #ffffff;
}

#main #news ul {
	height: 160px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#main #news ul li {
	height: 20px;
	white-space: nowrap;
}

#main #news ul li + li {
	margin-top: 10px;
}

#main #news ul li .category {
	display: inline-block;
	width: 80px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
}

#main #news ul li .category.pick-up {
	background-color: #cf658d;
}

#main #news ul li .category.front {
	background-color: #a7c05c;
}

#main #news ul li .category.birdsong {
	background-color: #f59a41;
}

#main #news ul li .category.event {
	background-color: #63c1c0;
}

#main #news ul li .category.other {
	background-color: #6382c1;
}

#main #news ul li .category.attention {
	background-color: #d62704;
}

#main #news ul li time {
	margin-left: 10px;
	font-size: 85%;
	line-height: 20px;
}

#main #news ul li a {
	margin-left: 10px;
	font-size: 108%;
	line-height: 20px;
}

/* 参加募集中のプロジェクト */
#main #projects {
	margin-top: 10px;
	padding: 30px 20px 20px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(12, 3, 7 , .3);
}

#main #projects h1 {
	height: 21px;
	margin-left: -25px;
	background: url(../img/h-projects.png) no-repeat;
	text-indent: -9999px;
}

#main #projects .container {
	margin-top: 20px;
	overflow: hidden;
}

#main #projects ul {
	margin: -30px -12px -12px -30px;
}

#main #projects ul:after {
	content: "";
	display: block;
	clear: both;
}

#main #projects ul li {
	float: left;
	width: 213px;
	margin: 8px 0 0 8px;
	padding: 22px 12px 12px 21px;
	background: url(../img/project-bg.png) no-repeat;
}

#main #projects ul li h2 {
	height: 26px;
	line-height: 20px;
}

#main #projects ul li h2 a {
	color: #333333;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
}

#main #projects ul li.bl-hover h2 a {
	color: #ff3333;
}

#main #projects ul li h2 img {
	margin-left: 5px;
}

#main #projects ul li figure img {
	opacity: .9;
}

#main #projects ul li.bl-hover figure img {
	opacity: 1;
}

/* 今月のニュースレター */
#main #news-letter {
	margin-top: 10px;
	padding: 20px 10px 10px;
	border: 3px solid #ffffff;
	border-radius: 8px;
	background-color: #e2e5eb;
	box-shadow: 0px 0px 3px 0px rgba(12, 3, 7, .3);
}

#main #news-letter h1 {
	z-index: 2;
	position: relative;
	height: 30px;
	margin-left: -17px;
	padding: 10px 0 29px 25px;
	background: url(../img/h-news-letter.png) no-repeat;
}

#main #news-letter h1 a {
	color: #ffffff;
	font-size: 138.5%;
	line-height: 30px;
	text-decoration: none;
}

#main #news-letter h1 small {
	margin-left: .5em;
	font-size: 66.6%;
	text-decoration: underline;
}

#main #news-letter .container {
	margin-top: -9px;
	padding: 20px;
	background-color: #ffffff;
}

#main #news-letter .container:after {
	content: "";
	display: block;
	clear: both;
}

#main #news-letter ul {
	float: left;
	width: 520px;
}

#main #news-letter ul li + li {
	margin-top: 12px;
	padding-top: 15px;
	border-top: 2px dotted #cccccc;
}

#main #news-letter ul li h2 {
	color: #424242;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
}

#main #news-letter ul li p {
	margin-top: 5px;
	font-size: 93%;
	line-height: 1.5;
}

#main #news-letter figure {
	float: right;
}

/* ツイッター */
#main .twitter-timeline {
	width: 760px;
	margin-top: 10px;
	font-size: 50%
}

