@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* h2 */
#main h2{
	margin-bottom:30px;
}
/* pages */
#main .wp-pagenavi{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
#main .wp-pagenavi .current {
	color:#666;
	margin-right:15px;
}
#main .wp-pagenavi a {
	color:#666;
	text-decoration:underline;
	padding: 0 3px;
	margin-right:15px;
}
#main .wp-pagenavi a:hover{
	color:#ccc;
	text-decoration:underline;
}
/* box */
#main .box{
	clear:both;
	padding:0 0 30px;
	background:url(images/line.gif) no-repeat left bottom;
	overflow:hidden;
	margin-bottom:35px;
}
#main .last{
	background:none;
	margin-bottom:0;
}
#main .box .leftcol{
	float:left;
	width:290px;
	margin-right:20px;
	text-align: center;
}
#main .box .leftcol{
	float:left;
	width:290px;
	margin-right:20px;
	text-align: center;
}
#main .box .leftcol .photo{
	display:-moz-inline-box;
	display: inline-block;
	/display:inline;
	/zoom: 1;
	padding-bottom: 25px;
	background: url(../information/images/expands.gif) no-repeat left bottom;
	overflow: hidden;
}
#main .box .leftcol .photo.no {
	background: none;
}
#sb-title-inner {
	text-indent: -9999px;
}
#main .box .leftcol img{
	padding:3px;
	border:1px solid #A99F7C;
}
#main .box .leftcol .zoom img{
	padding:0px;
	border:none;
}
#main .box .rightcol {
	float: right;
	width: 320px;
	}
#main .box .rightcol a{
	color:#705F24;
	text-decoration:none;
}
#main .box .rightcol a:hover{
	color:#705F24;
	text-decoration: underline;
}
#main .box .rightcol .title{
	font-size:120%;
	margin-bottom:15px;
}
#main .box .rightcol .date{
	margin-bottom:10px;
}
#main .box .rightcol .note{
	line-height:1.8;
}
#main .box .rightcol .link{
	padding-top:10px;
}
#main .box .rightcol .btn{
	padding-top:10px;
}
.wp-pagenavi {
	margin-bottom: 10px;
	}