@charset "UTF-8";
@import "common.css";
@import "corner.css";

/*-----------------------------------------
	pdf-box
-----------------------------------------*/

.pdf-box {
	width:820px;
}

/*-----------------------------------------
	txt部分
-----------------------------------------*/

.event-txt-top {
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #d8d8d8;
}

.event-txt {
	clear:both;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #d8d8d8;
}

.event-txt .txt,
.event-txt-top .txt {
	float:left;
	width:665px;
	
}

.event-txt .ph,
.event-txt-top .ph {
	float:right;
	width:200px;
}

