/*レポートCSS*/

/*
div{
	border: 1px dashed #999999;
}
*/

.field {
	width: 620px;
	padding-top: 20px;
}
.maintext {
	float: left;
	width: 473px;
	padding-left: 10px;
}
.mainphoto {
	width: 100px;
	float: left;
	padding-left: 20px;
}
.new-p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 110%;
	padding-top: 15px;
	padding-bottom: 25px;
	line-height: 140%;
	font-weight: bold;
}
.blog-ttl-img {
	width: 620px;
	margin: 0px;
	padding-bottom: 10px;
}
.blog-ttl-img2 {
	width: 620px;
	margin: 0px;
	padding-bottom: 10px;
	height: 200px;
}

/*エントリ部分*/

.reportbox_top {
	width: 620px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.reportbox {
	width: 620px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.reportbox2 {
	width: 620px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.pleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.ctext {
	vertical-align: top;
}

.pright {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

.que {
	font-weight: bold;
	color: #0066FF;
}
.comt {
	font-weight: bold;
}

/*エントリリスト部分*/

.reportbox_top dl{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
}

.reportbox_top dt{
	background-image: url(../common/check.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	float: left;
}
.reportbox_top dd{
	float: none;
	padding-left: 60px;
}
dl img{
	float: right;
}

/*パンくず部分*/

.navi {
	text-align: right;
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.page {
	font-size: 120%;
	text-align: center;
	margin-bottom: 25px;
}


