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

#thumb_body{
	
	text-align:left;
	
	background:url(/gallery/biodiversity/image/dot-line.gif) repeat-x left bottom;
	padding: 0 40px 20px 40px;
	margin:0 28px;
}

#main_area .section #thumb_body h2{
	margin:30px 0 10px 0;
	padding:0;
	font-size:150%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
	color:#008732;
	font-weight:bold;
}

#main_area .section #thumb_body .date {
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:92.3%;
		padding-bottom:8px;
		margin-bottom:15px;
		background:url(/gallery/biodiversity/image/dot-line.gif) repeat-x left bottom;
}

ul.tw_list {
	margin:0; padding:0;
	list-style:none;
	font-size:92%;
	line-height:1.3;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.tw_list li{
	margin:0 0 10px 0;
	padding:10px;
	width:160px;
}
ul.tw_list li.hover{
	background-color:#FFFFCC;
	cursor:pointer;
}

.list_photo {
	width:160px;
	height:160px;
	background-color:#ededed;
	text-align:center;
	margin-bottom:5px;
}
.list_photo img {
	max-width:160px;
	max-height:160px;
}

img {border:none;}

.tweet a{
	display:none;
}

/*page_break*/
ul.tw_list li.thumb_break {
	display:none;
}

/*btns*/
.btns .btn_bck {
	left: 207px;
}
.ikimachi_bnav{
	left: 397px;
}


@media print{
	ul.tw_list li.thumb_break {
		display:block;
		clear:both;
		page-break-before:always;
	}

}