.pageSelecter {
	text-align:right;
}
.bottomPageSelecter {
	margin-bottom:1em;;
}

.infoArea .box {
	margin-bottom:2em;
	width:100%;
}
.infoArea .box h3 {
	font-size:110%;
	padding-left:0.5em;
	border-left:0.5em solid #0068b5;
	border-bottom:1px solid #0068b5;
}
.infoArea .box .date {
	font-size:85%;
	text-align:right;
}

.infoArea .box h3.new {
	padding-left:0px;
	border-left:none;
	border-color:red;
}
.infoArea .box .new .new {
	display:inline-block;
	background-color:red;
	color:white;
	font-size:60%;
	line-height:120%;
	padding:0.1em 0.5em;
	margin-right:0.5em;
}
.infoArea .zoomMessage {
	color:#555;
	font-size:70%;
	line-height:110%;
	margin-top:0.2em;
}

.infoArea .box .photoMain {
	float:right;
	margin-left:1em;
	width:154px;
	text-align:right;
}
.infoArea .photoArea {
	clear:both;
}
.infoArea .photoArea a {
	display:inline-block;
	margin-right:0.3em;
	margin-top:0.3em;
}
.infoArea .box .comment {
	width:100%;
}
.infoArea .box .footMes {
	clear:both;
	width:100%;
}
.infoArea .fileArea {
	clear:both;
	font-size:85%;
	margin-top:0.3em;
}

@media screen and ( max-width:767px ) {
	.topArea  {
		padding-bottom:1px;
	}
	.pageSelecter {
		text-align:center;
	}
}
