@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
記事タイトルのリスト（accordion.jsを使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 全体 */
#accordion {
	border-bottom: solid 1px #cccccc;
}
#accordion li {
	line-height: 0;    /* IE6対策 */
}


/* 第1階層_見出し */
.acc_tit_name {
	position: relative;
}
.acc_toggle {
	display: block;
	padding: 20px 0;
	padding-left: 14px;
	height: 1.6em;
	line-height: 1.6;
	background: #ffffff url(../img/marker_1.gif) no-repeat left center;
	border-top: solid 1px #cccccc;
	cursor: pointer;
	font-weight: bold;
	z-index: 1000;
}
.acc_name {
	display: block;
	position: absolute;
	top: 20px;
	left: 400px;
	line-height: 1.6;
	cursor: pointer;
	font-weight: normal;
	z-index: 100;
}
#accordion li:hover .acc_toggle,
#accordion li:hover .acc_name {
	color: #0f6fff;
}
#accordion .active .acc_toggle {
	padding-left: 14px;
	background: url(../img/marker_4.gif) no-repeat left center;
}


/* 第1階層_目次 */
.acc_content {
	background-color: #ffffff;
	padding-left: 50px;
	padding-bottom: 10px;
	line-height: 1.6;
	overflow: hidden;
}
.acc_content p {
	position: relative;
	padding-bottom: 10px;
}
.acc_content p a {
	display: block;
}
.acc_content p .update {
	position: absolute;
	bottom: 12px;
	right: 0px;
}


/* 第1階層_カフェレビュー目次 */
.acc_content p.cafelist {
	padding-bottom: 20px;
}
.acc_content .acc_tit2_vol {
	clear: both;
	display: block;
}
.acc_content .acc_tit2_tit {
	display: block;
	float: left;
	padding-left: 1em;
	width: 400px;
}
.acc_content .acc_name2 {
	display: block;
	padding-left: 440px;
}


/* 第2階層_見出し */
.acc_toggle2 {
	display: block;
	margin-left: 30px;
	padding-bottom: 20px;
	padding-left: 14px;
	line-height: 1.6;
	background: #ffffff url(../img/marker_1.gif) no-repeat left 0.5em;
	cursor: pointer;
}
#accordion li li:hover .acc_toggle2 {
	color: #0f6fff;
}
#accordion li .active .acc_toggle2 {
	background: url(../img/marker_4.gif) no-repeat left 0.5em;
	font-weight: bold;
}


/* 第2階層_目次 */
.acc_content2 {
	background-color: #ffffff;
	padding-left: 80px;
	padding-bottom: 20px;
	line-height: 1.6;
	overflow: hidden;
}
.acc_content2 p {
	padding-bottom: 10px;
}
.acc_content2 p a {
	display: block;
}


/* 第2階層_カフェレビュー目次 */
.acc_content_cafe {
	background-color: #ffffff;
	padding-left: 110px;
	padding-bottom: 30px;
	line-height: 1.6;
	overflow: hidden;
}
.acc_content_cafe p {
	padding-bottom: 10px;
}
.acc_content_cafe p a {
	display: block;
}
.acc_content_cafe .acc_tit_cafe {
	display: block;
	float: left;
	width: 330px;
}
.acc_content_cafe .acc_name_cafe {
	display: block;
	padding-left: 350px;
}

