@charset "utf-8";

#imageTitle {
	background-color:#13b;
}

.photoR {
	float:right;
	margin:0 0 1em 2em;
	width:40%;
}
.photoR img {
	width:100%;
	margin:0 0 2px 0;
}
@media only screen and (min-width: 690px) and (max-width: 767px) {
.photoR {
	width:260px;
}
.photoR img {
	width:100%;
}
}
@media only screen and (max-width: 535px) {
.photoR {
	margin:0 0 1em 1em;
	width:200px;
}
.photoR img {
	width:100%;
}
}

.photoB {
	position: relative;
	margin:0 0 3em 0;
	width:100%;
}
.photoB img {
	width:100%;
}
.photoB p {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.0em;
	font-weight: bold;
	top: 18px;
	right: 20px;
	text-shadow: 1px 2px 3px #808080;
}
.photoP {
	position: relative;
	margin:0 0 3em 0;
	width:100%;
}
.photoP img {
	width:100%;
}
.photoP p {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.0em;
	font-weight: bold;
	top: 18px;
	left: 20px;
	text-shadow: 1px 2px 3px #808080;
}

.inTel {
	font-size:18px;
	font-size:1.8rem;
	line-height:1.2em;
	font-weight:900;
	color: #6a7;
	padding:0;
}
