@charset "utf-8";

/* ==================================================
contents
================================================== */
/* gallery
============================== */
#tmp_gallery {
	background-color:#FFFFFF;
	color:inherit;
	margin:0 0 24px;
}
.lang_en #tmp_gallery {
	margin-bottom:34px;
}
#tmp_gallery .glbox {
	float:left;
	width:284px;
	margin-left:8px;
	margin-bottom:14px;
	color:#000000;
	background-color:#FFCD84;
}
.lang_en #tmp_gallery .glbox {
	background-color:#FFFFFF;
	color:#000000;
}
#tmp_gallery .glbox:first-child {
	margin-left:0;
}
#tmp_gallery p a {
	text-decoration:none;
	display:block;
}
.lang_en #tmp_gallery p a {
	text-decoration:underline;
}
#tmp_gallery .box_gallrey {
	width:100%;
	height:auto;
}
#tmp_gallery .box_gallrey p {
	width:100%;
	height:auto;
}
#tmp_gallery .img {
	margin-bottom:12px;
	display:block;
}
#tmp_gallery .img img {
	max-width:100%;
	height:auto;
}
#tmp_gallery .txt {
	padding:0 18px 10px 15px;
	font-size:114.2%;
	display:block;
	color:#000000;
}
.lang_en #tmp_gallery .txt {
	color:inherit;
}
/* idx_info
============================== */
.idx_info {
	margin:0 0 30px;
	clear:both;
}
.idx_info_ttl {
	border-bottom:1px dotted #c9c9c9;
	background:url(/shared/templates/skk_top/images/ttl_line_bg.gif) no-repeat left top;
	padding:15px 0 15px 8px;
}
.idx_info_ttl h2 {
	background-color:transparent;
	color:#B35E04;
	font-size:157%;
	font-weight:normal;
	margin:0;
	padding:0;
	clear:inherit;
	float:left;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:14px 0 3px;
	vertical-align: middle;
	text-align:left;
	border-bottom:1px dotted #c9c9c9;
}
table.list_table td .new_icon {
	vertical-align:middle;
	margin:0 5px;
}
table.list_table .date_year {
	width:132px;
	font-weight:bold;
	text-align:center;
}
.lang_en table.list_table .date_year {
	width:140px;
}
table.list_table .label {
	width:130px;
	padding-top:11px;
}
.lang_en table.list_table .label {
	width:150px;
}
table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* branch
============================== */
#tmp_branch {
	background-color:#CfE5E6;
	color:inherit;
	border-top:4px solid #017576;
	border-bottom:4px solid #017576;
	padding:20px 0 20px 24px;
	margin:30px 0 15px;
	clear:both;
}
#tmp_branch ul {
	list-style:none;
	font-size:128.6%;
}
.lang_en #tmp_branch ul {
	list-style:none;
	list-style-image:none;
	font-size:100%;
	margin:0;
}
#tmp_branch ul li {
	float:left;
	width:219px;
	margin:0 4px 0 0;
	background:#FFFFFF url(/shared/templates/hkd_top/images/branch_btn_bg.gif) no-repeat right bottom;
}
.lang_en #tmp_branch ul li {
	margin:0 4px 0 0;
}
#tmp_branch ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
	background:url(/shared/management/images/icon/triangle_icon4.png) no-repeat 16px center;
	padding:18px 10px 17px 30px;
}
.lang_en #tmp_branch ul li a {
	padding:10px 10px 11px 30px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_gallery:after,
#tmp_wrap_gallery:after,
.rnavi_bnr:after,
#tmp_cate_menu:after,
.idx_info:after,
.idx_info_ttl:after,
.idx_info_cnt:after,
#tmp_branch:after,
#tmp_branch ul:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}