/* activity_detail/picture_list */

@import url("../text-decoration_tr.css");

#activityname {
    color: #232323;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    margin-bottom: 10px;
    word-spacing: -0.1em;
}

#loading {
	width:90%;
	margin:5px auto 20px 0;
	padding:10px;
	background-color:#eeeeee;
	border:2px solid #cccccc;
	color:#aaaaaa;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#bottom_textlink {
	width:80%;
	float:left;
	padding-left:20px;
}

.ac_detail_info_table {
	margin-top:5px;
}
.ac_detail_info_table .td1 {
	padding:0 15px 10px 15px;
}
.ac_detail_info_table .td11 {
	padding:10px 15px 10px 15px;
}
.ac_detail_info_table .td3 {
	width:18px;
}
.ac_photo_main {
	margin:0;
	padding:0 0 13px 0;
}
.ac_photo_main .block {
	float:left;
	height:200px;
	margin-right:3px;
	width:180px;
	/*width:184px;*/
}
.ac_photo_main .caption {
	color:#1f3c4a;
	font-size:93%;
	line-height:1.3em;
	padding:0 7px;
}
.ac_photo_main .nav {
	font-size:93%;
	padding:0 7px;
	text-align:right;
}
.ac_photo_main .photo {
	margin-bottom:5px;
}
.ac_photo_main:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.ac_photo_top p {
	line-height:1.25em;
}
.nav_arrow {
	line-height:1em;
	margin:0;
	padding:5px;
	background-color:#ffffff;
	border-bottom:1px dashed #cccccc;
}
.nav_arrow:hover {
	background-color:#F2FAD4;
}
.nav_wrapper1 {
	font-size:100%;
}
.nav_wrapper2 {
	font-size:93%;
	padding:5px 0 10px 0;
}
div.tree {
    margin-bottom: 11px;
}
#imageinfo {
	padding-bottom:20px;
}
#numimages {
	padding-left:10px;
}

#BackToAc {
	font-size: 0.9em;
	padding-left: 10px;
}

#main_column {
    border: none;
}

#col_main_wide {
    padding-top: 0;
}

.area_top_link {
    background: #f8f8f8;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(235, 235, 235, 1);
    -moz-box-shadow:    1px 1px 0px 0px rgba(235, 235, 235, 1);
    box-shadow:         1px 1px 0px 0px rgba(235, 235, 235, 1);
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.area_top_link:hover {
    cursor: pointer;
    text-decoration: underline;
}
.area_top_link a {
    color: #005bbc;
    display: block;
    padding: 9px 10px 7px 35px;
    text-decoration: none;
}
.area_top_link .back_area_desc {
    background-image: url("/_tr/vt/2/img/new/icon_sprites.png");
    background-repeat: no-repeat;
    background-position: -4px -3558px;
}

.area_top_link .back_area_desc a.back_arrow {
    background: none;
}