@charset "utf-8";
/* CSS Document */

.details {
	border: 1px solid #CCCCCC;
	background: #eee;

}

.details .ttlDetail {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #FF6600;
	color: #FFFFFF;
}
.details p {
	padding: 0px 15px;
}
.btnBox {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
.t01 {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
}
.t01 td {
	padding: 15px;
	margin: 10px 10px 0px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align:top;
}
.t01 .bLeft {
	border-right: 1px dotted #CCCCCC;
}


.t02 {
	width: 100%;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}	
.t02 tr th {
	width: 20%;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #eee;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
}	

.t02 tr td {
	width: 80%;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}	



.ttl_program {
	text-align: center;
	padding: 10px;
	margin: 0px;
	background: #FFFFFF;
	font-weight:bold;
	color:#333333;
	font-size: 14px;
}
.font_14 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.details span {
	color: #FF6600;
}
.textRight {
	float: right;
	width: 530px;
	margin: 0px;
	padding: 0px;
}


.details .attention {
	color: #666666;
	font-size:10px;

}
.lPhoto {
	padding: 0px;
	float: left;
}

