@charset "utf-8";

.pagetitle .contents_name{
	background: url(/med/canc/genome/img/pagetitle/greeting.png) no-repeat right;
}

ul#globalNav li.greeting a{
	color: #ea9034;
	border-bottom: 1px solid #ea9034;
}

.header{
	display: table;
	width: 100%;
}

.header .photo{
	width: 250px;
	display: table-cell;
	vertical-align: top;
}
.header .photo img{
	width: 250px;
	height: auto;
}
.header .details{
	display: table-cell;
	vertical-align: top;
	width: 900px;
	padding: 0 0 0 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header .details .text{
	padding: 0;
}

.sign{
	text-align: right;
	font-size: 21px;
	font-weight: bold;
}
.sign span{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
@media screen and (max-width: 979px) {
.header .photo{
	width: 30%;
}
.header .photo img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.header .details{
	width: 70%;
}
}


@media screen and (max-width: 620px) {
.header{
	display: block;
}

.header .photo{
	width: auto;
	display: block;
	text-align: center;
}
.header .photo img{
	width: 250px;
	height: auto;
}
.header .details{
	display: block;
	width: auto;
	padding: 2em 0 0 0;
}
}