@charset "UTF-8";

/* クリエイティブ・カフェ */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カフェ概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cafe_outline {
	width: 100%;
}
.cafe_outline caption {
	font-size: 117%;
	padding: 2em 0;
	font-weight: bold;
}
.cafe_outline th {
	padding: 0.8em;
	text-align: center;
	border: solid 1px #cccccc;
}
.cafe_outline td {
	padding: 0.8em;
	border: solid 1px #cccccc;
}
.cafe_list li {
	margin-left: 1.5em;
	list-style: disc outside;
}
.cafe_list li ul {
	margin-bottom: 0;
}
.cafe_list li li {
	list-style: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カフェ申込
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cafe_app dt {
	font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カフェとは？
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cafe_about {
	color: #777777;
}
.cafe_about a {
	color: #0f6fff;
}
.cafe_about p,
.cafe_about dl {
	margin-bottom: 3em;
}
.cafe_about dt {
	font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
レビューリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.txt_main .review_list a {
	display: block;
	position: relative;
	padding-left: 14px;
	width: 506px;
	background: #ffffff url(../img/marker_1.gif) no-repeat left 0.6em;
	color: #404040;
}
.txt_main .review_list a:active,
.txt_main .review_list a:focus,
.txt_main .review_list a:hover {
	color: #0f6fff;
}
.txt_main .review_list a .review_tit {}
.txt_main .review_list a .reviewer {
	position: absolute;
	bottom: 0;
	right: 0;
}

