@charset "UTF-8";


/*----------------------------------------
title
----------------------------------------*/
.dp_title {
	border-top: 2px solid #090;
	padding-top: 10px;
	}
.dp_title p {
	font-size: 24px;
	line-height: 1.3em;
	color: #090;
	margin: 0px;
	margin-bottom: 0.25em;
	}
.dp_title p span.booth {
	display: block;
	float: left;
	background: #090;
	color: #fff;
	font-size: 14px;
	line-height: 1.3em;
	padding: 5px 0.75em;
	margin-right: 0.75em;
	border-radius: 4px;
	}
.dp_title p.lead {
	font-size: 20px;
	}


/*----------------------------------------
dp_article
----------------------------------------*/
.dp_article p {
	line-height: 1.75;
	margin-bottom: 0.85em;
	}

.dp_article .f_right {
	margin: 0 0 2em 2em;
	}
.dp_article .f_right .image_box{
	box-shadow: 0 0 3px  rgba(0,0,0,0.2);
	background: #fff;
	padding: 5px;
	}
.dp_article .f_right .image_box p {
	font-size: 12px;
	line-height: 1.5;
	margin: 6px 0 2px;
	text-align: center;
	}

.dp_article p.credit {
	text-align: right;
	}


/*----------------------------------------
dp_list
----------------------------------------*/
ul.dp_list {
	}
ul.dp_list li {
	border-bottom: 1px solid #ccc;
	padding: 0.6em 5px;
	}
ul.dp_list li:hover {
	background: #f9f9f9;
	cursor: pointer;
	}
ul.dp_list li:last-child {
	border-bottom: none;
	}
ul.dp_list li p {
	margin: 0;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0.3em;
	}
ul.dp_list li p.lead {
	margin-bottom: 0;
	font-size: 13px;
	}
ul.dp_list li p a {
	color: #090;
	font-weight: bold;
	}
ul.dp_list li  p span.booth {
	display: block;
	float: left;
	background: #090;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	padding: 1px 0.75em;
	margin-right: 0.75em;
	border-radius: 3px;
	}