.c5-title{
	background: url(../images/1200_90_a-kalafina_title.jpg) no-repeat center center;
	line-height: 90px;
	margin-bottom:20px;
	width: 100%;
    height: 90px;
    text-align: center;
}	
.c5-title h2{
	color: #ffffff;
	font-size: 20px;
	padding:0 50px;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 750px) {
	.c5-title{
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #ffffff;
		padding:15px 20px;
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}
}




.c5-profileBox {
    padding: 15px 0;
    border: 1px solid #ffffff;
    margin: 0 30px;
}

.c5-profileBox .s5-inStoreFeaturesItem1B {
    margin: 0;
}

.c5-profileBox .s5-inStoreFeaturesItem1B img {
    max-width: 350px;
}

@media screen and (max-width: 639px) {
    .c5-profileBox {
        padding: 15px;
        margin: 0 20px 50px 20px !important;
    }
    .c5-profileBox .s5-inStoreFeaturesItem1B img {
	    max-width: 100%;
	}
}