@charset "UTF-8";
/*index page setting*/


/* ================================
 * contents
 *==================================*/


/* contentsContainer
==================================*/

.event{
	float: left;
	width: 280px;
	padding-top: 100px;
}

.event .double-line{
	border-top: 1px dotted #605f0c;
	border-bottom: 1px dotted #605f0c;
	margin: 20px 30px 15px 0;
	padding: 15px 0;
}

.event .double-line p{
	margin-left: 5px;
	/*font-size: 0.917em;*/
	line-height: 1.7em;
	letter-spacing: 2px;
}

.event p.backlist{
	line-height: 2em;
}


/* リンク
--------------------------*/

.event p.backlist a{
	background: url(../../works/images/item_icon_off.gif) center left no-repeat;
	padding-left: 25px;
	display:block;
	height: 20px;
}

.event p.backlist a:hover{
	background: url(../../works/images/item_icon_on.gif) center left no-repeat;
	padding-left: 25px;
	display:block;
	height: 20px;
}



/* 作品集
===============================*/

.work-collection{
	float: left;
	padding: 70px 0 0;
}

.work-collection .main-picture{
	width: 720px;
	height: 480px;
	border: 1px solid #605f0c;
	margin-bottom: 30px;
	text-align: center;
}

.work-collection .thumbnail{
	width: 730px;
	/*height: 80px;*/
	padding-bottom: 40px;
}

.work-collection ul li{
	float: left;
	margin: 0 5px 10px 0;
}

.work-collection ul li.photoby{
	float: none;
	clear: both;
	width: 720px;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #999;
}








