@charset "UTF-8";

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
communityディレクトリ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*-------------------------------------------------------------
INDEXカバー画像
-------------------------------------------------------------*/
/*
#subCoverArea h3#h3Index {
	background: url(/community/images/indexcover.gif) no-repeat left top;
}
*/

#divCommunityIndex h3 {
	margin: 0 0 10px 0;
	width: 910px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	background: url(/community/images/indexcover.gif) no-repeat left top;
}


/*タイトル - 箱根ブログ新着記事*/
h3.pageTitleListGroupNewEntry {
	background: url(/community/list-group-newentry/images/title.gif) 0 0;
}

/*タイトル - 新登場箱根ブログ*/
h3.pageTitleListGroupNewBlog {
	background: url(/community/list-group-newblog/images/title.gif) 0 0;
}

/*タイトル - 新登場ブログ*/
h3.pageTitleListGroupBlog {
	background: url(/community/list-group-blog/images/title.gif) 0 0;
}

/*タイトル - ブログ新着記事*/
h3.pageTitleListNewEntry {
	background: url(/community/list-newentry/images/title.gif) 0 0;
}

/*タイトル - ブログ新着記事（マップ付）*/
h3.pageTitleListNewEntryMap {
	background: url(/community/list-newentry-map/images/title.gif) 0 0;
}

/*タイトル - 新着ブログ*/
h3.pageTitleListNewBlog {
	background: url(/community/list-newblog/images/title.gif) 0 0;
}

/*タイトル - 特集 Special Future*/
h3.pageTitleSpecialFeature {
	background: url(/community/list-special-feature/images/title.gif) 0 0;
}
/*タイトル - ピックアップ*/
h3.pageTitlePickup {
	background: url(/community/list-pickup/images/title.gif) 0 0;
}
/*タイトル - インタビュー*/
h3.pageTitleInterview {
	background: url(/community/list-interview/images/title.gif) 0 0;
}
/*タイトル - 箱根で探す*/
h3.pageTitleSearchHakone {
	background: url(/community/list-search-hakone/images/title.gif) 0 0;
}

/*タイトル - 写真的なブログ*/
h3.pageTitlepPhotoBlog {
	background: url(/community/list-photo-blog/images/title.gif) 0 0;
}


/*-------------------------------------------------------------
フォトエッセイ一覧
-------------------------------------------------------------*/

.unitListPhotoBox {
	padding: 5px 0 0 0;
	width: 690px;
}
.unitListPhotoBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.unitListPhotoBox li {
	float: left;
	width: 172px;
	height: 160px;
	display: block;
	text-align: center;
}
.unitListPhotoBox li h5 {
	margin: 0;
	padding: 3px 10px 0 10px;
	display: block;
	font-weight: normal;
}
.unitListPhotoBox li a {
	font-size: 12px;
	line-height: 1.2em;
}


/*-------------------------------------------------------------
フォトギャラリー
-------------------------------------------------------------*/
.unitPhotoTheme {
	margin: 0 0 20px 0;
	padding: 15px 20px 10px 20px;
	border: 2px solid #CCC;
	background: #F5F5F5;
}
.unitPhotoTheme	table {
	font-size: 16px;
	color: #333;
}
.unitPhotoTheme	th {
	padding: 0 5px 10px 0;
	vertical-align: top;
	line-height: 1.2em;
}
.unitPhotoTheme	td {
	padding: 0 0 10px 0;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.2em;
}
.unitPhotoTheme	td span {
	padding: 3px 0 0 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

p.pBtnPhotoGallery {
	margin: 0 0 12px 12px;
	padding: 0;
}
p.pBtnPhotoGallery a {
	width: 174px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url(/common-img/btn-photogallery-reg.gif) no-repeat 0 0;
}
p.pBtnPhotoGallery a:hover {
	background: url(/common-img/btn-photogallery-reg.gif) no-repeat 0 -47px;
}