@charset "utf-8";
/*=============================================================
 message Layout
=============================================================*/
/* message-catchArea
-------------------------------------------------------------*/
#message-catchArea{
	background-color:#B5B4AF;
	margin-bottom:40px;
	position:relative;
}
#message-catchArea .catch{
	font-size:2.4rem;
	line-height:1.5;
	position:absolute;
	right:30px;
	top:50%;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
#message-catchArea .photo{text-align:left;}

/* signature
-------------------------------------------------------------*/
.signature {
	display: inline-block;
	margin-left: 1em;
	vertical-align: bottom;
}

@media only screen and (max-width:1090px){
	#message-catchArea .catch{
		font-size:2.2rem;
		left: 40%;
	}	
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* message-catchArea
-------------------------------------------------------------*/
#message-catchArea{
}
#message-catchArea .catch{
	font-size:1.7rem;
	right:12px;
	left:42%;
}
#message-catchArea .photo img{
	width:345px;
	margin-right:0;
}


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){



}
