@charset "utf-8";
/*
 * ===================================================
 * 
 * profile
 * 
 * ===================================================
 */
/*
 * ---------------------------------------------------
 * profile
 * ---------------------------------------------------
 */
#profile {}
	#profile .txt {
		width: 550px;
		float: right;
	}
		#profile .txt .profileVox {
			float: left;
			margin-top: 60px;
			margin-right: 40px;
		}
		#profile .txt .profileVox:last-of-type { margin-right: 0; }
	#profile .img {
		width: 350px;
		float: left;
	}
		#profile .img figcaption {
			font-size: 1.6rem;
			margin-top: 10px;
		}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	.pcDspNone { display: none; }
}	/*  @media END */
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	/*
	 * ---------------------------------------------------
	 * profile
	 * ---------------------------------------------------
	 */
	#profile {}
		#profile .img {
			width: auto;
			float: none;
			margin-bottom: 30px;
		}
			#profile .img figcaption { font-size: 1.2rem; }
		#profile .txt {
			width: auto;
			float: none;
		}
			#profile .txt .profileVox {
				float: none;
				margin-top: 20px;
				margin-right: 0;
			}

}	/*  @media END */


